.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.google-map iframe,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.row,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
.btn {
  padding: 0.75rem 1.5rem !important;
}
body {
  font-family: Roboto Condensed;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5.2rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.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: 1700px) {
  .display-1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 1350px) {
  .display-1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 1100px) {
  .display-1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((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: 1.5rem 4rem;
  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: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2252fd !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6062b4 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border: 0px;
}
.btn-primary,
.btn-primary:active {
  background-color: #2252fd !important;
  border-color: #2252fd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #557afd !important;
  border-color: #557afd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #557afd !important;
  border-color: #557afd !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(to right, #ffffff, #6062b4);
}
.btn-secondary {
  background: linear-gradient(to right, #f900ff, #f900ff);
  border: 0px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f900ff !important;
  border-color: #f900ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fa33ff !important;
  border-color: #fa33ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #fa33ff !important;
  border-color: #fa33ff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: linear-gradient(to right, #ffffff, #6062b4);
}
.btn-info {
  background: linear-gradient(to right, #6062b4, #f900ff);
  border: 0px;
}
.btn-info,
.btn-info:active {
  background-color: #6062b4 !important;
  border-color: #6062b4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8384c4 !important;
  border-color: #8384c4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8384c4 !important;
  border-color: #8384c4 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: linear-gradient(to right, #ffffff, #6062b4);
}
.btn-success {
  background: linear-gradient(to right, #ffffff, #f900ff);
  border: 0px;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: linear-gradient(to right, #ffffff, #6062b4);
}
.btn-warning {
  background: linear-gradient(to right, #a0e2e1, #f900ff);
  border: 0px;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: linear-gradient(to right, #ffffff, #6062b4);
}
.btn-danger {
  background: linear-gradient(to right, #ffea64, #f900ff);
  border: 0px;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: linear-gradient(to right, #ffffff, #6062b4);
}
.btn-white {
  background: linear-gradient(to right, #eff0ec, #f900ff);
  border: 0px;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: linear-gradient(to right, #ffffff, #6062b4);
}
.btn-black {
  background: linear-gradient(to right, #1e2330, #f900ff);
  border: 0px;
}
.btn-black,
.btn-black:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: linear-gradient(to right, #ffffff, #6062b4);
}
.btn-black {
  background: #1b1818 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: white !important;
  color: #1b1818 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2252fd;
  color: #2252fd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #022dc7 !important;
  background-color: transparent !important;
  border-color: #022dc7 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2252fd !important;
  border-color: #2252fd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f900ff;
  color: #f900ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a400a8 !important;
  background-color: transparent !important;
  border-color: #a400a8 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f900ff !important;
  border-color: #f900ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6062b4;
  color: #6062b4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3d3e81 !important;
  background-color: transparent !important;
  border-color: #3d3e81 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6062b4 !important;
  border-color: #6062b4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2252fd !important;
}
.text-secondary {
  color: #f900ff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6062b4 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0229b7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #950099 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #383976 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2252fd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6062b4;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2252fd;
  border-color: #2252fd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2252fd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ecf0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7b8dd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #2252fd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #2252fd;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2252fd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2252fd;
}
.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: #2252fd;
  border-bottom-color: #2252fd;
}
.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: #2252fd !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: #f900ff !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='%232252fd' %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-tJ2HY8Ph1h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJ2HY8Ph1h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJ2HY8Ph1h .hamb {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .hamb {
    margin-right: 3rem !important;
  }
}
.cid-tJ2HY8Ph1h .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-tJ2HY8Ph1h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJ2HY8Ph1h .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJ2HY8Ph1h .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJ2HY8Ph1h .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJ2HY8Ph1h .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJ2HY8Ph1h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-tJ2HY8Ph1h .nav-item:focus,
.cid-tJ2HY8Ph1h .nav-link:focus {
  outline: none;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar.opened {
  transition: all 0.3s;
}
.cid-tJ2HY8Ph1h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJ2HY8Ph1h .navbar .navbar-logo img {
  width: auto;
}
.cid-tJ2HY8Ph1h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJ2HY8Ph1h .navbar.collapsed {
  justify-content: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJ2HY8Ph1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar {
    min-height: 72px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJ2HY8Ph1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJ2HY8Ph1h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJ2HY8Ph1h .dropdown-item.active,
.cid-tJ2HY8Ph1h .dropdown-item:active {
  background-color: transparent;
}
.cid-tJ2HY8Ph1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJ2HY8Ph1h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJ2HY8Ph1h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-buttons {
    text-align: center;
  }
}
.cid-tJ2HY8Ph1h button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJ2HY8Ph1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJ2HY8Ph1h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJ2HY8Ph1h .navbar {
    height: 70px;
  }
  .cid-tJ2HY8Ph1h .navbar.opened {
    height: auto;
  }
  .cid-tJ2HY8Ph1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJ2HY8Ph1h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJ2HY8Ph1h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-tJ2HY8Ph1h .container-fluid {
  background: transparent !important;
}
.cid-tJ2HY8Ph1h .navbar-brand {
  margin-right: auto;
}
.cid-tJ2HY8Ph1h .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 4px !important;
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar-brand {
    margin-right: auto;
  }
  .cid-tJ2HY8Ph1h .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uFVinTImjq {
  background-image: url("../../../assets/images/background1.jpg");
  position: relative;
}
.cid-uFVinTImjq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uFVinTImjq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVinTImjq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVinTImjq .row {
  justify-content: center;
}
.cid-uFVinTImjq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFVinTImjq .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFVinTImjq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uFVinTImjq .mbr-section-title {
  color: #ffffff;
}
.cid-uFVinTImjq .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFVinTImjq .mbr-section-title,
.cid-uFVinTImjq .mbr-section-btn {
  text-align: center;
}
.cid-uG1zC2HsBB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG1zC2HsBB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1zC2HsBB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1zC2HsBB .row {
  justify-content: center;
}
.cid-uG1zC2HsBB .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG1zC2HsBB .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG1zC2HsBB .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG1zC2HsBB .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1zC2HsBB .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG1zC2HsBB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG1zC2HsBB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG1zC2HsBB .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG1zC2HsBB .mbr-label,
.cid-uG1zC2HsBB .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG1zC2HsBB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG1zC2HsBB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uG1zC2HsBB .mbr-text,
.cid-uG1zC2HsBB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG1zC2HsBB .mbr-section-title,
.cid-uG1zC2HsBB .mbr-section-btn {
  text-align: center;
}
.cid-uG1OmhTAOy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG1OmhTAOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1OmhTAOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1OmhTAOy .row {
  justify-content: center;
}
.cid-uG1OmhTAOy .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG1OmhTAOy .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG1OmhTAOy .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uG1OmhTAOy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG1OmhTAOy .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG1OmhTAOy .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG1OmhTAOy .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uG1OmhTAOy .item {
    margin-bottom: 48px;
  }
}
.cid-uG1OmhTAOy .item .item-wrapper {
  height: 100%;
}
.cid-uG1OmhTAOy .item .item-wrapper .date-wrapper {
  padding-bottom: 60px;
  border-bottom: 3px solid #cbff5b;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG1OmhTAOy .item .item-wrapper .date-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-uG1OmhTAOy .item .item-wrapper .date-wrapper .card-year {
  margin-bottom: 0;
}
.cid-uG1OmhTAOy .item .item-wrapper .date-wrapper .card-date {
  margin-bottom: 0;
}
.cid-uG1OmhTAOy .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG1OmhTAOy .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG1OmhTAOy .item .item-wrapper .card-box .list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cid-uG1OmhTAOy .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uG1OmhTAOy .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG1OmhTAOy .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #ffffff;
}
.cid-uG1OmhTAOy .mbr-label {
  color: #ffffff;
}
.cid-uG1OmhTAOy .card-year {
  color: #cbff5b;
}
.cid-uG1OmhTAOy .card-date {
  color: #ffffff;
}
.cid-uG1OmhTAOy .card-title {
  color: #ffffff;
}
.cid-uG1OmhTAOy .list {
  color: #ffffff;
}
.cid-uG1QWbRmxs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG1QWbRmxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1QWbRmxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1QWbRmxs .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG1QWbRmxs .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG1QWbRmxs .items-wrapper {
  margin: 0 -13px;
}
.cid-uG1QWbRmxs .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uG1QWbRmxs .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uG1QWbRmxs .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uG1QWbRmxs .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uG1QWbRmxs .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uG1QWbRmxs .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uG1QWbRmxs .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uG1QWbRmxs .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uG1QWbRmxs .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG1QWbRmxs .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uG1QWbRmxs .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uG1QWbRmxs .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uG1QWbRmxs .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0047ff, #1f2329 85%);
}
.cid-uG1QWbRmxs .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ff398a, #1f2329 85%);
}
.cid-uG1QWbRmxs .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #a78aff, #1f2329 85%);
}
.cid-uG1QWbRmxs .mbr-section-title,
.cid-uG1QWbRmxs .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG1QWbRmxs .item-title {
  color: #ffffff;
}
.cid-uG1QWbRmxs .item-text {
  color: #ffffff;
}
.cid-uG1U1NsGHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #a78aff 110%);
}
.cid-uG1U1NsGHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1U1NsGHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1U1NsGHU .row {
  justify-content: center;
}
.cid-uG1U1NsGHU .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uG1U1NsGHU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uG1U1NsGHU .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uG1U1NsGHU .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG1U1NsGHU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uG1U1NsGHU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG1U1NsGHU .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uG1U1NsGHU .mbr-section-title {
  color: #ffffff;
}
.cid-uG1U1NsGHU .mbr-text {
  color: #ffffff;
}
.cid-uG1U1NsGHU .mbr-desc {
  color: #ffffff;
}
.cid-uBcnK3h9st {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8b22fd;
}
.cid-uBcnK3h9st .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uBcnK3h9st .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcnK3h9st .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcnK3h9st .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uBcnK3h9st .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #2252fd;
  transform: translateY(-3px);
}
.cid-uBcnK3h9st .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uBcnK3h9st .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uBcnK3h9st .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBcnK3h9st .copyright > p {
  color: #ffffff;
}
.cid-uCqGSOnjfy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uCqGSOnjfy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uCqGSOnjfy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uCqGSOnjfy .hamb {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uCqGSOnjfy .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uCqGSOnjfy .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uCqGSOnjfy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCqGSOnjfy .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uCqGSOnjfy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCqGSOnjfy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCqGSOnjfy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uCqGSOnjfy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uCqGSOnjfy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uCqGSOnjfy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCqGSOnjfy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uCqGSOnjfy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uCqGSOnjfy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uCqGSOnjfy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCqGSOnjfy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uCqGSOnjfy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uCqGSOnjfy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uCqGSOnjfy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uCqGSOnjfy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uCqGSOnjfy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uCqGSOnjfy .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uCqGSOnjfy .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCqGSOnjfy .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uCqGSOnjfy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCqGSOnjfy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uCqGSOnjfy .nav-item:focus,
.cid-uCqGSOnjfy .nav-link:focus {
  outline: none;
}
.cid-uCqGSOnjfy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCqGSOnjfy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCqGSOnjfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCqGSOnjfy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCqGSOnjfy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCqGSOnjfy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCqGSOnjfy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uCqGSOnjfy .navbar.opened {
  transition: all 0.3s;
}
.cid-uCqGSOnjfy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCqGSOnjfy .navbar .navbar-logo img {
  width: auto;
}
.cid-uCqGSOnjfy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uCqGSOnjfy .navbar.collapsed {
  justify-content: center;
}
.cid-uCqGSOnjfy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCqGSOnjfy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCqGSOnjfy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uCqGSOnjfy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCqGSOnjfy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCqGSOnjfy .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-uCqGSOnjfy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCqGSOnjfy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCqGSOnjfy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uCqGSOnjfy .navbar {
    min-height: 72px;
  }
  .cid-uCqGSOnjfy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCqGSOnjfy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCqGSOnjfy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCqGSOnjfy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCqGSOnjfy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCqGSOnjfy .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-uCqGSOnjfy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCqGSOnjfy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uCqGSOnjfy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCqGSOnjfy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCqGSOnjfy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uCqGSOnjfy .dropdown-item.active,
.cid-uCqGSOnjfy .dropdown-item:active {
  background-color: transparent;
}
.cid-uCqGSOnjfy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCqGSOnjfy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCqGSOnjfy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCqGSOnjfy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCqGSOnjfy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uCqGSOnjfy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uCqGSOnjfy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCqGSOnjfy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uCqGSOnjfy .navbar-buttons {
    text-align: center;
  }
}
.cid-uCqGSOnjfy button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCqGSOnjfy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uCqGSOnjfy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCqGSOnjfy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCqGSOnjfy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCqGSOnjfy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCqGSOnjfy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCqGSOnjfy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCqGSOnjfy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCqGSOnjfy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCqGSOnjfy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uCqGSOnjfy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCqGSOnjfy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCqGSOnjfy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCqGSOnjfy .navbar {
    height: 70px;
  }
  .cid-uCqGSOnjfy .navbar.opened {
    height: auto;
  }
  .cid-uCqGSOnjfy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uCqGSOnjfy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uCqGSOnjfy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uCqGSOnjfy .container-fluid {
  background: transparent !important;
}
.cid-uCqGSOnjfy .navbar-brand {
  margin-right: auto;
}
.cid-uCqGSOnjfy .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 4px !important;
}
@media (max-width: 575px) {
  .cid-uCqGSOnjfy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCqGSOnjfy .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uCqGSOnjfy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uCqGSOnjfy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uCqGSOnjfy .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uCqGSOnjfy .navbar-brand {
    margin-right: auto;
  }
  .cid-uCqGSOnjfy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uCqGSOnjfy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uCqGSOnjfy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uCqGSOnjfy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uCqGSOnjfy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uCqGSOnjfy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCqGSPjXRw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1b1818;
}
.cid-uCqGSPjXRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqGSPjXRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCqGSPjXRw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCqGSPjXRw .row {
  flex-direction: row-reverse;
}
.cid-uCqGSPjXRw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCqGSPjXRw .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCqGSPjXRw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCqGSPjXRw .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCqGSPjXRw .mbr-text,
.cid-uCqGSPjXRw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uEPLdqvIBK {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uEPLdqvIBK .mbr-text {
  color: #232323;
}
.cid-uCqGSPE125 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8b22fd;
}
.cid-uCqGSPE125 .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uCqGSPE125 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uCqGSPE125 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uCqGSPE125 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uCqGSPE125 .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #2252fd;
  transform: translateY(-3px);
}
.cid-uCqGSPE125 .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uCqGSPE125 .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uCqGSPE125 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCqGSPE125 .copyright > p {
  color: #ffffff;
}
.cid-uESCJXPW8z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESCJXPW8z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uESCJXPW8z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESCJXPW8z .hamb {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uESCJXPW8z .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uESCJXPW8z .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uESCJXPW8z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uESCJXPW8z .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uESCJXPW8z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESCJXPW8z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESCJXPW8z .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uESCJXPW8z .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uESCJXPW8z .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uESCJXPW8z .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESCJXPW8z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESCJXPW8z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESCJXPW8z .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uESCJXPW8z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESCJXPW8z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESCJXPW8z .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESCJXPW8z .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uESCJXPW8z .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uESCJXPW8z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESCJXPW8z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uESCJXPW8z .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uESCJXPW8z .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESCJXPW8z .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESCJXPW8z .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESCJXPW8z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uESCJXPW8z .nav-item:focus,
.cid-uESCJXPW8z .nav-link:focus {
  outline: none;
}
.cid-uESCJXPW8z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESCJXPW8z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESCJXPW8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESCJXPW8z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESCJXPW8z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESCJXPW8z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESCJXPW8z .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uESCJXPW8z .navbar.opened {
  transition: all 0.3s;
}
.cid-uESCJXPW8z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESCJXPW8z .navbar .navbar-logo img {
  width: auto;
}
.cid-uESCJXPW8z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESCJXPW8z .navbar.collapsed {
  justify-content: center;
}
.cid-uESCJXPW8z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESCJXPW8z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESCJXPW8z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uESCJXPW8z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESCJXPW8z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESCJXPW8z .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-uESCJXPW8z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESCJXPW8z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESCJXPW8z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESCJXPW8z .navbar {
    min-height: 72px;
  }
  .cid-uESCJXPW8z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESCJXPW8z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESCJXPW8z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESCJXPW8z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESCJXPW8z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESCJXPW8z .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-uESCJXPW8z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESCJXPW8z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESCJXPW8z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESCJXPW8z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESCJXPW8z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESCJXPW8z .dropdown-item.active,
.cid-uESCJXPW8z .dropdown-item:active {
  background-color: transparent;
}
.cid-uESCJXPW8z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESCJXPW8z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESCJXPW8z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESCJXPW8z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uESCJXPW8z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESCJXPW8z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESCJXPW8z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESCJXPW8z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESCJXPW8z .navbar-buttons {
    text-align: center;
  }
}
.cid-uESCJXPW8z button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESCJXPW8z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uESCJXPW8z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESCJXPW8z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESCJXPW8z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESCJXPW8z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESCJXPW8z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESCJXPW8z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESCJXPW8z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESCJXPW8z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESCJXPW8z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESCJXPW8z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESCJXPW8z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uESCJXPW8z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESCJXPW8z .navbar {
    height: 70px;
  }
  .cid-uESCJXPW8z .navbar.opened {
    height: auto;
  }
  .cid-uESCJXPW8z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESCJXPW8z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESCJXPW8z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uESCJXPW8z .container-fluid {
  background: transparent !important;
}
.cid-uESCJXPW8z .navbar-brand {
  margin-right: auto;
}
.cid-uESCJXPW8z .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 4px !important;
}
@media (max-width: 575px) {
  .cid-uESCJXPW8z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESCJXPW8z .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uESCJXPW8z .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uESCJXPW8z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uESCJXPW8z .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uESCJXPW8z .navbar-brand {
    margin-right: auto;
  }
  .cid-uESCJXPW8z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uESCJXPW8z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESCJXPW8z .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESCJXPW8z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uESCJXPW8z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESCJXPW8z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESCJYz3fS {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1b1818;
}
.cid-uESCJYz3fS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESCJYz3fS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESCJYz3fS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESCJYz3fS .row {
  flex-direction: row-reverse;
}
.cid-uESCJYz3fS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uESCJYz3fS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uESCJYz3fS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uESCJYz3fS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uESCJYz3fS .mbr-text,
.cid-uESCJYz3fS .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uESCJYSfaE {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uESCJYSfaE .mbr-text {
  color: #232323;
}
.cid-uESCJYZWtW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8b22fd;
}
.cid-uESCJYZWtW .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uESCJYZWtW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uESCJYZWtW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uESCJYZWtW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uESCJYZWtW .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #2252fd;
  transform: translateY(-3px);
}
.cid-uESCJYZWtW .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uESCJYZWtW .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uESCJYZWtW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uESCJYZWtW .copyright > p {
  color: #ffffff;
}
.cid-uESDwzHWMX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESDwzHWMX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uESDwzHWMX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESDwzHWMX .hamb {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uESDwzHWMX .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uESDwzHWMX .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uESDwzHWMX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uESDwzHWMX .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uESDwzHWMX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESDwzHWMX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESDwzHWMX .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uESDwzHWMX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uESDwzHWMX .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uESDwzHWMX .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESDwzHWMX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESDwzHWMX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESDwzHWMX .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uESDwzHWMX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESDwzHWMX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESDwzHWMX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESDwzHWMX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uESDwzHWMX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uESDwzHWMX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESDwzHWMX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uESDwzHWMX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uESDwzHWMX .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESDwzHWMX .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESDwzHWMX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESDwzHWMX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uESDwzHWMX .nav-item:focus,
.cid-uESDwzHWMX .nav-link:focus {
  outline: none;
}
.cid-uESDwzHWMX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESDwzHWMX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESDwzHWMX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESDwzHWMX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESDwzHWMX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESDwzHWMX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESDwzHWMX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uESDwzHWMX .navbar.opened {
  transition: all 0.3s;
}
.cid-uESDwzHWMX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESDwzHWMX .navbar .navbar-logo img {
  width: auto;
}
.cid-uESDwzHWMX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESDwzHWMX .navbar.collapsed {
  justify-content: center;
}
.cid-uESDwzHWMX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESDwzHWMX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESDwzHWMX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uESDwzHWMX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESDwzHWMX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESDwzHWMX .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-uESDwzHWMX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESDwzHWMX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESDwzHWMX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESDwzHWMX .navbar {
    min-height: 72px;
  }
  .cid-uESDwzHWMX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESDwzHWMX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESDwzHWMX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESDwzHWMX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESDwzHWMX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESDwzHWMX .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-uESDwzHWMX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESDwzHWMX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESDwzHWMX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESDwzHWMX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESDwzHWMX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESDwzHWMX .dropdown-item.active,
.cid-uESDwzHWMX .dropdown-item:active {
  background-color: transparent;
}
.cid-uESDwzHWMX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESDwzHWMX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESDwzHWMX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESDwzHWMX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uESDwzHWMX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESDwzHWMX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESDwzHWMX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESDwzHWMX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESDwzHWMX .navbar-buttons {
    text-align: center;
  }
}
.cid-uESDwzHWMX button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESDwzHWMX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uESDwzHWMX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESDwzHWMX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESDwzHWMX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESDwzHWMX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESDwzHWMX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESDwzHWMX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESDwzHWMX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESDwzHWMX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESDwzHWMX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESDwzHWMX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESDwzHWMX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uESDwzHWMX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESDwzHWMX .navbar {
    height: 70px;
  }
  .cid-uESDwzHWMX .navbar.opened {
    height: auto;
  }
  .cid-uESDwzHWMX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESDwzHWMX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESDwzHWMX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uESDwzHWMX .container-fluid {
  background: transparent !important;
}
.cid-uESDwzHWMX .navbar-brand {
  margin-right: auto;
}
.cid-uESDwzHWMX .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 4px !important;
}
@media (max-width: 575px) {
  .cid-uESDwzHWMX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESDwzHWMX .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uESDwzHWMX .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uESDwzHWMX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uESDwzHWMX .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uESDwzHWMX .navbar-brand {
    margin-right: auto;
  }
  .cid-uESDwzHWMX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uESDwzHWMX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESDwzHWMX .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESDwzHWMX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uESDwzHWMX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESDwzHWMX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESDwAtUXR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1b1818;
}
.cid-uESDwAtUXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESDwAtUXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESDwAtUXR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESDwAtUXR .row {
  flex-direction: row-reverse;
}
.cid-uESDwAtUXR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uESDwAtUXR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uESDwAtUXR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uESDwAtUXR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uESDwAtUXR .mbr-text,
.cid-uESDwAtUXR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uESDwAKcrW {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-uESDwAKcrW .mbr-text {
  color: #232323;
}
.cid-uESDwAVsHN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8b22fd;
}
.cid-uESDwAVsHN .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uESDwAVsHN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uESDwAVsHN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uESDwAVsHN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uESDwAVsHN .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #2252fd;
  transform: translateY(-3px);
}
.cid-uESDwAVsHN .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uESDwAVsHN .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uESDwAVsHN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uESDwAVsHN .copyright > p {
  color: #ffffff;
}
.cid-uESE6qsCJc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESE6qsCJc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uESE6qsCJc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESE6qsCJc .hamb {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uESE6qsCJc .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uESE6qsCJc .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uESE6qsCJc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uESE6qsCJc .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uESE6qsCJc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESE6qsCJc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESE6qsCJc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uESE6qsCJc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uESE6qsCJc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uESE6qsCJc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESE6qsCJc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESE6qsCJc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESE6qsCJc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uESE6qsCJc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESE6qsCJc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESE6qsCJc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESE6qsCJc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uESE6qsCJc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uESE6qsCJc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESE6qsCJc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uESE6qsCJc .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uESE6qsCJc .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESE6qsCJc .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESE6qsCJc .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESE6qsCJc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uESE6qsCJc .nav-item:focus,
.cid-uESE6qsCJc .nav-link:focus {
  outline: none;
}
.cid-uESE6qsCJc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESE6qsCJc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESE6qsCJc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESE6qsCJc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESE6qsCJc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESE6qsCJc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESE6qsCJc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uESE6qsCJc .navbar.opened {
  transition: all 0.3s;
}
.cid-uESE6qsCJc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESE6qsCJc .navbar .navbar-logo img {
  width: auto;
}
.cid-uESE6qsCJc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESE6qsCJc .navbar.collapsed {
  justify-content: center;
}
.cid-uESE6qsCJc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESE6qsCJc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESE6qsCJc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uESE6qsCJc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESE6qsCJc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESE6qsCJc .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-uESE6qsCJc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESE6qsCJc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESE6qsCJc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESE6qsCJc .navbar {
    min-height: 72px;
  }
  .cid-uESE6qsCJc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESE6qsCJc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESE6qsCJc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESE6qsCJc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESE6qsCJc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESE6qsCJc .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-uESE6qsCJc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESE6qsCJc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESE6qsCJc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESE6qsCJc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESE6qsCJc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESE6qsCJc .dropdown-item.active,
.cid-uESE6qsCJc .dropdown-item:active {
  background-color: transparent;
}
.cid-uESE6qsCJc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESE6qsCJc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESE6qsCJc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESE6qsCJc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uESE6qsCJc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESE6qsCJc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESE6qsCJc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESE6qsCJc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESE6qsCJc .navbar-buttons {
    text-align: center;
  }
}
.cid-uESE6qsCJc button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESE6qsCJc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uESE6qsCJc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESE6qsCJc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESE6qsCJc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESE6qsCJc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESE6qsCJc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESE6qsCJc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESE6qsCJc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESE6qsCJc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESE6qsCJc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESE6qsCJc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESE6qsCJc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uESE6qsCJc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESE6qsCJc .navbar {
    height: 70px;
  }
  .cid-uESE6qsCJc .navbar.opened {
    height: auto;
  }
  .cid-uESE6qsCJc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESE6qsCJc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESE6qsCJc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uESE6qsCJc .container-fluid {
  background: transparent !important;
}
.cid-uESE6qsCJc .navbar-brand {
  margin-right: auto;
}
.cid-uESE6qsCJc .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 4px !important;
}
@media (max-width: 575px) {
  .cid-uESE6qsCJc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESE6qsCJc .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uESE6qsCJc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uESE6qsCJc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uESE6qsCJc .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uESE6qsCJc .navbar-brand {
    margin-right: auto;
  }
  .cid-uESE6qsCJc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uESE6qsCJc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESE6qsCJc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESE6qsCJc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uESE6qsCJc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESE6qsCJc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESE6qUfYU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1b1818;
}
.cid-uESE6qUfYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESE6qUfYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESE6qUfYU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESE6qUfYU .row {
  flex-direction: row-reverse;
}
.cid-uESE6qUfYU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uESE6qUfYU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uESE6qUfYU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uESE6qUfYU .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uESE6qUfYU .mbr-text,
.cid-uESE6qUfYU .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uESEiwA8bF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uESEiwA8bF .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uESEiwA8bF .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uESEiwA8bF .panel-group {
  border: none;
}
.cid-uESEiwA8bF .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESEiwA8bF .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uESEiwA8bF .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uESEiwA8bF .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uESEiwA8bF .content {
  margin: 5rem auto;
}
.cid-uESEiwA8bF .img-col {
  padding: 0;
}
.cid-uESEiwA8bF .img-item {
  height: 100%;
}
.cid-uESEiwA8bF img {
  height: 100%;
  object-fit: cover;
}
.cid-uESEiwA8bF .collapsed span {
  transform: rotate(0deg);
}
.cid-uESEiwA8bF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uESEiwA8bF p {
  margin-bottom: 0.3rem;
}
.cid-uESEiwA8bF .panel-title-edit {
  color: #1b1818;
}
.cid-uESEiwA8bF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uESEiwA8bF .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uESEiwA8bF .card {
    padding: 1rem;
  }
}
.cid-uESEiwA8bF .panel-text {
  color: #1b1818;
}
.cid-uESEiwA8bF H3 {
  text-align: center;
  color: #b18b53;
}
.cid-uESEiwA8bF H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uESE6reg7u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8b22fd;
}
.cid-uESE6reg7u .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uESE6reg7u .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uESE6reg7u .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uESE6reg7u .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uESE6reg7u .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #2252fd;
  transform: translateY(-3px);
}
.cid-uESE6reg7u .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uESE6reg7u .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uESE6reg7u .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uESE6reg7u .copyright > p {
  color: #ffffff;
}
.cid-uESErbB4qu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uESErbB4qu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uESErbB4qu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uESErbB4qu .hamb {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uESErbB4qu .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uESErbB4qu .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uESErbB4qu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uESErbB4qu .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uESErbB4qu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uESErbB4qu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uESErbB4qu .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uESErbB4qu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uESErbB4qu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uESErbB4qu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESErbB4qu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uESErbB4qu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uESErbB4qu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uESErbB4qu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESErbB4qu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uESErbB4qu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uESErbB4qu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uESErbB4qu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uESErbB4qu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uESErbB4qu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uESErbB4qu .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uESErbB4qu .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uESErbB4qu .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uESErbB4qu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uESErbB4qu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uESErbB4qu .nav-item:focus,
.cid-uESErbB4qu .nav-link:focus {
  outline: none;
}
.cid-uESErbB4qu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uESErbB4qu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uESErbB4qu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uESErbB4qu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uESErbB4qu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uESErbB4qu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uESErbB4qu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uESErbB4qu .navbar.opened {
  transition: all 0.3s;
}
.cid-uESErbB4qu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uESErbB4qu .navbar .navbar-logo img {
  width: auto;
}
.cid-uESErbB4qu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uESErbB4qu .navbar.collapsed {
  justify-content: center;
}
.cid-uESErbB4qu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uESErbB4qu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uESErbB4qu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uESErbB4qu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uESErbB4qu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uESErbB4qu .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-uESErbB4qu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uESErbB4qu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uESErbB4qu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESErbB4qu .navbar {
    min-height: 72px;
  }
  .cid-uESErbB4qu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uESErbB4qu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uESErbB4qu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uESErbB4qu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uESErbB4qu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uESErbB4qu .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-uESErbB4qu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uESErbB4qu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uESErbB4qu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uESErbB4qu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uESErbB4qu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uESErbB4qu .dropdown-item.active,
.cid-uESErbB4qu .dropdown-item:active {
  background-color: transparent;
}
.cid-uESErbB4qu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uESErbB4qu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uESErbB4qu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uESErbB4qu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uESErbB4qu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uESErbB4qu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uESErbB4qu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uESErbB4qu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uESErbB4qu .navbar-buttons {
    text-align: center;
  }
}
.cid-uESErbB4qu button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uESErbB4qu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uESErbB4qu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uESErbB4qu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESErbB4qu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uESErbB4qu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uESErbB4qu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESErbB4qu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uESErbB4qu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uESErbB4qu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uESErbB4qu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uESErbB4qu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uESErbB4qu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uESErbB4qu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uESErbB4qu .navbar {
    height: 70px;
  }
  .cid-uESErbB4qu .navbar.opened {
    height: auto;
  }
  .cid-uESErbB4qu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uESErbB4qu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uESErbB4qu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uESErbB4qu .container-fluid {
  background: transparent !important;
}
.cid-uESErbB4qu .navbar-brand {
  margin-right: auto;
}
.cid-uESErbB4qu .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 4px !important;
}
@media (max-width: 575px) {
  .cid-uESErbB4qu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESErbB4qu .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uESErbB4qu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uESErbB4qu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uESErbB4qu .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uESErbB4qu .navbar-brand {
    margin-right: auto;
  }
  .cid-uESErbB4qu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uESErbB4qu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uESErbB4qu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uESErbB4qu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uESErbB4qu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uESErbB4qu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uESErbB4qu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uESErcl73O {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1b1818;
}
.cid-uESErcl73O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uESErcl73O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uESErcl73O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uESErcl73O .row {
  flex-direction: row-reverse;
}
.cid-uESErcl73O .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uESErcl73O .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uESErcl73O .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uESErcl73O .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uESErcl73O .mbr-text,
.cid-uESErcl73O .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uESJ7bV0dA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uESJ7bV0dA .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uESJ7bV0dA .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-uESJ7bV0dA .panel-group {
  border: none;
}
.cid-uESJ7bV0dA .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uESJ7bV0dA .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uESJ7bV0dA .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uESJ7bV0dA .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uESJ7bV0dA .content {
  margin: 5rem auto;
}
.cid-uESJ7bV0dA .img-col {
  padding: 0;
}
.cid-uESJ7bV0dA .img-item {
  height: 100%;
}
.cid-uESJ7bV0dA img {
  height: 100%;
  object-fit: cover;
}
.cid-uESJ7bV0dA .collapsed span {
  transform: rotate(0deg);
}
.cid-uESJ7bV0dA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uESJ7bV0dA p {
  margin-bottom: 0.3rem;
}
.cid-uESJ7bV0dA .panel-title-edit {
  color: #1b1818;
}
.cid-uESJ7bV0dA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uESJ7bV0dA .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uESJ7bV0dA .card {
    padding: 1rem;
  }
}
.cid-uESJ7bV0dA .panel-text {
  color: #1b1818;
}
.cid-uESJ7bV0dA H3 {
  text-align: center;
  color: #b18b53;
}
.cid-uESJ7bV0dA H4 {
  text-align: center;
  color: #ffffff;
}
.cid-uESErcSP9z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8b22fd;
}
.cid-uESErcSP9z .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uESErcSP9z .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uESErcSP9z .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uESErcSP9z .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uESErcSP9z .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #2252fd;
  transform: translateY(-3px);
}
.cid-uESErcSP9z .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uESErcSP9z .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uESErcSP9z .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uESErcSP9z .copyright > p {
  color: #ffffff;
}
.cid-tJ2HY8Ph1h {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tJ2HY8Ph1h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJ2HY8Ph1h .hamb {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .hamb {
    margin-right: 3rem !important;
  }
}
.cid-tJ2HY8Ph1h .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-tJ2HY8Ph1h .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJ2HY8Ph1h .navbar-brand img {
  border-radius: 0px !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJ2HY8Ph1h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJ2HY8Ph1h .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJ2HY8Ph1h .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tJ2HY8Ph1h .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJ2HY8Ph1h .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-tJ2HY8Ph1h .nav-item:focus,
.cid-tJ2HY8Ph1h .nav-link:focus {
  outline: none;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJ2HY8Ph1h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJ2HY8Ph1h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar.opened {
  transition: all 0.3s;
}
.cid-tJ2HY8Ph1h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJ2HY8Ph1h .navbar .navbar-logo img {
  width: auto;
}
.cid-tJ2HY8Ph1h .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJ2HY8Ph1h .navbar.collapsed {
  justify-content: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJ2HY8Ph1h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJ2HY8Ph1h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2HY8Ph1h .navbar {
    min-height: 72px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJ2HY8Ph1h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJ2HY8Ph1h .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-tJ2HY8Ph1h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJ2HY8Ph1h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJ2HY8Ph1h .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJ2HY8Ph1h .dropdown-item.active,
.cid-tJ2HY8Ph1h .dropdown-item:active {
  background-color: transparent;
}
.cid-tJ2HY8Ph1h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJ2HY8Ph1h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tJ2HY8Ph1h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJ2HY8Ph1h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJ2HY8Ph1h .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .navbar-buttons {
    text-align: center;
  }
}
.cid-tJ2HY8Ph1h button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJ2HY8Ph1h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJ2HY8Ph1h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJ2HY8Ph1h .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJ2HY8Ph1h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJ2HY8Ph1h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJ2HY8Ph1h .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJ2HY8Ph1h .navbar {
    height: 70px;
  }
  .cid-tJ2HY8Ph1h .navbar.opened {
    height: auto;
  }
  .cid-tJ2HY8Ph1h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJ2HY8Ph1h .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJ2HY8Ph1h .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-tJ2HY8Ph1h .container-fluid {
  background: transparent !important;
}
.cid-tJ2HY8Ph1h .navbar-brand {
  margin-right: auto;
}
.cid-tJ2HY8Ph1h .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 4px !important;
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tJ2HY8Ph1h .navbar-brand {
    margin-right: auto;
  }
  .cid-tJ2HY8Ph1h .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJ2HY8Ph1h .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJ2HY8Ph1h .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJ2HY8Ph1h .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJ2HY8Ph1h .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uCqDnlWVyg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #1b1818;
}
.cid-uCqDnlWVyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCqDnlWVyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCqDnlWVyg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCqDnlWVyg .row {
  flex-direction: row-reverse;
}
.cid-uCqDnlWVyg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uCqDnlWVyg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uCqDnlWVyg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uCqDnlWVyg .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uCqDnlWVyg .mbr-text,
.cid-uCqDnlWVyg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uEPJV2xCNW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEPJV2xCNW .mbr-text {
  color: #232323;
}
.cid-uBcnK3h9st {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8b22fd;
}
.cid-uBcnK3h9st .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uBcnK3h9st .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uBcnK3h9st .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uBcnK3h9st .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uBcnK3h9st .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #2252fd;
  transform: translateY(-3px);
}
.cid-uBcnK3h9st .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uBcnK3h9st .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uBcnK3h9st .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uBcnK3h9st .copyright > p {
  color: #ffffff;
}
.cid-uG1UWZGN7q {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uG1UWZGN7q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uG1UWZGN7q .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uG1UWZGN7q .hamb {
  background: linear-gradient(to right, #2252fd, #f900ff);
  border-radius: 50%;
  border: 0px;
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-uG1UWZGN7q .hamb {
    margin-right: 3rem !important;
  }
}
.cid-uG1UWZGN7q .hamburger {
  top: 24px;
  position: absolute;
  left: 47px;
}
.cid-uG1UWZGN7q .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG1UWZGN7q .navbar-brand img {
  border-radius: 0px !important;
}
.cid-uG1UWZGN7q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uG1UWZGN7q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG1UWZGN7q .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uG1UWZGN7q .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uG1UWZGN7q .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uG1UWZGN7q .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uG1UWZGN7q .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uG1UWZGN7q .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uG1UWZGN7q .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uG1UWZGN7q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uG1UWZGN7q .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uG1UWZGN7q .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uG1UWZGN7q .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uG1UWZGN7q .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uG1UWZGN7q .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uG1UWZGN7q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uG1UWZGN7q .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uG1UWZGN7q .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uG1UWZGN7q .container-fluid {
    width: 100%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uG1UWZGN7q .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uG1UWZGN7q .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 4px !important;
}
.cid-uG1UWZGN7q .nav-item:focus,
.cid-uG1UWZGN7q .nav-link:focus {
  outline: none;
}
.cid-uG1UWZGN7q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG1UWZGN7q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG1UWZGN7q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG1UWZGN7q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG1UWZGN7q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG1UWZGN7q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG1UWZGN7q .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uG1UWZGN7q .navbar.opened {
  transition: all 0.3s;
}
.cid-uG1UWZGN7q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uG1UWZGN7q .navbar .navbar-logo img {
  width: auto;
}
.cid-uG1UWZGN7q .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uG1UWZGN7q .navbar.collapsed {
  justify-content: center;
}
.cid-uG1UWZGN7q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG1UWZGN7q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uG1UWZGN7q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uG1UWZGN7q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG1UWZGN7q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG1UWZGN7q .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-uG1UWZGN7q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG1UWZGN7q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uG1UWZGN7q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uG1UWZGN7q .navbar {
    min-height: 72px;
  }
  .cid-uG1UWZGN7q .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uG1UWZGN7q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG1UWZGN7q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG1UWZGN7q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG1UWZGN7q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uG1UWZGN7q .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-uG1UWZGN7q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uG1UWZGN7q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uG1UWZGN7q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG1UWZGN7q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uG1UWZGN7q .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uG1UWZGN7q .dropdown-item.active,
.cid-uG1UWZGN7q .dropdown-item:active {
  background-color: transparent;
}
.cid-uG1UWZGN7q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG1UWZGN7q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG1UWZGN7q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG1UWZGN7q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uG1UWZGN7q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uG1UWZGN7q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uG1UWZGN7q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uG1UWZGN7q .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG1UWZGN7q .navbar-buttons {
    text-align: center;
  }
}
.cid-uG1UWZGN7q button.navbar-toggler {
  outline: none;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uG1UWZGN7q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG1UWZGN7q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG1UWZGN7q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG1UWZGN7q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG1UWZGN7q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG1UWZGN7q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG1UWZGN7q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG1UWZGN7q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG1UWZGN7q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG1UWZGN7q .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uG1UWZGN7q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uG1UWZGN7q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uG1UWZGN7q .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG1UWZGN7q .navbar {
    height: 70px;
  }
  .cid-uG1UWZGN7q .navbar.opened {
    height: auto;
  }
  .cid-uG1UWZGN7q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uG1UWZGN7q .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uG1UWZGN7q .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
.cid-uG1UWZGN7q .container-fluid {
  background: transparent !important;
}
.cid-uG1UWZGN7q .navbar-brand {
  margin-right: auto;
}
.cid-uG1UWZGN7q .navbar-collapse {
  z-index: -1 !important;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #000000;
  border-color: rgba(0, 0, 0, 0.8) !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8) !important;
  backdrop-filter: blur(8px);
  border-radius: 4px !important;
}
@media (max-width: 575px) {
  .cid-uG1UWZGN7q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG1UWZGN7q .navbar-nav .nav-item .nav-link::after {
  margin-left: 10px;
}
.cid-uG1UWZGN7q .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu {
  display: none;
  max-width: 100% !important;
  transform: translateX(0);
  top: 10px;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown-item {
  padding: 8px !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(0deg);
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(180deg);
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
  position: static;
  width: 100%;
  max-width: 100% !important;
  transform: translateX(0) !important;
  top: 0;
  left: 0;
  padding: 8px !important;
  border-radius: 0.5rem;
  background-color: rgba(27, 31, 10, 0.04) !important;
}
.cid-uG1UWZGN7q .navbar .dropdown.open > .dropdown-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uG1UWZGN7q .navbar .dropdown > .dropdown-submenu.show {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uG1UWZGN7q .navbar-brand {
    margin-right: auto;
  }
  .cid-uG1UWZGN7q .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uG1UWZGN7q .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uG1UWZGN7q .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uG1UWZGN7q .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uG1UWZGN7q .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uG1UWZGN7q .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uG1UX0zUYD {
  background-image: url("../../../assets/images/background1.jpg");
  position: relative;
}
.cid-uG1UX0zUYD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uG1UX0zUYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1UX0zUYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1UX0zUYD .row {
  justify-content: center;
}
.cid-uG1UX0zUYD .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uG1UX0zUYD .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG1UX0zUYD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uG1UX0zUYD .mbr-section-title {
  color: #ffffff;
}
.cid-uG1UX0zUYD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG1UX0zUYD .mbr-section-title,
.cid-uG1UX0zUYD .mbr-section-btn {
  text-align: center;
}
.cid-uG1UX12BRB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG1UX12BRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1UX12BRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1UX12BRB .row {
  justify-content: center;
}
.cid-uG1UX12BRB .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG1UX12BRB .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG1UX12BRB .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG1UX12BRB .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG1UX12BRB .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG1UX12BRB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG1UX12BRB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG1UX12BRB .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG1UX12BRB .mbr-label,
.cid-uG1UX12BRB .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG1UX12BRB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG1UX12BRB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uG1UX12BRB .mbr-text,
.cid-uG1UX12BRB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG1UX12BRB .mbr-section-title,
.cid-uG1UX12BRB .mbr-section-btn {
  text-align: center;
}
.cid-uG1UX1HHp4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG1UX1HHp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1UX1HHp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1UX1HHp4 .row {
  justify-content: center;
}
.cid-uG1UX1HHp4 .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG1UX1HHp4 .label-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uG1UX1HHp4 .label-wrapper .mbr-label {
  margin-bottom: 0;
}
.cid-uG1UX1HHp4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uG1UX1HHp4 .items-wrapper {
    gap: 48px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uG1UX1HHp4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 48px 16px;
  }
}
@media (max-width: 768px) {
  .cid-uG1UX1HHp4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uG1UX1HHp4 .item {
    margin-bottom: 48px;
  }
}
.cid-uG1UX1HHp4 .item .item-wrapper {
  height: 100%;
}
.cid-uG1UX1HHp4 .item .item-wrapper .date-wrapper {
  padding-bottom: 60px;
  border-bottom: 3px solid #cbff5b;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG1UX1HHp4 .item .item-wrapper .date-wrapper {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.cid-uG1UX1HHp4 .item .item-wrapper .date-wrapper .card-year {
  margin-bottom: 0;
}
.cid-uG1UX1HHp4 .item .item-wrapper .date-wrapper .card-date {
  margin-bottom: 0;
}
.cid-uG1UX1HHp4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uG1UX1HHp4 .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uG1UX1HHp4 .item .item-wrapper .card-box .list {
  margin-bottom: 0;
  padding-left: 22px;
}
.cid-uG1UX1HHp4 .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uG1UX1HHp4 .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uG1UX1HHp4 .item .item-wrapper .card-box .list .item-wrap::marker {
  color: #ffffff;
}
.cid-uG1UX1HHp4 .mbr-label {
  color: #ffffff;
}
.cid-uG1UX1HHp4 .card-year {
  color: #cbff5b;
}
.cid-uG1UX1HHp4 .card-date {
  color: #ffffff;
}
.cid-uG1UX1HHp4 .card-title {
  color: #ffffff;
}
.cid-uG1UX1HHp4 .list {
  color: #ffffff;
}
.cid-uG1UX22nRq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG1UX22nRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1UX22nRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1UX22nRq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uG1UX22nRq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uG1UX22nRq .items-wrapper {
  margin: 0 -13px;
}
.cid-uG1UX22nRq .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uG1UX22nRq .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uG1UX22nRq .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uG1UX22nRq .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uG1UX22nRq .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uG1UX22nRq .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uG1UX22nRq .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uG1UX22nRq .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uG1UX22nRq .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uG1UX22nRq .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uG1UX22nRq .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uG1UX22nRq .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uG1UX22nRq .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0047ff, #1f2329 85%);
}
.cid-uG1UX22nRq .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ff398a, #1f2329 85%);
}
.cid-uG1UX22nRq .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #a78aff, #1f2329 85%);
}
.cid-uG1UX22nRq .mbr-section-title,
.cid-uG1UX22nRq .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG1UX22nRq .item-title {
  color: #ffffff;
}
.cid-uG1UX22nRq .item-text {
  color: #ffffff;
}
.cid-uG1UX2GPPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #a78aff 110%);
}
.cid-uG1UX2GPPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1UX2GPPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1UX2GPPJ .row {
  justify-content: center;
}
.cid-uG1UX2GPPJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uG1UX2GPPJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uG1UX2GPPJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uG1UX2GPPJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uG1UX2GPPJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uG1UX2GPPJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG1UX2GPPJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uG1UX2GPPJ .mbr-section-title {
  color: #ffffff;
}
.cid-uG1UX2GPPJ .mbr-text {
  color: #ffffff;
}
.cid-uG1UX2GPPJ .mbr-desc {
  color: #ffffff;
}
.cid-uG1UX31o0J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #8b22fd;
}
.cid-uG1UX31o0J .mbr-text {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-uG1UX31o0J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uG1UX31o0J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uG1UX31o0J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uG1UX31o0J .footer-lower .social-list .mbr-iconfont-social:hover {
  color: #2252fd;
  transform: translateY(-3px);
}
.cid-uG1UX31o0J .footer-lower .social-list .soc-item {
  margin: 0 1rem;
}
.cid-uG1UX31o0J .footer-lower .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 992px) {
  .cid-uG1UX31o0J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uG1UX31o0J .copyright > p {
  color: #ffffff;
}
