body {
  font-family: Jost;
}
.display-1 {
  font-family: 'RussoOne-Regular';
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'RussoOne-Regular';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Roboto-Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'RussoOne-Regular';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto-Regular';
  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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #ff002c !important;
}
.bg-success {
  background-color: #8f2dff !important;
}
.bg-info {
  background-color: #ff002c !important;
}
.bg-warning {
  background-color: #e8e8e8 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff002c !important;
  border-color: #ff002c !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: #a8001d !important;
  border-color: #a8001d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a8001d !important;
  border-color: #a8001d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !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: #ff002c !important;
  border-color: #ff002c !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: #a8001d !important;
  border-color: #a8001d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a8001d !important;
  border-color: #a8001d !important;
}
.btn-success,
.btn-success:active {
  background-color: #8f2dff !important;
  border-color: #8f2dff !important;
  color: #ffffff !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: #6400d5 !important;
  border-color: #6400d5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6400d5 !important;
  border-color: #6400d5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
  color: #696969 !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: #bdbdbd !important;
  border-color: #bdbdbd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #696969 !important;
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ff002c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a8001d !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: #ff002c !important;
  border-color: #ff002c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff002c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a8001d !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: #ff002c !important;
  border-color: #ff002c !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8f2dff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6400d5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8f2dff !important;
  border-color: #8f2dff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e8e8e8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bdbdbd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #696969 !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #ff002c !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #8f2dff !important;
}
.text-info {
  color: #ff002c !important;
}
.text-warning {
  color: #e8e8e8 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #99001a !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: #5c00c6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #99001a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b5b5b5 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #ff002c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff002c;
}
.alert-warning {
  background-color: #e8e8e8;
}
.alert-danger {
  background-color: #000000;
}
.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: #ff002c;
  border-color: #ff002c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff002c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcf9ff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffccd5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto-Regular';
  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: #ff002c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto-Regular';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff002c;
}
/* 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: #ff002c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff002c;
}
.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: #ff002c;
  border-bottom-color: #ff002c;
}
.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: #ff002c !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: #000000 !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='%23ff002c' %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-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #8f2dff;
  text-align: left;
}
.cid-ucWN1igGkc .btn-warning {
  color: #000 !important;
}
.cid-v1GadExkz8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1GadExkz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GadExkz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G97JzMzM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-v1G97JzMzM .carousel {
    min-height: 700px;
  }
  .cid-v1G97JzMzM .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1G97JzMzM .carousel {
    min-height: 455px;
  }
  .cid-v1G97JzMzM .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-v1G97JzMzM .carousel {
    min-height: 385px;
  }
  .cid-v1G97JzMzM .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-v1G97JzMzM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v1G97JzMzM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v1G97JzMzM .carousel,
.cid-v1G97JzMzM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1G97JzMzM .item-wrapper {
  width: 100%;
}
.cid-v1G97JzMzM .carousel-caption {
  bottom: 40px;
}
.cid-v1G97JzMzM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-v1G97JzMzM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1G97JzMzM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1G97JzMzM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1G97JzMzM .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-v1G97JzMzM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1G97JzMzM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1G97JzMzM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1G97JzMzM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v1G97JzMzM .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-v1G97JzMzM .carousel-indicators li.active,
.cid-v1G97JzMzM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1G97JzMzM .carousel-indicators li::after,
.cid-v1G97JzMzM .carousel-indicators li::before {
  content: none;
}
.cid-v1G97JzMzM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1G97JzMzM .carousel-indicators {
    display: none !important;
  }
}
.cid-v1G97JzMzM .carousel-inner {
  border-radius: 20px !important;
}
.cid-v1GwtVAQro {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udw2brY0lV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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: #ffffff;
  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: #8f2dff;
  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: #ffffff;
}
.cid-udw2brY0lV .icon-wrap:hover .mbr-iconfont,
.cid-udw2brY0lV .icon-wrap:focus .mbr-iconfont {
  color: #8f2dff;
}
.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: #e8e8e8;
  text-align: left;
}
.cid-udw2brY0lV .mbr-section-title,
.cid-udw2brY0lV .mbr-section-btn {
  color: #e8e8e8;
}
.cid-udw2brY0lV .mbr-description {
  text-align: center;
  display: flex;
  margin: 10px;
  font-size: 15px;
}
.cid-udw2brY0lV .textotroca {
  color: #fff;
}
.cid-ueavmluHNu {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #8f2dff;
}
.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: #000000;
}
.cid-udxfUKZMzL .card-text {
  color: #8c8c95;
}
.cid-udxfUKZMzL .year-title {
  text-align: center;
  color: #8f2dff;
  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: #ff002c;
}
.cid-udxfUKZMzL .accent4 {
  background-color: #ff9417;
}
.cid-udxfUKZMzL .accent5 {
  background-color: #000000;
}
.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: #ff002c;
}
.cid-udxfUKZMzL .year-title.year4:before {
  background-color: #ff9417;
}
.cid-udxfUKZMzL .year-title.year5:before {
  background-color: #000000;
}
.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-udrajvgf0Q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 1200px) {
  .cid-udrajvgf0Q .display-2 {
    font-size: 1.54rem;
  }
}
.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: #8f2dff;
}
.cid-udrajvgf0Q .item-title {
  color: #8f2dff;
  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: #000000;
}
.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 #8f2dff;
}
@media only screen and (min-width: 1000px) {
  .cid-udrfwWDhT1 .img-wrapper:before {
    background-image: linear-gradient(360deg, #8f2dff, rgba(0, 0, 0, 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: #8f2dff;
}
.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: #000000;
}
.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 #8f2dff;
}
@media only screen and (min-width: 1000px) {
  .cid-udrztqTA4A .img-wrapper:before {
    background-image: linear-gradient(360deg, #8f2dff, rgba(0, 0, 0, 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: #000000;
}
.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 #8f2dff;
}
@media only screen and (min-width: 1000px) {
  .cid-udrzFQtV5a .img-wrapper:before {
    background-image: linear-gradient(360deg, #8f2dff, rgba(0, 0, 0, 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: #000000;
}
.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: #e8e8e8;
}
.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: #000000;
  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: #8f2dff;
  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: #8f2dff;
  text-align: center;
}
.cid-udw528sDb8 .panel-title-edit {
  color: #8f2dff;
}
.cid-udw528sDb8 .panel-text {
  color: #e8e8e8;
}
.cid-teZmC4ceG6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.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: #000000;
}
@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: #ff002c;
}
.cid-teZmC4ceG6 .card-title {
  color: #e8e8e8;
}
.cid-teZmC4ceG6 P {
  color: #ffffff;
}
.cid-teZmC4ceG6 .mbr-section-title {
  color: #8f2dff;
}
.cid-teZmC4ceG6 .mbr-section-subtitle {
  color: #8f2dff;
}
.cid-tjeuZaQ8GS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-tjeuZaQ8GS .btn-white {
  color: #090650 !important;
}
.cid-uRSqxAsTHG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRSqxAsTHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSqxAsTHG .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-uRSqxAsTHG .container {
    padding: 0 24px;
  }
}
.cid-uRSqxAsTHG .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRSqxAsTHG .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRSqxAsTHG .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRSqxAsTHG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRSqxAsTHG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRSqxAsTHG .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@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: #000000;
  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: 0px;
  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-v1GwU9hDKd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GwU9hDKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GwU9hDKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GwU9hDKd .item {
  padding-bottom: 2rem;
}
.cid-v1GwU9hDKd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GwU9hDKd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GwU9hDKd .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-v1GwU9hDKd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GwU9hDKd .carousel-control,
.cid-v1GwU9hDKd .close {
  background: #1b1b1b;
}
.cid-v1GwU9hDKd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GwU9hDKd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GwU9hDKd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GwU9hDKd .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GwU9hDKd .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-v1GwU9hDKd .close::before {
  content: '\e91a';
}
.cid-v1GwU9hDKd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GwU9hDKd .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-v1GwU9hDKd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GwU9hDKd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GwU9hDKd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GwU9hDKd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GwU9hDKd .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-v1GwU9hDKd .carousel-indicators li.active,
.cid-v1GwU9hDKd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GwU9hDKd .carousel-indicators li::after,
.cid-v1GwU9hDKd .carousel-indicators li::before {
  content: none;
}
.cid-v1GwU9hDKd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GwU9hDKd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GwU9hDKd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GwU9hDKd .carousel-indicators {
    display: none;
  }
}
.cid-v1GwU9hDKd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GwU9hDKd .carousel-inner > .active {
  display: block;
}
.cid-v1GwU9hDKd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GwU9hDKd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GwU9hDKd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GwU9hDKd .carousel-control,
  .cid-v1GwU9hDKd .carousel-indicators,
  .cid-v1GwU9hDKd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GwU9hDKd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GwU9hDKd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GwU9hDKd .carousel-indicators .active,
.cid-v1GwU9hDKd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GwU9hDKd .carousel-indicators .active {
  background: #fff;
}
.cid-v1GwU9hDKd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GwU9hDKd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GwU9hDKd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GwU9hDKd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GwU9hDKd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GwU9hDKd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GwU9hDKd .carousel {
  width: 100%;
}
.cid-v1GwU9hDKd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GwU9hDKd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GwU9hDKd .modal.fade .modal-dialog,
.cid-v1GwU9hDKd .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GwU9hDKd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GwU9hDKd H6 {
  text-align: center;
}
.cid-uXzKKXiZv1 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXzKKXiZv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXzKKXiZv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXzKKXiZv1 .mbr-section-title {
  color: #090650;
}
#custom-html-og {
  /* Type valid CSS here */
}
#custom-html-og div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-og p {
  font-size: 60px;
  color: #777;
}
.cid-ue4N5RPoyX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-teBXB8NmN1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-teBXB8NmN1 .card-title,
.cid-teBXB8NmN1 .card-img {
  color: #000000;
}
.cid-teBXB8NmN1 .card-text {
  color: #090650;
}
.cid-ue4ROOl2TB {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #8f2dff;
}
.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: #eeeeee;
}
@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: #ff002c;
}
.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: #000000;
}
.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: #8f2dff;
}
.cid-teZq9faM0S .mbr-section-subtitle {
  color: #8f2dff;
}
.cid-uePH5GpGHa {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.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: #000000;
}
@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: #ff002c;
}
.cid-uePH5GpGHa .card-title {
  color: #ffffff;
}
.cid-uePH5GpGHa P {
  color: #ffffff;
}
.cid-uePH5GpGHa .mbr-section-title {
  color: #000000;
}
.cid-uePH5GpGHa .mbr-section-subtitle {
  color: #000000;
}
.cid-uVyPjLpbE5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPjLpbE5 .btn-white {
  color: #090650 !important;
}
.cid-uRTqKuRl8G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTqKuRl8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTqKuRl8G .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-uRTqKuRl8G .container {
    padding: 0 24px;
  }
}
.cid-uRTqKuRl8G .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTqKuRl8G .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTqKuRl8G .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTqKuRl8G .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTqKuRl8G .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTqKuRl8G .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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-v1GxncWpKs {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GxncWpKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GxncWpKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GxncWpKs .item {
  padding-bottom: 2rem;
}
.cid-v1GxncWpKs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GxncWpKs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GxncWpKs .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-v1GxncWpKs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GxncWpKs .carousel-control,
.cid-v1GxncWpKs .close {
  background: #1b1b1b;
}
.cid-v1GxncWpKs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GxncWpKs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GxncWpKs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GxncWpKs .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GxncWpKs .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-v1GxncWpKs .close::before {
  content: '\e91a';
}
.cid-v1GxncWpKs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GxncWpKs .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-v1GxncWpKs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxncWpKs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GxncWpKs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GxncWpKs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GxncWpKs .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-v1GxncWpKs .carousel-indicators li.active,
.cid-v1GxncWpKs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GxncWpKs .carousel-indicators li::after,
.cid-v1GxncWpKs .carousel-indicators li::before {
  content: none;
}
.cid-v1GxncWpKs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GxncWpKs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GxncWpKs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GxncWpKs .carousel-indicators {
    display: none;
  }
}
.cid-v1GxncWpKs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GxncWpKs .carousel-inner > .active {
  display: block;
}
.cid-v1GxncWpKs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxncWpKs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GxncWpKs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GxncWpKs .carousel-control,
  .cid-v1GxncWpKs .carousel-indicators,
  .cid-v1GxncWpKs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GxncWpKs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GxncWpKs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GxncWpKs .carousel-indicators .active,
.cid-v1GxncWpKs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GxncWpKs .carousel-indicators .active {
  background: #fff;
}
.cid-v1GxncWpKs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GxncWpKs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GxncWpKs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GxncWpKs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GxncWpKs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GxncWpKs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GxncWpKs .carousel {
  width: 100%;
}
.cid-v1GxncWpKs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GxncWpKs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GxncWpKs .modal.fade .modal-dialog,
.cid-v1GxncWpKs .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GxncWpKs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GxncWpKs H6 {
  text-align: center;
}
.cid-uXQBhuoYro {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXQBhuoYro img,
.cid-uXQBhuoYro .item-img {
  width: 100%;
}
.cid-uXQBhuoYro .item:focus,
.cid-uXQBhuoYro span:focus {
  outline: none;
}
.cid-uXQBhuoYro .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uXQBhuoYro .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uXQBhuoYro .item {
  padding: 0;
  margin: 0;
}
.cid-uXQBhuoYro .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uXQBhuoYro .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXQBhuoYro .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uXQBhuoYro .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uXQBhuoYro .mbr-section-title {
  color: #090650;
}
.cid-ue4VGiZ8lD {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-teC1G655zu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-teC1G655zu .card-title,
.cid-teC1G655zu .card-img {
  color: #000000;
}
.cid-teC1G655zu .card-text {
  color: #090650;
  text-align: center;
}
.cid-ue4VH17Kj0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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: #8f2dff;
  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: #000000;
}
.cid-ue58ou79d1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.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: #ff002c;
}
.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: #8f2dff;
}
.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: #000000;
}
.cid-ue4UYq70rn .mbr-text {
  color: #000000;
}
.cid-uePHaB1ZA7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.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: #000000;
}
@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: #ff002c;
}
.cid-uePHaB1ZA7 .card-title {
  color: #ffffff;
}
.cid-uePHaB1ZA7 P {
  color: #ffffff;
}
.cid-uePHaB1ZA7 .mbr-section-title {
  color: #000000;
}
.cid-uePHaB1ZA7 .mbr-section-subtitle {
  color: #8f2dff;
}
.cid-uVyPp3ckPq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPp3ckPq .btn-white {
  color: #090650 !important;
}
.cid-uRTn7KSJs5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTn7KSJs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTn7KSJs5 .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-uRTn7KSJs5 .container {
    padding: 0 24px;
  }
}
.cid-uRTn7KSJs5 .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTn7KSJs5 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTn7KSJs5 .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTn7KSJs5 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTn7KSJs5 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTn7KSJs5 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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-v1GxufHDLL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GxufHDLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GxufHDLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GxufHDLL .item {
  padding-bottom: 2rem;
}
.cid-v1GxufHDLL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GxufHDLL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GxufHDLL .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-v1GxufHDLL .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GxufHDLL .carousel-control,
.cid-v1GxufHDLL .close {
  background: #1b1b1b;
}
.cid-v1GxufHDLL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GxufHDLL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GxufHDLL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GxufHDLL .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GxufHDLL .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-v1GxufHDLL .close::before {
  content: '\e91a';
}
.cid-v1GxufHDLL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GxufHDLL .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-v1GxufHDLL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxufHDLL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GxufHDLL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GxufHDLL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GxufHDLL .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-v1GxufHDLL .carousel-indicators li.active,
.cid-v1GxufHDLL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GxufHDLL .carousel-indicators li::after,
.cid-v1GxufHDLL .carousel-indicators li::before {
  content: none;
}
.cid-v1GxufHDLL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GxufHDLL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GxufHDLL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GxufHDLL .carousel-indicators {
    display: none;
  }
}
.cid-v1GxufHDLL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GxufHDLL .carousel-inner > .active {
  display: block;
}
.cid-v1GxufHDLL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxufHDLL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GxufHDLL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GxufHDLL .carousel-control,
  .cid-v1GxufHDLL .carousel-indicators,
  .cid-v1GxufHDLL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GxufHDLL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GxufHDLL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GxufHDLL .carousel-indicators .active,
.cid-v1GxufHDLL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GxufHDLL .carousel-indicators .active {
  background: #fff;
}
.cid-v1GxufHDLL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GxufHDLL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GxufHDLL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GxufHDLL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GxufHDLL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GxufHDLL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GxufHDLL .carousel {
  width: 100%;
}
.cid-v1GxufHDLL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GxufHDLL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GxufHDLL .modal.fade .modal-dialog,
.cid-v1GxufHDLL .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GxufHDLL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GxufHDLL H6 {
  text-align: center;
}
.cid-uXzKXsaQMm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXzKXsaQMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXzKXsaQMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXzKXsaQMm .mbr-section-title {
  color: #090650;
}
#custom-html-oj {
  /* Type valid CSS here */
}
#custom-html-oj div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-oj p {
  font-size: 60px;
  color: #777;
}
.cid-ue4XVEVGA8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-tKozmmE55u {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-tKozmmE55u .card-title,
.cid-tKozmmE55u .card-img {
  color: #000000;
}
.cid-tKozmmE55u .card-text {
  color: #090650;
}
.cid-ue4ZhnVLzu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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: #8f2dff;
}
.cid-ue58uyTOJD {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #8f2dff;
}
.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: #ff002c;
}
.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: #e8e8e8;
}
.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: #000000;
}
.cid-uePHczOLa6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.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: #000000;
}
@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: #ff002c;
}
.cid-uePHczOLa6 .card-title {
  color: #ffffff;
}
.cid-uePHczOLa6 P {
  color: #ffffff;
}
.cid-uePHczOLa6 .mbr-section-title {
  color: #000000;
}
.cid-uePHczOLa6 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPt8pFUJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPt8pFUJ .btn-white {
  color: #090650 !important;
}
.cid-uRTmI2Kdl8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTmI2Kdl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTmI2Kdl8 .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-uRTmI2Kdl8 .container {
    padding: 0 24px;
  }
}
.cid-uRTmI2Kdl8 .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTmI2Kdl8 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTmI2Kdl8 .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTmI2Kdl8 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTmI2Kdl8 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTmI2Kdl8 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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: 60%;
  }
}
.cid-teZy7vX5Yc .btn-primary {
  color: #fff !important;
}
.cid-teZy7vX5Yc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v1GxIT9UG9 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1GxIT9UG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GxIT9UG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GxIT9UG9 .item {
  padding-bottom: 2rem;
}
.cid-v1GxIT9UG9 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GxIT9UG9 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GxIT9UG9 .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-v1GxIT9UG9 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GxIT9UG9 .carousel-control,
.cid-v1GxIT9UG9 .close {
  background: #1b1b1b;
}
.cid-v1GxIT9UG9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GxIT9UG9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GxIT9UG9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GxIT9UG9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GxIT9UG9 .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-v1GxIT9UG9 .close::before {
  content: '\e91a';
}
.cid-v1GxIT9UG9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GxIT9UG9 .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-v1GxIT9UG9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxIT9UG9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GxIT9UG9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GxIT9UG9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GxIT9UG9 .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-v1GxIT9UG9 .carousel-indicators li.active,
.cid-v1GxIT9UG9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GxIT9UG9 .carousel-indicators li::after,
.cid-v1GxIT9UG9 .carousel-indicators li::before {
  content: none;
}
.cid-v1GxIT9UG9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GxIT9UG9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GxIT9UG9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GxIT9UG9 .carousel-indicators {
    display: none;
  }
}
.cid-v1GxIT9UG9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GxIT9UG9 .carousel-inner > .active {
  display: block;
}
.cid-v1GxIT9UG9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxIT9UG9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GxIT9UG9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GxIT9UG9 .carousel-control,
  .cid-v1GxIT9UG9 .carousel-indicators,
  .cid-v1GxIT9UG9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GxIT9UG9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GxIT9UG9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GxIT9UG9 .carousel-indicators .active,
.cid-v1GxIT9UG9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GxIT9UG9 .carousel-indicators .active {
  background: #fff;
}
.cid-v1GxIT9UG9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GxIT9UG9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GxIT9UG9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GxIT9UG9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GxIT9UG9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GxIT9UG9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GxIT9UG9 .carousel {
  width: 100%;
}
.cid-v1GxIT9UG9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GxIT9UG9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GxIT9UG9 .modal.fade .modal-dialog,
.cid-v1GxIT9UG9 .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GxIT9UG9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GxIT9UG9 H6 {
  text-align: center;
}
.cid-ue59dvi10W {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-tKsPukDTNu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-tKsPukDTNu .card-title,
.cid-tKsPukDTNu .card-img {
  color: #000000;
}
.cid-tKsPukDTNu .card-text {
  color: #090650;
}
.cid-ue58Erpk3g {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.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: #ff002c;
}
.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: #e8e8e8;
}
.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: #000000;
}
.cid-uVyPD3WbD7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uVyPD3WbD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyPD3WbD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyPD3WbD7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVyPD3WbD7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uVyPD3WbD7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVyPD3WbD7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVyPD3WbD7 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVyPD3WbD7 .card-title {
  color: #ffffff;
}
.cid-uVyPD3WbD7 P {
  color: #ffffff;
}
.cid-uVyPD3WbD7 .mbr-section-title {
  color: #000000;
}
.cid-uVyPD3WbD7 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPwSqcWf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPwSqcWf .btn-white {
  color: #090650 !important;
}
.cid-uRTcjgQbGZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTcjgQbGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTcjgQbGZ .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-uRTcjgQbGZ .container {
    padding: 0 24px;
  }
}
.cid-uRTcjgQbGZ .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTcjgQbGZ .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTcjgQbGZ .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTcjgQbGZ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTcjgQbGZ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTcjgQbGZ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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-v1GxQb2gmO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GxQb2gmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GxQb2gmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GxQb2gmO .item {
  padding-bottom: 2rem;
}
.cid-v1GxQb2gmO .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GxQb2gmO .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GxQb2gmO .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-v1GxQb2gmO .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GxQb2gmO .carousel-control,
.cid-v1GxQb2gmO .close {
  background: #1b1b1b;
}
.cid-v1GxQb2gmO .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GxQb2gmO .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GxQb2gmO .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GxQb2gmO .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GxQb2gmO .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-v1GxQb2gmO .close::before {
  content: '\e91a';
}
.cid-v1GxQb2gmO .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GxQb2gmO .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-v1GxQb2gmO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxQb2gmO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GxQb2gmO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GxQb2gmO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GxQb2gmO .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-v1GxQb2gmO .carousel-indicators li.active,
.cid-v1GxQb2gmO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GxQb2gmO .carousel-indicators li::after,
.cid-v1GxQb2gmO .carousel-indicators li::before {
  content: none;
}
.cid-v1GxQb2gmO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GxQb2gmO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GxQb2gmO .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GxQb2gmO .carousel-indicators {
    display: none;
  }
}
.cid-v1GxQb2gmO .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GxQb2gmO .carousel-inner > .active {
  display: block;
}
.cid-v1GxQb2gmO .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxQb2gmO .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GxQb2gmO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GxQb2gmO .carousel-control,
  .cid-v1GxQb2gmO .carousel-indicators,
  .cid-v1GxQb2gmO .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GxQb2gmO .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GxQb2gmO .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GxQb2gmO .carousel-indicators .active,
.cid-v1GxQb2gmO .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GxQb2gmO .carousel-indicators .active {
  background: #fff;
}
.cid-v1GxQb2gmO .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GxQb2gmO .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GxQb2gmO .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GxQb2gmO .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GxQb2gmO .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GxQb2gmO .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GxQb2gmO .carousel {
  width: 100%;
}
.cid-v1GxQb2gmO .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GxQb2gmO .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GxQb2gmO .modal.fade .modal-dialog,
.cid-v1GxQb2gmO .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GxQb2gmO .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GxQb2gmO H6 {
  text-align: center;
}
.cid-uXzLf2ICdp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXzLf2ICdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXzLf2ICdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXzLf2ICdp .mbr-section-title {
  color: #090650;
}
#custom-html-op {
  /* Type valid CSS here */
}
#custom-html-op div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-op p {
  font-size: 60px;
  color: #777;
}
.cid-ue5a9qHTZR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-tKsUMdDppt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-tKsUMdDppt .card-text {
  color: #090650;
}
.cid-ue5dcpIjSk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #8f2dff;
}
.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: #ff002c;
}
.cid-ue5bE0WDYf .card-title {
  color: #000000;
}
.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: #e8e8e8;
}
.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: #000000;
}
.cid-uVyPFqC0Pf {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uVyPFqC0Pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyPFqC0Pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyPFqC0Pf .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVyPFqC0Pf .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uVyPFqC0Pf .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVyPFqC0Pf .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVyPFqC0Pf .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVyPFqC0Pf .card-title {
  color: #ffffff;
}
.cid-uVyPFqC0Pf P {
  color: #ffffff;
}
.cid-uVyPFqC0Pf .mbr-section-title {
  color: #000000;
}
.cid-uVyPFqC0Pf .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPFFfAtN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPFFfAtN .btn-white {
  color: #090650 !important;
}
.cid-uRTcdCBto2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTcdCBto2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTcdCBto2 .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-uRTcdCBto2 .container {
    padding: 0 24px;
  }
}
.cid-uRTcdCBto2 .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTcdCBto2 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTcdCBto2 .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTcdCBto2 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTcdCBto2 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTcdCBto2 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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-v1GxVMPLKQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GxVMPLKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GxVMPLKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GxVMPLKQ .item {
  padding-bottom: 2rem;
}
.cid-v1GxVMPLKQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GxVMPLKQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GxVMPLKQ .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-v1GxVMPLKQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GxVMPLKQ .carousel-control,
.cid-v1GxVMPLKQ .close {
  background: #1b1b1b;
}
.cid-v1GxVMPLKQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GxVMPLKQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GxVMPLKQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GxVMPLKQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GxVMPLKQ .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-v1GxVMPLKQ .close::before {
  content: '\e91a';
}
.cid-v1GxVMPLKQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GxVMPLKQ .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-v1GxVMPLKQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxVMPLKQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GxVMPLKQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GxVMPLKQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GxVMPLKQ .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-v1GxVMPLKQ .carousel-indicators li.active,
.cid-v1GxVMPLKQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GxVMPLKQ .carousel-indicators li::after,
.cid-v1GxVMPLKQ .carousel-indicators li::before {
  content: none;
}
.cid-v1GxVMPLKQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GxVMPLKQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GxVMPLKQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GxVMPLKQ .carousel-indicators {
    display: none;
  }
}
.cid-v1GxVMPLKQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GxVMPLKQ .carousel-inner > .active {
  display: block;
}
.cid-v1GxVMPLKQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxVMPLKQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GxVMPLKQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GxVMPLKQ .carousel-control,
  .cid-v1GxVMPLKQ .carousel-indicators,
  .cid-v1GxVMPLKQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GxVMPLKQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GxVMPLKQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GxVMPLKQ .carousel-indicators .active,
.cid-v1GxVMPLKQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GxVMPLKQ .carousel-indicators .active {
  background: #fff;
}
.cid-v1GxVMPLKQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GxVMPLKQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GxVMPLKQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GxVMPLKQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GxVMPLKQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GxVMPLKQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GxVMPLKQ .carousel {
  width: 100%;
}
.cid-v1GxVMPLKQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GxVMPLKQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GxVMPLKQ .modal.fade .modal-dialog,
.cid-v1GxVMPLKQ .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GxVMPLKQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GxVMPLKQ H6 {
  text-align: center;
}
.cid-uYAYIzXQ5T {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYAYIzXQ5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYAYIzXQ5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYAYIzXQ5T .mbr-section-title {
  color: #090650;
}
#custom-html-p6 {
  /* Type valid CSS here */
}
#custom-html-p6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-p6 p {
  font-size: 60px;
  color: #777;
}
.cid-uXW3eK8raC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXW3eK8raC img,
.cid-uXW3eK8raC .item-img {
  width: 100%;
}
.cid-uXW3eK8raC .item:focus,
.cid-uXW3eK8raC span:focus {
  outline: none;
}
.cid-uXW3eK8raC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uXW3eK8raC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uXW3eK8raC .item {
  padding: 0;
  margin: 0;
}
.cid-uXW3eK8raC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uXW3eK8raC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uXW3eK8raC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uXW3eK8raC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uXW3eK8raC .mbr-section-title {
  color: #232323;
}
.cid-ue5UGmc2TI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-tKsXYVr2Zw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-tKsXYVr2Zw .card-title,
.cid-tKsXYVr2Zw .card-img {
  color: #000000;
}
.cid-tKsXYVr2Zw .card-text {
  color: #090650;
}
.cid-ue5YDrCefw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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: #8f2dff;
}
.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: #ff002c;
}
.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-uVyPIf3xNg {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uVyPIf3xNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyPIf3xNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyPIf3xNg .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVyPIf3xNg .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uVyPIf3xNg .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVyPIf3xNg .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVyPIf3xNg .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVyPIf3xNg .card-title {
  color: #ffffff;
}
.cid-uVyPIf3xNg P {
  color: #ffffff;
}
.cid-uVyPIf3xNg .mbr-section-title {
  color: #000000;
}
.cid-uVyPIf3xNg .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPHVJi8S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPHVJi8S .btn-white {
  color: #090650 !important;
}
.cid-uRTbvVHbfM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTbvVHbfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTbvVHbfM .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-uRTbvVHbfM .container {
    padding: 0 24px;
  }
}
.cid-uRTbvVHbfM .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTbvVHbfM .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTbvVHbfM .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTbvVHbfM .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTbvVHbfM .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTbvVHbfM .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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-v1Gy2d2IE7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1Gy2d2IE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Gy2d2IE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Gy2d2IE7 .item {
  padding-bottom: 2rem;
}
.cid-v1Gy2d2IE7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1Gy2d2IE7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1Gy2d2IE7 .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-v1Gy2d2IE7 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1Gy2d2IE7 .carousel-control,
.cid-v1Gy2d2IE7 .close {
  background: #1b1b1b;
}
.cid-v1Gy2d2IE7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1Gy2d2IE7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1Gy2d2IE7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1Gy2d2IE7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1Gy2d2IE7 .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-v1Gy2d2IE7 .close::before {
  content: '\e91a';
}
.cid-v1Gy2d2IE7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1Gy2d2IE7 .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-v1Gy2d2IE7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1Gy2d2IE7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1Gy2d2IE7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1Gy2d2IE7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1Gy2d2IE7 .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-v1Gy2d2IE7 .carousel-indicators li.active,
.cid-v1Gy2d2IE7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1Gy2d2IE7 .carousel-indicators li::after,
.cid-v1Gy2d2IE7 .carousel-indicators li::before {
  content: none;
}
.cid-v1Gy2d2IE7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1Gy2d2IE7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1Gy2d2IE7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1Gy2d2IE7 .carousel-indicators {
    display: none;
  }
}
.cid-v1Gy2d2IE7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1Gy2d2IE7 .carousel-inner > .active {
  display: block;
}
.cid-v1Gy2d2IE7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1Gy2d2IE7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1Gy2d2IE7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1Gy2d2IE7 .carousel-control,
  .cid-v1Gy2d2IE7 .carousel-indicators,
  .cid-v1Gy2d2IE7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1Gy2d2IE7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1Gy2d2IE7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1Gy2d2IE7 .carousel-indicators .active,
.cid-v1Gy2d2IE7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1Gy2d2IE7 .carousel-indicators .active {
  background: #fff;
}
.cid-v1Gy2d2IE7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1Gy2d2IE7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1Gy2d2IE7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1Gy2d2IE7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1Gy2d2IE7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1Gy2d2IE7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1Gy2d2IE7 .carousel {
  width: 100%;
}
.cid-v1Gy2d2IE7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1Gy2d2IE7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1Gy2d2IE7 .modal.fade .modal-dialog,
.cid-v1Gy2d2IE7 .modal.in .modal-dialog {
  transform: none;
}
.cid-v1Gy2d2IE7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1Gy2d2IE7 H6 {
  text-align: center;
}
.cid-uXzLmroeBx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXzLmroeBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXzLmroeBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXzLmroeBx .mbr-section-title {
  color: #090650;
}
#custom-html-or {
  /* Type valid CSS here */
}
#custom-html-or div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-or p {
  font-size: 60px;
  color: #777;
}
.cid-ue60RfOeI2 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-tKt3mHd9GD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-tKt3mHd9GD .card-title,
.cid-tKt3mHd9GD .card-img {
  color: #000000;
}
.cid-tKt3mHd9GD .card-text {
  color: #090650;
}
.cid-ue62rsgjfP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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: #8f2dff;
}
.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: #ff002c;
}
.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: #e8e8e8;
}
.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: #000000;
}
.cid-uVyPL64nby {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uVyPL64nby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyPL64nby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyPL64nby .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVyPL64nby .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uVyPL64nby .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVyPL64nby .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVyPL64nby .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVyPL64nby .card-title {
  color: #ffffff;
}
.cid-uVyPL64nby P {
  color: #ffffff;
}
.cid-uVyPL64nby .mbr-section-title {
  color: #000000;
}
.cid-uVyPL64nby .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPLj7Wm0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPLj7Wm0 .btn-white {
  color: #090650 !important;
}
.cid-uRTaSJo8PJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTaSJo8PJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTaSJo8PJ .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-uRTaSJo8PJ .container {
    padding: 0 24px;
  }
}
.cid-uRTaSJo8PJ .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTaSJo8PJ .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTaSJo8PJ .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTaSJo8PJ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTaSJo8PJ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTaSJo8PJ .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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.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-v1GymDG4zx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GymDG4zx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GymDG4zx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GymDG4zx .item {
  padding-bottom: 2rem;
}
.cid-v1GymDG4zx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GymDG4zx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GymDG4zx .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-v1GymDG4zx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GymDG4zx .carousel-control,
.cid-v1GymDG4zx .close {
  background: #1b1b1b;
}
.cid-v1GymDG4zx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GymDG4zx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GymDG4zx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GymDG4zx .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GymDG4zx .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-v1GymDG4zx .close::before {
  content: '\e91a';
}
.cid-v1GymDG4zx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GymDG4zx .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-v1GymDG4zx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GymDG4zx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GymDG4zx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GymDG4zx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GymDG4zx .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-v1GymDG4zx .carousel-indicators li.active,
.cid-v1GymDG4zx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GymDG4zx .carousel-indicators li::after,
.cid-v1GymDG4zx .carousel-indicators li::before {
  content: none;
}
.cid-v1GymDG4zx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GymDG4zx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GymDG4zx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GymDG4zx .carousel-indicators {
    display: none;
  }
}
.cid-v1GymDG4zx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GymDG4zx .carousel-inner > .active {
  display: block;
}
.cid-v1GymDG4zx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GymDG4zx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GymDG4zx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GymDG4zx .carousel-control,
  .cid-v1GymDG4zx .carousel-indicators,
  .cid-v1GymDG4zx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GymDG4zx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GymDG4zx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GymDG4zx .carousel-indicators .active,
.cid-v1GymDG4zx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GymDG4zx .carousel-indicators .active {
  background: #fff;
}
.cid-v1GymDG4zx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GymDG4zx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GymDG4zx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GymDG4zx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GymDG4zx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GymDG4zx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GymDG4zx .carousel {
  width: 100%;
}
.cid-v1GymDG4zx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GymDG4zx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GymDG4zx .modal.fade .modal-dialog,
.cid-v1GymDG4zx .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GymDG4zx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GymDG4zx H6 {
  text-align: center;
}
.cid-uZbiitQYYg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZbiitQYYg img,
.cid-uZbiitQYYg .item-img {
  width: 100%;
}
.cid-uZbiitQYYg .item:focus,
.cid-uZbiitQYYg span:focus {
  outline: none;
}
.cid-uZbiitQYYg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uZbiitQYYg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZbiitQYYg .item {
  padding: 0;
  margin: 0;
}
.cid-uZbiitQYYg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZbiitQYYg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZbiitQYYg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uZbiitQYYg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZbiitQYYg .mbr-section-title {
  color: #090650;
}
.cid-ue65J0kZNV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-tKtb8vA0l6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-tKtb8vA0l6 .card-title,
.cid-tKtb8vA0l6 .card-img {
  color: #000000;
}
.cid-tKtb8vA0l6 .card-text {
  color: #090650;
  text-align: center;
}
.cid-ue6bhoFCuO {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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(3, 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: #8f2dff;
}
.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: #ff002c;
}
.cid-ue69IqPwLj .card-title {
  color: #000000;
}
.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: #e8e8e8;
}
.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: #000000;
}
.cid-uVyPPQY3Y1 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uVyPPQY3Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyPPQY3Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyPPQY3Y1 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVyPPQY3Y1 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uVyPPQY3Y1 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVyPPQY3Y1 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVyPPQY3Y1 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVyPPQY3Y1 .card-title {
  color: #ffffff;
}
.cid-uVyPPQY3Y1 P {
  color: #ffffff;
}
.cid-uVyPPQY3Y1 .mbr-section-title {
  color: #000000;
}
.cid-uVyPPQY3Y1 .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPPCfEUb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPPCfEUb .btn-white {
  color: #090650 !important;
}
.cid-uRT9pGWDRF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRT9pGWDRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT9pGWDRF .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-uRT9pGWDRF .container {
    padding: 0 24px;
  }
}
.cid-uRT9pGWDRF .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRT9pGWDRF .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRT9pGWDRF .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRT9pGWDRF .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRT9pGWDRF .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRT9pGWDRF .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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-tKtdKjCZ8Z .mbr-section-title {
  color: #ffffff;
}
.cid-v1GyfqoJkd {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1GyfqoJkd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GyfqoJkd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GyfqoJkd .item {
  padding-bottom: 2rem;
}
.cid-v1GyfqoJkd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GyfqoJkd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GyfqoJkd .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-v1GyfqoJkd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GyfqoJkd .carousel-control,
.cid-v1GyfqoJkd .close {
  background: #1b1b1b;
}
.cid-v1GyfqoJkd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GyfqoJkd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GyfqoJkd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GyfqoJkd .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GyfqoJkd .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-v1GyfqoJkd .close::before {
  content: '\e91a';
}
.cid-v1GyfqoJkd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GyfqoJkd .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-v1GyfqoJkd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GyfqoJkd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GyfqoJkd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GyfqoJkd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GyfqoJkd .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-v1GyfqoJkd .carousel-indicators li.active,
.cid-v1GyfqoJkd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GyfqoJkd .carousel-indicators li::after,
.cid-v1GyfqoJkd .carousel-indicators li::before {
  content: none;
}
.cid-v1GyfqoJkd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GyfqoJkd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GyfqoJkd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GyfqoJkd .carousel-indicators {
    display: none;
  }
}
.cid-v1GyfqoJkd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GyfqoJkd .carousel-inner > .active {
  display: block;
}
.cid-v1GyfqoJkd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GyfqoJkd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GyfqoJkd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GyfqoJkd .carousel-control,
  .cid-v1GyfqoJkd .carousel-indicators,
  .cid-v1GyfqoJkd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GyfqoJkd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GyfqoJkd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GyfqoJkd .carousel-indicators .active,
.cid-v1GyfqoJkd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GyfqoJkd .carousel-indicators .active {
  background: #fff;
}
.cid-v1GyfqoJkd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GyfqoJkd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GyfqoJkd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GyfqoJkd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GyfqoJkd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GyfqoJkd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GyfqoJkd .carousel {
  width: 100%;
}
.cid-v1GyfqoJkd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GyfqoJkd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GyfqoJkd .modal.fade .modal-dialog,
.cid-v1GyfqoJkd .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GyfqoJkd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GyfqoJkd H6 {
  text-align: center;
}
.cid-ue6fTYgGze {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-tKthpPr6L2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-tKthpPr6L2 .card-title,
.cid-tKthpPr6L2 .card-img {
  color: #000000;
}
.cid-tKthpPr6L2 .card-text {
  color: #090650;
}
.cid-ue6h3X2epA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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: #8f2dff;
}
.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: #ff002c;
}
.cid-ue6g86kXTd .card-title {
  color: #000000;
}
.cid-ue6g86kXTd P {
  color: #ff008f;
}
.cid-ue6g86kXTd .mbr-section-title {
  color: #ffffff;
}
.cid-ue6g86kXTd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVyPNlipyj {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e8e8e8;
}
.cid-uVyPNlipyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyPNlipyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyPNlipyj .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVyPNlipyj .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uVyPNlipyj .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVyPNlipyj .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVyPNlipyj .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVyPNlipyj .card-title {
  color: #ffffff;
}
.cid-uVyPNlipyj P {
  color: #ffffff;
}
.cid-uVyPNlipyj .mbr-section-title {
  color: #000000;
}
.cid-uVyPNlipyj .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPNyB61e {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPNyB61e .btn-white {
  color: #090650 !important;
}
.cid-uRTagmwOq0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTagmwOq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTagmwOq0 .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-uRTagmwOq0 .container {
    padding: 0 24px;
  }
}
.cid-uRTagmwOq0 .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTagmwOq0 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTagmwOq0 .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTagmwOq0 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTagmwOq0 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTagmwOq0 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueaJMZP9Ln {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #8f2dff;
}
.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: 20px;
}
@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: #ffffff;
}
.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: #232323;
}
.cid-uRTGAbq2U7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTGAbq2U7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTGAbq2U7 .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-uRTGAbq2U7 .container {
    padding: 0 24px;
  }
}
.cid-uRTGAbq2U7 .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTGAbq2U7 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTGAbq2U7 .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTGAbq2U7 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTGAbq2U7 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTGAbq2U7 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyJ8QZsTS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVyJ8QZsTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyJ8QZsTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyJ8QZsTS .mbr-section-title {
  color: #ffffff;
}
.cid-uVyJffbH7s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVyJffbH7s img,
.cid-uVyJffbH7s .item-img {
  width: 100%;
}
.cid-uVyJffbH7s .item:focus,
.cid-uVyJffbH7s span:focus {
  outline: none;
}
.cid-uVyJffbH7s .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVyJffbH7s .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #000000;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVyJffbH7s .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uVyJffbH7s .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVyJffbH7s .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uVyJffbH7s .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uVyJffbH7s .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVyJffbH7s .mbr-section-title {
  color: #090650;
}
.cid-uVyJffbH7s .mbr-text,
.cid-uVyJffbH7s .mbr-section-btn {
  text-align: center;
}
.cid-uVyJffbH7s .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uVyJffbH7s .item-subtitle {
  text-align: center;
}
.cid-uRStXWY10K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRStXWY10K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRStXWY10K .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-uRStXWY10K .container {
    padding: 0 24px;
  }
}
.cid-uRStXWY10K .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRStXWY10K .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRStXWY10K .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRStXWY10K .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRStXWY10K .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRStXWY10K .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uV0iXWaJkX {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/baixe-verso-ios.png");
}
.cid-uV0iXWaJkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV0iXWaJkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV0iXWaJkX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uV0iXWaJkX .mbr-text,
.cid-uV0iXWaJkX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uV0iXWaJkX b,
.cid-uV0iXWaJkX strong {
  font-weight: 900;
}
.cid-uV0iXWaJkX .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: #8f2dff;
}
.cid-uRTqRisUFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTqRisUFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTqRisUFl .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-uRTqRisUFl .container {
    padding: 0 24px;
  }
}
.cid-uRTqRisUFl .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTqRisUFl .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTqRisUFl .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTqRisUFl .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTqRisUFl .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTqRisUFl .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-ueaHYST0VK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-ueaHYST0VK .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
}
@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: #8f2dff;
}
.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: #000000;
}
@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: #ff002c;
}
.cid-uqPa6DPhHs .card-title {
  color: #ffffff;
}
.cid-uqPa6DPhHs P {
  color: #ffffff;
}
.cid-uqPa6DPhHs .mbr-section-title {
  color: #000000;
}
.cid-urix8iyp0P {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqPfHEmBbT {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.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: #000000;
}
.cid-uqPfHEmBbT .mbr-card-title {
  text-align: left;
}
.cid-uqPfHEmBbT .mbr-card-subtitle {
  text-align: left;
}
.cid-uqPfHEmBbT .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uqPfHEmBbT .mbr-section-subtitle {
  text-align: center;
}
.cid-usNmFoDdzW {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.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: #000000;
}
.cid-usNmFoDdzW .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-usNmFoDdzW .mbr-card-subtitle {
  text-align: left;
}
.cid-usNmFoDdzW .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-usNmFoDdzW .mbr-section-subtitle {
  text-align: center;
}
.cid-usNnUSvZ0J {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.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: #000000;
}
.cid-usNnUSvZ0J .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-usNnUSvZ0J .mbr-card-subtitle {
  text-align: left;
}
.cid-usNnUSvZ0J .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-usNnUSvZ0J .mbr-section-subtitle {
  text-align: center;
}
.cid-v0ykOMz26s {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-v0ykOMz26s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ykOMz26s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ykOMz26s .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v0ykOMz26s .team-card:hover {
  transform: translateY(-10px);
}
.cid-v0ykOMz26s .item-wrapper {
  background: #000000;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .cid-v0ykOMz26s .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v0ykOMz26s .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v0ykOMz26s .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0ykOMz26s .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-v0ykOMz26s .social-row {
  text-align: center;
}
.cid-v0ykOMz26s .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 #8f2dff;
  transition: all 0.3s;
}
.cid-v0ykOMz26s .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #8f2dff;
  font-size: 1.5rem;
}
.cid-v0ykOMz26s .social-row .soc-item:hover {
  background-color: #8f2dff;
}
.cid-v0ykOMz26s .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v0ykOMz26s .mbr-section-title {
  color: #1d2342;
}
.cid-v0ykOMz26s .mbr-role,
.cid-v0ykOMz26s .social-row {
  color: #ffffff;
}
.cid-v0ykOMz26s .card-text,
.cid-v0ykOMz26s .mbr-section-btn,
.cid-v0ykOMz26s .social-row {
  color: #ffffff;
}
.cid-v0ykOMz26s .card-title,
.cid-v0ykOMz26s .social-row {
  color: #8f2dff;
}
.cid-uqPgisYIe2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.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: #000000;
}
.cid-uqIPSyrMta {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #e8e8e8;
}
.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-uRTry2pTwP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTry2pTwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTry2pTwP .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-uRTry2pTwP .container {
    padding: 0 24px;
  }
}
.cid-uRTry2pTwP .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTry2pTwP .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTry2pTwP .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTry2pTwP .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTry2pTwP .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTry2pTwP .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uqIJLod9Cb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-uqIJLod9Cb .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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/cabecalho-valorant-1.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-v1GysefWLj {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v1GysefWLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GysefWLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GysefWLj .item {
  padding-bottom: 2rem;
}
.cid-v1GysefWLj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GysefWLj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GysefWLj .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-v1GysefWLj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GysefWLj .carousel-control,
.cid-v1GysefWLj .close {
  background: #1b1b1b;
}
.cid-v1GysefWLj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GysefWLj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GysefWLj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GysefWLj .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GysefWLj .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-v1GysefWLj .close::before {
  content: '\e91a';
}
.cid-v1GysefWLj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GysefWLj .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-v1GysefWLj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GysefWLj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GysefWLj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GysefWLj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GysefWLj .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-v1GysefWLj .carousel-indicators li.active,
.cid-v1GysefWLj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GysefWLj .carousel-indicators li::after,
.cid-v1GysefWLj .carousel-indicators li::before {
  content: none;
}
.cid-v1GysefWLj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GysefWLj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GysefWLj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GysefWLj .carousel-indicators {
    display: none;
  }
}
.cid-v1GysefWLj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GysefWLj .carousel-inner > .active {
  display: block;
}
.cid-v1GysefWLj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GysefWLj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GysefWLj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GysefWLj .carousel-control,
  .cid-v1GysefWLj .carousel-indicators,
  .cid-v1GysefWLj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GysefWLj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GysefWLj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GysefWLj .carousel-indicators .active,
.cid-v1GysefWLj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GysefWLj .carousel-indicators .active {
  background: #fff;
}
.cid-v1GysefWLj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GysefWLj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GysefWLj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GysefWLj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GysefWLj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GysefWLj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GysefWLj .carousel {
  width: 100%;
}
.cid-v1GysefWLj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GysefWLj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GysefWLj .modal.fade .modal-dialog,
.cid-v1GysefWLj .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GysefWLj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GysefWLj H6 {
  text-align: center;
}
.cid-uXzLul7hqr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uXzLul7hqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXzLul7hqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXzLul7hqr .mbr-section-title {
  color: #090650;
}
#custom-html-ot {
  /* Type valid CSS here */
}
#custom-html-ot div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ot p {
  font-size: 60px;
  color: #777;
}
.cid-ue6hAqiNef {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-ue6hAqGso5 .card-title,
.cid-ue6hAqGso5 .card-img {
  color: #000000;
}
.cid-ue6hAqGso5 .card-text {
  color: #090650;
}
.cid-ue6hArfMgS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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-uVzVVHDea7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #8f2dff;
}
.cid-uVzVVHDea7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVzVVHDea7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVzVVHDea7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVzVVHDea7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVzVVHDea7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVzVVHDea7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVzVVHDea7 .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVzVVHDea7 .card-title {
  color: #000000;
}
.cid-uVzVVHDea7 P {
  color: #ff008f;
}
.cid-uVzVVHDea7 .mbr-section-title {
  color: #ffffff;
}
.cid-uVzVVHDea7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uVyPS1dTOR {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyPS1dTOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyPS1dTOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyPS1dTOR .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVyPS1dTOR .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 15px;
  background: #000000;
}
@media (max-width: 991px) {
  .cid-uVyPS1dTOR .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVyPS1dTOR .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uVyPS1dTOR .mbr-iconfont {
  font-size: 4rem;
  padding-right: 1.5rem;
  color: #ff002c;
}
.cid-uVyPS1dTOR .card-title {
  color: #ffffff;
}
.cid-uVyPS1dTOR P {
  color: #ffffff;
}
.cid-uVyPS1dTOR .mbr-section-title {
  color: #000000;
}
.cid-uVyPS1dTOR .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPRNe2vq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVyPRNe2vq .btn-white {
  color: #090650 !important;
}
.cid-uRSukUSoWC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRSukUSoWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSukUSoWC .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-uRSukUSoWC .container {
    padding: 0 24px;
  }
}
.cid-uRSukUSoWC .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRSukUSoWC .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRSukUSoWC .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRSukUSoWC .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRSukUSoWC .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRSukUSoWC .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-ue6hAsV3S7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-ue6hAsV3S7 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .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: #000000;
  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: 0px;
  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-v1GxBWSnsh {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1GxBWSnsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1GxBWSnsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1GxBWSnsh .item {
  padding-bottom: 2rem;
}
.cid-v1GxBWSnsh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v1GxBWSnsh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v1GxBWSnsh .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-v1GxBWSnsh .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v1GxBWSnsh .carousel-control,
.cid-v1GxBWSnsh .close {
  background: #1b1b1b;
}
.cid-v1GxBWSnsh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v1GxBWSnsh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v1GxBWSnsh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v1GxBWSnsh .carousel-control-next span {
  margin-left: 5px;
}
.cid-v1GxBWSnsh .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-v1GxBWSnsh .close::before {
  content: '\e91a';
}
.cid-v1GxBWSnsh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1GxBWSnsh .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-v1GxBWSnsh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxBWSnsh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1GxBWSnsh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v1GxBWSnsh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v1GxBWSnsh .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-v1GxBWSnsh .carousel-indicators li.active,
.cid-v1GxBWSnsh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1GxBWSnsh .carousel-indicators li::after,
.cid-v1GxBWSnsh .carousel-indicators li::before {
  content: none;
}
.cid-v1GxBWSnsh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1GxBWSnsh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v1GxBWSnsh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v1GxBWSnsh .carousel-indicators {
    display: none;
  }
}
.cid-v1GxBWSnsh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v1GxBWSnsh .carousel-inner > .active {
  display: block;
}
.cid-v1GxBWSnsh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1GxBWSnsh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v1GxBWSnsh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v1GxBWSnsh .carousel-control,
  .cid-v1GxBWSnsh .carousel-indicators,
  .cid-v1GxBWSnsh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v1GxBWSnsh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v1GxBWSnsh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v1GxBWSnsh .carousel-indicators .active,
.cid-v1GxBWSnsh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v1GxBWSnsh .carousel-indicators .active {
  background: #fff;
}
.cid-v1GxBWSnsh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v1GxBWSnsh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v1GxBWSnsh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1GxBWSnsh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v1GxBWSnsh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v1GxBWSnsh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v1GxBWSnsh .carousel {
  width: 100%;
}
.cid-v1GxBWSnsh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v1GxBWSnsh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v1GxBWSnsh .modal.fade .modal-dialog,
.cid-v1GxBWSnsh .modal.in .modal-dialog {
  transform: none;
}
.cid-v1GxBWSnsh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v1GxBWSnsh H6 {
  text-align: center;
}
.cid-ue51axWzzk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.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: #000000;
}
.cid-tKoC1Ln0Td {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.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: #8f2dff;
}
@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: #000000;
}
.cid-tKoC1Ln0Td .card-title,
.cid-tKoC1Ln0Td .card-img {
  color: #000000;
}
.cid-tKoC1Ln0Td .card-text {
  color: #090650;
}
.cid-ue55d5PwLP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #8f2dff;
}
.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: #e8e8e8;
}
.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: #000000;
}
@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: #ff002c;
}
.cid-uePHez1NKS .card-title {
  color: #ffffff;
}
.cid-uePHez1NKS P {
  color: #ffffff;
}
.cid-uePHez1NKS .mbr-section-title {
  color: #000000;
}
.cid-uePHez1NKS .mbr-section-subtitle {
  color: #ff008f;
}
.cid-uVyPuN8A8l {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e8e8e8;
}
.cid-uVyPuN8A8l .btn-white {
  color: #090650 !important;
}
.cid-uRTIwyXoWS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTIwyXoWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTIwyXoWS .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-uRTIwyXoWS .container {
    padding: 0 24px;
  }
}
.cid-uRTIwyXoWS .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uRTIwyXoWS .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRTIwyXoWS .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uRTIwyXoWS .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 200px;
  width: 300px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uRTIwyXoWS .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uRTIwyXoWS .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZIKAiskVa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZIKAiskVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZIKAiskVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZIKAiskVa .item {
  padding-bottom: 2rem;
}
.cid-uZIKAiskVa .item-wrapper {
  position: relative;
}
.cid-uZIKAiskVa .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-uZIKAiskVa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uZIKAiskVa .carousel-control,
.cid-uZIKAiskVa .close {
  background: #1b1b1b;
}
.cid-uZIKAiskVa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uZIKAiskVa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uZIKAiskVa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uZIKAiskVa .carousel-control-next span {
  margin-left: 5px;
}
.cid-uZIKAiskVa .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-uZIKAiskVa .close::before {
  content: '\e91a';
}
.cid-uZIKAiskVa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uZIKAiskVa .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-uZIKAiskVa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZIKAiskVa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZIKAiskVa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZIKAiskVa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uZIKAiskVa .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-uZIKAiskVa .carousel-indicators li.active,
.cid-uZIKAiskVa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uZIKAiskVa .carousel-indicators li::after,
.cid-uZIKAiskVa .carousel-indicators li::before {
  content: none;
}
.cid-uZIKAiskVa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uZIKAiskVa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uZIKAiskVa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZIKAiskVa .carousel-indicators {
    display: none;
  }
}
.cid-uZIKAiskVa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uZIKAiskVa .carousel-inner > .active {
  display: block;
}
.cid-uZIKAiskVa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZIKAiskVa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZIKAiskVa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uZIKAiskVa .carousel-control,
  .cid-uZIKAiskVa .carousel-indicators,
  .cid-uZIKAiskVa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uZIKAiskVa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uZIKAiskVa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZIKAiskVa .carousel-indicators .active,
.cid-uZIKAiskVa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uZIKAiskVa .carousel-indicators .active {
  background: #fff;
}
.cid-uZIKAiskVa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uZIKAiskVa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uZIKAiskVa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uZIKAiskVa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uZIKAiskVa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uZIKAiskVa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uZIKAiskVa .carousel {
  width: 100%;
}
.cid-uZIKAiskVa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uZIKAiskVa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uZIKAiskVa .modal.fade .modal-dialog,
.cid-uZIKAiskVa .modal.in .modal-dialog {
  transform: none;
}
.cid-uZIKAiskVa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uZIKAiskVa H6 {
  text-align: center;
}
.cid-uZIKYeyMY6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uZIKYeyMY6 .btn-white {
  color: #090650 !important;
}
.cid-udxdqclNYV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.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 #8f2dff;
  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: #8f2dff;
}
@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: #8f2dff;
}
@media (max-width: 992px) {
  .cid-udxdqclNYV .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-v1G8N8Coxq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1G8N8Coxq nav.navbar {
  position: fixed;
  border-bottom: 2px solid #8f2dff;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1G8N8Coxq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1G8N8Coxq .dropdown-item:hover,
.cid-v1G8N8Coxq .dropdown-item:focus {
  background: #ff002c !important;
  color: white !important;
}
.cid-v1G8N8Coxq .dropdown-item:hover span {
  color: white;
}
.cid-v1G8N8Coxq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1G8N8Coxq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1G8N8Coxq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1G8N8Coxq .nav-link {
  position: relative;
}
.cid-v1G8N8Coxq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .container {
    flex-wrap: nowrap;
  }
}
.cid-v1G8N8Coxq .iconfont-wrapper {
  color: #8f2dff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown-menu,
.cid-v1G8N8Coxq .navbar.opened {
  background: #000000 !important;
}
.cid-v1G8N8Coxq .nav-item:focus,
.cid-v1G8N8Coxq .nav-link:focus {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1G8N8Coxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1G8N8Coxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1G8N8Coxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1G8N8Coxq .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: #000000;
}
.cid-v1G8N8Coxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v1G8N8Coxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1G8N8Coxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v1G8N8Coxq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1G8N8Coxq .navbar.collapsed {
  justify-content: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1G8N8Coxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1G8N8Coxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1G8N8Coxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1G8N8Coxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1G8N8Coxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1G8N8Coxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1G8N8Coxq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1G8N8Coxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1G8N8Coxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1G8N8Coxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1G8N8Coxq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1G8N8Coxq .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1G8N8Coxq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1G8N8Coxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1G8N8Coxq .dropdown-item.active,
.cid-v1G8N8Coxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v1G8N8Coxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1G8N8Coxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1G8N8Coxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1G8N8Coxq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1G8N8Coxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1G8N8Coxq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1G8N8Coxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #8f2dff;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1G8N8Coxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1G8N8Coxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1G8N8Coxq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1G8N8Coxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1G8N8Coxq .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-v1G8N8Coxq .navbar {
    height: 70px;
  }
  .cid-v1G8N8Coxq .navbar.opened {
    height: auto;
  }
  .cid-v1G8N8Coxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
