@charset "UTF-8";
section {
    background-color: #1e1e2f;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
    font-weight: bold;
}

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

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

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

.hidden {
    visibility: hidden;
}

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

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

.mbr-black {
    color: #111111;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-box {
    width: 100%;
}

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

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

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

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

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

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

    .media {
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media {
    display: -webkit-flex;
}

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

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

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

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

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

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

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

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

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

.carousel-item img {
    margin: auto;
}

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

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

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

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

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

.card-img {
    width: auto;
}

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

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

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

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

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

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

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

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

.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px,
        rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
    border-color: red;
}

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

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

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

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

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

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

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

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

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

:focus {
    outline: none;
}

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

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

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

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

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

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

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

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

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

.item {
    position: relative;
}

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

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

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}
body {
  font-family: 'Rubik', sans-serif;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
.btn {
  padding: 0.6rem 2rem;
  border-radius: 15px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 15px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 15px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 15px;
}
.bg-primary {
  background-color: #5865f2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #00c853 !important;
}
.bg-warning {
  background-color: #98dee8 !important;
}
.bg-danger {
  background-color: #212428 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
  color: #ffffff !important;
  transition: transform 0.2s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
  transform: translateY(-3px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1223e2 !important;
  border-color: #1223e2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd54f !important;
  border-color: #ffd54f !important;
  color: #ffffff !important;
  transition: transform 0.2s ease;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ffd54f !important;
  border-color: #ffd54f !important;
  transform: translateY(-3px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f7bc00 !important;
  border-color: #f7bc00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00c853 !important;
  border-color: #00c853 !important;
  color: #ffffff !important;
  transition: transform 0.2s ease;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #00c853 !important;
  border-color: #00c853 !important;
  transform: translateY(-3px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #00712f !important;
  border-color: #00712f !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  transition: transform 0.2s ease;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  transform: translateY(-3px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
  color: #ffffff !important;
  transition: transform 0.2s ease;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
  transform: translateY(-3px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #51c7d8 !important;
  border-color: #51c7d8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  transition: transform 0.2s ease;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
  transform: translateY(-3px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #5865f2 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
  transition: transform 0.2s ease;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  transform: translateY(-3px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #5865f2 !important;
  box-shadow: #5865f2 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  transition: transform 0.2s ease;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  transform: translateY(-3px);
}
.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;
  transition: transform 0.2s ease;
  border-color: transparent;
  color: #5865f2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1223e2 !important;
  background-color: transparent !important;
  transform: translateY(-3px);
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5865f2 !important;
  border-color: #5865f2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  transition: transform 0.2s ease;
  border-color: transparent;
  color: #ffd54f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f7bc00 !important;
  background-color: transparent !important;
  transform: translateY(-3px);
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f3c00 !important;
  background-color: #ffd54f !important;
  border-color: #ffd54f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  transition: transform 0.2s ease;
  border-color: transparent;
  color: #00c853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #00712f !important;
  background-color: transparent !important;
  transform: translateY(-3px);
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00c853 !important;
  border-color: #00c853 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  transition: transform 0.2s ease;
  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;
  transform: translateY(-3px);
  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;
  transition: transform 0.2s ease;
  border-color: transparent;
  color: #98dee8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #51c7d8 !important;
  background-color: transparent !important;
  transform: translateY(-3px);
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #185f69 !important;
  background-color: #98dee8 !important;
  border-color: #98dee8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  transition: transform 0.2s ease;
  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;
  transform: translateY(-3px);
  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;
  transition: transform 0.2s ease;
  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;
  transform: translateY(-3px);
  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;
  transition: transform 0.2s ease;
  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;
  transform: translateY(-3px);
  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: #5865f2 !important;
}
.text-secondary {
  color: #ffd54f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #00c853 !important;
}
.text-warning {
  color: #98dee8 !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: #1021d4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e8b100 !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: #006229 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #45c3d5 !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: #5865f2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #00c853;
}
.alert-warning {
  background-color: #98dee8;
}
.alert-danger {
  background-color: #212428;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5865f2;
  border-color: #5865f2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5865f2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #48ff94;
}
.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: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5865f2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #5865f2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5865f2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5865f2;
}
.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: #5865f2;
  border-bottom-color: #5865f2;
}
.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: #5865f2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd54f !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='%235865f2' %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-uIyEV6KHUb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uIyEV6KHUb .btn-custom {
  background: linear-gradient(135deg, #5865f2, #ffd54f);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uIyEV6KHUb .btn-custom:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uIyEV6KHUb .btn-custom:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .cid-uIyEV6KHUb {
    flex-wrap: wrap;
  }
  .cid-uIyEV6KHUb .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uIyEV6KHUb .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uIyEV6KHUb .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uIyEV6KHUb .btn {
  padding: 0.3rem 2rem;
}
.cid-uIyEV6KHUb .nav-link {
  position: relative;
}
.cid-uIyEV6KHUb .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5865f2;
}
.cid-uIyEV6KHUb .nav-link:hover:before {
  width: 100%;
}
.cid-uIyEV6KHUb nav.navbar {
  position: fixed;
}
.cid-uIyEV6KHUb .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-uIyEV6KHUb .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIyEV6KHUb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIyEV6KHUb .dropdown-item:hover,
.cid-uIyEV6KHUb .dropdown-item:focus {
  background: #5865f2 !important;
  color: white !important;
}
.cid-uIyEV6KHUb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIyEV6KHUb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIyEV6KHUb .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uIyEV6KHUb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIyEV6KHUb .container {
  display: flex;
  margin: auto;
}
.cid-uIyEV6KHUb .iconfont-wrapper {
  color: #ffd54f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIyEV6KHUb .dropdown-menu,
.cid-uIyEV6KHUb .navbar.opened {
  background: #2c2c3e !important;
}
.cid-uIyEV6KHUb .nav-item:focus,
.cid-uIyEV6KHUb .nav-link:focus {
  outline: none;
}
.cid-uIyEV6KHUb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIyEV6KHUb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIyEV6KHUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIyEV6KHUb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIyEV6KHUb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIyEV6KHUb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIyEV6KHUb .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2c3e !important;
  transition: all 0.3s;
}
.cid-uIyEV6KHUb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2c2c3e;
}
.cid-uIyEV6KHUb .navbar.opened {
  transition: all 0.3s;
}
.cid-uIyEV6KHUb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIyEV6KHUb .navbar .navbar-logo img {
  width: auto;
}
.cid-uIyEV6KHUb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uIyEV6KHUb .navbar.collapsed {
  justify-content: center;
}
.cid-uIyEV6KHUb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIyEV6KHUb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIyEV6KHUb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uIyEV6KHUb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIyEV6KHUb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIyEV6KHUb .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-uIyEV6KHUb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIyEV6KHUb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIyEV6KHUb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIyEV6KHUb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIyEV6KHUb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIyEV6KHUb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIyEV6KHUb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIyEV6KHUb .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-uIyEV6KHUb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIyEV6KHUb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIyEV6KHUb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIyEV6KHUb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIyEV6KHUb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIyEV6KHUb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIyEV6KHUb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIyEV6KHUb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIyEV6KHUb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIyEV6KHUb .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-uIyEV6KHUb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIyEV6KHUb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIyEV6KHUb .dropdown-item.active,
.cid-uIyEV6KHUb .dropdown-item:active {
  background-color: transparent;
}
.cid-uIyEV6KHUb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIyEV6KHUb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIyEV6KHUb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIyEV6KHUb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2c3e;
}
.cid-uIyEV6KHUb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIyEV6KHUb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIyEV6KHUb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIyEV6KHUb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIyEV6KHUb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIyEV6KHUb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIyEV6KHUb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIyEV6KHUb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyEV6KHUb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIyEV6KHUb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIyEV6KHUb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyEV6KHUb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIyEV6KHUb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIyEV6KHUb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIyEV6KHUb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIyEV6KHUb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIyEV6KHUb .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-uIyEV6KHUb .navbar {
    height: 70px;
  }
  .cid-uIyEV6KHUb .navbar.opened {
    height: auto;
  }
  .cid-uIyEV6KHUb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIyEVzKqPa {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #1e1e2f;
}
.cid-uIyEVzKqPa .btn-custom {
  background: linear-gradient(135deg, #5865f2, #ffd54f);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uIyEVzKqPa .btn-custom:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uIyEVzKqPa .btn-custom:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uIyEVzKqPa .btn-custom2 {
  background: linear-gradient(135deg, #00c853, #aeea00);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uIyEVzKqPa .btn-custom2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uIyEVzKqPa .btn-custom2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uIyEVzKqPa .mbr-section-title {
  color: #ffffff;
}
.cid-uIyEVzKqPa .mbr-text,
.cid-uIyEVzKqPa .mbr-section-btn {
  color: #c7c7d9;
}
.cid-uIyEVzKqPa .mbr-section-text {
  color: #ffd54f;
}
.cid-uIyEVzKqPa .number {
  color: #ffffff;
}
.cid-uIyEVzKqPa img {
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  transition: all 0.25s ease-in-out;
}
.cid-uIyEVzKqPa img:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(0, 200, 83, 0.8);
}
.cid-uIyEVzKqPa .mbr-section-subtitle {
  display: inline-block;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  padding: 6px 12px;
  border-radius: 15px;
  color: #ffd54f;
}
.cid-uIyEVzKqPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyEVzKqPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyEVzKqPa H3 {
  color: #ffd54f;
}
.cid-uIyEVzKqPa P {
  color: #ffd54f;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#about .pulse-bar {
  animation: pulse 2s infinite;
}
.cid-uIz0Skplmp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #1e1e2f;
}
.cid-uIz0Skplmp .row {
  flex-direction: row-reverse;
}
.cid-uIz0Skplmp .mbr-section-title {
  color: #ffffff;
}
.cid-uIz0Skplmp .btn-custom {
  background: linear-gradient(135deg, #5865f2, #ffd54f);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uIz0Skplmp .btn-custom:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uIz0Skplmp .btn-custom:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uIz0Skplmp .btn-custom2 {
  background: linear-gradient(135deg, #00c853, #aeea00);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uIz0Skplmp .btn-custom2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uIz0Skplmp .btn-custom2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uIz0Skplmp .mbr-text,
.cid-uIz0Skplmp .mbr-section-btn {
  color: #c7c7d9;
}
.cid-uIz0Skplmp .mbr-section-subtitle {
  display: inline-block;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  padding: 6px 12px;
  border-radius: 15px;
  color: #ffd54f;
}
.cid-uIz0Skplmp img {
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  transition: all 0.25s ease-in-out;
}
.cid-uIz0Skplmp img:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(0, 200, 83, 0.8);
}
@media (min-width: 992px) {
  .cid-uIz0Skplmp .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uIz0Skplmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz0Skplmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz0Skplmp .btn-tags {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
  align-items: center;
}
.cid-uIz0Skplmp .btn-tags span {
  background-color: rgba(255, 213, 79, 0.1);
  color: #ffd54f;
  padding: 6px 12px;
  font-size: 1rem;
  border: 1px solid #ffd54f;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cid-uIz0Skplmp .btn-tags {
    justify-content: center;
  }
}
.cid-uIz47lyfk4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #1e1e2f;
}
.cid-uIz47lyfk4 .progress {
  width: 100%;
}
.cid-uIz47lyfk4 p {
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.cid-uIz47lyfk4 .progressbar-title {
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  padding: 6px 12px;
  border-radius: 15px;
  color: #00c853;
}
@media (max-width: 767px) {
  .cid-uIz47lyfk4 .progressbar-title p {
    text-align: center !important;
  }
  .cid-uIz47lyfk4 .title-wrap {
    justify-content: center !important;
  }
}
.cid-uIz47lyfk4 .progressbar-title p,
.cid-uIz47lyfk4 .progress_value {
  color: #ffd54f;
  text-align: center;
}
.cid-uIz47lyfk4 progress {
  height: 6px;
}
.cid-uIz47lyfk4 .progressbar-number {
  display: inline-block;
  width: 50px;
}
.cid-uIz47lyfk4 .progress-primary {
  background: #2c2c3e;
  border: none;
  outline: none;
}
.cid-uIz47lyfk4 .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.9);
}
.cid-uIz47lyfk4 .progress_value {
  position: relative;
}
.cid-uIz47lyfk4 .progress1 .progressbar-number:before,
.cid-uIz47lyfk4 .progress2 .progressbar-number:before,
.cid-uIz47lyfk4 .progress3 .progressbar-number:before,
.cid-uIz47lyfk4 .progress4 .progressbar-number:before,
.cid-uIz47lyfk4 .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uIz47lyfk4 progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uIz47lyfk4 progress::-webkit-progress-value {
  background: #ffd54f;
}
.cid-uIz47lyfk4 progress[value]::-moz-progress-bar {
  background: #ffd54f;
}
.cid-uIz47lyfk4 progress::-ms-fill {
  background: #ffd54f;
}
.cid-uIz47lyfk4 .progress1 .progressbar-number:before {
  content: "100";
}
.cid-uIz47lyfk4 .progress2 .progressbar-number:before {
  content: "100";
}
.cid-uIz47lyfk4 .progress3 .progressbar-number:before {
  content: "100";
}
.cid-uIz47lyfk4 .progress4 .progressbar-number:before {
  content: "100";
}
.cid-uIz47lyfk4 .progress5 .progressbar-number:before {
  content: "100";
}
.cid-uIz47lyfk4 .section-content-text {
  color: #454545;
}
.cid-uIz47lyfk4 .mbr-section-subtitle {
  color: #454545;
}
.cid-uIz47lyfk4 .section-content-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIz47lyfk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIz47lyfk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIz47lyfk4 .mbr-text,
.cid-uIz47lyfk4 .mbr-section-btn {
  color: #c7c7d9;
  text-align: center;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#testimonials .pulse-bar {
  animation: pulse 2s infinite;
}
.cid-uIzAiQWj1Q {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1e1e2f;
}
.cid-uIzAiQWj1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIzAiQWj1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIzAiQWj1Q .feature-item {
  display: inline-block;
  background-color: #1e1e2f;
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  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-uIzAiQWj1Q .feature-item:hover {
  cursor: pointer;
}
.cid-uIzAiQWj1Q .item-wrapper {
  border-radius: 20px;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 1rem;
  transition: all 0.25s ease-in-out;
}
.cid-uIzAiQWj1Q .item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(0, 200, 83, 0.8);
}
.cid-uIzAiQWj1Q img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 0.5rem;
}
.cid-uIzAiQWj1Q .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffd54f;
  width: 25px;
  justify-content: center;
  align-items: center;
}
.cid-uIzAiQWj1Q .card-title,
.cid-uIzAiQWj1Q .iconfont-wrapper {
  color: #c7c7d9;
  text-align: center;
}
.cid-uIzAiQWj1Q .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIzAiQWj1Q .mbr-section-title {
  color: #ffffff;
}
.cid-uIzAiQWj1Q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIzAiQWj1Q .content-head {
  max-width: 800px;
}
.cid-uIzAiQWj1Q .card-subtitle {
  color: #c7c7d9;
  text-align: center;
}
.cid-uIzAiQWj1Q .review-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cid-uIzAiQWj1Q .review-scroll-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 30s linear infinite;
  gap: 0.5rem;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cid-uIzAiQWj1Q .review-scroll-wrapper:hover .review-scroll-track {
  animation-play-state: paused;
}
.cid-uIzAiQWj1Q .review-card {
  flex-shrink: 0;
  width: 350px;
  max-width: 90vw;
  padding: 1rem;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px #1e1e2f;
}
.cid-uIzAiQWj1Q .review-scroll-wrapper2 {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cid-uIzAiQWj1Q .review-scroll-track2 {
  display: flex;
  width: max-content;
  animation: scrollRight 30s linear infinite;
  gap: 0.5rem;
}
.cid-uIzAiQWj1Q .review-scroll-wrapper2:hover .review-scroll-track2 {
  animation-play-state: paused;
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#pricing .pulse-bar {
  animation: pulse 2s infinite;
}
.cid-uIzKfGCCze {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1e1e2f;
}
.cid-uIzKfGCCze .item-img {
  position: relative;
}
.cid-uIzKfGCCze .block-image {
  width: 64px;
  height: 64px;
  margin: 1.5rem auto 1rem auto;
  display: block;
}
.cid-uIzKfGCCze .btn-custom {
  background: linear-gradient(135deg, #5865f2, #ffd54f);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uIzKfGCCze .btn-custom:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uIzKfGCCze .btn-custom:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .cid-uIzKfGCCze .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-uIzKfGCCze .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-uIzKfGCCze .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-uIzKfGCCze .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-uIzKfGCCze .btn-tag:hover,
.cid-uIzKfGCCze .btn-tag:focus {
  box-shadow: none;
}
.cid-uIzKfGCCze img,
.cid-uIzKfGCCze .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uIzKfGCCze .item:focus,
.cid-uIzKfGCCze span:focus {
  outline: none;
}
.cid-uIzKfGCCze .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIzKfGCCze .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  border-radius: 20px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.cid-uIzKfGCCze .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.cid-uIzKfGCCze .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-uIzKfGCCze .item-wrapper:hover {
  transform: translate(0px, -3px);
  border: 2px solid rgba(0, 200, 83, 0.8);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.cid-uIzKfGCCze .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-uIzKfGCCze .mbr-section-title {
  color: #ffffff;
  padding-top: 10px;
  letter-spacing: 0.05em;
}
.cid-uIzKfGCCze .mbr-text,
.cid-uIzKfGCCze .mbr-section-btn {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-uIzKfGCCze .mbr-text2 {
  text-align: center;
}
.cid-uIzKfGCCze .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-uIzKfGCCze .item-subtitle {
  color: #c7c7d9;
  padding: 0 1rem;
  text-align: left;
}
.cid-uIzKfGCCze .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uIzKfGCCze P {
  color: #ffffff;
}
.cid-uISur5ZB7h {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #1e1e2f;
}
.cid-uISur5ZB7h .discord-banner {
  max-width: 1290px;
  width: 100%;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 40px 20px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-uISur5ZB7h .discord-banner {
    width: 95%;
  }
}
.cid-uISur5ZB7h .discord-banner:hover {
  transform: translate(0px, -3px);
  border: 2px solid rgba(0, 200, 83, 0.8);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.cid-uISur5ZB7h .mbr-text {
  color: #c7c7d9;
  text-align: center;
}
.cid-uISur5ZB7h .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uISur5ZB7h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uISur5ZB7h .btn-custom2 {
  background: linear-gradient(135deg, #00c853, #aeea00);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uISur5ZB7h .btn-custom2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uISur5ZB7h .btn-custom2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uIzOqJfCBn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c2c3e;
}
.cid-uIzOqJfCBn .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uIzOqJfCBn .first-column .mbr-text {
  margin: 0;
}
.cid-uIzOqJfCBn .form-group {
  max-width: 55%;
}
.cid-uIzOqJfCBn .form-group,
.cid-uIzOqJfCBn .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uIzOqJfCBn .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-uIzOqJfCBn .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uIzOqJfCBn .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIzOqJfCBn .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uIzOqJfCBn .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uIzOqJfCBn .form-control:hover,
.cid-uIzOqJfCBn .form-control:focus {
  border: none !important;
}
.cid-uIzOqJfCBn .col + .mbr-section-btn .btn,
.cid-uIzOqJfCBn .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-uIzOqJfCBn .dragArea > *:nth-last-child(2).col,
.cid-uIzOqJfCBn .dragArea > *:nth-last-child(2).col-auto,
.cid-uIzOqJfCBn .col + .mbr-section-btn,
.cid-uIzOqJfCBn .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uIzOqJfCBn .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIzOqJfCBn .mbr-section-title {
  color: #e6e6e6;
}
.cid-uIzOqJfCBn .mbr-section-subtitle,
.cid-uIzOqJfCBn .icons-wrapper {
  color: #ffffff;
}
.cid-uIzOqJfCBn P {
  color: #ffffff;
}
.cid-uIzOqJfCBn .mbr-section-title,
.cid-uIzOqJfCBn .icons-wrapper {
  color: #ffffff;
}
.cid-uIzOqJfCBn .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uILE5f7isT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uILE5f7isT .btn-custom {
  background: linear-gradient(135deg, #5865f2, #ffd54f);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uILE5f7isT .btn-custom:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uILE5f7isT .btn-custom:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .cid-uILE5f7isT {
    flex-wrap: wrap;
  }
  .cid-uILE5f7isT .navbar > .container {
    flex-wrap: nowrap;
  }
}
@media (max-width: 992px) {
  .cid-uILE5f7isT .opened .container {
    flex-wrap: wrap;
  }
}
.cid-uILE5f7isT .opened .container .navbar-collapse {
  width: 100%;
}
.cid-uILE5f7isT .btn {
  padding: 0.3rem 2rem;
}
.cid-uILE5f7isT .nav-link {
  position: relative;
}
.cid-uILE5f7isT .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #5865f2;
}
.cid-uILE5f7isT .nav-link:hover:before {
  width: 100%;
}
.cid-uILE5f7isT nav.navbar {
  position: fixed;
}
.cid-uILE5f7isT .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-uILE5f7isT .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uILE5f7isT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uILE5f7isT .dropdown-item:hover,
.cid-uILE5f7isT .dropdown-item:focus {
  background: #5865f2 !important;
  color: white !important;
}
.cid-uILE5f7isT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uILE5f7isT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uILE5f7isT .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uILE5f7isT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uILE5f7isT .container {
  display: flex;
  margin: auto;
}
.cid-uILE5f7isT .iconfont-wrapper {
  color: #ffd54f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uILE5f7isT .dropdown-menu,
.cid-uILE5f7isT .navbar.opened {
  background: #2c2c3e !important;
}
.cid-uILE5f7isT .nav-item:focus,
.cid-uILE5f7isT .nav-link:focus {
  outline: none;
}
.cid-uILE5f7isT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uILE5f7isT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uILE5f7isT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uILE5f7isT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uILE5f7isT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uILE5f7isT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uILE5f7isT .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2c2c3e !important;
  transition: all 0.3s;
}
.cid-uILE5f7isT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #2c2c3e;
}
.cid-uILE5f7isT .navbar.opened {
  transition: all 0.3s;
}
.cid-uILE5f7isT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uILE5f7isT .navbar .navbar-logo img {
  width: auto;
}
.cid-uILE5f7isT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-uILE5f7isT .navbar.collapsed {
  justify-content: center;
}
.cid-uILE5f7isT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uILE5f7isT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uILE5f7isT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uILE5f7isT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uILE5f7isT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uILE5f7isT .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-uILE5f7isT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uILE5f7isT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uILE5f7isT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uILE5f7isT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uILE5f7isT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uILE5f7isT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uILE5f7isT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uILE5f7isT .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-uILE5f7isT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uILE5f7isT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uILE5f7isT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uILE5f7isT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uILE5f7isT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uILE5f7isT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uILE5f7isT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uILE5f7isT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uILE5f7isT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uILE5f7isT .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-uILE5f7isT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uILE5f7isT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uILE5f7isT .dropdown-item.active,
.cid-uILE5f7isT .dropdown-item:active {
  background-color: transparent;
}
.cid-uILE5f7isT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uILE5f7isT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uILE5f7isT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uILE5f7isT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2c2c3e;
}
.cid-uILE5f7isT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uILE5f7isT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uILE5f7isT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uILE5f7isT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uILE5f7isT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uILE5f7isT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uILE5f7isT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uILE5f7isT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILE5f7isT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uILE5f7isT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uILE5f7isT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILE5f7isT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uILE5f7isT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uILE5f7isT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uILE5f7isT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uILE5f7isT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uILE5f7isT .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-uILE5f7isT .navbar {
    height: 70px;
  }
  .cid-uILE5f7isT .navbar.opened {
    height: auto;
  }
  .cid-uILE5f7isT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uILE5fMs41 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #1e1e2f;
}
.cid-uILE5fMs41 .btn-custom {
  background: linear-gradient(135deg, #5865f2, #ffd54f);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uILE5fMs41 .btn-custom:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uILE5fMs41 .btn-custom:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uILE5fMs41 .btn-custom2 {
  background: linear-gradient(135deg, #00c853, #aeea00);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uILE5fMs41 .btn-custom2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uILE5fMs41 .btn-custom2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uILE5fMs41 .mbr-section-title {
  color: #ffffff;
}
.cid-uILE5fMs41 .mbr-text,
.cid-uILE5fMs41 .mbr-section-btn {
  color: #c7c7d9;
}
.cid-uILE5fMs41 .mbr-section-text {
  color: #ffd54f;
}
.cid-uILE5fMs41 .number {
  color: #ffffff;
}
.cid-uILE5fMs41 img {
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  transition: all 0.25s ease-in-out;
}
.cid-uILE5fMs41 img:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(0, 200, 83, 0.8);
}
.cid-uILE5fMs41 .mbr-section-subtitle {
  display: inline-block;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  padding: 6px 12px;
  border-radius: 15px;
  color: #ffd54f;
}
.cid-uILE5fMs41 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILE5fMs41 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILE5fMs41 H3 {
  color: #ffd54f;
}
.cid-uILE5fMs41 P {
  color: #ffd54f;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#custom-html-g .pulse-bar {
  animation: pulse 2s infinite;
}
.cid-uILEcDGbT3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #1e1e2f;
}
.cid-uILEcDGbT3 .card-wrap {
  background-color: #010101;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
  margin-bottom: 2rem;
}
.cid-uILEcDGbT3 .card-wrap:hover {
  transform: translate(0px, -3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.cid-uILEcDGbT3 .image-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: transparent;
}
.cid-uILEcDGbT3 .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uILEcDGbT3 .card-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uILEcDGbT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILEcDGbT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILEcDGbT3 .mbr-section-title {
  color: #ffffff;
}
.cid-uILEj9xK5T {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #1e1e2f;
}
.cid-uILEj9xK5T .card-wrap {
  background-color: #010101;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
  margin-bottom: 2rem;
}
.cid-uILEj9xK5T .card-wrap:hover {
  transform: translate(0px, -3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.cid-uILEj9xK5T .image-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #000;
}
.cid-uILEj9xK5T .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uILEj9xK5T .card-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uILEj9xK5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILEj9xK5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILEj9xK5T .mbr-section-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation: fadeIn 2s ease-out forwards, shimmer 4s ease-in-out infinite;
  opacity: 0;
}
.cid-uILF5PwTbI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: #1e1e2f;
}
.cid-uILF5PwTbI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uILF5PwTbI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uILF5PwTbI .card-wrap {
  background-color: #010101;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uILF5PwTbI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uILF5PwTbI .card-wrap .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.25s ease-in-out;
}
.cid-uILF5PwTbI .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-uILF5PwTbI .card-text {
  padding-bottom: 1rem;
}
.cid-uILF5PwTbI .social-row {
  text-align: center;
}
.cid-uILF5PwTbI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-uILF5PwTbI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uILF5PwTbI .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-uILF5PwTbI .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-uILF5PwTbI .card-title,
.cid-uILF5PwTbI .social-row {
  color: #000000;
}
.cid-uILF5PwTbI .mbr-role,
.cid-uILF5PwTbI .social-row {
  color: #000000;
}
.cid-uILF5PwTbI .card-text,
.cid-uILF5PwTbI .mbr-section-btn,
.cid-uILF5PwTbI .social-row {
  color: #232323;
}
.cid-uILF5PwTbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILF5PwTbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILF5PwTbI .card-wrap:hover {
  transform: translate(0px, -3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.cid-uILF5PwTbI .image-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: transparent;
}
.cid-uILF5PwTbI .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uILF5PwTbI .card-wrap {
    margin-bottom: 1.5rem;
  }
}
.cid-uILF5PwTbI .mbr-section-title {
  color: #ffffff;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#custom-html-j .pulse-bar {
  animation: pulse 2s infinite;
}
.cid-uILE5hw7pK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1e1e2f;
}
.cid-uILE5hw7pK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uILE5hw7pK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uILE5hw7pK .feature-item {
  display: inline-block;
  background-color: #1e1e2f;
  border-radius: 20px;
  border: 2px solid rgba(0, 200, 83, 0.5);
  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-uILE5hw7pK .feature-item:hover {
  cursor: pointer;
}
.cid-uILE5hw7pK .item-wrapper {
  border-radius: 20px;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 1rem;
  transition: all 0.25s ease-in-out;
}
.cid-uILE5hw7pK .item-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(0, 200, 83, 0.8);
}
.cid-uILE5hw7pK img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 0.5rem;
}
.cid-uILE5hw7pK .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffd54f;
  width: 25px;
  justify-content: center;
  align-items: center;
}
.cid-uILE5hw7pK .card-title,
.cid-uILE5hw7pK .iconfont-wrapper {
  color: #c7c7d9;
  text-align: center;
}
.cid-uILE5hw7pK .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uILE5hw7pK .mbr-section-title {
  color: #ffffff;
}
.cid-uILE5hw7pK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uILE5hw7pK .content-head {
  max-width: 800px;
}
.cid-uILE5hw7pK .card-subtitle {
  color: #c7c7d9;
  text-align: center;
}
.cid-uILE5hw7pK .review-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cid-uILE5hw7pK .review-scroll-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 30s linear infinite;
  gap: 0.5rem;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cid-uILE5hw7pK .review-scroll-wrapper:hover .review-scroll-track {
  animation-play-state: paused;
}
.cid-uILE5hw7pK .review-card {
  flex-shrink: 0;
  width: 350px;
  max-width: 90vw;
  padding: 1rem;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px #1e1e2f;
}
.cid-uILE5hw7pK .review-scroll-wrapper2 {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.cid-uILE5hw7pK .review-scroll-track2 {
  display: flex;
  width: max-content;
  animation: scrollRight 30s linear infinite;
  gap: 0.5rem;
}
.cid-uILE5hw7pK .review-scroll-wrapper2:hover .review-scroll-track2 {
  animation-play-state: paused;
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
#custom-html-l .pulse-bar {
  animation: pulse 2s infinite;
}
.cid-uIN4fcPAQi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #1e1e2f;
}
.cid-uIN4fcPAQi .item-img {
  position: relative;
}
.cid-uIN4fcPAQi .block-image {
  width: 64px;
  height: 64px;
  margin: 1.5rem auto 1rem auto;
  display: block;
}
.cid-uIN4fcPAQi .btn-custom {
  background: linear-gradient(135deg, #5865f2, #ffd54f);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uIN4fcPAQi .btn-custom:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uIN4fcPAQi .btn-custom:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .cid-uIN4fcPAQi .badge-grey {
    padding: 8px 16px;
    font-size: 14px;
    top: -40px;
    max-width: 80%;
    white-space: nowrap;
  }
}
.cid-uIN4fcPAQi .text-center.mb-4 {
  margin-bottom: 30px;
}
.cid-uIN4fcPAQi .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-uIN4fcPAQi .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-uIN4fcPAQi .btn-tag:hover,
.cid-uIN4fcPAQi .btn-tag:focus {
  box-shadow: none;
}
.cid-uIN4fcPAQi img,
.cid-uIN4fcPAQi .item-img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uIN4fcPAQi .item:focus,
.cid-uIN4fcPAQi span:focus {
  outline: none;
}
.cid-uIN4fcPAQi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIN4fcPAQi .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  border-radius: 20px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.cid-uIN4fcPAQi .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.cid-uIN4fcPAQi .item-wrapper > * {
  position: relative;
  z-index: 2;
}
.cid-uIN4fcPAQi .item-wrapper:hover {
  transform: translate(0px, -3px);
  border: 2px solid rgba(0, 200, 83, 0.8);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.cid-uIN4fcPAQi .mbr-section-btn {
  margin-top: auto !important;
  padding: 0 1rem;
}
.cid-uIN4fcPAQi .mbr-section-title {
  color: #ffffff;
  padding-top: 10px;
  letter-spacing: 0.05em;
}
.cid-uIN4fcPAQi .mbr-text,
.cid-uIN4fcPAQi .mbr-section-btn {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-uIN4fcPAQi .item-title {
  color: #ffffff;
  padding: 0 1rem;
  text-align: left;
}
.cid-uIN4fcPAQi .item-subtitle {
  color: #c7c7d9;
  padding: 0 1rem;
  text-align: left;
}
.cid-uIN4fcPAQi .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.cid-uISAamQHwX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #1e1e2f;
}
.cid-uISAamQHwX .discord-banner {
  max-width: 1290px;
  width: 100%;
  background: linear-gradient(135deg, #2b2d42, #1a1c2c);
  border: 2px solid rgba(0, 200, 83, 0.5);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 40px 20px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .cid-uISAamQHwX .discord-banner {
    width: 95%;
  }
}
.cid-uISAamQHwX .discord-banner:hover {
  transform: translate(0px, -3px);
  border: 2px solid rgba(0, 200, 83, 0.8);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.8);
}
.cid-uISAamQHwX .mbr-text {
  color: #c7c7d9;
  text-align: center;
}
.cid-uISAamQHwX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uISAamQHwX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uISAamQHwX .btn-custom2 {
  background: linear-gradient(135deg, #00c853, #aeea00);
  background-size: 200% 200%;
  border: none;
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background-position 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.cid-uISAamQHwX .btn-custom2:hover {
  background-position: right center;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.cid-uISAamQHwX .btn-custom2:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.cid-uILE5lJiPx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #2c2c3e;
}
.cid-uILE5lJiPx .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: #b4d8a4;
}
.cid-uILE5lJiPx .first-column .mbr-text {
  margin: 0;
}
.cid-uILE5lJiPx .form-group {
  max-width: 55%;
}
.cid-uILE5lJiPx .form-group,
.cid-uILE5lJiPx .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uILE5lJiPx .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-uILE5lJiPx .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uILE5lJiPx .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILE5lJiPx .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uILE5lJiPx .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uILE5lJiPx .form-control:hover,
.cid-uILE5lJiPx .form-control:focus {
  border: none !important;
}
.cid-uILE5lJiPx .col + .mbr-section-btn .btn,
.cid-uILE5lJiPx .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-uILE5lJiPx .dragArea > *:nth-last-child(2).col,
.cid-uILE5lJiPx .dragArea > *:nth-last-child(2).col-auto,
.cid-uILE5lJiPx .col + .mbr-section-btn,
.cid-uILE5lJiPx .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uILE5lJiPx .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uILE5lJiPx .mbr-section-title {
  color: #e6e6e6;
}
.cid-uILE5lJiPx .mbr-section-subtitle,
.cid-uILE5lJiPx .icons-wrapper {
  color: #ffffff;
}
.cid-uILE5lJiPx P {
  color: #ffffff;
}
.cid-uILE5lJiPx .mbr-section-title,
.cid-uILE5lJiPx .icons-wrapper {
  color: #ffffff;
}
.cid-uILE5lJiPx .custom-gradient {
  background-image: linear-gradient(90deg, #7311d0, #a74dfd);
  text-shadow: 0 0 18px #7311d0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
