@charset "UTF-8";
section {
    background-color: black;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: black;
    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: #000000;
}

.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: 3.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.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.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 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: #5900d0 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #b9abe5 !important;
}
.bg-warning {
  background-color: #ffe885 !important;
}
.bg-danger {
  background-color: #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5900d0 !important;
  border-color: #5900d0 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5900d0 !important;
  border-color: #5900d0 !important;
  box-shadow: #5900d0 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #340079 !important;
  border-color: #340079 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #982dfd !important;
  border-color: #982dfd !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #982dfd !important;
  border-color: #982dfd !important;
  box-shadow: #982dfd 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6d02d1 !important;
  border-color: #6d02d1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #b9abe5 !important;
  border-color: #b9abe5 !important;
  box-shadow: #b9abe5 2px 2px 20px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8269d1 !important;
  border-color: #8269d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: #40b0bf 2px 2px 20px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
  box-shadow: #ffe885 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd82e !important;
  border-color: #ffd82e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
  box-shadow: #212428 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #5900d0 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #5900d0 !important;
  box-shadow: #5900d0 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #5900d0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #340079 !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: #5900d0 !important;
  border-color: #5900d0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #982dfd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #6d02d1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #982dfd !important;
  border-color: #982dfd !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: #ffe885;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd82e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #856c00 !important;
  background-color: #ffe885 !important;
  border-color: #ffe885 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5900d0 !important;
}
.text-secondary {
  color: #982dfd !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #b9abe5 !important;
}
.text-warning {
  color: #ffe885 !important;
}
.text-danger {
  color: #212428 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2d006a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6502c2 !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: #ffd51f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5900d0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b9abe5;
}
.alert-warning {
  background-color: #ffe885;
}
.alert-danger {
  background-color: #212428;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5900d0;
  border-color: #5900d0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5900d0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c79dff;
}
.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: #d3d6db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #5900d0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #5900d0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5900d0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5900d0;
}
.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: #5900d0;
  border-bottom-color: #5900d0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5900d0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #982dfd !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='%235900d0' %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-ukVfy4qze0 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ukVfy4qze0 {
    flex-wrap: wrap;
  }
  .cid-ukVfy4qze0 .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-ukVfy4qze0 .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ukVfy4qze0 .dropdown-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukVfy4qze0 .dropdown-item:hover,
.cid-ukVfy4qze0 .dropdown-item:focus {
  background: #5900d0 !important;
  color: white !important;
}
.cid-ukVfy4qze0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukVfy4qze0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukVfy4qze0 .dropdown-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .cid-ukVfy4qze0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ukVfy4qze0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ukVfy4qze0 .btn {
  padding: 0.3rem 2rem;
}
.cid-ukVfy4qze0 .nav-link {
  position: relative;
}
.cid-ukVfy4qze0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5900d0;
}
.cid-ukVfy4qze0 .nav-link:hover:before {
  width: 100%;
}
.cid-ukVfy4qze0 nav.navbar {
  position: fixed;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukVfy4qze0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukVfy4qze0 .container {
  display: flex;
  margin: auto;
}
.cid-ukVfy4qze0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukVfy4qze0 .dropdown-menu,
.cid-ukVfy4qze0 .navbar.opened {
  background: #000000 !important;
}
.cid-ukVfy4qze0 .nav-item:focus,
.cid-ukVfy4qze0 .nav-link:focus {
  outline: none;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukVfy4qze0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukVfy4qze0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukVfy4qze0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-ukVfy4qze0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-ukVfy4qze0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ukVfy4qze0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukVfy4qze0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ukVfy4qze0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ukVfy4qze0 .navbar.collapsed {
  justify-content: center;
}
.cid-ukVfy4qze0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukVfy4qze0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukVfy4qze0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukVfy4qze0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukVfy4qze0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukVfy4qze0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukVfy4qze0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukVfy4qze0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukVfy4qze0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukVfy4qze0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukVfy4qze0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukVfy4qze0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukVfy4qze0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukVfy4qze0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukVfy4qze0 .dropdown-item.active,
.cid-ukVfy4qze0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukVfy4qze0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukVfy4qze0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukVfy4qze0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukVfy4qze0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukVfy4qze0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukVfy4qze0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukVfy4qze0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukVfy4qze0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar {
    height: 70px;
  }
  .cid-ukVfy4qze0 .navbar.opened {
    height: auto;
  }
  .cid-ukVfy4qze0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ujA3KKs0ag {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-ujA3KKs0ag .mbr-section-title {
  color: #ffffff;
}
.cid-ujA3KKs0ag .mbr-text,
.cid-ujA3KKs0ag .mbr-section-btn {
  color: #ffffff;
}
.cid-ujA3KKs0ag .mbr-section-subtitle {
  color: #ffe161;
}
.cid-ujA3KKs0ag .badge-background {
  display: inline-block;
  background-color: #ffe161;
  color: #333;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: bold;
}
.cid-ujA3KKs0ag img {
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  animation: hoverUpDown 1s infinite alternate;
}
@keyframes hoverUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.cid-ujA3KKs0ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujA3KKs0ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujA3KKs0ag .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#custom-html-5 {
  /* Scrolling banner container */
  /* Scrolling text */
  /* Keyframes for the scroll animation */
}
#custom-html-5 body {
  background: black;
}
#custom-html-5 .banner-wrapper {
  position: relative;
  background-color: black;
  /* Black background box behind the banner */
  padding: 30px 0;
  /* Adjust padding to increase/decrease the size of the black box */
}
#custom-html-5 .scrolling-banner {
  position: relative;
  overflow: hidden;
  background-color: #5900d0;
  /* Background color for the banner */
  padding: 25px 0;
  /* Padding to adjust the vertical space */
  transform: rotate(-2deg);
  /* Rotate the entire banner slightly */
  transform-origin: center center;
  /* Rotate around the center */
}
#custom-html-5 .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 3em;
  /* Font size of the text */
  font-weight: bold;
  color: transparent;
  /* Make text fill transparent */
  -webkit-text-stroke: 2px white;
  /* White stroke around the text */
  animation: scroll 20s linear infinite;
  /* Animation for scrolling */
}
@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Start at normal position */
  }
  100% {
    transform: translateX(-50%);
    /* Move to the left by 50% of the container's width */
  }
}
.cid-ukZkmlT2ZZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-ukZkmlT2ZZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukZkmlT2ZZ .row {
  flex-direction: row-reverse;
}
.cid-ukZkmlT2ZZ img {
  width: 100%;
  opacity: 50%;
}
.cid-ukZkmlT2ZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZkmlT2ZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZjRHvBnB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ukZjRHvBnB .button-stars-container {
  display: flex;
  align-items: center;
}
.cid-ukZjRHvBnB .review-stars {
  margin-left: 10px;
  height: 25px;
  width: auto;
  vertical-align: middle;
}
.cid-ukZjRHvBnB img {
  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;
}
.cid-ukZjRHvBnB img:hover {
  transform: translate(0px, -3px);
}
.cid-ukZjRHvBnB .mbr-section-title {
  color: #ffffff;
}
.cid-ukZjRHvBnB .text-wrapper {
  padding-left: 15px;
}
.cid-ukZjRHvBnB .mbr-text,
.cid-ukZjRHvBnB .mbr-section-btn {
  color: #ffffff;
}
.cid-ukZjRHvBnB .mbr-section-subtitle {
  color: #171717;
}
.cid-ukZjRHvBnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZjRHvBnB .badge-background {
  display: inline-block;
  background-color: #ffe161;
  color: #333;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: bold;
}
.cid-ukZjRHvBnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZjRHvBnB .custom-gradient {
  background-image: linear-gradient(90deg, #2734c7, #757ff5);
  text-shadow: 0 0 18px #323ca8;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 4px;
}
.cid-ul5Lr6VIel {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ul5Lr6VIel .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #5900d0;
  margin-bottom: 0.5rem;
}
.cid-ul5Lr6VIel .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-ul5Lr6VIel .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-ul5Lr6VIel .card-wrapper {
  transition: all 0.3s;
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-ul5Lr6VIel .card-wrapper:hover {
  transform: translate(0px, -3px);
}
.cid-ul5Lr6VIel .card-title,
.cid-ul5Lr6VIel .card-box {
  color: #fafafa;
  text-align: center;
}
.cid-ul5Lr6VIel .main-title,
.cid-ul5Lr6VIel .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-ul5Lr6VIel .card-text {
  color: #fafafa;
}
.cid-ul5Lr6VIel .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul5Lr6VIel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZumECD3o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ukZumECD3o .item-img {
  position: relative;
}
.cid-ukZumECD3o .feature-item {
  display: inline-block;
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  padding: 5px 40px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  white-space: nowrap;
  color: #ffffff;
}
.cid-ukZumECD3o .feature-item:hover {
  cursor: pointer;
}
.cid-ukZumECD3o #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-ukZumECD3o #searchBar:hover,
.cid-ukZumECD3o #searchBar:focus {
  border-color: #00ddff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.cid-ukZumECD3o #searchBar::placeholder {
  color: #888;
  opacity: 1;
}
.cid-ukZumECD3o .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-ukZumECD3o .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-ukZumECD3o .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-ukZumECD3o .btn-tag:hover,
.cid-ukZumECD3o .btn-tag:focus {
  box-shadow: none;
}
.cid-ukZumECD3o img,
.cid-ukZumECD3o .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-ukZumECD3o .item:focus,
.cid-ukZumECD3o span:focus {
  outline: none;
}
.cid-ukZumECD3o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukZumECD3o .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: transform 300ms ease;
}
.cid-ukZumECD3o .item-wrapper:hover {
  transform: translate(0px, -3px);
}
.cid-ukZumECD3o .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-ukZumECD3o .mbr-section-title {
  color: #ffffff;
  text-align: center;
  padding: 0 1rem;
}
.cid-ukZumECD3o .mbr-text,
.cid-ukZumECD3o .mbr-section-btn {
  color: #ffffff;
  padding: 1rem;
  text-align: center;
}
.cid-ukZumECD3o .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: center;
}
.cid-ukZumECD3o .item-subtitle {
  color: #6e19e0;
  text-align: center;
}
.cid-ukZumECD3o .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#custom-html-6 {
  /* Scrolling banner container */
  /* Scrolling text */
  /* Keyframes for the scroll animation */
}
#custom-html-6 body {
  background: black;
}
#custom-html-6 .banner-wrapper {
  position: relative;
  background-color: black;
  /* Black background box behind the banner */
  padding: 30px 0;
  /* Adjust padding to increase/decrease the size of the black box */
}
#custom-html-6 .scrolling-banner {
  position: relative;
  overflow: hidden;
  background-color: #5900d0;
  /* Background color for the banner */
  padding: 25px 0;
  /* Padding to adjust the vertical space */
  transform: rotate(2deg);
  /* Rotate the entire banner slightly */
  transform-origin: center center;
  /* Rotate around the center */
}
#custom-html-6 .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 3em;
  /* Font size of the text */
  font-weight: bold;
  color: transparent;
  /* Make text fill transparent */
  -webkit-text-stroke: 2px white;
  /* White stroke around the text */
  animation: scroll 20s linear infinite;
  /* Animation for scrolling */
}
@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Start at normal position */
  }
  100% {
    transform: translateX(-50%);
    /* Move to the left by 50% of the container's width */
  }
}
.cid-ukZfc4ipbY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-ukZfc4ipbY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #5900d0;
  margin-left: 1rem;
}
.cid-ukZfc4ipbY .panel-group,
.cid-ukZfc4ipbY .card-header {
  border: none;
}
.cid-ukZfc4ipbY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ukZfc4ipbY .card-header {
  background: transparent;
}
.cid-ukZfc4ipbY .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-ukZfc4ipbY .card {
  background-color: #010101;
  margin-bottom: 0;
  padding: 1rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-ukZfc4ipbY .panel-body {
  padding: 1rem 1rem;
}
.cid-ukZfc4ipbY .panel-text {
  color: #e6e6e6;
  margin: 0;
}
.cid-ukZfc4ipbY H3 {
  color: #ffffff;
}
.cid-ukZfc4ipbY H4 {
  color: #ffffff;
}
.cid-ukZfc4ipbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukZfc4ipbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukZfc4ipbY .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ukZi7dsATb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ukZi7dsATb .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-ukZi7dsATb .first-column .mbr-text {
  margin: 0;
}
.cid-ukZi7dsATb .form-group {
  max-width: 55%;
}
.cid-ukZi7dsATb .form-group,
.cid-ukZi7dsATb .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ukZi7dsATb .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-ukZi7dsATb .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:hover,
.cid-ukZi7dsATb .form-control:focus {
  border: none !important;
}
.cid-ukZi7dsATb .col + .mbr-section-btn .btn,
.cid-ukZi7dsATb .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-ukZi7dsATb .dragArea > *:nth-last-child(2).col,
.cid-ukZi7dsATb .dragArea > *:nth-last-child(2).col-auto,
.cid-ukZi7dsATb .col + .mbr-section-btn,
.cid-ukZi7dsATb .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ukZi7dsATb .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukZi7dsATb .mbr-section-title {
  color: #e6e6e6;
}
.cid-ukZi7dsATb .mbr-section-subtitle,
.cid-ukZi7dsATb .icons-wrapper {
  color: #ffffff;
}
.cid-ukZi7dsATb P {
  color: #ffffff;
}
.cid-ukZi7dsATb .mbr-section-title,
.cid-ukZi7dsATb .icons-wrapper {
  color: #ffffff;
}
.cid-ukZi7dsATb .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ukVfy4qze0 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ukVfy4qze0 {
    flex-wrap: wrap;
  }
  .cid-ukVfy4qze0 .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-ukVfy4qze0 .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ukVfy4qze0 .dropdown-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukVfy4qze0 .dropdown-item:hover,
.cid-ukVfy4qze0 .dropdown-item:focus {
  background: #5900d0 !important;
  color: white !important;
}
.cid-ukVfy4qze0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukVfy4qze0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukVfy4qze0 .dropdown-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .cid-ukVfy4qze0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ukVfy4qze0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ukVfy4qze0 .btn {
  padding: 0.3rem 2rem;
}
.cid-ukVfy4qze0 .nav-link {
  position: relative;
}
.cid-ukVfy4qze0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5900d0;
}
.cid-ukVfy4qze0 .nav-link:hover:before {
  width: 100%;
}
.cid-ukVfy4qze0 nav.navbar {
  position: fixed;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukVfy4qze0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukVfy4qze0 .container {
  display: flex;
  margin: auto;
}
.cid-ukVfy4qze0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukVfy4qze0 .dropdown-menu,
.cid-ukVfy4qze0 .navbar.opened {
  background: #000000 !important;
}
.cid-ukVfy4qze0 .nav-item:focus,
.cid-ukVfy4qze0 .nav-link:focus {
  outline: none;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukVfy4qze0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukVfy4qze0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukVfy4qze0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-ukVfy4qze0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-ukVfy4qze0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ukVfy4qze0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukVfy4qze0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ukVfy4qze0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ukVfy4qze0 .navbar.collapsed {
  justify-content: center;
}
.cid-ukVfy4qze0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukVfy4qze0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukVfy4qze0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukVfy4qze0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukVfy4qze0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukVfy4qze0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukVfy4qze0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukVfy4qze0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukVfy4qze0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukVfy4qze0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukVfy4qze0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukVfy4qze0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukVfy4qze0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukVfy4qze0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukVfy4qze0 .dropdown-item.active,
.cid-ukVfy4qze0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukVfy4qze0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukVfy4qze0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukVfy4qze0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukVfy4qze0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukVfy4qze0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukVfy4qze0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukVfy4qze0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukVfy4qze0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar {
    height: 70px;
  }
  .cid-ukVfy4qze0 .navbar.opened {
    height: auto;
  }
  .cid-ukVfy4qze0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRJLrINfIg {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRJLrINfIg .mbr-section-title {
  color: #ffffff;
}
.cid-uRJLrINfIg .mbr-text,
.cid-uRJLrINfIg .mbr-section-btn {
  color: #ffffff;
}
.cid-uRJLrINfIg .mbr-section-subtitle {
  color: #ffe161;
}
.cid-uRJLrINfIg .badge-background {
  display: inline-block;
  background-color: #ffe161;
  color: #333;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: bold;
}
.cid-uRJLrINfIg img {
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  animation: hoverUpDown 1s infinite alternate;
}
@keyframes hoverUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.cid-uRJLrINfIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRJLrINfIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRJLrINfIg .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#custom-html-g {
  /* Scrolling banner container */
  /* Scrolling text */
  /* Keyframes for the scroll animation */
}
#custom-html-g body {
  background: black;
}
#custom-html-g .banner-wrapper {
  position: relative;
  background-color: black;
  /* Black background box behind the banner */
  padding: 30px 0;
  /* Adjust padding to increase/decrease the size of the black box */
}
#custom-html-g .scrolling-banner {
  position: relative;
  overflow: hidden;
  background-color: #5900d0;
  /* Background color for the banner */
  padding: 25px 0;
  /* Padding to adjust the vertical space */
  transform: rotate(-2deg);
  /* Rotate the entire banner slightly */
  transform-origin: center center;
  /* Rotate around the center */
}
#custom-html-g .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 3em;
  /* Font size of the text */
  font-weight: bold;
  color: transparent;
  /* Make text fill transparent */
  -webkit-text-stroke: 2px white;
  /* White stroke around the text */
  animation: scroll 20s linear infinite;
  /* Animation for scrolling */
}
@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Start at normal position */
  }
  100% {
    transform: translateX(-50%);
    /* Move to the left by 50% of the container's width */
  }
}
.cid-ul5C9ush9u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-ul5C9ush9u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul5C9ush9u .row {
  flex-direction: row-reverse;
}
.cid-ul5C9ush9u img {
  width: 100%;
  opacity: 50%;
}
.cid-ul5C9ush9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul5C9ush9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul5tWjDK4k {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ul5tWjDK4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul5tWjDK4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul5tWjDK4k .feature-item {
  display: inline-block;
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  padding: 10px 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  white-space: nowrap;
  color: #ffffff;
}
.cid-ul5tWjDK4k .feature-item:hover {
  cursor: pointer;
}
.cid-ul5tWjDK4k .item-wrapper {
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 1rem;
  transition: transform 300ms ease;
}
.cid-ul5tWjDK4k .item-wrapper:hover {
  transform: translate(0px, -3px);
}
.cid-ul5tWjDK4k img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 0.5rem;
}
.cid-ul5tWjDK4k .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #5900d0;
  width: 25px;
  justify-content: center;
  align-items: center;
}
.cid-ul5tWjDK4k .card-title,
.cid-ul5tWjDK4k .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul5tWjDK4k .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-ul5tWjDK4k .mbr-section-title {
  color: #ffffff;
}
.cid-ul5tWjDK4k .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ul5tWjDK4k .content-head {
  max-width: 800px;
}
.cid-ul5tWjDK4k .card-subtitle {
  color: #f4f4f4;
  text-align: center;
}
.cid-uRJXcIm9me {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRJXcIm9me .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #5900d0;
  margin-left: 1rem;
}
.cid-uRJXcIm9me .panel-group,
.cid-uRJXcIm9me .card-header {
  border: none;
}
.cid-uRJXcIm9me .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRJXcIm9me .card-header {
  background: transparent;
}
.cid-uRJXcIm9me .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uRJXcIm9me .card {
  background-color: #010101;
  margin-bottom: 0;
  padding: 1rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uRJXcIm9me .panel-body {
  padding: 1rem 1rem;
}
.cid-uRJXcIm9me .panel-text {
  color: #e6e6e6;
  margin: 0;
}
.cid-uRJXcIm9me H3 {
  color: #ffffff;
}
.cid-uRJXcIm9me H4 {
  color: #ffffff;
}
.cid-uRJXcIm9me .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRJXcIm9me .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRJXcIm9me .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ukZi7dsATb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ukZi7dsATb .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-ukZi7dsATb .first-column .mbr-text {
  margin: 0;
}
.cid-ukZi7dsATb .form-group {
  max-width: 55%;
}
.cid-ukZi7dsATb .form-group,
.cid-ukZi7dsATb .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ukZi7dsATb .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-ukZi7dsATb .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:hover,
.cid-ukZi7dsATb .form-control:focus {
  border: none !important;
}
.cid-ukZi7dsATb .col + .mbr-section-btn .btn,
.cid-ukZi7dsATb .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-ukZi7dsATb .dragArea > *:nth-last-child(2).col,
.cid-ukZi7dsATb .dragArea > *:nth-last-child(2).col-auto,
.cid-ukZi7dsATb .col + .mbr-section-btn,
.cid-ukZi7dsATb .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ukZi7dsATb .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukZi7dsATb .mbr-section-title {
  color: #e6e6e6;
}
.cid-ukZi7dsATb .mbr-section-subtitle,
.cid-ukZi7dsATb .icons-wrapper {
  color: #ffffff;
}
.cid-ukZi7dsATb P {
  color: #ffffff;
}
.cid-ukZi7dsATb .mbr-section-title,
.cid-ukZi7dsATb .icons-wrapper {
  color: #ffffff;
}
.cid-ukZi7dsATb .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ul5xsHWxIR {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ul5xsHWxIR {
    flex-wrap: wrap;
  }
  .cid-ul5xsHWxIR .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-ul5xsHWxIR .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ul5xsHWxIR .dropdown-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ul5xsHWxIR .dropdown-item:hover,
.cid-ul5xsHWxIR .dropdown-item:focus {
  background: #5900d0 !important;
  color: white !important;
}
.cid-ul5xsHWxIR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ul5xsHWxIR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ul5xsHWxIR .dropdown-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .cid-ul5xsHWxIR .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ul5xsHWxIR .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ul5xsHWxIR .btn {
  padding: 0.3rem 2rem;
}
.cid-ul5xsHWxIR .nav-link {
  position: relative;
}
.cid-ul5xsHWxIR .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5900d0;
}
.cid-ul5xsHWxIR .nav-link:hover:before {
  width: 100%;
}
.cid-ul5xsHWxIR nav.navbar {
  position: fixed;
}
.cid-ul5xsHWxIR .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-ul5xsHWxIR .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ul5xsHWxIR .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ul5xsHWxIR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ul5xsHWxIR .container {
  display: flex;
  margin: auto;
}
.cid-ul5xsHWxIR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul5xsHWxIR .dropdown-menu,
.cid-ul5xsHWxIR .navbar.opened {
  background: #000000 !important;
}
.cid-ul5xsHWxIR .nav-item:focus,
.cid-ul5xsHWxIR .nav-link:focus {
  outline: none;
}
.cid-ul5xsHWxIR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ul5xsHWxIR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ul5xsHWxIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ul5xsHWxIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ul5xsHWxIR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ul5xsHWxIR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ul5xsHWxIR .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-ul5xsHWxIR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-ul5xsHWxIR .navbar.opened {
  transition: all 0.3s;
}
.cid-ul5xsHWxIR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ul5xsHWxIR .navbar .navbar-logo img {
  width: auto;
}
.cid-ul5xsHWxIR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ul5xsHWxIR .navbar.collapsed {
  justify-content: center;
}
.cid-ul5xsHWxIR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ul5xsHWxIR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul5xsHWxIR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ul5xsHWxIR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul5xsHWxIR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul5xsHWxIR .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-ul5xsHWxIR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul5xsHWxIR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ul5xsHWxIR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul5xsHWxIR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ul5xsHWxIR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul5xsHWxIR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul5xsHWxIR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul5xsHWxIR .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-ul5xsHWxIR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ul5xsHWxIR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul5xsHWxIR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ul5xsHWxIR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ul5xsHWxIR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ul5xsHWxIR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul5xsHWxIR .navbar.navbar-short {
  min-height: 60px;
}
.cid-ul5xsHWxIR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ul5xsHWxIR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ul5xsHWxIR .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-ul5xsHWxIR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ul5xsHWxIR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul5xsHWxIR .dropdown-item.active,
.cid-ul5xsHWxIR .dropdown-item:active {
  background-color: transparent;
}
.cid-ul5xsHWxIR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul5xsHWxIR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul5xsHWxIR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul5xsHWxIR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ul5xsHWxIR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ul5xsHWxIR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul5xsHWxIR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ul5xsHWxIR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ul5xsHWxIR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ul5xsHWxIR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ul5xsHWxIR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul5xsHWxIR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul5xsHWxIR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul5xsHWxIR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul5xsHWxIR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul5xsHWxIR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul5xsHWxIR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul5xsHWxIR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul5xsHWxIR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ul5xsHWxIR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ul5xsHWxIR .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-ul5xsHWxIR .navbar {
    height: 70px;
  }
  .cid-ul5xsHWxIR .navbar.opened {
    height: auto;
  }
  .cid-ul5xsHWxIR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRJLuyTKrg {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRJLuyTKrg .mbr-section-title {
  color: #ffffff;
}
.cid-uRJLuyTKrg .mbr-text,
.cid-uRJLuyTKrg .mbr-section-btn {
  color: #ffffff;
}
.cid-uRJLuyTKrg .mbr-section-subtitle {
  color: #ffe161;
}
.cid-uRJLuyTKrg .badge-background {
  display: inline-block;
  background-color: #ffe161;
  color: #333;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: bold;
}
.cid-uRJLuyTKrg img {
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  animation: hoverUpDown 1s infinite alternate;
}
@keyframes hoverUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.cid-uRJLuyTKrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRJLuyTKrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRJLuyTKrg .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#custom-html-o {
  /* Scrolling banner container */
  /* Scrolling text */
  /* Keyframes for the scroll animation */
}
#custom-html-o body {
  background: black;
}
#custom-html-o .banner-wrapper {
  position: relative;
  background-color: black;
  /* Black background box behind the banner */
  padding: 30px 0;
  /* Adjust padding to increase/decrease the size of the black box */
}
#custom-html-o .scrolling-banner {
  position: relative;
  overflow: hidden;
  background-color: #5900d0;
  /* Background color for the banner */
  padding: 25px 0;
  /* Padding to adjust the vertical space */
  transform: rotate(-2deg);
  /* Rotate the entire banner slightly */
  transform-origin: center center;
  /* Rotate around the center */
}
#custom-html-o .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 3em;
  /* Font size of the text */
  font-weight: bold;
  color: transparent;
  /* Make text fill transparent */
  -webkit-text-stroke: 2px white;
  /* White stroke around the text */
  animation: scroll 20s linear infinite;
  /* Animation for scrolling */
}
@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Start at normal position */
  }
  100% {
    transform: translateX(-50%);
    /* Move to the left by 50% of the container's width */
  }
}
.cid-ul5CfHlRGW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-ul5CfHlRGW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ul5CfHlRGW .row {
  flex-direction: row-reverse;
}
.cid-ul5CfHlRGW img {
  width: 100%;
  opacity: 50%;
}
.cid-ul5CfHlRGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul5CfHlRGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul5xM7jezv {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ul5xM7jezv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul5xM7jezv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul5xM7jezv .card-wrapper {
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 3rem;
}
.cid-ul5xM7jezv .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-ul5xM7jezv .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ul5xM7jezv .mbr-section-title {
  color: #ffffff;
}
.cid-ul5xM7jezv .mbr-text {
  color: #ffffff;
}
.cid-uRJXgp0ToS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRJXgp0ToS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #5900d0;
  margin-left: 1rem;
}
.cid-uRJXgp0ToS .panel-group,
.cid-uRJXgp0ToS .card-header {
  border: none;
}
.cid-uRJXgp0ToS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRJXgp0ToS .card-header {
  background: transparent;
}
.cid-uRJXgp0ToS .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uRJXgp0ToS .card {
  background-color: #010101;
  margin-bottom: 0;
  padding: 1rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uRJXgp0ToS .panel-body {
  padding: 1rem 1rem;
}
.cid-uRJXgp0ToS .panel-text {
  color: #e6e6e6;
  margin: 0;
}
.cid-uRJXgp0ToS H3 {
  color: #ffffff;
}
.cid-uRJXgp0ToS H4 {
  color: #ffffff;
}
.cid-uRJXgp0ToS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRJXgp0ToS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRJXgp0ToS .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ul5xsKGyDk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ul5xsKGyDk .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-ul5xsKGyDk .first-column .mbr-text {
  margin: 0;
}
.cid-ul5xsKGyDk .form-group {
  max-width: 55%;
}
.cid-ul5xsKGyDk .form-group,
.cid-ul5xsKGyDk .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ul5xsKGyDk .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-ul5xsKGyDk .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-ul5xsKGyDk .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-ul5xsKGyDk .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-ul5xsKGyDk .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-ul5xsKGyDk .form-control:hover,
.cid-ul5xsKGyDk .form-control:focus {
  border: none !important;
}
.cid-ul5xsKGyDk .col + .mbr-section-btn .btn,
.cid-ul5xsKGyDk .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-ul5xsKGyDk .dragArea > *:nth-last-child(2).col,
.cid-ul5xsKGyDk .dragArea > *:nth-last-child(2).col-auto,
.cid-ul5xsKGyDk .col + .mbr-section-btn,
.cid-ul5xsKGyDk .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ul5xsKGyDk .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ul5xsKGyDk .mbr-section-title {
  color: #e6e6e6;
}
.cid-ul5xsKGyDk .mbr-section-subtitle,
.cid-ul5xsKGyDk .icons-wrapper {
  color: #ffffff;
}
.cid-ul5xsKGyDk P {
  color: #ffffff;
}
.cid-ul5xsKGyDk .mbr-section-title,
.cid-ul5xsKGyDk .icons-wrapper {
  color: #ffffff;
}
.cid-ul5xsKGyDk .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ukVfy4qze0 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ukVfy4qze0 {
    flex-wrap: wrap;
  }
  .cid-ukVfy4qze0 .navbar > .container {
    flex-wrap: nowrap;
  }
}
.cid-ukVfy4qze0 .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ukVfy4qze0 .dropdown-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukVfy4qze0 .dropdown-item:hover,
.cid-ukVfy4qze0 .dropdown-item:focus {
  background: #5900d0 !important;
  color: white !important;
}
.cid-ukVfy4qze0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukVfy4qze0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukVfy4qze0 .dropdown-icon {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .cid-ukVfy4qze0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-ukVfy4qze0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-ukVfy4qze0 .btn {
  padding: 0.3rem 2rem;
}
.cid-ukVfy4qze0 .nav-link {
  position: relative;
}
.cid-ukVfy4qze0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5900d0;
}
.cid-ukVfy4qze0 .nav-link:hover:before {
  width: 100%;
}
.cid-ukVfy4qze0 nav.navbar {
  position: fixed;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukVfy4qze0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukVfy4qze0 .container {
  display: flex;
  margin: auto;
}
.cid-ukVfy4qze0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukVfy4qze0 .dropdown-menu,
.cid-ukVfy4qze0 .navbar.opened {
  background: #000000 !important;
}
.cid-ukVfy4qze0 .nav-item:focus,
.cid-ukVfy4qze0 .nav-link:focus {
  outline: none;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukVfy4qze0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukVfy4qze0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukVfy4qze0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukVfy4qze0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000 !important;
  transition: all 0.3s;
}
.cid-ukVfy4qze0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-ukVfy4qze0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ukVfy4qze0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukVfy4qze0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ukVfy4qze0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-ukVfy4qze0 .navbar.collapsed {
  justify-content: center;
}
.cid-ukVfy4qze0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukVfy4qze0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukVfy4qze0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukVfy4qze0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukVfy4qze0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukVfy4qze0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukVfy4qze0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukVfy4qze0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukVfy4qze0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukVfy4qze0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukVfy4qze0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukVfy4qze0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukVfy4qze0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukVfy4qze0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukVfy4qze0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukVfy4qze0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukVfy4qze0 .dropdown-item.active,
.cid-ukVfy4qze0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ukVfy4qze0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukVfy4qze0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukVfy4qze0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ukVfy4qze0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukVfy4qze0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukVfy4qze0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukVfy4qze0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukVfy4qze0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukVfy4qze0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukVfy4qze0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukVfy4qze0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukVfy4qze0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukVfy4qze0 .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-ukVfy4qze0 .navbar {
    height: 70px;
  }
  .cid-ukVfy4qze0 .navbar.opened {
    height: auto;
  }
  .cid-ukVfy4qze0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRJLxS11Z5 {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRJLxS11Z5 .mbr-section-title {
  color: #ffffff;
}
.cid-uRJLxS11Z5 .mbr-text,
.cid-uRJLxS11Z5 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRJLxS11Z5 .mbr-section-subtitle {
  color: #ffe161;
}
.cid-uRJLxS11Z5 .badge-background {
  display: inline-block;
  background-color: #ffe161;
  color: #333;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: bold;
}
.cid-uRJLxS11Z5 img {
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
  animation: hoverUpDown 1s infinite alternate;
}
@keyframes hoverUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
.cid-uRJLxS11Z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRJLxS11Z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRJLxS11Z5 .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
#custom-html-10 {
  /* Scrolling banner container */
  /* Scrolling text */
  /* Keyframes for the scroll animation */
}
#custom-html-10 body {
  background: black;
}
#custom-html-10 .banner-wrapper {
  position: relative;
  background-color: black;
  /* Black background box behind the banner */
  padding: 30px 0;
  /* Adjust padding to increase/decrease the size of the black box */
}
#custom-html-10 .scrolling-banner {
  position: relative;
  overflow: hidden;
  background-color: #5900d0;
  /* Background color for the banner */
  padding: 25px 0;
  /* Padding to adjust the vertical space */
  transform: rotate(-2deg);
  /* Rotate the entire banner slightly */
  transform-origin: center center;
  /* Rotate around the center */
}
#custom-html-10 .scrolling-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 3em;
  /* Font size of the text */
  font-weight: bold;
  color: transparent;
  /* Make text fill transparent */
  -webkit-text-stroke: 2px white;
  /* White stroke around the text */
  animation: scroll 20s linear infinite;
  /* Animation for scrolling */
}
@keyframes scroll {
  0% {
    transform: translateX(0);
    /* Start at normal position */
  }
  100% {
    transform: translateX(-50%);
    /* Move to the left by 50% of the container's width */
  }
}
.cid-ulbbAHUsrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-ulbbAHUsrY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulbbAHUsrY .row {
  flex-direction: row-reverse;
}
.cid-ulbbAHUsrY img {
  width: 100%;
  opacity: 50%;
}
.cid-ulbbAHUsrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulbbAHUsrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulbbxd3COa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ulbbxd3COa .button-stars-container {
  display: flex;
  align-items: center;
}
.cid-ulbbxd3COa .review-stars {
  margin-left: 10px;
  height: 25px;
  width: auto;
  vertical-align: middle;
}
.cid-ulbbxd3COa img {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-ulbbxd3COa .mbr-section-title {
  color: #ffffff;
}
.cid-ulbbxd3COa .text-wrapper {
  padding-left: 15px;
}
.cid-ulbbxd3COa .mbr-text,
.cid-ulbbxd3COa .mbr-section-btn {
  color: #ffffff;
}
.cid-ulbbxd3COa .mbr-section-subtitle {
  color: #171717;
}
.cid-ulbbxd3COa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulbbxd3COa .badge-background {
  display: inline-block;
  background-color: #ffe161;
  color: #333;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: bold;
}
.cid-ulbbxd3COa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulbbxd3COa .custom-gradient {
  background-image: linear-gradient(90deg, #2734c7, #757ff5);
  text-shadow: 0 0 18px #323ca8;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 4px;
}
.cid-ulEDtleOy7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ulEDtleOy7 .mbr-iconfont {
  display: block;
  font-size: 2.5rem;
  color: #5900d0;
  margin-bottom: 0.5rem;
}
.cid-ulEDtleOy7 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-ulEDtleOy7 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-ulEDtleOy7 .card-wrapper {
  transition: all 0.3s;
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-ulEDtleOy7 .card-wrapper:hover {
  transform: translate(0px, -3px);
}
.cid-ulEDtleOy7 .card-title,
.cid-ulEDtleOy7 .card-box {
  color: #fafafa;
  text-align: center;
}
.cid-ulEDtleOy7 .main-title,
.cid-ulEDtleOy7 .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-ulEDtleOy7 .card-text {
  color: #fafafa;
}
.cid-ulEDtleOy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulEDtleOy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulAHjeD4Yf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-ulAHjeD4Yf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulAHjeD4Yf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulAHjeD4Yf img {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-ulAHjeD4Yf .card-wrapper {
  background-color: #010101;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 3rem;
}
.cid-ulAHjeD4Yf .card-wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-ulAHjeD4Yf .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ulAHjeD4Yf .mbr-section-title {
  color: #ffffff;
}
.cid-ulAHjeD4Yf .mbr-text {
  color: #ffffff;
}
.cid-ulAHjeD4Yf .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uRJXj5UxiH {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uRJXj5UxiH .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: "Moririse2" !important;
  color: #5900d0;
  margin-left: 1rem;
}
.cid-uRJXj5UxiH .panel-group,
.cid-uRJXj5UxiH .card-header {
  border: none;
}
.cid-uRJXj5UxiH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRJXj5UxiH .card-header {
  background: transparent;
}
.cid-uRJXj5UxiH .panel-title-edit {
  color: #ffffff;
  text-align: left;
}
.cid-uRJXj5UxiH .card {
  background-color: #010101;
  margin-bottom: 0;
  padding: 1rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(192, 236, 255, 0.05);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.cid-uRJXj5UxiH .panel-body {
  padding: 1rem 1rem;
}
.cid-uRJXj5UxiH .panel-text {
  color: #e6e6e6;
  margin: 0;
}
.cid-uRJXj5UxiH H3 {
  color: #ffffff;
}
.cid-uRJXj5UxiH H4 {
  color: #ffffff;
}
.cid-uRJXj5UxiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRJXj5UxiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRJXj5UxiH .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-ukZi7dsATb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-ukZi7dsATb .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-ukZi7dsATb .first-column .mbr-text {
  margin: 0;
}
.cid-ukZi7dsATb .form-group {
  max-width: 55%;
}
.cid-ukZi7dsATb .form-group,
.cid-ukZi7dsATb .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-ukZi7dsATb .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-ukZi7dsATb .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-ukZi7dsATb .form-control:hover,
.cid-ukZi7dsATb .form-control:focus {
  border: none !important;
}
.cid-ukZi7dsATb .col + .mbr-section-btn .btn,
.cid-ukZi7dsATb .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-ukZi7dsATb .dragArea > *:nth-last-child(2).col,
.cid-ukZi7dsATb .dragArea > *:nth-last-child(2).col-auto,
.cid-ukZi7dsATb .col + .mbr-section-btn,
.cid-ukZi7dsATb .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ukZi7dsATb .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukZi7dsATb .mbr-section-title {
  color: #e6e6e6;
}
.cid-ukZi7dsATb .mbr-section-subtitle,
.cid-ukZi7dsATb .icons-wrapper {
  color: #ffffff;
}
.cid-ukZi7dsATb P {
  color: #ffffff;
}
.cid-ukZi7dsATb .mbr-section-title,
.cid-ukZi7dsATb .icons-wrapper {
  color: #ffffff;
}
.cid-ukZi7dsATb .custom-gradient {
  background-image: linear-gradient(90deg, #5900d0, #8f3dfd);
  text-shadow: 0 0 18px #5900d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
