@charset "UTF-8";
section {
    background-color: #2c2c38;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #2c2c38;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a.mbr-iconfont:hover {
    text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
    margin-bottom: 0;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}
a,
a:hover {
    text-decoration: none;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-section-subtitle {
    line-height: 1.3;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition-delay: 9999s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

textarea[type="hidden"] {
    display: none;
}

section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.hidden {
    visibility: hidden;
}

.mbr-z-index20 {
    z-index: 20;
}

/*! Base colors */
.mbr-white {
    color: #ffffff;
}

.mbr-black {
    color: #111111;
}

.mbr-bg-white {
    background-color: #ffffff;
}

.mbr-bg-black {
    background-color: #000000;
}

/*! Text-aligns */
.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

@media (max-width: 767px) {
    .align-right,
    .align-left {
        text-align: center;
    }
}
/*! Font-weight  */
.mbr-light {
    font-weight: 300;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

/*! Media  */
.media-content {
    flex-basis: 100%;
}

.media-container-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: start;
}
.media-container-row .media-size-item {
    width: 400px;
}

.media-container-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}
.media-container-column > * {
    width: 100%;
}

@media (min-width: 992px) {
    .media-container-row {
        flex-wrap: nowrap;
    }
}
figure {
    margin-bottom: 0;
    overflow: hidden;
}

figure[mbr-media-size] {
    transition: width 0.1s;
}

img,
iframe {
    display: block;
    width: 100%;
}

.card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.card-img {
    text-align: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.media {
    max-width: 100%;
    margin: 0 auto;
}

.mbr-figure {
    align-self: center;
}

.media-container > div {
    max-width: 100%;
}

.mbr-figure img,
.card-img img {
    width: 100%;
}

@media (max-width: 991px) {
    .media-size-item {
        width: auto !important;
    }

    .media {
        width: auto;
    }

    .mbr-figure {
        width: 100% !important;
    }
}
/*! Buttons */
.mbr-section-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-md {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-lg {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

.btn-form {
    margin: 0;
}
.btn-form:hover {
    cursor: pointer;
}

nav .mbr-section-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
    order: 1;
    cursor: pointer;
    margin-left: 0.5rem;
    vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
    margin-left: 0.8rem;
}

.mbr-regular {
    font-weight: 400;
}

.mbr-semibold {
    font-weight: 500;
}

.mbr-bold {
    font-weight: 700;
}

[type="submit"] {
    -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*! Map */
.map {
    height: 25rem;
    position: relative;
}
.map iframe {
    width: 100%;
    height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
    bottom: 25px;
    right: 90px;
    position: fixed;
    text-align: right;
    z-index: 5000;
    color: #ffffff;
    font-size: 22px;
}

.mbr-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-align: center;
}
.mbr-arrow-up a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
    line-height: 60px;
}

.mbr-arrow-up-icon {
    display: block;
    color: #fff;
}

.mbr-arrow-up-icon::before {
    content: "›";
    display: inline-block;
    font-family: serif;
    font-size: 22px;
    line-height: 1;
    font-style: normal;
    position: relative;
    top: 6px;
    left: -4px;
    transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: rgba(80, 80, 80, 0.5);
    border-radius: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .mbr-arrow {
        display: none;
    }
}
.mbr-arrow > a {
    display: inline-block;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
    color: #ffffff;
}
.mbr-arrow > a > i {
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 2rem;
}

#scrollToTop a i::before {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
    width: 27.8%;
    height: 27.8%;
    left: 50%;
    top: 51%;
    transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-webkit-keyframes arrowdown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media (max-width: 500px) {
    .mbr-arrow-up {
        left: 0;
        right: 0;
        text-align: center;
    }
}
/*Gradients animation*/
@keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@-webkit-keyframes gradient-animation {
    from {
        background-position: 0% 100%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    to {
        background-position: 100% 0%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
.bg-gradient {
    background-size: 200% 200%;
    animation: gradient-animation 5s infinite alternate;
    -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
    display: -webkit-flex;
}
.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
    display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
    display: -webkit-flex;
    width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu .navbar-toggleable-sm .navbar-nav {
        display: -ms-flexbox;
    }
}
@media (max-width: 991px) {
    .menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .navbar-collapse.show {
        overflow: auto;
    }
}
@media (min-width: 992px) {
    .menu .navbar-nav.nav-dropdown {
        display: -webkit-flex;
    }
    .menu .navbar-toggleable-sm .navbar-collapse {
        display: -webkit-flex !important;
    }
    .menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}
@media (max-width: 767px) {
    .menu .navbar-collapse {
        max-height: 80vh;
    }
}

.nav-link .mbr-iconfont {
    margin-right: 0.5rem;
}

.navbar {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}

.nav-dropdown .link {
    padding: 0.667em 1.667em !important;
    margin: 0 !important;
}

.nav {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.form-inline {
    display: -webkit-flex;
}

.card-wrapper {
    -webkit-flex: 1;
}

.carousel-control {
    z-index: 10;
    display: -webkit-flex;
}

.carousel-controls {
    display: -webkit-flex;
}

.media {
    display: -webkit-flex;
}

.form-group:focus {
    outline: none;
}

.jq-selectbox__select {
    padding: 7px 0;
    position: relative;
}

.jq-selectbox__dropdown {
    overflow: hidden;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0 !important;
    width: 100% !important;
}

.jq-selectbox__trigger-arrow {
    right: 0;
    transform: translateY(-50%);
}

.jq-selectbox li {
    padding: 1.07em 0.5em;
}

input[type="range"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
    height: 100%;
}

.modal-dialog .carousel-inner {
    height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
    .modal-dialog .carousel-inner {
        height: calc(100vh - 1rem);
    }
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.navbar-toggler {
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navbar-toggler-left {
    position: absolute;
    left: 1rem;
}

.navbar-toggler-right {
    position: absolute;
    right: 1rem;
}

.card-img {
    width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
    flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: initial !important;
}

html,
body {
    height: auto;
    min-height: 100vh;
}

.dropup .dropdown-toggle::after {
    display: none;
}

.form-asterisk {
    font-family: initial;
    position: absolute;
    top: -2px;
    font-weight: normal;
}

.form-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0.357em;
    padding: 0;
}

.alert {
    color: #ffffff;
    border-radius: 0;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    position: relative;
    text-align: center;
}
.alert.alert-form::after {
    background-color: inherit;
    bottom: -7px;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 14px;
}

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    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;
}
.form-active .form-control:invalid {
    border-color: red;
}

form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}
form .row [class*="col"] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .mbr-section-btn {
    margin: 0;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}

form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}

form .form-check-input {
    margin-top: 0.5;
}

textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control,
form .btn {
    min-height: 48px;
}

.gdpr-block label span.textGDPR input[name="gdpr"] {
    top: 7px;
}

.form-control:focus {
    box-shadow: none;
}

:focus {
    outline: none;
}

.mbr-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

blockquote {
    font-style: italic;
    padding: 3rem;
    font-size: 1.09rem;
    position: relative;
    border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
    margin-bottom: 2.3125rem;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (max-width: 992px) {
    .md-pb {
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*="col"] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .mbr-container {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 767px) {
    .mbr-container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

.app-video-wrapper > img {
    opacity: 1;
}

.item {
    position: relative;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
}

.dropdown-item + .dropdown-menu {
    display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
body {
  font-family: 'Rubik', sans-serif;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.82rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #ffae56 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b9abe5 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #5865f2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffae56 !important;
  border-color: #ffae56 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #ffae56 !important;
  border-color: #ffae56 !important;
  transform: translateY(-2px);
  background-image: linear-gradient(120deg, rgba(255, 174, 86, 0.9) 0%, #ffdfbc 50%, rgba(255, 174, 86, 0.9) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 5px 1px rgba(255, 174, 86, 0.5);
  cursor: pointer;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fe8400 !important;
  border-color: #fe8400 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00ff88 !important;
  border-color: #00ff88 !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #00ff88 !important;
  border-color: #00ff88 !important;
  transform: translateY(-2px);
  background-image: linear-gradient(120deg, rgba(0, 255, 136, 0.9) 0%, #66ffb8 50%, rgba(0, 255, 136, 0.9) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 5px 1px rgba(0, 255, 136, 0.5);
  cursor: pointer;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00a85a !important;
  border-color: #00a85a !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  transform: translateY(-2px);
  background-image: linear-gradient(120deg, rgba(185, 171, 229, 0.9) 0%, #faf9fd 50%, rgba(185, 171, 229, 0.9) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 5px 1px rgba(185, 171, 229, 0.5);
  cursor: pointer;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8269d1 !important;
  border-color: #8269d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  transform: translateY(-2px);
  background-image: linear-gradient(120deg, rgba(64, 176, 191, 0.9) 0%, #8cd0d9 50%, rgba(64, 176, 191, 0.9) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 5px 1px rgba(64, 176, 191, 0.5);
  cursor: pointer;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 50%, rgba(255, 255, 255, 0.9) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
  transform: translateY(-2px);
  background-image: linear-gradient(120deg, rgba(88, 101, 242, 0.9) 0%, #b7bcf9 50%, rgba(88, 101, 242, 0.9) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 5px 1px rgba(88, 101, 242, 0.5);
  cursor: pointer;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1223e2 !important;
  border-color: #1223e2 !important;
}
.btn-white {
  color: #ffae56 !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;
  transform: translateY(-2px);
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.9) 0%, #ffffff 50%, rgba(255, 255, 255, 0.9) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #ffae56 !important;
  box-shadow: #ffae56 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  transform: translateY(-2px);
  background-image: linear-gradient(120deg, rgba(35, 35, 35, 0.9) 0%, #565656 50%, rgba(35, 35, 35, 0.9) 100%);
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 5px 1px rgba(35, 35, 35, 0.5);
  cursor: pointer;
}
.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: #ffae56;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fe8400 !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: #ffae56 !important;
  border-color: #ffae56 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00ff88;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00a85a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #00ff88 !important;
  border-color: #00ff88 !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: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !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: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5865f2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1223e2 !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: #5865f2 !important;
  border-color: #5865f2 !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: #ffae56 !important;
}
.text-secondary {
  color: #00ff88 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b9abe5 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #5865f2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ef7c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #009952 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !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: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1021d4 !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: #ffae56;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9abe5;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #5865f2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffae56;
  border-color: #ffae56;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffae56;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', 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: #ffae56 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', 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: #ffae56;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffae56;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffae56;
}
.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: #ffae56;
  border-bottom-color: #ffae56;
}
.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: #ffae56 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00ff88 !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='%23ffae56' %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-uOw83Gv2ou {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uOw83Gv2ou {
    flex-wrap: wrap;
  }
  .cid-uOw83Gv2ou .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uOw83Gv2ou .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uOw83Gv2ou .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uOw83Gv2ou .btn {
  padding: 0.3rem 2rem;
}
.cid-uOw83Gv2ou .nav-link {
  position: relative;
}
.cid-uOw83Gv2ou .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffae56;
}
.cid-uOw83Gv2ou .nav-link:hover:before {
  width: 100%;
}
.cid-uOw83Gv2ou nav.navbar {
  position: fixed;
}
.cid-uOw83Gv2ou .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-uOw83Gv2ou .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOw83Gv2ou .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOw83Gv2ou .dropdown-item:hover,
.cid-uOw83Gv2ou .dropdown-item:focus {
  background: #ffae56 !important;
  color: white !important;
}
.cid-uOw83Gv2ou .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOw83Gv2ou .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOw83Gv2ou .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uOw83Gv2ou .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOw83Gv2ou .container {
  display: flex;
  margin: auto;
}
.cid-uOw83Gv2ou .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOw83Gv2ou .dropdown-menu,
.cid-uOw83Gv2ou .navbar.opened {
  background: #2c2c38 !important;
}
.cid-uOw83Gv2ou .nav-item:focus,
.cid-uOw83Gv2ou .nav-link:focus {
  outline: none;
}
.cid-uOw83Gv2ou .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOw83Gv2ou .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOw83Gv2ou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOw83Gv2ou .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOw83Gv2ou .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOw83Gv2ou .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOw83Gv2ou .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2c38 !important;
  transition: all 0.3s;
}
.cid-uOw83Gv2ou .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2c2c38;
}
.cid-uOw83Gv2ou .navbar.opened {
  transition: all 0.3s;
}
.cid-uOw83Gv2ou .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOw83Gv2ou .navbar .navbar-logo img {
  width: auto;
}
.cid-uOw83Gv2ou .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uOw83Gv2ou .navbar.collapsed {
  justify-content: center;
}
.cid-uOw83Gv2ou .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOw83Gv2ou .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOw83Gv2ou .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uOw83Gv2ou .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOw83Gv2ou .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOw83Gv2ou .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-uOw83Gv2ou .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOw83Gv2ou .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOw83Gv2ou .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOw83Gv2ou .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOw83Gv2ou .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOw83Gv2ou .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOw83Gv2ou .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOw83Gv2ou .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-uOw83Gv2ou .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOw83Gv2ou .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOw83Gv2ou .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOw83Gv2ou .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOw83Gv2ou .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOw83Gv2ou .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOw83Gv2ou .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOw83Gv2ou .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOw83Gv2ou .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOw83Gv2ou .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-uOw83Gv2ou .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOw83Gv2ou .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOw83Gv2ou .dropdown-item.active,
.cid-uOw83Gv2ou .dropdown-item:active {
  background-color: transparent;
}
.cid-uOw83Gv2ou .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOw83Gv2ou .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOw83Gv2ou .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOw83Gv2ou .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2c38;
}
.cid-uOw83Gv2ou .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOw83Gv2ou .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOw83Gv2ou ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOw83Gv2ou .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOw83Gv2ou button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOw83Gv2ou button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOw83Gv2ou button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOw83Gv2ou button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOw83Gv2ou button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOw83Gv2ou button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOw83Gv2ou nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOw83Gv2ou nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOw83Gv2ou nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOw83Gv2ou nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOw83Gv2ou .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOw83Gv2ou a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOw83Gv2ou .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-uOw83Gv2ou .navbar {
    height: 70px;
  }
  .cid-uOw83Gv2ou .navbar.opened {
    height: auto;
  }
  .cid-uOw83Gv2ou .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOZJ9jsONL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uOZJ9jsONL .row {
  flex-direction: row-reverse;
}
.cid-uOZJ9jsONL .mbr-section-title {
  color: #ffffff;
}
.cid-uOZJ9jsONL .mbr-text,
.cid-uOZJ9jsONL .mbr-section-btn {
  color: #ffffff;
}
.cid-uOZJ9jsONL #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-uOZJ9jsONL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOZJ9jsONL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOZJ9jsONL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOZJ9jsONL .online-now-tag {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  gap: 10px;
}
.cid-uOZJ9jsONL .online-dot {
  width: 14px;
  height: 14px;
  background-color: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 5px 1.5px #34d399;
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 5px 1.5px #34d399;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 8px 3px #86efac;
    opacity: 0.75;
  }
}
.cid-uOZzN9bDb8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uOZzN9bDb8 .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 159, 10, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uOZzN9bDb8 .discord-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 159, 10, 0.8), rgba(255, 159, 10, 0.5));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uOZzN9bDb8 .discord-banner > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .cid-uOZzN9bDb8 .discord-banner {
    width: 95%;
  }
}
.cid-uOZzN9bDb8 .discord-banner:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 159, 10, 0.8);
  box-shadow: 0 10px 30px rgba(255, 159, 10, 0.4), 0 0 15px rgba(255, 159, 10, 0.3);
}
.cid-uOZzN9bDb8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uOZzN9bDb8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOZzN9bDb8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOZzN9bDb8 .mbr-section-btn {
  text-align: left;
}
.cid-uOZzN9bDb8 .server-box {
  background-image: url('https://filterforge.com/filters/11635.jpg');
  background-size: contain;
  background-position: center;
  border: 2px solid #34d399;
  border-radius: 12px;
  padding: 20px;
  min-width: 250px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cid-uOZzN9bDb8 .server-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.cid-uOZzN9bDb8 .server-box * {
  position: relative;
  z-index: 1;
}
.cid-uOZzN9bDb8 .server-box h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-uOZzN9bDb8 .server-box input {
  width: 75%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: center;
  background-color: #00ff88;
  color: #111827;
  font-weight: bold;
  outline: none;
}
.cid-uOZzN9bDb8 .copy-message {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-uOZzN9bDb8 H5 {
  color: #160830;
}
.cid-uOZzN9bDb8 P {
  text-align: center;
}
.cid-uOZzN9bDb8 .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00ff88;
  margin-bottom: 8px;
}
.cid-uP0GlKYoYD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uP0GlKYoYD .container-fluid {
  max-width: 1350px;
}
.cid-uP0GlKYoYD .image-block1 {
  margin: auto;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(0, 122, 255, 0.5);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}
.cid-uP0GlKYoYD .image-block1:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(0, 122, 255, 0.8);
  box-shadow: 0 10px 30px rgba(0, 122, 255, 0.4), 0 0 15px rgba(0, 122, 255, 0.3);
}
.cid-uP0GlKYoYD .image-block2 {
  margin: auto;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(52, 199, 89, 0.5);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}
.cid-uP0GlKYoYD .image-block2:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(52, 199, 89, 0.8);
  box-shadow: 0 10px 30px rgba(52, 199, 89, 0.4), 0 0 15px rgba(52, 199, 89, 0.3);
}
.cid-uP0GlKYoYD .image-block3 {
  margin: auto;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(255, 59, 48, 0.5);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}
.cid-uP0GlKYoYD .image-block3:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 59, 48, 0.8);
  box-shadow: 0 10px 30px rgba(255, 59, 48, 0.4), 0 0 15px rgba(255, 59, 48, 0.3);
}
.cid-uP0GlKYoYD .image-block4 {
  margin: auto;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(255, 149, 0, 0.5);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}
.cid-uP0GlKYoYD .image-block4:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 149, 0, 0.8);
  box-shadow: 0 10px 30px rgba(255, 149, 0, 0.4), 0 0 15px rgba(255, 149, 0, 0.3);
}
.cid-uP0GlKYoYD .image-block5 {
  margin: auto;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(181, 101, 29, 0.5);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}
.cid-uP0GlKYoYD .image-block5:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(181, 101, 29, 0.8);
  box-shadow: 0 10px 30px rgba(181, 101, 29, 0.4), 0 0 15px rgba(181, 101, 29, 0.3);
}
.cid-uP0GlKYoYD .image-block6 {
  margin: auto;
  height: 400px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(175, 82, 222, 0.5);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}
.cid-uP0GlKYoYD .image-block6:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(175, 82, 222, 0.8);
  box-shadow: 0 10px 30px rgba(175, 82, 222, 0.4), 0 0 15px rgba(175, 82, 222, 0.3);
}
.cid-uP0GlKYoYD .wrap {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2rem;
  z-index: 3;
}
.cid-uP0GlKYoYD img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
@media (max-width: 992px) {
  .cid-uP0GlKYoYD .image-block {
    height: 400px;
  }
  .cid-uP0GlKYoYD .image-block img {
    object-position: center bottom;
  }
}
@media (max-width: 767px) {
  .cid-uP0GlKYoYD .wrap {
    opacity: 1 !important;
  }
  .cid-uP0GlKYoYD .image-block:before {
    opacity: 0.2 !important;
  }
  .cid-uP0GlKYoYD .sm-pb {
    margin-bottom: 1rem;
  }
}
.cid-uP0GlKYoYD P {
  color: #ffffff;
}
.cid-uP0GlKYoYD .mbr-text {
  display: inline-block;
  padding: 0.15em 0.5em;
  background: rgba(0, 255, 136, 0.15);
  border: 1.5px solid #00ff88;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 255, 136, 0.35);
  transition: box-shadow 0.3s ease;
}
.cid-uP0GlKYoYD .mbr-text:hover {
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.6);
}
.cid-uP0GlKYoYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP0GlKYoYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP0GlKYoYD H4 {
  color: #ffffff;
}
.cid-uP0GlKYoYD .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00ff88;
  margin-bottom: 8px;
}
.cid-uPhFRCGWp3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uPhFRCGWp3 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uPhFRCGWp3 .card-box {
  z-index: 2;
  position: relative;
}
.cid-uPhFRCGWp3 .card-title,
.cid-uPhFRCGWp3 .card-text {
  transition: all 0.3s;
}
.cid-uPhFRCGWp3 .card-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.imgur.com/JilZ8Ge.jpeg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(0, 200, 255, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uPhFRCGWp3 .card-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 200, 255, 0.8), rgba(0, 200, 255, 0.5));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uPhFRCGWp3 .card-wrapper > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
.cid-uPhFRCGWp3 .card-wrapper:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(0, 200, 255, 0.8);
  box-shadow: 0 10px 30px rgba(0, 200, 255, 0.4), 0 0 15px rgba(0, 200, 255, 0.3);
}
.cid-uPhFRCGWp3 .card-wrapper2 {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.imgur.com/JilZ8Ge.jpeg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 140, 0, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uPhFRCGWp3 .card-wrapper2::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.9), rgba(255, 120, 0, 0.6), rgba(255, 100, 0, 0.4));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uPhFRCGWp3 .card-wrapper2 > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
.cid-uPhFRCGWp3 .card-wrapper2:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 140, 0, 0.8);
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.4), 0 0 15px rgba(255, 140, 0, 0.3);
}
.cid-uPhFRCGWp3 .card-wrapper3 {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.imgur.com/JilZ8Ge.jpeg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 0, 255, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uPhFRCGWp3 .card-wrapper3::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 0, 255, 0.9), rgba(230, 0, 230, 0.6), rgba(210, 0, 210, 0.4));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uPhFRCGWp3 .card-wrapper3 > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
.cid-uPhFRCGWp3 .card-wrapper3:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 0, 255, 0.8);
  box-shadow: 0 10px 30px rgba(255, 0, 255, 0.4), 0 0 15px rgba(255, 0, 255, 0.3);
}
.cid-uPhFRCGWp3 .card-title,
.cid-uPhFRCGWp3 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uPhFRCGWp3 .card-text {
  color: #353535;
}
.cid-uPhFRCGWp3 .card-text,
.cid-uPhFRCGWp3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uPhFRCGWp3 .mbr-text {
  display: inline-block;
  padding: 0.15em 0.5em;
  background: rgba(0, 255, 136, 0.15);
  border: 1.5px solid #00ff88;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 255, 136, 0.35);
  transition: box-shadow 0.3s ease;
}
.cid-uPhFRCGWp3 .mbr-text:hover {
  box-shadow: 0 0 10px rgba(0, 255, 136, 0.6);
}
.cid-uPhFRCGWp3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPhFRCGWp3 .mbr-section-title {
  color: #ffffff;
}
.cid-uPhFRCGWp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPhFRCGWp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPhFRCGWp3 .tag {
  display: inline-block;
  background-color: #4CAF50;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 16px;
  margin: 0 4px 4px 0;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  user-select: none;
}
.cid-uPhFRCGWp3 .tag-dark {
  background-color: #388E3C;
}
.cid-uPhFRCGWp3 .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00ff88;
  margin-bottom: 8px;
}
.cid-uPhXXcpTP9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: transparent;
}
.cid-uPhXXcpTP9 .card-wrap {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid rgba(255, 215, 0, 0.5);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
}
@font-face {
  font-family: 'minecraft_font';
  src: url('../../../minecraft_font.ttf') format('truetype');
}
.cid-uPhXXcpTP9 .card-wrap:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 215, 0, 0.8);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4), 0 0 15px rgba(255, 215, 0, 0.3);
}
.cid-uPhXXcpTP9 .image-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.cid-uPhXXcpTP9 .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uPhXXcpTP9 .card-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uPhXXcpTP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPhXXcpTP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPhXXcpTP9 .mbr-section-title {
  color: #ffffff;
}
.cid-uPy19VxRHD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(to bottom, transparent, #2c2c38), url("../../../assets/images/mopcontpclo81.jpg-2000x1125.jpeg");
}
.cid-uPy19VxRHD .row {
  flex-direction: row-reverse;
}
.cid-uPy19VxRHD .mbr-section-title {
  color: #ffffff;
}
.cid-uPy19VxRHD .mbr-text,
.cid-uPy19VxRHD .mbr-section-btn {
  color: #ffffff;
}
.cid-uPy19VxRHD .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPy19VxRHD img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPy19VxRHD .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPy19VxRHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPy19VxRHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPc843af9E {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPc843af9E .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uPc843af9E .first-column .mbr-text {
  margin: 0;
}
.cid-uPc843af9E .form-group {
  max-width: 55%;
}
.cid-uPc843af9E .form-group,
.cid-uPc843af9E .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uPc843af9E .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-uPc843af9E .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uPc843af9E .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uPc843af9E .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uPc843af9E .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uPc843af9E .form-control:hover,
.cid-uPc843af9E .form-control:focus {
  border: none !important;
}
.cid-uPc843af9E .col + .mbr-section-btn .btn,
.cid-uPc843af9E .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-uPc843af9E .dragArea > *:nth-last-child(2).col,
.cid-uPc843af9E .dragArea > *:nth-last-child(2).col-auto,
.cid-uPc843af9E .col + .mbr-section-btn,
.cid-uPc843af9E .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPc843af9E .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPc843af9E .mbr-section-title {
  color: #e6e6e6;
}
.cid-uPc843af9E .mbr-section-subtitle,
.cid-uPc843af9E .icons-wrapper {
  color: #ffffff;
}
.cid-uPc843af9E P {
  color: #ffffff;
}
.cid-uPc843af9E .mbr-section-title,
.cid-uPc843af9E .icons-wrapper {
  color: #ffffff;
}
.cid-uPc843af9E .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;
}
#custom-html-f #progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, #ffae56 0%, #ff9420 20%, #ff5e3a 40%, #ff2a68 60%, #d92bff 80%, #3a8fff 100%);
  width: 0%;
  z-index: 9999;
}
.cid-uPyE6MbqZS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uPyE6MbqZS {
    flex-wrap: wrap;
  }
  .cid-uPyE6MbqZS .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uPyE6MbqZS .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uPyE6MbqZS .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uPyE6MbqZS .btn {
  padding: 0.3rem 2rem;
}
.cid-uPyE6MbqZS .nav-link {
  position: relative;
}
.cid-uPyE6MbqZS .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffae56;
}
.cid-uPyE6MbqZS .nav-link:hover:before {
  width: 100%;
}
.cid-uPyE6MbqZS nav.navbar {
  position: fixed;
}
.cid-uPyE6MbqZS .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-uPyE6MbqZS .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPyE6MbqZS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPyE6MbqZS .dropdown-item:hover,
.cid-uPyE6MbqZS .dropdown-item:focus {
  background: #ffae56 !important;
  color: white !important;
}
.cid-uPyE6MbqZS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPyE6MbqZS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPyE6MbqZS .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uPyE6MbqZS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPyE6MbqZS .container {
  display: flex;
  margin: auto;
}
.cid-uPyE6MbqZS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPyE6MbqZS .dropdown-menu,
.cid-uPyE6MbqZS .navbar.opened {
  background: #2c2c38 !important;
}
.cid-uPyE6MbqZS .nav-item:focus,
.cid-uPyE6MbqZS .nav-link:focus {
  outline: none;
}
.cid-uPyE6MbqZS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPyE6MbqZS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPyE6MbqZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPyE6MbqZS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPyE6MbqZS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPyE6MbqZS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPyE6MbqZS .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2c38 !important;
  transition: all 0.3s;
}
.cid-uPyE6MbqZS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPyE6MbqZS .navbar.opened {
  transition: all 0.3s;
}
.cid-uPyE6MbqZS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPyE6MbqZS .navbar .navbar-logo img {
  width: auto;
}
.cid-uPyE6MbqZS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uPyE6MbqZS .navbar.collapsed {
  justify-content: center;
}
.cid-uPyE6MbqZS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPyE6MbqZS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPyE6MbqZS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uPyE6MbqZS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPyE6MbqZS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPyE6MbqZS .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-uPyE6MbqZS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPyE6MbqZS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPyE6MbqZS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPyE6MbqZS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPyE6MbqZS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPyE6MbqZS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPyE6MbqZS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPyE6MbqZS .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-uPyE6MbqZS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPyE6MbqZS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPyE6MbqZS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPyE6MbqZS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPyE6MbqZS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPyE6MbqZS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPyE6MbqZS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPyE6MbqZS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPyE6MbqZS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPyE6MbqZS .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-uPyE6MbqZS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPyE6MbqZS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPyE6MbqZS .dropdown-item.active,
.cid-uPyE6MbqZS .dropdown-item:active {
  background-color: transparent;
}
.cid-uPyE6MbqZS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPyE6MbqZS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPyE6MbqZS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPyE6MbqZS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPyE6MbqZS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPyE6MbqZS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPyE6MbqZS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPyE6MbqZS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPyE6MbqZS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPyE6MbqZS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPyE6MbqZS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPyE6MbqZS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPyE6MbqZS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPyE6MbqZS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPyE6MbqZS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPyE6MbqZS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPyE6MbqZS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPyE6MbqZS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPyE6MbqZS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPyE6MbqZS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPyE6MbqZS .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-uPyE6MbqZS .navbar {
    height: 70px;
  }
  .cid-uPyE6MbqZS .navbar.opened {
    height: auto;
  }
  .cid-uPyE6MbqZS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ2QfIUsbG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uQ2QfIUsbG .row {
  flex-direction: row-reverse;
}
.cid-uQ2QfIUsbG .mbr-section-title {
  color: #ffffff;
}
.cid-uQ2QfIUsbG .mbr-text,
.cid-uQ2QfIUsbG .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ2QfIUsbG #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-uQ2QfIUsbG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQ2QfIUsbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2QfIUsbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2QfIUsbG .online-now-tag {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  gap: 10px;
}
.cid-uQ2QfIUsbG .online-dot {
  width: 14px;
  height: 14px;
  background-color: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 5px 1.5px #34d399;
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 5px 1.5px #34d399;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 8px 3px #86efac;
    opacity: 0.75;
  }
}
.cid-uQeQOXTw9p {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uQeQOXTw9p .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(106, 172, 74, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uQeQOXTw9p .discord-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(106, 172, 74, 0.8), rgba(106, 172, 74, 0.5));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uQeQOXTw9p .discord-banner > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .cid-uQeQOXTw9p .discord-banner {
    width: 95%;
  }
}
.cid-uQeQOXTw9p .discord-banner:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(106, 172, 74, 0.8);
  box-shadow: 0 10px 30px rgba(106, 172, 74, 0.4), 0 0 15px rgba(106, 172, 74, 0.3);
}
.cid-uQeQOXTw9p .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQeQOXTw9p .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQeQOXTw9p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQeQOXTw9p .btn-custom2 {
  background: linear-gradient(135deg, #00c853, #aeea00);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uQeQOXTw9p .btn-custom2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uQeQOXTw9p .btn-custom2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uPyGtBpNSK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: transparent;
}
.cid-uPyGtBpNSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPyGtBpNSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPyGtBpNSK .card-wrapper {
  background: linear-gradient(135deg, rgba(100, 180, 255, 0.85), rgba(120, 200, 255, 0.6));
  background-size: 200% 200%;
  border: 2px solid rgba(100, 180, 255, 0.5);
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  margin-bottom: 30px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uPyGtBpNSK .card-wrapper a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uPyGtBpNSK .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPyGtBpNSK .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  pointer-events: none;
  z-index: 1;
  will-change: opacity;
}
.cid-uPyGtBpNSK .card-wrapper > * {
  position: relative;
  z-index: 2;
  backface-visibility: hidden;
}
.cid-uPyGtBpNSK .card-wrapper:hover {
  border: 2px solid rgba(100, 180, 255, 0.8);
  box-shadow: 0 10px 30px rgba(100, 180, 255, 0.4), 0 0 15px rgba(100, 180, 255, 0.3);
}
.cid-uPyGtBpNSK .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uPyGtBpNSK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uPyGtBpNSK P {
  color: #ffffff;
}
.cid-uPyGtBpNSK H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQoiUjFAZm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uQoiUjFAZm .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 159, 10, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uQoiUjFAZm .discord-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 159, 10, 0.8), rgba(255, 159, 10, 0.5));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uQoiUjFAZm .discord-banner > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .cid-uQoiUjFAZm .discord-banner {
    width: 95%;
  }
}
.cid-uQoiUjFAZm .discord-banner:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 159, 10, 0.8);
  box-shadow: 0 10px 30px rgba(255, 159, 10, 0.4), 0 0 15px rgba(255, 159, 10, 0.3);
}
.cid-uQoiUjFAZm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQoiUjFAZm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQoiUjFAZm .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQoiUjFAZm .mbr-section-btn {
  text-align: left;
}
.cid-uQoiUjFAZm .server-box {
  background-image: url('https://filterforge.com/filters/11635.jpg');
  background-size: contain;
  background-position: center;
  border: 2px solid #34d399;
  border-radius: 12px;
  padding: 20px;
  min-width: 250px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cid-uQoiUjFAZm .server-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.cid-uQoiUjFAZm .server-box * {
  position: relative;
  z-index: 1;
}
.cid-uQoiUjFAZm .server-box h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-uQoiUjFAZm .server-box input {
  width: 75%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: center;
  background-color: #00ff88;
  color: #111827;
  font-weight: bold;
  outline: none;
}
.cid-uQoiUjFAZm .copy-message {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-uQoiUjFAZm H5 {
  color: #160830;
}
.cid-uQoiUjFAZm P {
  text-align: center;
}
.cid-uQoiUjFAZm .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00ff88;
  margin-bottom: 8px;
}
.cid-uPyE6PJK4q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(to bottom, transparent, #2c2c38), url("../../../assets/images/mopcontpclo81.jpg-2000x1125.jpeg");
}
.cid-uPyE6PJK4q .row {
  flex-direction: row-reverse;
}
.cid-uPyE6PJK4q .mbr-section-title {
  color: #ffffff;
}
.cid-uPyE6PJK4q .mbr-text,
.cid-uPyE6PJK4q .mbr-section-btn {
  color: #ffffff;
}
.cid-uPyE6PJK4q .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPyE6PJK4q img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPyE6PJK4q .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPyE6PJK4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPyE6PJK4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPyE6QibLG {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPyE6QibLG .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uPyE6QibLG .first-column .mbr-text {
  margin: 0;
}
.cid-uPyE6QibLG .form-group {
  max-width: 55%;
}
.cid-uPyE6QibLG .form-group,
.cid-uPyE6QibLG .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uPyE6QibLG .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-uPyE6QibLG .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uPyE6QibLG .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uPyE6QibLG .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uPyE6QibLG .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uPyE6QibLG .form-control:hover,
.cid-uPyE6QibLG .form-control:focus {
  border: none !important;
}
.cid-uPyE6QibLG .col + .mbr-section-btn .btn,
.cid-uPyE6QibLG .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-uPyE6QibLG .dragArea > *:nth-last-child(2).col,
.cid-uPyE6QibLG .dragArea > *:nth-last-child(2).col-auto,
.cid-uPyE6QibLG .col + .mbr-section-btn,
.cid-uPyE6QibLG .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPyE6QibLG .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPyE6QibLG .mbr-section-title {
  color: #e6e6e6;
}
.cid-uPyE6QibLG .mbr-section-subtitle,
.cid-uPyE6QibLG .icons-wrapper {
  color: #ffffff;
}
.cid-uPyE6QibLG P {
  color: #ffffff;
}
.cid-uPyE6QibLG .mbr-section-title,
.cid-uPyE6QibLG .icons-wrapper {
  color: #ffffff;
}
.cid-uPyE6QibLG .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;
}
#custom-html-u #progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, #ffae56 0%, #ff9420 20%, #ff5e3a 40%, #ff2a68 60%, #d92bff 80%, #3a8fff 100%);
  width: 0%;
  z-index: 9999;
}
.cid-uPzxXkOq2o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uPzxXkOq2o {
    flex-wrap: wrap;
  }
  .cid-uPzxXkOq2o .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uPzxXkOq2o .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uPzxXkOq2o .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uPzxXkOq2o .btn {
  padding: 0.3rem 2rem;
}
.cid-uPzxXkOq2o .nav-link {
  position: relative;
}
.cid-uPzxXkOq2o .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffae56;
}
.cid-uPzxXkOq2o .nav-link:hover:before {
  width: 100%;
}
.cid-uPzxXkOq2o nav.navbar {
  position: fixed;
}
.cid-uPzxXkOq2o .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-uPzxXkOq2o .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPzxXkOq2o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPzxXkOq2o .dropdown-item:hover,
.cid-uPzxXkOq2o .dropdown-item:focus {
  background: #ffae56 !important;
  color: white !important;
}
.cid-uPzxXkOq2o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPzxXkOq2o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPzxXkOq2o .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uPzxXkOq2o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPzxXkOq2o .container {
  display: flex;
  margin: auto;
}
.cid-uPzxXkOq2o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPzxXkOq2o .dropdown-menu,
.cid-uPzxXkOq2o .navbar.opened {
  background: #2c2c38 !important;
}
.cid-uPzxXkOq2o .nav-item:focus,
.cid-uPzxXkOq2o .nav-link:focus {
  outline: none;
}
.cid-uPzxXkOq2o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPzxXkOq2o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPzxXkOq2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPzxXkOq2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPzxXkOq2o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPzxXkOq2o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPzxXkOq2o .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2c38 !important;
  transition: all 0.3s;
}
.cid-uPzxXkOq2o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPzxXkOq2o .navbar.opened {
  transition: all 0.3s;
}
.cid-uPzxXkOq2o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPzxXkOq2o .navbar .navbar-logo img {
  width: auto;
}
.cid-uPzxXkOq2o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uPzxXkOq2o .navbar.collapsed {
  justify-content: center;
}
.cid-uPzxXkOq2o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPzxXkOq2o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPzxXkOq2o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uPzxXkOq2o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPzxXkOq2o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPzxXkOq2o .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-uPzxXkOq2o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPzxXkOq2o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPzxXkOq2o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPzxXkOq2o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPzxXkOq2o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPzxXkOq2o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPzxXkOq2o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPzxXkOq2o .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-uPzxXkOq2o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPzxXkOq2o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPzxXkOq2o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPzxXkOq2o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPzxXkOq2o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPzxXkOq2o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPzxXkOq2o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPzxXkOq2o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPzxXkOq2o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPzxXkOq2o .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-uPzxXkOq2o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPzxXkOq2o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPzxXkOq2o .dropdown-item.active,
.cid-uPzxXkOq2o .dropdown-item:active {
  background-color: transparent;
}
.cid-uPzxXkOq2o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPzxXkOq2o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPzxXkOq2o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPzxXkOq2o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPzxXkOq2o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPzxXkOq2o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPzxXkOq2o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPzxXkOq2o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPzxXkOq2o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPzxXkOq2o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPzxXkOq2o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPzxXkOq2o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPzxXkOq2o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPzxXkOq2o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPzxXkOq2o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPzxXkOq2o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPzxXkOq2o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPzxXkOq2o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPzxXkOq2o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPzxXkOq2o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPzxXkOq2o .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-uPzxXkOq2o .navbar {
    height: 70px;
  }
  .cid-uPzxXkOq2o .navbar.opened {
    height: auto;
  }
  .cid-uPzxXkOq2o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ2QhKz6Xz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uQ2QhKz6Xz .row {
  flex-direction: row-reverse;
}
.cid-uQ2QhKz6Xz .mbr-section-title {
  color: #ffffff;
}
.cid-uQ2QhKz6Xz .mbr-text,
.cid-uQ2QhKz6Xz .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ2QhKz6Xz #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-uQ2QhKz6Xz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQ2QhKz6Xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2QhKz6Xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2QhKz6Xz .online-now-tag {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  gap: 10px;
}
.cid-uQ2QhKz6Xz .online-dot {
  width: 14px;
  height: 14px;
  background-color: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 5px 1.5px #34d399;
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 5px 1.5px #34d399;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 8px 3px #86efac;
    opacity: 0.75;
  }
}
.cid-uQ7JNriQzL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uQ7JNriQzL .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(106, 172, 74, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uQ7JNriQzL .discord-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(106, 172, 74, 0.8), rgba(106, 172, 74, 0.5));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uQ7JNriQzL .discord-banner > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .cid-uQ7JNriQzL .discord-banner {
    width: 95%;
  }
}
.cid-uQ7JNriQzL .discord-banner:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(106, 172, 74, 0.8);
  box-shadow: 0 10px 30px rgba(106, 172, 74, 0.4), 0 0 15px rgba(106, 172, 74, 0.3);
}
.cid-uQ7JNriQzL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQ7JNriQzL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQ7JNriQzL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ7JNriQzL .btn-custom2 {
  background: linear-gradient(135deg, #00c853, #aeea00);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uQ7JNriQzL .btn-custom2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uQ7JNriQzL .btn-custom2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uPzxXlS4Z3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: transparent;
}
.cid-uPzxXlS4Z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPzxXlS4Z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPzxXlS4Z3 .card-wrapper {
  padding: 15px;
  background: transparent;
}
.cid-uPzxXlS4Z3 .card-wrapper a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uPzxXlS4Z3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uPzxXlS4Z3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uPzxXlS4Z3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uPzxXlS4Z3 P {
  color: #ffffff;
}
.cid-uPzxXlS4Z3 H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uPzxXlS4Z3 H3 {
  text-align: right;
}
.cid-uPzxXlS4Z3 .sunburst-about {
  background-color: rgba(255, 215, 0, 0.08);
  border-left: 4px solid #ffd700;
  padding: 1.5rem;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}
.cid-uPzxXlS4Z3 .sunburst-about:hover {
  background-color: rgba(255, 215, 0, 0.12);
}
.cid-uQ7LJ3oTGb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}
.cid-uQ7LJ3oTGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ7LJ3oTGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ7LJ3oTGb .card-wrapper {
  padding: 15px;
  background: transparent;
}
.cid-uQ7LJ3oTGb .card-wrapper a {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uQ7LJ3oTGb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uQ7LJ3oTGb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQ7LJ3oTGb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQ7LJ3oTGb P {
  color: #ffffff;
}
.cid-uQ7LJ3oTGb H4 {
  color: #ffffff;
  text-align: left;
}
.cid-uQ7LJ3oTGb H3 {
  text-align: right;
}
.cid-uQ7LJ3oTGb .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00ff88;
  margin-bottom: 8px;
}
.cid-uQ8ga5zkHs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: transparent;
}
.cid-uQ8ga5zkHs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQ8ga5zkHs .team-card:hover {
  transform: translateY(-10px);
}
.cid-uQ8ga5zkHs .card-wrap {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(100, 180, 255, 0.5);
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 15px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uQ8ga5zkHs .card-wrap .image-wrap img {
  width: 100%;
  height: 256px;
  object-fit: contain;
}
.cid-uQ8ga5zkHs .card-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(100, 180, 255, 0.85), rgba(120, 200, 255, 0.6));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uQ8ga5zkHs .card-wrap > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .cid-uQ8ga5zkHs .card-wrap {
    width: 95%;
  }
}
.cid-uQ8ga5zkHs .card-wrap:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(100, 180, 255, 0.8);
  box-shadow: 0 10px 30px rgba(100, 180, 255, 0.4), 0 0 15px rgba(100, 180, 255, 0.3);
}
.cid-uQ8ga5zkHs .card-text {
  padding-bottom: 1rem;
}
.cid-uQ8ga5zkHs .social-row {
  text-align: center;
}
.cid-uQ8ga5zkHs .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-uQ8ga5zkHs .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-uQ8ga5zkHs .social-row .soc-item:hover {
  background: #ffffff;
}
.cid-uQ8ga5zkHs .social-row .soc-item:hover .mbr-iconfont {
  color: #ef7018;
}
.cid-uQ8ga5zkHs .mbr-role,
.cid-uQ8ga5zkHs .social-row {
  color: #ffffff;
}
.cid-uQ8ga5zkHs .card-title,
.cid-uQ8ga5zkHs .social-row {
  color: #e43f3f;
}
.cid-uQ8ga5zkHs .card-text,
.cid-uQ8ga5zkHs .mbr-section-btn,
.cid-uQ8ga5zkHs .social-row {
  color: #bbbbbb;
}
.cid-uQ8ga5zkHs .mbr-section-title {
  color: #ffffff;
}
.cid-uQ8ga5zkHs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQ8ga5zkHs .main-title {
  color: #ffffff;
}
.cid-uQ8ga5zkHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ8ga5zkHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQoiXzNm5v {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uQoiXzNm5v .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 159, 10, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uQoiXzNm5v .discord-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 159, 10, 0.8), rgba(255, 159, 10, 0.5));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uQoiXzNm5v .discord-banner > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .cid-uQoiXzNm5v .discord-banner {
    width: 95%;
  }
}
.cid-uQoiXzNm5v .discord-banner:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 159, 10, 0.8);
  box-shadow: 0 10px 30px rgba(255, 159, 10, 0.4), 0 0 15px rgba(255, 159, 10, 0.3);
}
.cid-uQoiXzNm5v .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQoiXzNm5v .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQoiXzNm5v .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQoiXzNm5v .mbr-section-btn {
  text-align: left;
}
.cid-uQoiXzNm5v .server-box {
  background-image: url('https://filterforge.com/filters/11635.jpg');
  background-size: contain;
  background-position: center;
  border: 2px solid #34d399;
  border-radius: 12px;
  padding: 20px;
  min-width: 250px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cid-uQoiXzNm5v .server-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.cid-uQoiXzNm5v .server-box * {
  position: relative;
  z-index: 1;
}
.cid-uQoiXzNm5v .server-box h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-uQoiXzNm5v .server-box input {
  width: 75%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: center;
  background-color: #00ff88;
  color: #111827;
  font-weight: bold;
  outline: none;
}
.cid-uQoiXzNm5v .copy-message {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-uQoiXzNm5v H5 {
  color: #160830;
}
.cid-uQoiXzNm5v P {
  text-align: center;
}
.cid-uQoiXzNm5v .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00ff88;
  margin-bottom: 8px;
}
.cid-uPzxXmJbtF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(to bottom, transparent, #2c2c38), url("../../../assets/images/mopcontpclo81.jpg-2000x1125.jpeg");
}
.cid-uPzxXmJbtF .row {
  flex-direction: row-reverse;
}
.cid-uPzxXmJbtF .mbr-section-title {
  color: #ffffff;
}
.cid-uPzxXmJbtF .mbr-text,
.cid-uPzxXmJbtF .mbr-section-btn {
  color: #ffffff;
}
.cid-uPzxXmJbtF .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPzxXmJbtF img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPzxXmJbtF .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPzxXmJbtF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPzxXmJbtF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPzxXnbUvF {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPzxXnbUvF .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uPzxXnbUvF .first-column .mbr-text {
  margin: 0;
}
.cid-uPzxXnbUvF .form-group {
  max-width: 55%;
}
.cid-uPzxXnbUvF .form-group,
.cid-uPzxXnbUvF .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uPzxXnbUvF .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-uPzxXnbUvF .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uPzxXnbUvF .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uPzxXnbUvF .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uPzxXnbUvF .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uPzxXnbUvF .form-control:hover,
.cid-uPzxXnbUvF .form-control:focus {
  border: none !important;
}
.cid-uPzxXnbUvF .col + .mbr-section-btn .btn,
.cid-uPzxXnbUvF .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-uPzxXnbUvF .dragArea > *:nth-last-child(2).col,
.cid-uPzxXnbUvF .dragArea > *:nth-last-child(2).col-auto,
.cid-uPzxXnbUvF .col + .mbr-section-btn,
.cid-uPzxXnbUvF .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPzxXnbUvF .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPzxXnbUvF .mbr-section-title {
  color: #e6e6e6;
}
.cid-uPzxXnbUvF .mbr-section-subtitle,
.cid-uPzxXnbUvF .icons-wrapper {
  color: #ffffff;
}
.cid-uPzxXnbUvF P {
  color: #ffffff;
}
.cid-uPzxXnbUvF .mbr-section-title,
.cid-uPzxXnbUvF .icons-wrapper {
  color: #ffffff;
}
.cid-uPzxXnbUvF .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;
}
#custom-html-1d #progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, #ffae56 0%, #ff9420 20%, #ff5e3a 40%, #ff2a68 60%, #d92bff 80%, #3a8fff 100%);
  width: 0%;
  z-index: 9999;
}
.cid-uPEd9hISmq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-uPEd9hISmq {
    flex-wrap: wrap;
  }
  .cid-uPEd9hISmq .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uPEd9hISmq .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uPEd9hISmq .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uPEd9hISmq .btn {
  padding: 0.3rem 2rem;
}
.cid-uPEd9hISmq .nav-link {
  position: relative;
}
.cid-uPEd9hISmq .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #ffae56;
}
.cid-uPEd9hISmq .nav-link:hover:before {
  width: 100%;
}
.cid-uPEd9hISmq nav.navbar {
  position: fixed;
}
.cid-uPEd9hISmq .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-uPEd9hISmq .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uPEd9hISmq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uPEd9hISmq .dropdown-item:hover,
.cid-uPEd9hISmq .dropdown-item:focus {
  background: #ffae56 !important;
  color: white !important;
}
.cid-uPEd9hISmq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uPEd9hISmq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uPEd9hISmq .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uPEd9hISmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uPEd9hISmq .container {
  display: flex;
  margin: auto;
}
.cid-uPEd9hISmq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPEd9hISmq .dropdown-menu,
.cid-uPEd9hISmq .navbar.opened {
  background: #2c2c38 !important;
}
.cid-uPEd9hISmq .nav-item:focus,
.cid-uPEd9hISmq .nav-link:focus {
  outline: none;
}
.cid-uPEd9hISmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPEd9hISmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPEd9hISmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPEd9hISmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPEd9hISmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPEd9hISmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPEd9hISmq .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2c38 !important;
  transition: all 0.3s;
}
.cid-uPEd9hISmq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPEd9hISmq .navbar.opened {
  transition: all 0.3s;
}
.cid-uPEd9hISmq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPEd9hISmq .navbar .navbar-logo img {
  width: auto;
}
.cid-uPEd9hISmq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uPEd9hISmq .navbar.collapsed {
  justify-content: center;
}
.cid-uPEd9hISmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPEd9hISmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPEd9hISmq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-uPEd9hISmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPEd9hISmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPEd9hISmq .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-uPEd9hISmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPEd9hISmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPEd9hISmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uPEd9hISmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPEd9hISmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPEd9hISmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPEd9hISmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPEd9hISmq .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-uPEd9hISmq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPEd9hISmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uPEd9hISmq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPEd9hISmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uPEd9hISmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPEd9hISmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPEd9hISmq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPEd9hISmq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPEd9hISmq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPEd9hISmq .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-uPEd9hISmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPEd9hISmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPEd9hISmq .dropdown-item.active,
.cid-uPEd9hISmq .dropdown-item:active {
  background-color: transparent;
}
.cid-uPEd9hISmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPEd9hISmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPEd9hISmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPEd9hISmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPEd9hISmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPEd9hISmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPEd9hISmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPEd9hISmq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPEd9hISmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPEd9hISmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uPEd9hISmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPEd9hISmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPEd9hISmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPEd9hISmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPEd9hISmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPEd9hISmq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPEd9hISmq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPEd9hISmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPEd9hISmq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uPEd9hISmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPEd9hISmq .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-uPEd9hISmq .navbar {
    height: 70px;
  }
  .cid-uPEd9hISmq .navbar.opened {
    height: auto;
  }
  .cid-uPEd9hISmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ2QjIGtR6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uQ2QjIGtR6 .row {
  flex-direction: row-reverse;
}
.cid-uQ2QjIGtR6 .mbr-section-title {
  color: #ffffff;
}
.cid-uQ2QjIGtR6 .mbr-text,
.cid-uQ2QjIGtR6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ2QjIGtR6 #particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.cid-uQ2QjIGtR6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQ2QjIGtR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ2QjIGtR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ2QjIGtR6 .online-now-tag {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  gap: 10px;
}
.cid-uQ2QjIGtR6 .online-dot {
  width: 14px;
  height: 14px;
  background-color: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 5px 1.5px #34d399;
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0%,
  100% {
    box-shadow: 0 0 5px 1.5px #34d399;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 8px 3px #86efac;
    opacity: 0.75;
  }
}
.cid-uQ7FF84jT1 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: transparent;
}
.cid-uQ7FF84jT1 .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(106, 172, 74, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uQ7FF84jT1 .discord-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(106, 172, 74, 0.8), rgba(106, 172, 74, 0.5));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uQ7FF84jT1 .discord-banner > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .cid-uQ7FF84jT1 .discord-banner {
    width: 95%;
  }
}
.cid-uQ7FF84jT1 .discord-banner:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(106, 172, 74, 0.8);
  box-shadow: 0 10px 30px rgba(106, 172, 74, 0.4), 0 0 15px rgba(106, 172, 74, 0.3);
}
.cid-uQ7FF84jT1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uQ7FF84jT1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQ7FF84jT1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uQ7FF84jT1 .btn-custom2 {
  background: linear-gradient(135deg, #00c853, #aeea00);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uQ7FF84jT1 .btn-custom2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uQ7FF84jT1 .btn-custom2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uPWACKMgvD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uPWACKMgvD .item-img {
  position: relative;
}
.cid-uPWACKMgvD .feature-item {
  display: inline-block;
  background-color: #ffbb71;
  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;
  z-index: 5;
  color: #ffffff;
}
.cid-uPWACKMgvD .feature-item:hover {
  cursor: pointer;
}
.cid-uPWACKMgvD #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-uPWACKMgvD #searchBar:hover,
.cid-uPWACKMgvD #searchBar:focus {
  border-color: #00ddff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-uPWACKMgvD #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-uPWACKMgvD .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-uPWACKMgvD .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-uPWACKMgvD .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-uPWACKMgvD .btn-tag:hover,
.cid-uPWACKMgvD .btn-tag:focus {
  box-shadow: none;
}
.cid-uPWACKMgvD img,
.cid-uPWACKMgvD .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uPWACKMgvD .item:focus,
.cid-uPWACKMgvD span:focus {
  outline: none;
}
.cid-uPWACKMgvD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPWACKMgvD .item-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(120, 200, 255, 0.5);
  border-radius: 20px;
  padding: 20px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uPWACKMgvD .item-wrapper:before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(100, 180, 255, 0.85), rgba(120, 200, 255, 0.6));
  z-index: -1;
  pointer-events: none;
  will-change: opacity;
}
.cid-uPWACKMgvD .item-wrapper:hover {
  border-color: #ffaa00;
  box-shadow: 0 10px 30px rgba(120, 200, 255, 0.4), 0 0 15px rgba(120, 200, 255, 0.3);
  transform: translate3d(0, -1px, 0) scale(1.01);
  transition: all 0.3s ease;
  border: 2px solid rgba(120, 200, 255, 0.8);
}
.cid-uPWACKMgvD .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-uPWACKMgvD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPWACKMgvD .mbr-text,
.cid-uPWACKMgvD .mbr-section-btn {
  color: #ffffff;
  padding: 1rem;
  text-align: center;
}
.cid-uPWACKMgvD .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: center;
}
.cid-uPWACKMgvD .item-subtitle {
  color: #982dfd;
  text-align: center;
}
.cid-uPWACKMgvD .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-uQoj0GwaQR {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uQoj0GwaQR .discord-banner {
  position: relative;
  overflow: hidden;
  max-width: 1290px;
  width: 100%;
  background-image: url('https://i.redd.it/mopcontpclo81.jpg');
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(255, 159, 10, 0.5);
  border-radius: 20px;
  padding: 40px 20px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border 0.35s ease;
  will-change: transform;
}
.cid-uQoj0GwaQR .discord-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 159, 10, 0.8), rgba(255, 159, 10, 0.5));
  z-index: 0;
  pointer-events: none;
  will-change: opacity;
}
.cid-uQoj0GwaQR .discord-banner > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}
@media (max-width: 600px) {
  .cid-uQoj0GwaQR .discord-banner {
    width: 95%;
  }
}
.cid-uQoj0GwaQR .discord-banner:hover {
  transform: translate3d(0, -1px, 0) scale(1.01);
  border: 2px solid rgba(255, 159, 10, 0.8);
  box-shadow: 0 10px 30px rgba(255, 159, 10, 0.4), 0 0 15px rgba(255, 159, 10, 0.3);
}
.cid-uQoj0GwaQR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQoj0GwaQR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uQoj0GwaQR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uQoj0GwaQR .mbr-section-btn {
  text-align: left;
}
.cid-uQoj0GwaQR .server-box {
  background-image: url('https://filterforge.com/filters/11635.jpg');
  background-size: contain;
  background-position: center;
  border: 2px solid #34d399;
  border-radius: 12px;
  padding: 20px;
  min-width: 250px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cid-uQoj0GwaQR .server-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.cid-uQoj0GwaQR .server-box * {
  position: relative;
  z-index: 1;
}
.cid-uQoj0GwaQR .server-box h5 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-uQoj0GwaQR .server-box input {
  width: 75%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: center;
  background-color: #00ff88;
  color: #111827;
  font-weight: bold;
  outline: none;
}
.cid-uQoj0GwaQR .copy-message {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.cid-uQoj0GwaQR H5 {
  color: #160830;
}
.cid-uQoj0GwaQR P {
  text-align: center;
}
.cid-uQoj0GwaQR .section-title::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #00ff88;
  margin-bottom: 8px;
}
.cid-uPEd9jOVAL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(to bottom, transparent, #2c2c38), url("../../../assets/images/mopcontpclo81.jpg-2000x1125.jpeg");
}
.cid-uPEd9jOVAL .row {
  flex-direction: row-reverse;
}
.cid-uPEd9jOVAL .mbr-section-title {
  color: #ffffff;
}
.cid-uPEd9jOVAL .mbr-text,
.cid-uPEd9jOVAL .mbr-section-btn {
  color: #ffffff;
}
.cid-uPEd9jOVAL .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uPEd9jOVAL img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uPEd9jOVAL .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uPEd9jOVAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEd9jOVAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEd9kdYZo {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(to top, #1e1e2e, #2c2c38);
}
.cid-uPEd9kdYZo .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uPEd9kdYZo .first-column .mbr-text {
  margin: 0;
}
.cid-uPEd9kdYZo .form-group {
  max-width: 55%;
}
.cid-uPEd9kdYZo .form-group,
.cid-uPEd9kdYZo .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uPEd9kdYZo .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-uPEd9kdYZo .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uPEd9kdYZo .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uPEd9kdYZo .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uPEd9kdYZo .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uPEd9kdYZo .form-control:hover,
.cid-uPEd9kdYZo .form-control:focus {
  border: none !important;
}
.cid-uPEd9kdYZo .col + .mbr-section-btn .btn,
.cid-uPEd9kdYZo .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-uPEd9kdYZo .dragArea > *:nth-last-child(2).col,
.cid-uPEd9kdYZo .dragArea > *:nth-last-child(2).col-auto,
.cid-uPEd9kdYZo .col + .mbr-section-btn,
.cid-uPEd9kdYZo .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uPEd9kdYZo .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uPEd9kdYZo .mbr-section-title {
  color: #e6e6e6;
}
.cid-uPEd9kdYZo .mbr-section-subtitle,
.cid-uPEd9kdYZo .icons-wrapper {
  color: #ffffff;
}
.cid-uPEd9kdYZo P {
  color: #ffffff;
}
.cid-uPEd9kdYZo .mbr-section-title,
.cid-uPEd9kdYZo .icons-wrapper {
  color: #ffffff;
}
.cid-uPEd9kdYZo .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;
}
#custom-html-1l #progressBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(to right, #ffae56 0%, #ff9420 20%, #ff5e3a 40%, #ff2a68 60%, #d92bff 80%, #3a8fff 100%);
  width: 0%;
  z-index: 9999;
}
