body {
  font-family: 'Montserrat', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffaa00 !important;
}
.bg-success {
  background-color: #36e826 !important;
}
.bg-info {
  background-color: #b9abe5 !important;
}
.bg-warning {
  background-color: #f0ff00 !important;
}
.bg-danger {
  background-color: #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffaa00 !important;
  border-color: #ffaa00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffaa00 !important;
  border-color: #ffaa00 !important;
  box-shadow: #ffaa00 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a87000 !important;
  border-color: #a87000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
  box-shadow: #5865f2 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1223e2 !important;
  border-color: #1223e2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  box-shadow: #b9abe5 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8269d1 !important;
  border-color: #8269d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #36e826 !important;
  border-color: #36e826 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #36e826 !important;
  border-color: #36e826 !important;
  box-shadow: #36e826 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1ea612 !important;
  border-color: #1ea612 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f0ff00 !important;
  border-color: #f0ff00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f0ff00 !important;
  border-color: #f0ff00 !important;
  box-shadow: #f0ff00 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9ea800 !important;
  border-color: #9ea800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
  box-shadow: #212428 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #ffaa00 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #ffaa00 !important;
  box-shadow: #ffaa00 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffaa00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a87000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffaa00 !important;
  border-color: #ffaa00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5865f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1223e2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b9abe5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8269d1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36e826;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea612 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #36e826 !important;
  border-color: #36e826 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f0ff00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9ea800 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f0ff00 !important;
  border-color: #f0ff00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffaa00 !important;
}
.text-secondary {
  color: #5865f2 !important;
}
.text-success {
  color: #36e826 !important;
}
.text-info {
  color: #b9abe5 !important;
}
.text-warning {
  color: #f0ff00 !important;
}
.text-danger {
  color: #212428 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1021d4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b9810 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #785dcd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #909900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffaa00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9abe5;
}
.alert-warning {
  background-color: #f0ff00;
}
.alert-danger {
  background-color: #212428;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffaa00;
  border-color: #ffaa00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffaa00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffeecc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1fcde;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcffcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d3d6db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffaa00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffaa00;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffaa00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffaa00;
}
.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: #ffaa00;
  border-bottom-color: #ffaa00;
}
.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: #000000 !important;
  background-color: #ffaa00 !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: #5865f2 !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='%23ffaa00' %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-uF6VuTCSgy {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF6VuTCSgy {
    flex-wrap: wrap;
  }
  .cid-uF6VuTCSgy .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uF6VuTCSgy .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uF6VuTCSgy .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uF6VuTCSgy .btn {
  padding: 0.3rem 2rem;
}
.cid-uF6VuTCSgy .nav-link {
  position: relative;
}
.cid-uF6VuTCSgy .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uF6VuTCSgy .nav-link:hover:before {
  width: 100%;
}
.cid-uF6VuTCSgy nav.navbar {
  position: fixed;
}
.cid-uF6VuTCSgy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6VuTCSgy .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF6VuTCSgy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF6VuTCSgy .dropdown-item:hover,
.cid-uF6VuTCSgy .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uF6VuTCSgy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF6VuTCSgy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF6VuTCSgy .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uF6VuTCSgy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF6VuTCSgy .container {
  display: flex;
  margin: auto;
}
.cid-uF6VuTCSgy .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF6VuTCSgy .dropdown-menu,
.cid-uF6VuTCSgy .navbar.opened {
  background: #050505 !important;
}
.cid-uF6VuTCSgy .nav-item:focus,
.cid-uF6VuTCSgy .nav-link:focus {
  outline: none;
}
.cid-uF6VuTCSgy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF6VuTCSgy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF6VuTCSgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF6VuTCSgy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF6VuTCSgy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF6VuTCSgy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF6VuTCSgy .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uF6VuTCSgy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uF6VuTCSgy .navbar.opened {
  transition: all 0.3s;
}
.cid-uF6VuTCSgy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF6VuTCSgy .navbar .navbar-logo img {
  width: auto;
}
.cid-uF6VuTCSgy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uF6VuTCSgy .navbar.collapsed {
  justify-content: center;
}
.cid-uF6VuTCSgy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF6VuTCSgy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF6VuTCSgy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uF6VuTCSgy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF6VuTCSgy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF6VuTCSgy .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-uF6VuTCSgy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF6VuTCSgy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF6VuTCSgy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF6VuTCSgy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF6VuTCSgy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF6VuTCSgy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF6VuTCSgy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF6VuTCSgy .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-uF6VuTCSgy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF6VuTCSgy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF6VuTCSgy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF6VuTCSgy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF6VuTCSgy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF6VuTCSgy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF6VuTCSgy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF6VuTCSgy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF6VuTCSgy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF6VuTCSgy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF6VuTCSgy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF6VuTCSgy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF6VuTCSgy .dropdown-item.active,
.cid-uF6VuTCSgy .dropdown-item:active {
  background-color: transparent;
}
.cid-uF6VuTCSgy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF6VuTCSgy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF6VuTCSgy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF6VuTCSgy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uF6VuTCSgy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF6VuTCSgy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF6VuTCSgy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF6VuTCSgy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF6VuTCSgy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF6VuTCSgy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF6VuTCSgy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF6VuTCSgy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6VuTCSgy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF6VuTCSgy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF6VuTCSgy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6VuTCSgy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF6VuTCSgy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF6VuTCSgy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF6VuTCSgy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF6VuTCSgy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF6VuTCSgy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF6VuTCSgy .navbar {
    height: 70px;
  }
  .cid-uF6VuTCSgy .navbar.opened {
    height: auto;
  }
  .cid-uF6VuTCSgy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF6MAHwKOk {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uF6MAHwKOk .mbr-section-title {
  color: #ffffff;
}
.cid-uF6MAHwKOk .mbr-text,
.cid-uF6MAHwKOk .mbr-section-btn {
  color: #ffffff;
}
.cid-uF6MAHwKOk img {
  border-radius: 2rem;
}
.cid-uF6MAHwKOk .highlight {
  color: #ffaa00;
}
.cid-uF6MAHwKOk .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uF6MAHwKOk .mbr-section-text {
  color: #ffffff;
}
.cid-uF6MAHwKOk .number {
  color: #ffffff;
}
.cid-uF6MAHwKOk .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uF6MAHwKOk .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uF6MAHwKOk .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uF6MAHwKOk .image-wrapper {
    display: none;
  }
  .cid-uF6MAHwKOk .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uF6MAHwKOk .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uF6MAHwKOk .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uF6MAHwKOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF6MAHwKOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF6MAHwKOk .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uF6MAHwKOk .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uF6MAHwKOk .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uF6Rv5Np74 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #0a0a0a;
}
.cid-uF6Rv5Np74 .row {
  flex-direction: row-reverse;
}
.cid-uF6Rv5Np74 .mbr-section-title {
  color: #ffffff;
}
.cid-uF6Rv5Np74 .mbr-text,
.cid-uF6Rv5Np74 .mbr-section-btn {
  color: #ffffff;
}
.cid-uF6Rv5Np74 .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uF6Rv5Np74 img {
  border-radius: 500px;
  border: solid #ffaa00 1px;
}
.cid-uF6Rv5Np74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF6Rv5Np74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF710EHG3B {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0a0a0a;
}
.cid-uF710EHG3B .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uF710EHG3B .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: white;
  position: absolute;
  opacity: 0;
  animation: underlineAnimation 3s ease-in-out infinite;
}
@keyframes underlineAnimation {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 100px;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.cid-uF710EHG3B img {
  max-width: 100%;
  width: 200px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
.cid-uF710EHG3B .card-wrapper {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  max-width: 100%;
}
.cid-uF710EHG3B .card-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uF710EHG3B .card-title,
.cid-uF710EHG3B .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uF710EHG3B .main-title,
.cid-uF710EHG3B .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uF710EHG3B .card-text {
  color: #bbbbbb;
}
.cid-uF710EHG3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF710EHG3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbsr9EtvL {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: #0a0a0a;
}
.cid-uFbsr9EtvL .card-wrap {
  background-color: #010101;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 2rem;
}
.cid-uFbsr9EtvL .card-wrap:hover {
  transform: translate(0px, -5px);
}
.cid-uFbsr9EtvL .image-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  overflow: hidden;
  border-radius: 10px;
}
.cid-uFbsr9EtvL .image-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
}
.cid-uFbsr9EtvL .image-wrap img {
  display: none;
}
@media (max-width: 991px) {
  .cid-uFbsr9EtvL .card-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uFbsr9EtvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbsr9EtvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbsr9EtvL .mbr-section-title {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uFbsr9EtvL .mbr-section-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: white;
  position: absolute;
  opacity: 0;
  animation: underlineAnimation 3s ease-in-out infinite;
}
.cid-uFbsr9EtvL .mbr-section-title2 {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-uFbsr9EtvL .mbr-section-title2:before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: white;
  position: absolute;
  opacity: 0;
  animation: underlineAnimation 3s ease-in-out infinite;
}
@keyframes underlineAnimation {
  0% {
    width: 0;
    opacity: 0;
  }
  50% {
    width: 100px;
    opacity: 1;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
.cid-uFajpH5lyn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uFajpH5lyn .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uFajpH5lyn .first-column .mbr-text {
  margin: 0;
}
.cid-uFajpH5lyn .form-group {
  max-width: 55%;
}
.cid-uFajpH5lyn .form-group,
.cid-uFajpH5lyn .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uFajpH5lyn .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uFajpH5lyn .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uFajpH5lyn .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFajpH5lyn .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFajpH5lyn .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uFajpH5lyn .form-control:hover,
.cid-uFajpH5lyn .form-control:focus {
  border: none !important;
}
.cid-uFajpH5lyn .col + .mbr-section-btn .btn,
.cid-uFajpH5lyn .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uFajpH5lyn .dragArea > *:nth-last-child(2).col,
.cid-uFajpH5lyn .dragArea > *:nth-last-child(2).col-auto,
.cid-uFajpH5lyn .col + .mbr-section-btn,
.cid-uFajpH5lyn .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFajpH5lyn .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFajpH5lyn .mbr-section-title {
  color: #e6e6e6;
}
.cid-uFajpH5lyn .mbr-section-subtitle,
.cid-uFajpH5lyn .icons-wrapper {
  color: #ffffff;
}
.cid-uFajpH5lyn P {
  color: #ffffff;
}
.cid-uFajpH5lyn .mbr-section-title,
.cid-uFajpH5lyn .icons-wrapper {
  color: #ffffff;
}
.cid-uFajpH5lyn .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uFakXA64hS {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFakXA64hS {
    flex-wrap: wrap;
  }
  .cid-uFakXA64hS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uFakXA64hS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uFakXA64hS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uFakXA64hS .btn {
  padding: 0.3rem 2rem;
}
.cid-uFakXA64hS .nav-link {
  position: relative;
}
.cid-uFakXA64hS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uFakXA64hS .nav-link:hover:before {
  width: 100%;
}
.cid-uFakXA64hS nav.navbar {
  position: fixed;
}
.cid-uFakXA64hS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFakXA64hS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFakXA64hS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFakXA64hS .dropdown-item:hover,
.cid-uFakXA64hS .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uFakXA64hS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFakXA64hS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFakXA64hS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uFakXA64hS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFakXA64hS .container {
  display: flex;
  margin: auto;
}
.cid-uFakXA64hS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFakXA64hS .dropdown-menu,
.cid-uFakXA64hS .navbar.opened {
  background: #050505 !important;
}
.cid-uFakXA64hS .nav-item:focus,
.cid-uFakXA64hS .nav-link:focus {
  outline: none;
}
.cid-uFakXA64hS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFakXA64hS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFakXA64hS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFakXA64hS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFakXA64hS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFakXA64hS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFakXA64hS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uFakXA64hS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uFakXA64hS .navbar.opened {
  transition: all 0.3s;
}
.cid-uFakXA64hS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFakXA64hS .navbar .navbar-logo img {
  width: auto;
}
.cid-uFakXA64hS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uFakXA64hS .navbar.collapsed {
  justify-content: center;
}
.cid-uFakXA64hS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFakXA64hS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFakXA64hS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uFakXA64hS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFakXA64hS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFakXA64hS .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-uFakXA64hS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFakXA64hS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFakXA64hS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFakXA64hS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFakXA64hS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFakXA64hS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFakXA64hS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFakXA64hS .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-uFakXA64hS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFakXA64hS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFakXA64hS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFakXA64hS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFakXA64hS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFakXA64hS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFakXA64hS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFakXA64hS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFakXA64hS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFakXA64hS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFakXA64hS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFakXA64hS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFakXA64hS .dropdown-item.active,
.cid-uFakXA64hS .dropdown-item:active {
  background-color: transparent;
}
.cid-uFakXA64hS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFakXA64hS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFakXA64hS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFakXA64hS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uFakXA64hS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFakXA64hS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFakXA64hS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFakXA64hS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFakXA64hS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFakXA64hS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFakXA64hS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFakXA64hS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFakXA64hS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFakXA64hS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFakXA64hS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFakXA64hS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFakXA64hS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFakXA64hS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFakXA64hS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFakXA64hS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFakXA64hS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFakXA64hS .navbar {
    height: 70px;
  }
  .cid-uFakXA64hS .navbar.opened {
    height: auto;
  }
  .cid-uFakXA64hS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILttH5VNg {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILttH5VNg .mbr-section-title {
  color: #ffffff;
}
.cid-uILttH5VNg .mbr-text,
.cid-uILttH5VNg .mbr-section-btn {
  color: #ffffff;
}
.cid-uILttH5VNg img {
  border-radius: 2rem;
}
.cid-uILttH5VNg .highlight {
  color: #ffaa00;
}
.cid-uILttH5VNg .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILttH5VNg .mbr-section-text {
  color: #ffffff;
}
.cid-uILttH5VNg .number {
  color: #ffffff;
}
.cid-uILttH5VNg .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILttH5VNg .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILttH5VNg .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILttH5VNg .image-wrapper {
    display: none;
  }
  .cid-uILttH5VNg .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILttH5VNg .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILttH5VNg .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILttH5VNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILttH5VNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILttH5VNg .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILttH5VNg .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILttH5VNg .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uFal8wLtGn {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #0a0a0a;
}
.cid-uFal8wLtGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFal8wLtGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFal8wLtGn .card-wrapper {
  background-color: #050505;
  border-radius: 15px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 3rem;
}
.cid-uFal8wLtGn .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uFal8wLtGn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uFal8wLtGn .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFal8wLtGn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFbhXt1gw1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a0a0a;
}
.cid-uFbhXt1gw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbhXt1gw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbhXt1gw1 .card-wrapper {
  background-color: #050505;
  border-radius: 15px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 3rem;
}
.cid-uFbhXt1gw1 .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uFbhXt1gw1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uFbhXt1gw1 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFbhXt1gw1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFbi5pRaR2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a0a0a;
}
.cid-uFbi5pRaR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbi5pRaR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbi5pRaR2 .card-wrapper {
  background-color: #050505;
  border-radius: 15px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 3rem;
}
.cid-uFbi5pRaR2 .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uFbi5pRaR2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uFbi5pRaR2 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFbi5pRaR2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFbihCoPxQ {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #0a0a0a;
}
.cid-uFbihCoPxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFbihCoPxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFbihCoPxQ .card-wrapper {
  background-color: #050505;
  border-radius: 15px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 3rem;
}
.cid-uFbihCoPxQ .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uFbihCoPxQ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uFbihCoPxQ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uFbihCoPxQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFakXCnVEk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uFakXCnVEk .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uFakXCnVEk .first-column .mbr-text {
  margin: 0;
}
.cid-uFakXCnVEk .form-group {
  max-width: 55%;
}
.cid-uFakXCnVEk .form-group,
.cid-uFakXCnVEk .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uFakXCnVEk .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uFakXCnVEk .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uFakXCnVEk .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFakXCnVEk .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFakXCnVEk .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uFakXCnVEk .form-control:hover,
.cid-uFakXCnVEk .form-control:focus {
  border: none !important;
}
.cid-uFakXCnVEk .col + .mbr-section-btn .btn,
.cid-uFakXCnVEk .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uFakXCnVEk .dragArea > *:nth-last-child(2).col,
.cid-uFakXCnVEk .dragArea > *:nth-last-child(2).col-auto,
.cid-uFakXCnVEk .col + .mbr-section-btn,
.cid-uFakXCnVEk .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFakXCnVEk .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFakXCnVEk .mbr-section-title {
  color: #e6e6e6;
}
.cid-uFakXCnVEk .mbr-section-subtitle,
.cid-uFakXCnVEk .icons-wrapper {
  color: #ffffff;
}
.cid-uFakXCnVEk P {
  color: #ffffff;
}
.cid-uFakXCnVEk .mbr-section-title,
.cid-uFakXCnVEk .icons-wrapper {
  color: #ffffff;
}
.cid-uFakXCnVEk .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uFaqsJUdbP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFaqsJUdbP {
    flex-wrap: wrap;
  }
  .cid-uFaqsJUdbP .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uFaqsJUdbP .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uFaqsJUdbP .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uFaqsJUdbP .btn {
  padding: 0.3rem 2rem;
}
.cid-uFaqsJUdbP .nav-link {
  position: relative;
}
.cid-uFaqsJUdbP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uFaqsJUdbP .nav-link:hover:before {
  width: 100%;
}
.cid-uFaqsJUdbP nav.navbar {
  position: fixed;
}
.cid-uFaqsJUdbP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFaqsJUdbP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFaqsJUdbP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFaqsJUdbP .dropdown-item:hover,
.cid-uFaqsJUdbP .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uFaqsJUdbP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFaqsJUdbP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFaqsJUdbP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uFaqsJUdbP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFaqsJUdbP .container {
  display: flex;
  margin: auto;
}
.cid-uFaqsJUdbP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFaqsJUdbP .dropdown-menu,
.cid-uFaqsJUdbP .navbar.opened {
  background: #050505 !important;
}
.cid-uFaqsJUdbP .nav-item:focus,
.cid-uFaqsJUdbP .nav-link:focus {
  outline: none;
}
.cid-uFaqsJUdbP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFaqsJUdbP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFaqsJUdbP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFaqsJUdbP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFaqsJUdbP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFaqsJUdbP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFaqsJUdbP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uFaqsJUdbP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uFaqsJUdbP .navbar.opened {
  transition: all 0.3s;
}
.cid-uFaqsJUdbP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFaqsJUdbP .navbar .navbar-logo img {
  width: auto;
}
.cid-uFaqsJUdbP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uFaqsJUdbP .navbar.collapsed {
  justify-content: center;
}
.cid-uFaqsJUdbP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFaqsJUdbP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFaqsJUdbP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uFaqsJUdbP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFaqsJUdbP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFaqsJUdbP .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-uFaqsJUdbP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFaqsJUdbP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFaqsJUdbP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFaqsJUdbP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFaqsJUdbP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFaqsJUdbP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFaqsJUdbP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFaqsJUdbP .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-uFaqsJUdbP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFaqsJUdbP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFaqsJUdbP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFaqsJUdbP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFaqsJUdbP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFaqsJUdbP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFaqsJUdbP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFaqsJUdbP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFaqsJUdbP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFaqsJUdbP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFaqsJUdbP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFaqsJUdbP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFaqsJUdbP .dropdown-item.active,
.cid-uFaqsJUdbP .dropdown-item:active {
  background-color: transparent;
}
.cid-uFaqsJUdbP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFaqsJUdbP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFaqsJUdbP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFaqsJUdbP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uFaqsJUdbP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFaqsJUdbP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFaqsJUdbP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFaqsJUdbP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFaqsJUdbP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFaqsJUdbP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFaqsJUdbP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFaqsJUdbP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFaqsJUdbP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFaqsJUdbP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFaqsJUdbP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFaqsJUdbP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFaqsJUdbP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFaqsJUdbP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFaqsJUdbP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFaqsJUdbP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFaqsJUdbP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFaqsJUdbP .navbar {
    height: 70px;
  }
  .cid-uFaqsJUdbP .navbar.opened {
    height: auto;
  }
  .cid-uFaqsJUdbP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtvVnIeb {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtvVnIeb .mbr-section-title {
  color: #ffffff;
}
.cid-uILtvVnIeb .mbr-text,
.cid-uILtvVnIeb .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtvVnIeb img {
  border-radius: 2rem;
}
.cid-uILtvVnIeb .highlight {
  color: #ffaa00;
}
.cid-uILtvVnIeb .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtvVnIeb .mbr-section-text {
  color: #ffffff;
}
.cid-uILtvVnIeb .number {
  color: #ffffff;
}
.cid-uILtvVnIeb .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtvVnIeb .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtvVnIeb .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtvVnIeb .image-wrapper {
    display: none;
  }
  .cid-uILtvVnIeb .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtvVnIeb .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtvVnIeb .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtvVnIeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtvVnIeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtvVnIeb .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtvVnIeb .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtvVnIeb .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uFaqHh1XH5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #0a0a0a;
}
.cid-uFaqHh1XH5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uFaqHh1XH5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uFaqHh1XH5 .card-wrap {
  background: #050505;
  border: 2px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uFaqHh1XH5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uFaqHh1XH5 .card-wrap .image-wrap img {
  width: 100%;
  height: 256px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .cid-uFaqHh1XH5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uFaqHh1XH5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uFaqHh1XH5 .card-wrap:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uFaqHh1XH5 .card-text {
  padding-bottom: 1rem;
}
.cid-uFaqHh1XH5 .social-row {
  text-align: center;
}
.cid-uFaqHh1XH5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #ef7018;
  transition: all 0.3s;
}
.cid-uFaqHh1XH5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uFaqHh1XH5 .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-uFaqHh1XH5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ef7018;
}
.cid-uFaqHh1XH5 .mbr-role,
.cid-uFaqHh1XH5 .social-row {
  color: #ffffff;
}
.cid-uFaqHh1XH5 .card-title,
.cid-uFaqHh1XH5 .social-row {
  color: #e43f3f;
}
.cid-uFaqHh1XH5 .card-text,
.cid-uFaqHh1XH5 .mbr-section-btn,
.cid-uFaqHh1XH5 .social-row {
  color: #bbbbbb;
}
.cid-uFaqHh1XH5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFaqHh1XH5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uFaqHh1XH5 .main-title {
  color: #ffffff;
}
.cid-uFaqHh1XH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFaqHh1XH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFaqsLeErf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uFaqsLeErf .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uFaqsLeErf .first-column .mbr-text {
  margin: 0;
}
.cid-uFaqsLeErf .form-group {
  max-width: 55%;
}
.cid-uFaqsLeErf .form-group,
.cid-uFaqsLeErf .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uFaqsLeErf .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uFaqsLeErf .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uFaqsLeErf .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFaqsLeErf .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFaqsLeErf .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uFaqsLeErf .form-control:hover,
.cid-uFaqsLeErf .form-control:focus {
  border: none !important;
}
.cid-uFaqsLeErf .col + .mbr-section-btn .btn,
.cid-uFaqsLeErf .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uFaqsLeErf .dragArea > *:nth-last-child(2).col,
.cid-uFaqsLeErf .dragArea > *:nth-last-child(2).col-auto,
.cid-uFaqsLeErf .col + .mbr-section-btn,
.cid-uFaqsLeErf .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFaqsLeErf .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFaqsLeErf .mbr-section-title {
  color: #e6e6e6;
}
.cid-uFaqsLeErf .mbr-section-subtitle,
.cid-uFaqsLeErf .icons-wrapper {
  color: #ffffff;
}
.cid-uFaqsLeErf P {
  color: #ffffff;
}
.cid-uFaqsLeErf .mbr-section-title,
.cid-uFaqsLeErf .icons-wrapper {
  color: #ffffff;
}
.cid-uFaqsLeErf .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uFatG1e4bP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFatG1e4bP {
    flex-wrap: wrap;
  }
  .cid-uFatG1e4bP .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uFatG1e4bP .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uFatG1e4bP .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uFatG1e4bP .btn {
  padding: 0.3rem 2rem;
}
.cid-uFatG1e4bP .nav-link {
  position: relative;
}
.cid-uFatG1e4bP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uFatG1e4bP .nav-link:hover:before {
  width: 100%;
}
.cid-uFatG1e4bP nav.navbar {
  position: fixed;
}
.cid-uFatG1e4bP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFatG1e4bP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFatG1e4bP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFatG1e4bP .dropdown-item:hover,
.cid-uFatG1e4bP .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uFatG1e4bP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFatG1e4bP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFatG1e4bP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uFatG1e4bP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFatG1e4bP .container {
  display: flex;
  margin: auto;
}
.cid-uFatG1e4bP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFatG1e4bP .dropdown-menu,
.cid-uFatG1e4bP .navbar.opened {
  background: #050505 !important;
}
.cid-uFatG1e4bP .nav-item:focus,
.cid-uFatG1e4bP .nav-link:focus {
  outline: none;
}
.cid-uFatG1e4bP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFatG1e4bP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFatG1e4bP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFatG1e4bP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFatG1e4bP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFatG1e4bP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFatG1e4bP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uFatG1e4bP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uFatG1e4bP .navbar.opened {
  transition: all 0.3s;
}
.cid-uFatG1e4bP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFatG1e4bP .navbar .navbar-logo img {
  width: auto;
}
.cid-uFatG1e4bP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uFatG1e4bP .navbar.collapsed {
  justify-content: center;
}
.cid-uFatG1e4bP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFatG1e4bP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFatG1e4bP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uFatG1e4bP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFatG1e4bP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFatG1e4bP .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-uFatG1e4bP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFatG1e4bP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFatG1e4bP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFatG1e4bP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFatG1e4bP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFatG1e4bP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFatG1e4bP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFatG1e4bP .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-uFatG1e4bP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFatG1e4bP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFatG1e4bP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFatG1e4bP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFatG1e4bP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFatG1e4bP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFatG1e4bP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFatG1e4bP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFatG1e4bP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFatG1e4bP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFatG1e4bP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFatG1e4bP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFatG1e4bP .dropdown-item.active,
.cid-uFatG1e4bP .dropdown-item:active {
  background-color: transparent;
}
.cid-uFatG1e4bP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFatG1e4bP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFatG1e4bP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFatG1e4bP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uFatG1e4bP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFatG1e4bP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFatG1e4bP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFatG1e4bP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFatG1e4bP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFatG1e4bP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFatG1e4bP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFatG1e4bP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFatG1e4bP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFatG1e4bP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFatG1e4bP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFatG1e4bP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFatG1e4bP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFatG1e4bP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFatG1e4bP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFatG1e4bP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFatG1e4bP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFatG1e4bP .navbar {
    height: 70px;
  }
  .cid-uFatG1e4bP .navbar.opened {
    height: auto;
  }
  .cid-uFatG1e4bP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtxWEwTf {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtxWEwTf .mbr-section-title {
  color: #ffffff;
}
.cid-uILtxWEwTf .mbr-text,
.cid-uILtxWEwTf .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtxWEwTf img {
  border-radius: 2rem;
}
.cid-uILtxWEwTf .highlight {
  color: #ffaa00;
}
.cid-uILtxWEwTf .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtxWEwTf .mbr-section-text {
  color: #ffffff;
}
.cid-uILtxWEwTf .number {
  color: #ffffff;
}
.cid-uILtxWEwTf .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtxWEwTf .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtxWEwTf .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtxWEwTf .image-wrapper {
    display: none;
  }
  .cid-uILtxWEwTf .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtxWEwTf .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtxWEwTf .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtxWEwTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtxWEwTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtxWEwTf .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtxWEwTf .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtxWEwTf .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uFatSW7wMv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a0a0a;
}
.cid-uFatSW7wMv .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #ffaa00;
  margin-left: 1rem;
}
.cid-uFatSW7wMv .panel-group,
.cid-uFatSW7wMv .card-header {
  border: none;
}
.cid-uFatSW7wMv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uFatSW7wMv .card-header {
  background: transparent;
}
.cid-uFatSW7wMv .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uFatSW7wMv .card {
  background-color: #050505;
  margin-bottom: 0;
  padding: 1rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uFatSW7wMv .panel-body {
  padding: 1rem 1rem;
}
.cid-uFatSW7wMv .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-uFatSW7wMv H3 {
  color: #ffffff;
}
.cid-uFatSW7wMv H4 {
  color: #ffffff;
}
.cid-uFatSW7wMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFatSW7wMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFatSW7wMv .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uFatG3GG85 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uFatG3GG85 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uFatG3GG85 .first-column .mbr-text {
  margin: 0;
}
.cid-uFatG3GG85 .form-group {
  max-width: 55%;
}
.cid-uFatG3GG85 .form-group,
.cid-uFatG3GG85 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uFatG3GG85 .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uFatG3GG85 .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uFatG3GG85 .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFatG3GG85 .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFatG3GG85 .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uFatG3GG85 .form-control:hover,
.cid-uFatG3GG85 .form-control:focus {
  border: none !important;
}
.cid-uFatG3GG85 .col + .mbr-section-btn .btn,
.cid-uFatG3GG85 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uFatG3GG85 .dragArea > *:nth-last-child(2).col,
.cid-uFatG3GG85 .dragArea > *:nth-last-child(2).col-auto,
.cid-uFatG3GG85 .col + .mbr-section-btn,
.cid-uFatG3GG85 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFatG3GG85 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFatG3GG85 .mbr-section-title {
  color: #e6e6e6;
}
.cid-uFatG3GG85 .mbr-section-subtitle,
.cid-uFatG3GG85 .icons-wrapper {
  color: #ffffff;
}
.cid-uFatG3GG85 P {
  color: #ffffff;
}
.cid-uFatG3GG85 .mbr-section-title,
.cid-uFatG3GG85 .icons-wrapper {
  color: #ffffff;
}
.cid-uFatG3GG85 .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uFav6Ti6LB {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFav6Ti6LB {
    flex-wrap: wrap;
  }
  .cid-uFav6Ti6LB .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uFav6Ti6LB .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uFav6Ti6LB .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uFav6Ti6LB .btn {
  padding: 0.3rem 2rem;
}
.cid-uFav6Ti6LB .nav-link {
  position: relative;
}
.cid-uFav6Ti6LB .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uFav6Ti6LB .nav-link:hover:before {
  width: 100%;
}
.cid-uFav6Ti6LB nav.navbar {
  position: fixed;
}
.cid-uFav6Ti6LB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFav6Ti6LB .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFav6Ti6LB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFav6Ti6LB .dropdown-item:hover,
.cid-uFav6Ti6LB .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uFav6Ti6LB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFav6Ti6LB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFav6Ti6LB .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uFav6Ti6LB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFav6Ti6LB .container {
  display: flex;
  margin: auto;
}
.cid-uFav6Ti6LB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFav6Ti6LB .dropdown-menu,
.cid-uFav6Ti6LB .navbar.opened {
  background: #050505 !important;
}
.cid-uFav6Ti6LB .nav-item:focus,
.cid-uFav6Ti6LB .nav-link:focus {
  outline: none;
}
.cid-uFav6Ti6LB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFav6Ti6LB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFav6Ti6LB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFav6Ti6LB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFav6Ti6LB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFav6Ti6LB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFav6Ti6LB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uFav6Ti6LB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uFav6Ti6LB .navbar.opened {
  transition: all 0.3s;
}
.cid-uFav6Ti6LB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFav6Ti6LB .navbar .navbar-logo img {
  width: auto;
}
.cid-uFav6Ti6LB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uFav6Ti6LB .navbar.collapsed {
  justify-content: center;
}
.cid-uFav6Ti6LB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFav6Ti6LB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFav6Ti6LB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uFav6Ti6LB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFav6Ti6LB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFav6Ti6LB .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-uFav6Ti6LB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFav6Ti6LB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFav6Ti6LB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFav6Ti6LB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFav6Ti6LB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFav6Ti6LB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFav6Ti6LB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFav6Ti6LB .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-uFav6Ti6LB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFav6Ti6LB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFav6Ti6LB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFav6Ti6LB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFav6Ti6LB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFav6Ti6LB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFav6Ti6LB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFav6Ti6LB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFav6Ti6LB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFav6Ti6LB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFav6Ti6LB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFav6Ti6LB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFav6Ti6LB .dropdown-item.active,
.cid-uFav6Ti6LB .dropdown-item:active {
  background-color: transparent;
}
.cid-uFav6Ti6LB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFav6Ti6LB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFav6Ti6LB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFav6Ti6LB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uFav6Ti6LB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFav6Ti6LB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFav6Ti6LB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFav6Ti6LB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFav6Ti6LB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFav6Ti6LB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFav6Ti6LB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFav6Ti6LB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFav6Ti6LB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFav6Ti6LB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFav6Ti6LB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFav6Ti6LB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFav6Ti6LB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFav6Ti6LB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFav6Ti6LB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFav6Ti6LB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFav6Ti6LB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFav6Ti6LB .navbar {
    height: 70px;
  }
  .cid-uFav6Ti6LB .navbar.opened {
    height: auto;
  }
  .cid-uFav6Ti6LB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtAeQAAt {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtAeQAAt .mbr-section-title {
  color: #ffffff;
}
.cid-uILtAeQAAt .mbr-text,
.cid-uILtAeQAAt .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtAeQAAt img {
  border-radius: 2rem;
}
.cid-uILtAeQAAt .highlight {
  color: #ffaa00;
}
.cid-uILtAeQAAt .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtAeQAAt .mbr-section-text {
  color: #ffffff;
}
.cid-uILtAeQAAt .number {
  color: #ffffff;
}
.cid-uILtAeQAAt .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtAeQAAt .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtAeQAAt .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtAeQAAt .image-wrapper {
    display: none;
  }
  .cid-uILtAeQAAt .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtAeQAAt .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtAeQAAt .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtAeQAAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtAeQAAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtAeQAAt .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtAeQAAt .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtAeQAAt .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uFavvlv7lq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a0a0a;
}
.cid-uFavvlv7lq .item-img {
  position: relative;
}
.cid-uFavvlv7lq .feature-item {
  display: inline-block;
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  padding: 5px 40px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  white-space: nowrap;
  color: #ffffff;
}
.cid-uFavvlv7lq .feature-item:hover {
  cursor: pointer;
}
.cid-uFavvlv7lq #searchBar {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  outline: none;
  transition: all 0.3s ease;
}
.cid-uFavvlv7lq #searchBar:hover,
.cid-uFavvlv7lq #searchBar:focus {
  border-color: #00ddff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-uFavvlv7lq #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-uFavvlv7lq .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-uFavvlv7lq .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-uFavvlv7lq .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-uFavvlv7lq .btn-tag:hover,
.cid-uFavvlv7lq .btn-tag:focus {
  box-shadow: none;
}
.cid-uFavvlv7lq img,
.cid-uFavvlv7lq .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uFavvlv7lq .item:focus,
.cid-uFavvlv7lq span:focus {
  outline: none;
}
.cid-uFavvlv7lq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFavvlv7lq .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background-color: #010101;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uFavvlv7lq .item-wrapper:hover {
  transform: translate(0px, -3px);
}
.cid-uFavvlv7lq .item-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uFavvlv7lq .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-uFavvlv7lq .mbr-section-title {
  color: #ffffff;
  text-align: center;
  padding: 0 1rem;
}
.cid-uFavvlv7lq .mbr-text,
.cid-uFavvlv7lq .mbr-section-btn {
  color: #ffffff;
  padding: 1rem;
  text-align: center;
}
.cid-uFavvlv7lq .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: center;
}
.cid-uFavvlv7lq .item-subtitle {
  color: #982dfd;
  text-align: center;
}
.cid-uFavvlv7lq .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uFav6UL1G5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uFav6UL1G5 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uFav6UL1G5 .first-column .mbr-text {
  margin: 0;
}
.cid-uFav6UL1G5 .form-group {
  max-width: 55%;
}
.cid-uFav6UL1G5 .form-group,
.cid-uFav6UL1G5 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uFav6UL1G5 .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uFav6UL1G5 .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uFav6UL1G5 .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFav6UL1G5 .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uFav6UL1G5 .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uFav6UL1G5 .form-control:hover,
.cid-uFav6UL1G5 .form-control:focus {
  border: none !important;
}
.cid-uFav6UL1G5 .col + .mbr-section-btn .btn,
.cid-uFav6UL1G5 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uFav6UL1G5 .dragArea > *:nth-last-child(2).col,
.cid-uFav6UL1G5 .dragArea > *:nth-last-child(2).col-auto,
.cid-uFav6UL1G5 .col + .mbr-section-btn,
.cid-uFav6UL1G5 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uFav6UL1G5 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFav6UL1G5 .mbr-section-title {
  color: #e6e6e6;
}
.cid-uFav6UL1G5 .mbr-section-subtitle,
.cid-uFav6UL1G5 .icons-wrapper {
  color: #ffffff;
}
.cid-uFav6UL1G5 P {
  color: #ffffff;
}
.cid-uFav6UL1G5 .mbr-section-title,
.cid-uFav6UL1G5 .icons-wrapper {
  color: #ffffff;
}
.cid-uFav6UL1G5 .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uIL2YJ17dj {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIL2YJ17dj {
    flex-wrap: wrap;
  }
  .cid-uIL2YJ17dj .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uIL2YJ17dj .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uIL2YJ17dj .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uIL2YJ17dj .btn {
  padding: 0.3rem 2rem;
}
.cid-uIL2YJ17dj .nav-link {
  position: relative;
}
.cid-uIL2YJ17dj .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uIL2YJ17dj .nav-link:hover:before {
  width: 100%;
}
.cid-uIL2YJ17dj nav.navbar {
  position: fixed;
}
.cid-uIL2YJ17dj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIL2YJ17dj .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIL2YJ17dj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIL2YJ17dj .dropdown-item:hover,
.cid-uIL2YJ17dj .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uIL2YJ17dj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIL2YJ17dj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIL2YJ17dj .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uIL2YJ17dj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIL2YJ17dj .container {
  display: flex;
  margin: auto;
}
.cid-uIL2YJ17dj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIL2YJ17dj .dropdown-menu,
.cid-uIL2YJ17dj .navbar.opened {
  background: #050505 !important;
}
.cid-uIL2YJ17dj .nav-item:focus,
.cid-uIL2YJ17dj .nav-link:focus {
  outline: none;
}
.cid-uIL2YJ17dj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIL2YJ17dj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIL2YJ17dj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIL2YJ17dj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIL2YJ17dj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIL2YJ17dj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIL2YJ17dj .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uIL2YJ17dj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uIL2YJ17dj .navbar.opened {
  transition: all 0.3s;
}
.cid-uIL2YJ17dj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIL2YJ17dj .navbar .navbar-logo img {
  width: auto;
}
.cid-uIL2YJ17dj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uIL2YJ17dj .navbar.collapsed {
  justify-content: center;
}
.cid-uIL2YJ17dj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIL2YJ17dj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIL2YJ17dj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uIL2YJ17dj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIL2YJ17dj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIL2YJ17dj .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-uIL2YJ17dj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIL2YJ17dj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIL2YJ17dj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIL2YJ17dj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIL2YJ17dj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIL2YJ17dj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIL2YJ17dj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIL2YJ17dj .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-uIL2YJ17dj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIL2YJ17dj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIL2YJ17dj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIL2YJ17dj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIL2YJ17dj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIL2YJ17dj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIL2YJ17dj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIL2YJ17dj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIL2YJ17dj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIL2YJ17dj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIL2YJ17dj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIL2YJ17dj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIL2YJ17dj .dropdown-item.active,
.cid-uIL2YJ17dj .dropdown-item:active {
  background-color: transparent;
}
.cid-uIL2YJ17dj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIL2YJ17dj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIL2YJ17dj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIL2YJ17dj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uIL2YJ17dj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIL2YJ17dj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIL2YJ17dj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIL2YJ17dj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIL2YJ17dj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIL2YJ17dj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIL2YJ17dj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIL2YJ17dj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIL2YJ17dj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIL2YJ17dj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIL2YJ17dj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIL2YJ17dj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIL2YJ17dj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIL2YJ17dj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIL2YJ17dj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIL2YJ17dj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIL2YJ17dj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIL2YJ17dj .navbar {
    height: 70px;
  }
  .cid-uIL2YJ17dj .navbar.opened {
    height: auto;
  }
  .cid-uIL2YJ17dj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtCnM0Q8 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtCnM0Q8 .mbr-section-title {
  color: #ffffff;
}
.cid-uILtCnM0Q8 .mbr-text,
.cid-uILtCnM0Q8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtCnM0Q8 img {
  border-radius: 2rem;
}
.cid-uILtCnM0Q8 .highlight {
  color: #ffaa00;
}
.cid-uILtCnM0Q8 .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtCnM0Q8 .mbr-section-text {
  color: #ffffff;
}
.cid-uILtCnM0Q8 .number {
  color: #ffffff;
}
.cid-uILtCnM0Q8 .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtCnM0Q8 .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtCnM0Q8 .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtCnM0Q8 .image-wrapper {
    display: none;
  }
  .cid-uILtCnM0Q8 .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtCnM0Q8 .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtCnM0Q8 .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtCnM0Q8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtCnM0Q8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtCnM0Q8 .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtCnM0Q8 .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtCnM0Q8 .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uIL3cMbJlM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #0a0a0a;
}
.cid-uIL3cMbJlM .row {
  flex-direction: row-reverse;
}
.cid-uIL3cMbJlM .mbr-section-title {
  color: #ffffff;
}
.cid-uIL3cMbJlM .row {
  background: #050505;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uIL3cMbJlM .row:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uIL3cMbJlM .mbr-text,
.cid-uIL3cMbJlM .mbr-section-btn {
  color: #ffffff;
}
.cid-uIL3cMbJlM .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uIL3cMbJlM img {
  border-radius: 15px;
}
.cid-uIL3cMbJlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIL3cMbJlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIL6E0c9Y5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #0a0a0a;
}
.cid-uIL6E0c9Y5 .item-img {
  position: relative;
}
.cid-uIL6E0c9Y5 .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-uIL6E0c9Y5 .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-uIL6E0c9Y5 .btn-tag:hover,
.cid-uIL6E0c9Y5 .btn-tag:focus {
  box-shadow: none;
}
.cid-uIL6E0c9Y5 img,
.cid-uIL6E0c9Y5 .item-img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 10px;
  display: block;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uIL6E0c9Y5 .item:focus,
.cid-uIL6E0c9Y5 span:focus {
  outline: none;
}
.cid-uIL6E0c9Y5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIL6E0c9Y5 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  background: #050505;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uIL6E0c9Y5 .item-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uIL6E0c9Y5 .mbr-section-btn {
  margin-top: auto !important;
  text-align: left;
}
.cid-uIL6E0c9Y5 .mbr-section-title {
  color: #ffffff;
}
.cid-uIL6E0c9Y5 .mbr-text {
  color: #013220;
  text-align: left;
}
.cid-uIL6E0c9Y5 .item-title {
  color: #ef7018;
  letter-spacing: 3px;
}
.cid-uIL6E0c9Y5 .item-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIL6E0c9Y5 .mbr-text,
.cid-uIL6E0c9Y5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uIL2YKFw1q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uIL2YKFw1q .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uIL2YKFw1q .first-column .mbr-text {
  margin: 0;
}
.cid-uIL2YKFw1q .form-group {
  max-width: 55%;
}
.cid-uIL2YKFw1q .form-group,
.cid-uIL2YKFw1q .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uIL2YKFw1q .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uIL2YKFw1q .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIL2YKFw1q .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIL2YKFw1q .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIL2YKFw1q .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uIL2YKFw1q .form-control:hover,
.cid-uIL2YKFw1q .form-control:focus {
  border: none !important;
}
.cid-uIL2YKFw1q .col + .mbr-section-btn .btn,
.cid-uIL2YKFw1q .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uIL2YKFw1q .dragArea > *:nth-last-child(2).col,
.cid-uIL2YKFw1q .dragArea > *:nth-last-child(2).col-auto,
.cid-uIL2YKFw1q .col + .mbr-section-btn,
.cid-uIL2YKFw1q .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uIL2YKFw1q .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIL2YKFw1q .mbr-section-title {
  color: #e6e6e6;
}
.cid-uIL2YKFw1q .mbr-section-subtitle,
.cid-uIL2YKFw1q .icons-wrapper {
  color: #ffffff;
}
.cid-uIL2YKFw1q P {
  color: #ffffff;
}
.cid-uIL2YKFw1q .mbr-section-title,
.cid-uIL2YKFw1q .icons-wrapper {
  color: #ffffff;
}
.cid-uIL2YKFw1q .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uILbnFN7Wj {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uILbnFN7Wj {
    flex-wrap: wrap;
  }
  .cid-uILbnFN7Wj .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uILbnFN7Wj .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uILbnFN7Wj .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uILbnFN7Wj .btn {
  padding: 0.3rem 2rem;
}
.cid-uILbnFN7Wj .nav-link {
  position: relative;
}
.cid-uILbnFN7Wj .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uILbnFN7Wj .nav-link:hover:before {
  width: 100%;
}
.cid-uILbnFN7Wj nav.navbar {
  position: fixed;
}
.cid-uILbnFN7Wj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILbnFN7Wj .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uILbnFN7Wj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uILbnFN7Wj .dropdown-item:hover,
.cid-uILbnFN7Wj .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uILbnFN7Wj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uILbnFN7Wj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uILbnFN7Wj .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uILbnFN7Wj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uILbnFN7Wj .container {
  display: flex;
  margin: auto;
}
.cid-uILbnFN7Wj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uILbnFN7Wj .dropdown-menu,
.cid-uILbnFN7Wj .navbar.opened {
  background: #050505 !important;
}
.cid-uILbnFN7Wj .nav-item:focus,
.cid-uILbnFN7Wj .nav-link:focus {
  outline: none;
}
.cid-uILbnFN7Wj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uILbnFN7Wj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uILbnFN7Wj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uILbnFN7Wj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILbnFN7Wj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uILbnFN7Wj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uILbnFN7Wj .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uILbnFN7Wj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uILbnFN7Wj .navbar.opened {
  transition: all 0.3s;
}
.cid-uILbnFN7Wj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uILbnFN7Wj .navbar .navbar-logo img {
  width: auto;
}
.cid-uILbnFN7Wj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uILbnFN7Wj .navbar.collapsed {
  justify-content: center;
}
.cid-uILbnFN7Wj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uILbnFN7Wj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uILbnFN7Wj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uILbnFN7Wj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uILbnFN7Wj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uILbnFN7Wj .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-uILbnFN7Wj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uILbnFN7Wj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uILbnFN7Wj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uILbnFN7Wj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uILbnFN7Wj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uILbnFN7Wj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uILbnFN7Wj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uILbnFN7Wj .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-uILbnFN7Wj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uILbnFN7Wj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uILbnFN7Wj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uILbnFN7Wj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uILbnFN7Wj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uILbnFN7Wj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uILbnFN7Wj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uILbnFN7Wj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uILbnFN7Wj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uILbnFN7Wj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uILbnFN7Wj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uILbnFN7Wj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uILbnFN7Wj .dropdown-item.active,
.cid-uILbnFN7Wj .dropdown-item:active {
  background-color: transparent;
}
.cid-uILbnFN7Wj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uILbnFN7Wj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uILbnFN7Wj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uILbnFN7Wj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uILbnFN7Wj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uILbnFN7Wj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uILbnFN7Wj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uILbnFN7Wj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uILbnFN7Wj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uILbnFN7Wj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uILbnFN7Wj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uILbnFN7Wj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILbnFN7Wj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILbnFN7Wj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uILbnFN7Wj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILbnFN7Wj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uILbnFN7Wj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uILbnFN7Wj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILbnFN7Wj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uILbnFN7Wj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uILbnFN7Wj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uILbnFN7Wj .navbar {
    height: 70px;
  }
  .cid-uILbnFN7Wj .navbar.opened {
    height: auto;
  }
  .cid-uILbnFN7Wj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtGFpetE {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtGFpetE .mbr-section-title {
  color: #ffffff;
}
.cid-uILtGFpetE .mbr-text,
.cid-uILtGFpetE .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtGFpetE img {
  border-radius: 2rem;
}
.cid-uILtGFpetE .highlight {
  color: #ffaa00;
}
.cid-uILtGFpetE .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtGFpetE .mbr-section-text {
  color: #ffffff;
}
.cid-uILtGFpetE .number {
  color: #ffffff;
}
.cid-uILtGFpetE .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtGFpetE .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtGFpetE .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtGFpetE .image-wrapper {
    display: none;
  }
  .cid-uILtGFpetE .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtGFpetE .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtGFpetE .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtGFpetE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtGFpetE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtGFpetE .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtGFpetE .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtGFpetE .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uILcQjD8G0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0a0a;
}
.cid-uILcQjD8G0 .row {
  flex-direction: row-reverse;
}
.cid-uILcQjD8G0 .mbr-section-title {
  color: #ffffff;
}
.cid-uILcQjD8G0 .row {
  background: #050505;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILcQjD8G0 .always-left {
  text-align: left !important;
}
.cid-uILcQjD8G0 .row:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILcQjD8G0 .mbr-text,
.cid-uILcQjD8G0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uILcQjD8G0 .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILcQjD8G0 img {
  border-radius: 15px;
}
.cid-uILcQjD8G0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILcQjD8G0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILc3iem7C {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #0a0a0a;
}
.cid-uILc3iem7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILc3iem7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILc3iem7C .always-left {
  text-align: left !important;
}
.cid-uILc3iem7C img {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uILc3iem7C .card-wrapper {
  background: #050505;
  padding: 3rem;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILc3iem7C .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uILc3iem7C .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uILc3iem7C .card-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILc3iem7C .mbr-section-title {
  color: #ffffff;
}
.cid-uILc3iem7C .mbr-text {
  color: #ffffff;
}
.cid-uILc3iem7C H4 {
  color: #ffffff;
}
.cid-uILbnHQOAl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uILbnHQOAl .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uILbnHQOAl .first-column .mbr-text {
  margin: 0;
}
.cid-uILbnHQOAl .form-group {
  max-width: 55%;
}
.cid-uILbnHQOAl .form-group,
.cid-uILbnHQOAl .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uILbnHQOAl .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uILbnHQOAl .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uILbnHQOAl .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILbnHQOAl .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILbnHQOAl .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uILbnHQOAl .form-control:hover,
.cid-uILbnHQOAl .form-control:focus {
  border: none !important;
}
.cid-uILbnHQOAl .col + .mbr-section-btn .btn,
.cid-uILbnHQOAl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uILbnHQOAl .dragArea > *:nth-last-child(2).col,
.cid-uILbnHQOAl .dragArea > *:nth-last-child(2).col-auto,
.cid-uILbnHQOAl .col + .mbr-section-btn,
.cid-uILbnHQOAl .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uILbnHQOAl .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uILbnHQOAl .mbr-section-title {
  color: #e6e6e6;
}
.cid-uILbnHQOAl .mbr-section-subtitle,
.cid-uILbnHQOAl .icons-wrapper {
  color: #ffffff;
}
.cid-uILbnHQOAl P {
  color: #ffffff;
}
.cid-uILbnHQOAl .mbr-section-title,
.cid-uILbnHQOAl .icons-wrapper {
  color: #ffffff;
}
.cid-uILbnHQOAl .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uILrM7itL2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uILrM7itL2 {
    flex-wrap: wrap;
  }
  .cid-uILrM7itL2 .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uILrM7itL2 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uILrM7itL2 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uILrM7itL2 .btn {
  padding: 0.3rem 2rem;
}
.cid-uILrM7itL2 .nav-link {
  position: relative;
}
.cid-uILrM7itL2 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uILrM7itL2 .nav-link:hover:before {
  width: 100%;
}
.cid-uILrM7itL2 nav.navbar {
  position: fixed;
}
.cid-uILrM7itL2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILrM7itL2 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uILrM7itL2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uILrM7itL2 .dropdown-item:hover,
.cid-uILrM7itL2 .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uILrM7itL2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uILrM7itL2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uILrM7itL2 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uILrM7itL2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uILrM7itL2 .container {
  display: flex;
  margin: auto;
}
.cid-uILrM7itL2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uILrM7itL2 .dropdown-menu,
.cid-uILrM7itL2 .navbar.opened {
  background: #050505 !important;
}
.cid-uILrM7itL2 .nav-item:focus,
.cid-uILrM7itL2 .nav-link:focus {
  outline: none;
}
.cid-uILrM7itL2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uILrM7itL2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uILrM7itL2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uILrM7itL2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILrM7itL2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uILrM7itL2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uILrM7itL2 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uILrM7itL2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uILrM7itL2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uILrM7itL2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uILrM7itL2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uILrM7itL2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uILrM7itL2 .navbar.collapsed {
  justify-content: center;
}
.cid-uILrM7itL2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uILrM7itL2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uILrM7itL2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uILrM7itL2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uILrM7itL2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uILrM7itL2 .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-uILrM7itL2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uILrM7itL2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uILrM7itL2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uILrM7itL2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uILrM7itL2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uILrM7itL2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uILrM7itL2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uILrM7itL2 .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-uILrM7itL2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uILrM7itL2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uILrM7itL2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uILrM7itL2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uILrM7itL2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uILrM7itL2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uILrM7itL2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uILrM7itL2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uILrM7itL2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uILrM7itL2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uILrM7itL2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uILrM7itL2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uILrM7itL2 .dropdown-item.active,
.cid-uILrM7itL2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uILrM7itL2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uILrM7itL2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uILrM7itL2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uILrM7itL2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uILrM7itL2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uILrM7itL2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uILrM7itL2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uILrM7itL2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uILrM7itL2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uILrM7itL2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uILrM7itL2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uILrM7itL2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILrM7itL2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILrM7itL2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uILrM7itL2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILrM7itL2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uILrM7itL2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uILrM7itL2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILrM7itL2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uILrM7itL2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uILrM7itL2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uILrM7itL2 .navbar {
    height: 70px;
  }
  .cid-uILrM7itL2 .navbar.opened {
    height: auto;
  }
  .cid-uILrM7itL2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtIObDMn {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtIObDMn .mbr-section-title {
  color: #ffffff;
}
.cid-uILtIObDMn .mbr-text,
.cid-uILtIObDMn .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtIObDMn img {
  border-radius: 2rem;
}
.cid-uILtIObDMn .highlight {
  color: #ffaa00;
}
.cid-uILtIObDMn .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtIObDMn .mbr-section-text {
  color: #ffffff;
}
.cid-uILtIObDMn .number {
  color: #ffffff;
}
.cid-uILtIObDMn .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtIObDMn .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtIObDMn .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtIObDMn .image-wrapper {
    display: none;
  }
  .cid-uILtIObDMn .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtIObDMn .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtIObDMn .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtIObDMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtIObDMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtIObDMn .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtIObDMn .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtIObDMn .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uILrM8nkE7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0a0a;
}
.cid-uILrM8nkE7 .row {
  flex-direction: row-reverse;
}
.cid-uILrM8nkE7 .mbr-section-title {
  color: #ffffff;
}
.cid-uILrM8nkE7 .row {
  background: #050505;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILrM8nkE7 .always-left {
  text-align: left !important;
}
.cid-uILrM8nkE7 .row:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILrM8nkE7 .mbr-text,
.cid-uILrM8nkE7 .mbr-section-btn {
  color: #ffffff;
}
.cid-uILrM8nkE7 .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILrM8nkE7 img {
  border-radius: 15px;
}
.cid-uILrM8nkE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILrM8nkE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILrM8LXDu {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #0a0a0a;
}
.cid-uILrM8LXDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILrM8LXDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILrM8LXDu .always-left {
  text-align: left !important;
}
.cid-uILrM8LXDu img {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uILrM8LXDu .card-wrapper {
  background: #050505;
  padding: 3rem;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILrM8LXDu .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uILrM8LXDu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uILrM8LXDu .card-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILrM8LXDu .mbr-section-title {
  color: #ffffff;
}
.cid-uILrM8LXDu .mbr-text {
  color: #ffffff;
}
.cid-uILrM8LXDu H4 {
  color: #ffffff;
}
.cid-uILrM9cHY8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uILrM9cHY8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uILrM9cHY8 .first-column .mbr-text {
  margin: 0;
}
.cid-uILrM9cHY8 .form-group {
  max-width: 55%;
}
.cid-uILrM9cHY8 .form-group,
.cid-uILrM9cHY8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uILrM9cHY8 .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uILrM9cHY8 .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uILrM9cHY8 .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILrM9cHY8 .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILrM9cHY8 .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uILrM9cHY8 .form-control:hover,
.cid-uILrM9cHY8 .form-control:focus {
  border: none !important;
}
.cid-uILrM9cHY8 .col + .mbr-section-btn .btn,
.cid-uILrM9cHY8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uILrM9cHY8 .dragArea > *:nth-last-child(2).col,
.cid-uILrM9cHY8 .dragArea > *:nth-last-child(2).col-auto,
.cid-uILrM9cHY8 .col + .mbr-section-btn,
.cid-uILrM9cHY8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uILrM9cHY8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uILrM9cHY8 .mbr-section-title {
  color: #e6e6e6;
}
.cid-uILrM9cHY8 .mbr-section-subtitle,
.cid-uILrM9cHY8 .icons-wrapper {
  color: #ffffff;
}
.cid-uILrM9cHY8 P {
  color: #ffffff;
}
.cid-uILrM9cHY8 .mbr-section-title,
.cid-uILrM9cHY8 .icons-wrapper {
  color: #ffffff;
}
.cid-uILrM9cHY8 .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uILrRhSBSq {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uILrRhSBSq {
    flex-wrap: wrap;
  }
  .cid-uILrRhSBSq .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uILrRhSBSq .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uILrRhSBSq .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uILrRhSBSq .btn {
  padding: 0.3rem 2rem;
}
.cid-uILrRhSBSq .nav-link {
  position: relative;
}
.cid-uILrRhSBSq .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uILrRhSBSq .nav-link:hover:before {
  width: 100%;
}
.cid-uILrRhSBSq nav.navbar {
  position: fixed;
}
.cid-uILrRhSBSq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILrRhSBSq .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uILrRhSBSq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uILrRhSBSq .dropdown-item:hover,
.cid-uILrRhSBSq .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uILrRhSBSq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uILrRhSBSq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uILrRhSBSq .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uILrRhSBSq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uILrRhSBSq .container {
  display: flex;
  margin: auto;
}
.cid-uILrRhSBSq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uILrRhSBSq .dropdown-menu,
.cid-uILrRhSBSq .navbar.opened {
  background: #050505 !important;
}
.cid-uILrRhSBSq .nav-item:focus,
.cid-uILrRhSBSq .nav-link:focus {
  outline: none;
}
.cid-uILrRhSBSq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uILrRhSBSq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uILrRhSBSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uILrRhSBSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILrRhSBSq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uILrRhSBSq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uILrRhSBSq .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uILrRhSBSq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uILrRhSBSq .navbar.opened {
  transition: all 0.3s;
}
.cid-uILrRhSBSq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uILrRhSBSq .navbar .navbar-logo img {
  width: auto;
}
.cid-uILrRhSBSq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uILrRhSBSq .navbar.collapsed {
  justify-content: center;
}
.cid-uILrRhSBSq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uILrRhSBSq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uILrRhSBSq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uILrRhSBSq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uILrRhSBSq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uILrRhSBSq .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-uILrRhSBSq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uILrRhSBSq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uILrRhSBSq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uILrRhSBSq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uILrRhSBSq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uILrRhSBSq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uILrRhSBSq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uILrRhSBSq .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-uILrRhSBSq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uILrRhSBSq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uILrRhSBSq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uILrRhSBSq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uILrRhSBSq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uILrRhSBSq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uILrRhSBSq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uILrRhSBSq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uILrRhSBSq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uILrRhSBSq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uILrRhSBSq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uILrRhSBSq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uILrRhSBSq .dropdown-item.active,
.cid-uILrRhSBSq .dropdown-item:active {
  background-color: transparent;
}
.cid-uILrRhSBSq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uILrRhSBSq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uILrRhSBSq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uILrRhSBSq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uILrRhSBSq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uILrRhSBSq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uILrRhSBSq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uILrRhSBSq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uILrRhSBSq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uILrRhSBSq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uILrRhSBSq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uILrRhSBSq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILrRhSBSq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILrRhSBSq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uILrRhSBSq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILrRhSBSq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uILrRhSBSq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uILrRhSBSq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILrRhSBSq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uILrRhSBSq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uILrRhSBSq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uILrRhSBSq .navbar {
    height: 70px;
  }
  .cid-uILrRhSBSq .navbar.opened {
    height: auto;
  }
  .cid-uILrRhSBSq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtKSUPtg {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtKSUPtg .mbr-section-title {
  color: #ffffff;
}
.cid-uILtKSUPtg .mbr-text,
.cid-uILtKSUPtg .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtKSUPtg img {
  border-radius: 2rem;
}
.cid-uILtKSUPtg .highlight {
  color: #ffaa00;
}
.cid-uILtKSUPtg .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtKSUPtg .mbr-section-text {
  color: #ffffff;
}
.cid-uILtKSUPtg .number {
  color: #ffffff;
}
.cid-uILtKSUPtg .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtKSUPtg .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtKSUPtg .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtKSUPtg .image-wrapper {
    display: none;
  }
  .cid-uILtKSUPtg .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtKSUPtg .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtKSUPtg .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtKSUPtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtKSUPtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtKSUPtg .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtKSUPtg .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtKSUPtg .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uILrRiMRZj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0a0a;
}
.cid-uILrRiMRZj .row {
  flex-direction: row-reverse;
}
.cid-uILrRiMRZj .mbr-section-title {
  color: #ffffff;
}
.cid-uILrRiMRZj .row {
  background: #050505;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILrRiMRZj .always-left {
  text-align: left !important;
}
.cid-uILrRiMRZj .row:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILrRiMRZj .mbr-text,
.cid-uILrRiMRZj .mbr-section-btn {
  color: #ffffff;
}
.cid-uILrRiMRZj .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILrRiMRZj img {
  border-radius: 15px;
}
.cid-uILrRiMRZj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILrRiMRZj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILrRjcggm {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #0a0a0a;
}
.cid-uILrRjcggm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILrRjcggm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILrRjcggm .always-left {
  text-align: left !important;
}
.cid-uILrRjcggm img {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uILrRjcggm .card-wrapper {
  background: #050505;
  padding: 3rem;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILrRjcggm .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uILrRjcggm .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uILrRjcggm .card-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILrRjcggm .mbr-section-title {
  color: #ffffff;
}
.cid-uILrRjcggm .mbr-text {
  color: #ffffff;
}
.cid-uILrRjcggm H4 {
  color: #ffffff;
}
.cid-uILrRjBp4f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uILrRjBp4f .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uILrRjBp4f .first-column .mbr-text {
  margin: 0;
}
.cid-uILrRjBp4f .form-group {
  max-width: 55%;
}
.cid-uILrRjBp4f .form-group,
.cid-uILrRjBp4f .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uILrRjBp4f .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uILrRjBp4f .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uILrRjBp4f .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILrRjBp4f .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILrRjBp4f .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uILrRjBp4f .form-control:hover,
.cid-uILrRjBp4f .form-control:focus {
  border: none !important;
}
.cid-uILrRjBp4f .col + .mbr-section-btn .btn,
.cid-uILrRjBp4f .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uILrRjBp4f .dragArea > *:nth-last-child(2).col,
.cid-uILrRjBp4f .dragArea > *:nth-last-child(2).col-auto,
.cid-uILrRjBp4f .col + .mbr-section-btn,
.cid-uILrRjBp4f .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uILrRjBp4f .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uILrRjBp4f .mbr-section-title {
  color: #e6e6e6;
}
.cid-uILrRjBp4f .mbr-section-subtitle,
.cid-uILrRjBp4f .icons-wrapper {
  color: #ffffff;
}
.cid-uILrRjBp4f P {
  color: #ffffff;
}
.cid-uILrRjBp4f .mbr-section-title,
.cid-uILrRjBp4f .icons-wrapper {
  color: #ffffff;
}
.cid-uILrRjBp4f .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uILrYfqXUP {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uILrYfqXUP {
    flex-wrap: wrap;
  }
  .cid-uILrYfqXUP .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uILrYfqXUP .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uILrYfqXUP .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uILrYfqXUP .btn {
  padding: 0.3rem 2rem;
}
.cid-uILrYfqXUP .nav-link {
  position: relative;
}
.cid-uILrYfqXUP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uILrYfqXUP .nav-link:hover:before {
  width: 100%;
}
.cid-uILrYfqXUP nav.navbar {
  position: fixed;
}
.cid-uILrYfqXUP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILrYfqXUP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uILrYfqXUP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uILrYfqXUP .dropdown-item:hover,
.cid-uILrYfqXUP .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uILrYfqXUP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uILrYfqXUP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uILrYfqXUP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uILrYfqXUP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uILrYfqXUP .container {
  display: flex;
  margin: auto;
}
.cid-uILrYfqXUP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uILrYfqXUP .dropdown-menu,
.cid-uILrYfqXUP .navbar.opened {
  background: #050505 !important;
}
.cid-uILrYfqXUP .nav-item:focus,
.cid-uILrYfqXUP .nav-link:focus {
  outline: none;
}
.cid-uILrYfqXUP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uILrYfqXUP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uILrYfqXUP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uILrYfqXUP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILrYfqXUP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uILrYfqXUP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uILrYfqXUP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uILrYfqXUP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uILrYfqXUP .navbar.opened {
  transition: all 0.3s;
}
.cid-uILrYfqXUP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uILrYfqXUP .navbar .navbar-logo img {
  width: auto;
}
.cid-uILrYfqXUP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uILrYfqXUP .navbar.collapsed {
  justify-content: center;
}
.cid-uILrYfqXUP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uILrYfqXUP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uILrYfqXUP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uILrYfqXUP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uILrYfqXUP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uILrYfqXUP .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-uILrYfqXUP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uILrYfqXUP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uILrYfqXUP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uILrYfqXUP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uILrYfqXUP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uILrYfqXUP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uILrYfqXUP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uILrYfqXUP .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-uILrYfqXUP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uILrYfqXUP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uILrYfqXUP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uILrYfqXUP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uILrYfqXUP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uILrYfqXUP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uILrYfqXUP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uILrYfqXUP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uILrYfqXUP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uILrYfqXUP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uILrYfqXUP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uILrYfqXUP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uILrYfqXUP .dropdown-item.active,
.cid-uILrYfqXUP .dropdown-item:active {
  background-color: transparent;
}
.cid-uILrYfqXUP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uILrYfqXUP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uILrYfqXUP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uILrYfqXUP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uILrYfqXUP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uILrYfqXUP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uILrYfqXUP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uILrYfqXUP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uILrYfqXUP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uILrYfqXUP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uILrYfqXUP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uILrYfqXUP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILrYfqXUP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILrYfqXUP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uILrYfqXUP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILrYfqXUP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uILrYfqXUP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uILrYfqXUP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILrYfqXUP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uILrYfqXUP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uILrYfqXUP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uILrYfqXUP .navbar {
    height: 70px;
  }
  .cid-uILrYfqXUP .navbar.opened {
    height: auto;
  }
  .cid-uILrYfqXUP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtNdJFIh {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtNdJFIh .mbr-section-title {
  color: #ffffff;
}
.cid-uILtNdJFIh .mbr-text,
.cid-uILtNdJFIh .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtNdJFIh img {
  border-radius: 2rem;
}
.cid-uILtNdJFIh .highlight {
  color: #ffaa00;
}
.cid-uILtNdJFIh .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtNdJFIh .mbr-section-text {
  color: #ffffff;
}
.cid-uILtNdJFIh .number {
  color: #ffffff;
}
.cid-uILtNdJFIh .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtNdJFIh .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtNdJFIh .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtNdJFIh .image-wrapper {
    display: none;
  }
  .cid-uILtNdJFIh .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtNdJFIh .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtNdJFIh .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtNdJFIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtNdJFIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtNdJFIh .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtNdJFIh .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtNdJFIh .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uILrYh7S3w {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0a0a;
}
.cid-uILrYh7S3w .row {
  flex-direction: row-reverse;
}
.cid-uILrYh7S3w .mbr-section-title {
  color: #ffffff;
}
.cid-uILrYh7S3w .row {
  background: #050505;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILrYh7S3w .always-left {
  text-align: left !important;
}
.cid-uILrYh7S3w .row:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILrYh7S3w .mbr-text,
.cid-uILrYh7S3w .mbr-section-btn {
  color: #ffffff;
}
.cid-uILrYh7S3w .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILrYh7S3w img {
  border-radius: 15px;
}
.cid-uILrYh7S3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILrYh7S3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILrYi8kh4 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #0a0a0a;
}
.cid-uILrYi8kh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILrYi8kh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILrYi8kh4 .always-left {
  text-align: left !important;
}
.cid-uILrYi8kh4 img {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uILrYi8kh4 .card-wrapper {
  background: #050505;
  padding: 3rem;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILrYi8kh4 .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uILrYi8kh4 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uILrYi8kh4 .card-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILrYi8kh4 .mbr-section-title {
  color: #ffffff;
}
.cid-uILrYi8kh4 .mbr-text {
  color: #ffffff;
}
.cid-uILrYi8kh4 H4 {
  color: #ffffff;
}
.cid-uILrYiLPNl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uILrYiLPNl .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uILrYiLPNl .first-column .mbr-text {
  margin: 0;
}
.cid-uILrYiLPNl .form-group {
  max-width: 55%;
}
.cid-uILrYiLPNl .form-group,
.cid-uILrYiLPNl .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uILrYiLPNl .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uILrYiLPNl .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uILrYiLPNl .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILrYiLPNl .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILrYiLPNl .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uILrYiLPNl .form-control:hover,
.cid-uILrYiLPNl .form-control:focus {
  border: none !important;
}
.cid-uILrYiLPNl .col + .mbr-section-btn .btn,
.cid-uILrYiLPNl .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uILrYiLPNl .dragArea > *:nth-last-child(2).col,
.cid-uILrYiLPNl .dragArea > *:nth-last-child(2).col-auto,
.cid-uILrYiLPNl .col + .mbr-section-btn,
.cid-uILrYiLPNl .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uILrYiLPNl .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uILrYiLPNl .mbr-section-title {
  color: #e6e6e6;
}
.cid-uILrYiLPNl .mbr-section-subtitle,
.cid-uILrYiLPNl .icons-wrapper {
  color: #ffffff;
}
.cid-uILrYiLPNl P {
  color: #ffffff;
}
.cid-uILrYiLPNl .mbr-section-title,
.cid-uILrYiLPNl .icons-wrapper {
  color: #ffffff;
}
.cid-uILrYiLPNl .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uILsehTatA {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uILsehTatA {
    flex-wrap: wrap;
  }
  .cid-uILsehTatA .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uILsehTatA .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uILsehTatA .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uILsehTatA .btn {
  padding: 0.3rem 2rem;
}
.cid-uILsehTatA .nav-link {
  position: relative;
}
.cid-uILsehTatA .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffaa00;
}
.cid-uILsehTatA .nav-link:hover:before {
  width: 100%;
}
.cid-uILsehTatA nav.navbar {
  position: fixed;
}
.cid-uILsehTatA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILsehTatA .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uILsehTatA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uILsehTatA .dropdown-item:hover,
.cid-uILsehTatA .dropdown-item:focus {
  background: #ffaa00 !important;
  color: white !important;
}
.cid-uILsehTatA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uILsehTatA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uILsehTatA .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uILsehTatA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uILsehTatA .container {
  display: flex;
  margin: auto;
}
.cid-uILsehTatA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uILsehTatA .dropdown-menu,
.cid-uILsehTatA .navbar.opened {
  background: #050505 !important;
}
.cid-uILsehTatA .nav-item:focus,
.cid-uILsehTatA .nav-link:focus {
  outline: none;
}
.cid-uILsehTatA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uILsehTatA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uILsehTatA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uILsehTatA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILsehTatA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uILsehTatA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uILsehTatA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #050505 !important;
  transition: all 0.3s;
}
.cid-uILsehTatA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(5, 5, 5, 0);
}
.cid-uILsehTatA .navbar.opened {
  transition: all 0.3s;
}
.cid-uILsehTatA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uILsehTatA .navbar .navbar-logo img {
  width: auto;
}
.cid-uILsehTatA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uILsehTatA .navbar.collapsed {
  justify-content: center;
}
.cid-uILsehTatA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uILsehTatA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uILsehTatA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uILsehTatA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uILsehTatA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uILsehTatA .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-uILsehTatA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uILsehTatA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uILsehTatA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uILsehTatA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uILsehTatA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uILsehTatA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uILsehTatA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uILsehTatA .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-uILsehTatA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uILsehTatA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uILsehTatA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uILsehTatA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uILsehTatA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uILsehTatA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uILsehTatA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uILsehTatA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uILsehTatA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uILsehTatA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uILsehTatA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uILsehTatA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uILsehTatA .dropdown-item.active,
.cid-uILsehTatA .dropdown-item:active {
  background-color: transparent;
}
.cid-uILsehTatA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uILsehTatA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uILsehTatA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uILsehTatA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #050505;
}
.cid-uILsehTatA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uILsehTatA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uILsehTatA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uILsehTatA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uILsehTatA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uILsehTatA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uILsehTatA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uILsehTatA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILsehTatA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILsehTatA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uILsehTatA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILsehTatA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uILsehTatA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uILsehTatA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILsehTatA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uILsehTatA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uILsehTatA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uILsehTatA .navbar {
    height: 70px;
  }
  .cid-uILsehTatA .navbar.opened {
    height: auto;
  }
  .cid-uILsehTatA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILtEwA0Ag {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wallpapersden.com-minecraft-dungeons-4k-gaming-poster-3840x2160.jpg-2000x1125.jpg");
}
.cid-uILtEwA0Ag .mbr-section-title {
  color: #ffffff;
}
.cid-uILtEwA0Ag .mbr-text,
.cid-uILtEwA0Ag .mbr-section-btn {
  color: #ffffff;
}
.cid-uILtEwA0Ag img {
  border-radius: 2rem;
}
.cid-uILtEwA0Ag .highlight {
  color: #ffaa00;
}
.cid-uILtEwA0Ag .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILtEwA0Ag .mbr-section-text {
  color: #ffffff;
}
.cid-uILtEwA0Ag .number {
  color: #ffffff;
}
.cid-uILtEwA0Ag .feature-box {
  background: #0a0a0a;
  border: 2px solid transparent;
  padding: 8px 12px;
  border-radius: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.cid-uILtEwA0Ag .feature-box:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px rgba(255, 170, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILtEwA0Ag .feature-box .mbr-section-text {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  .cid-uILtEwA0Ag .image-wrapper {
    display: none;
  }
  .cid-uILtEwA0Ag .logo {
    display: block !important;
    max-width: 100%;
  }
  .cid-uILtEwA0Ag .row {
    flex-direction: column;
    gap: 5px;
  }
  .cid-uILtEwA0Ag .feature-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uILtEwA0Ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILtEwA0Ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILtEwA0Ag .custom-shape-divider-bottom-1741670519 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.cid-uILtEwA0Ag .custom-shape-divider-bottom-1741670519 svg {
  position: relative;
  display: block;
  width: calc(101.3%);
  height: 115px;
}
.cid-uILtEwA0Ag .custom-shape-divider-bottom-1741670519 .shape-fill {
  fill: #0A0A0A;
}
.cid-uILsejKxGA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #0a0a0a;
}
.cid-uILsejKxGA .row {
  flex-direction: row-reverse;
}
.cid-uILsejKxGA .mbr-section-title {
  color: #ffffff;
}
.cid-uILsejKxGA .row {
  background: #050505;
  padding: 15px;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILsejKxGA .always-left {
  text-align: left !important;
}
.cid-uILsejKxGA .row:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILsejKxGA .mbr-text,
.cid-uILsejKxGA .mbr-section-btn {
  color: #ffffff;
}
.cid-uILsejKxGA .mbr-section-subtitle {
  color: #ffffff;
  background-color: #ffaa00;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.cid-uILsejKxGA img {
  border-radius: 15px;
}
.cid-uILsejKxGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILsejKxGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILsekg7K7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #0a0a0a;
}
.cid-uILsekg7K7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILsekg7K7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILsekg7K7 .always-left {
  text-align: left !important;
}
.cid-uILsekg7K7 img {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uILsekg7K7 .card-wrapper {
  background: #050505;
  padding: 3rem;
  border-radius: 15px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cid-uILsekg7K7 .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uILsekg7K7 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uILsekg7K7 .card-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 2px 6px #ffaa00;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.cid-uILsekg7K7 .mbr-section-title {
  color: #ffffff;
}
.cid-uILsekg7K7 .mbr-text {
  color: #ffffff;
}
.cid-uILsekg7K7 H4 {
  color: #ffffff;
}
.cid-uILsekVYyy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #050505;
}
.cid-uILsekVYyy .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uILsekVYyy .first-column .mbr-text {
  margin: 0;
}
.cid-uILsekVYyy .form-group {
  max-width: 55%;
}
.cid-uILsekVYyy .form-group,
.cid-uILsekVYyy .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uILsekVYyy .form-control {
  font-size: 0.9rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: none !important;
  width: 100%;
  padding: 0.3rem 1rem;
  background: #353535;
  color: #bbbbbb;
}
.cid-uILsekVYyy .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uILsekVYyy .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILsekVYyy .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILsekVYyy .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uILsekVYyy .form-control:hover,
.cid-uILsekVYyy .form-control:focus {
  border: none !important;
}
.cid-uILsekVYyy .col + .mbr-section-btn .btn,
.cid-uILsekVYyy .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 2.2rem !important;
}
.cid-uILsekVYyy .dragArea > *:nth-last-child(2).col,
.cid-uILsekVYyy .dragArea > *:nth-last-child(2).col-auto,
.cid-uILsekVYyy .col + .mbr-section-btn,
.cid-uILsekVYyy .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uILsekVYyy .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uILsekVYyy .mbr-section-title {
  color: #e6e6e6;
}
.cid-uILsekVYyy .mbr-section-subtitle,
.cid-uILsekVYyy .icons-wrapper {
  color: #ffffff;
}
.cid-uILsekVYyy P {
  color: #ffffff;
}
.cid-uILsekVYyy .mbr-section-title,
.cid-uILsekVYyy .icons-wrapper {
  color: #ffffff;
}
.cid-uILsekVYyy .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
