.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Garet-Book';
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Garet-Book';
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Garet-Book';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Garet-Book';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Garet-Book';
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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: 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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #641ddb !important;
}
.bg-success {
  background-color: #db1dd2 !important;
}
.bg-info {
  background-color: #e360f0 !important;
}
.bg-warning {
  background-color: #606af0 !important;
}
.bg-danger {
  background-color: #fdfdfd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #641ddb !important;
  border-color: #641ddb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #8145e6 !important;
  border-color: #8145e6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8145e6 !important;
  border-color: #8145e6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #641ddb !important;
  border-color: #641ddb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8145e6 !important;
  border-color: #8145e6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8145e6 !important;
  border-color: #8145e6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e360f0 !important;
  border-color: #e360f0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #eb8ff4 !important;
  border-color: #eb8ff4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #eb8ff4 !important;
  border-color: #eb8ff4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #db1dd2 !important;
  border-color: #db1dd2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e645df !important;
  border-color: #e645df !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e645df !important;
  border-color: #e645df !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #606af0 !important;
  border-color: #606af0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8f96f4 !important;
  border-color: #8f96f4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8f96f4 !important;
  border-color: #8f96f4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fdfdfd !important;
  border-color: #fdfdfd !important;
  color: #7e7e7e !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7e7e7e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #641ddb;
  color: #641ddb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #41138e !important;
  background-color: transparent !important;
  border-color: #41138e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #641ddb !important;
  border-color: #641ddb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #641ddb;
  color: #641ddb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #41138e !important;
  background-color: transparent !important;
  border-color: #41138e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #641ddb !important;
  border-color: #641ddb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e360f0;
  color: #e360f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d115e4 !important;
  background-color: transparent !important;
  border-color: #d115e4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e360f0 !important;
  border-color: #e360f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #db1dd2;
  color: #db1dd2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8e1389 !important;
  background-color: transparent !important;
  border-color: #8e1389 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #db1dd2 !important;
  border-color: #db1dd2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #606af0;
  color: #606af0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1524e4 !important;
  background-color: transparent !important;
  border-color: #1524e4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #606af0 !important;
  border-color: #606af0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fdfdfd;
  color: #fdfdfd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d2d2d2 !important;
  background-color: transparent !important;
  border-color: #d2d2d2 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7e7e7e !important;
  background-color: #fdfdfd !important;
  border-color: #fdfdfd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #641ddb !important;
}
.text-secondary {
  color: #641ddb !important;
}
.text-success {
  color: #db1dd2 !important;
}
.text-info {
  color: #e360f0 !important;
}
.text-warning {
  color: #606af0 !important;
}
.text-danger {
  color: #fdfdfd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3b1181 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b1181 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #81117c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c414d6 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1422d6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cacaca !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #641ddb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e360f0;
}
.alert-warning {
  background-color: #606af0;
}
.alert-danger {
  background-color: #fdfdfd;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #641ddb;
  border-color: #641ddb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #641ddb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcccf8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f8ccf6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Garet-Book';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #641ddb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Garet-Book';
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #641ddb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #641ddb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #641ddb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #641ddb;
  border-bottom-color: #641ddb;
}
.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: #641ddb !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: #641ddb !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='%23641ddb' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vd0c8MDloV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background-img4-1900x1200.png");
}
.cid-vd0c8MDloV .header01 {
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
.cid-vd0c8MDloV .header01 .mbr-overlay {
  background: linear-gradient(to bottom, rgba(12, 12, 12, 0) 0%, #0c0c0c 100%) !important;
  opacity: 1 !important;
  z-index: 1;
}
.cid-vd0c8MDloV.mbr-fullscreen {
  align-items: flex-end !important;
  padding-bottom: 8vh;
}
.cid-vd0c8MDloV .content-layer {
  position: relative;
  z-index: 4;
  width: 100%;
}
.cid-vd0c8MDloV .row {
  align-items: flex-end !important;
}
.cid-vd0c8MDloV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd0c8MDloV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd0c8MDloV .card {
  padding-bottom: 0px;
}
.cid-vd0c8MDloV .left-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.cid-vd0c8MDloV .right-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.cid-vd0c8MDloV .animated-gradient-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(270deg, #2b0b59, #0a1128, #1c0033, #050505);
  background-size: 400% 400%;
  animation: darkVeilMotion 10s ease infinite;
  z-index: 2;
  pointer-events: none;
  opacity: 0.7;
  -webkit-mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
@keyframes darkVeilMotion {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.cid-vd0c8MDloV .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.cid-vd0c8MDloV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
  display: block !important;
  text-align: left !important;
  width: 100%;
  color: #f4f4f4;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.cid-vd0c8MDloV .content-wrapper .text-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.cid-vd0c8MDloV .content-wrapper .text-wrapper .mbr-text {
  display: block;
  width: 80%;
  text-align: left;
  margin-bottom: 30px;
  color: #f4f4f4;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1440px) {
  .cid-vd0c8MDloV .content-wrapper .text-wrapper .mbr-text {
    width: 90%;
  }
}
.cid-vd0c8MDloV .content-wrapper .mbr-section-btn {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.cid-vd0c8MDloV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vd0c8MDloV .items-wrapper {
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}
.cid-vd0c8MDloV .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  animation: scrollVertical 20s linear infinite;
}
.cid-vd0c8MDloV .items-wrapper .items-wrap:hover {
  animation-play-state: paused;
}
.cid-vd0c8MDloV .items-wrapper .items-wrap .item {
  margin-bottom: 15px;
}
.cid-vd0c8MDloV .items-wrapper .items-wrap .item .rect-card {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.cid-vd0c8MDloV .items-wrapper .items-wrap .item .rect-card .item-profile {
  flex-shrink: 0;
}
.cid-vd0c8MDloV .items-wrapper .items-wrap .item .rect-card .item-profile img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.cid-vd0c8MDloV .items-wrapper .items-wrap .item .rect-card .item-content {
  flex: 1;
}
.cid-vd0c8MDloV .items-wrapper .items-wrap .item .rect-card .item-content .item-title {
  color: #ffffff !important;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 0.95rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.cid-vd0c8MDloV .items-wrapper .items-wrap .item .rect-card .item-company {
  flex-shrink: 0;
}
.cid-vd0c8MDloV .items-wrapper .items-wrap .item .rect-card .item-company img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
@keyframes scrollVertical {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.cid-vd0c8MDloV .btn-wrapper {
  margin-top: -10%;
}
@media (max-width: 992px) {
  .cid-vd0c8MDloV .header01.mbr-fullscreen {
    height: auto !important;
    min-height: auto !important;
    align-items: flex-start !important;
    padding-top: 0 !important;
    padding-bottom: 30px !important;
    background-color: #0c0c0c;
  }
  .cid-vd0c8MDloV .animated-gradient-bg {
    height: 40vh;
    display: block !important;
    opacity: 1;
    z-index: 2;
    -webkit-mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0) 100%);
  }
  .cid-vd0c8MDloV .header01 .mbr-overlay {
    height: 40vh;
    background: linear-gradient(to bottom, rgba(12, 12, 12, 0) 0%, rgba(12, 12, 12, 0.4) 100%) !important;
    display: block !important;
  }
  .cid-vd0c8MDloV .content-layer {
    margin-top: 25vh;
    padding-top: 20px;
  }
  .cid-vd0c8MDloV .col-lg-6 {
    padding: 0 15px;
  }
  .cid-vd0c8MDloV .content-wrapper {
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 25px;
  }
  .cid-vd0c8MDloV .content-wrapper .mbr-section-title {
    text-align: center !important;
  }
  .cid-vd0c8MDloV .content-wrapper .text-wrapper .mbr-text {
    text-align: center !important;
    width: 100% !important;
  }
  .cid-vd0c8MDloV .mbr-section-btn {
    justify-content: center !important;
  }
  .cid-vd0c8MDloV .items-wrapper {
    margin-top: 0;
    height: 300px;
  }
}
.cid-vd0c8MDloV .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vd0vS4fTSx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c0c;
}
.cid-vd0vS4fTSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd0vS4fTSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd0vS4fTSx .card {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vd0vS4fTSx .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
}
.cid-vd0vS4fTSx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
  display: block !important;
  text-align: left !important;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-vd0vS4fTSx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
    text-align: center !important;
  }
}
.cid-vd0vS4fTSx .continuous-ticker {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  cursor: grab;
  -ms-overflow-style: none;
  scrollbar-width: none;
  mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
}
.cid-vd0vS4fTSx .continuous-ticker::-webkit-scrollbar {
  display: none;
}
.cid-vd0vS4fTSx .continuous-ticker.active-drag {
  cursor: grabbing;
}
.cid-vd0vS4fTSx .ticker-track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: tickerScroll 50s linear infinite;
}
.cid-vd0vS4fTSx .ticker-track:hover {
  animation-play-state: paused;
}
@keyframes tickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cid-vd0vS4fTSx .embla__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  min-width: 150px;
  max-width: 150px;
  user-select: none;
}
@media (max-width: 768px) {
  .cid-vd0vS4fTSx .embla__slide {
    min-width: 100px;
    max-width: 100px;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
.cid-vd0vS4fTSx .embla__slide .slide-content {
  width: 100%;
}
.cid-vd0vS4fTSx .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-vd0vS4fTSx .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.cid-vd0vS4fTSx .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  object-fit: contain;
}
.cid-vd0vS4fTSx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vd0vS4fTSx .mbr-section-title {
  color: #fdfdfd;
}
#custom-html-c3 {
  /* REGRA DE OURO PARA O MOBIRISE NÃO QUEBRAR O STICKY */
  /* A PISTA E O CONTAINER GRUDADO */
  /* ESTILOS DOS TEXTOS */
  /* ESTILOS DAS IMAGENS (Desktop) */
  /* Título Destaque */
  /* ================================================================= */
  /* --- AJUSTE DE OURO PARA CABER TUDO NA TELA DO CELULAR --- */
  /* ================================================================= */
}
#custom-html-c3 .feature-steps-section {
  overflow: visible !important;
  padding: 0 !important;
  background-color: #0c0c0c;
}
#custom-html-c3 .scroll-track {
  height: 400vh;
  /* 4 telas de altura para o scroll fluir bem */
  position: relative;
  background-color: #0c0c0c;
}
#custom-html-c3 .sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
#custom-html-c3 .feature-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  opacity: 0.3;
  transition: all 0.5s ease;
}
#custom-html-c3 .feature-step:last-child {
  margin-bottom: 0;
}
#custom-html-c3 .feature-step.is-active {
  opacity: 1;
}
#custom-html-c3 .feature-step.is-active .step-indicator {
  background-color: #db1dd2;
  border-color: #db1dd2;
  color: #ffffff;
  transform: scale(1.15);
}
#custom-html-c3 .feature-step.is-active .step-content p {
  opacity: 1 !important;
}
#custom-html-c3 .feature-step .step-icon {
  display: none;
}
#custom-html-c3 .feature-step .step-number {
  display: block;
}
#custom-html-c3 .feature-step.is-passed .step-icon {
  display: block;
  font-weight: bold;
}
#custom-html-c3 .feature-step.is-passed .step-number {
  display: none;
}
#custom-html-c3 .step-indicator {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 2px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #aaa;
  background-color: transparent;
  transition: all 0.4s ease;
}
#custom-html-c3 .step-content h3 {
  margin-bottom: 0.5rem;
}
#custom-html-c3 .step-content p {
  margin-bottom: 0;
  transition: opacity 0.5s ease;
}
#custom-html-c3 .feature-image-container {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
#custom-html-c3 .feature-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px) rotateX(-10deg);
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
#custom-html-c3 .feature-image.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) rotateX(0);
  z-index: 2;
}
#custom-html-c3 .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#custom-html-c3 .image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 3;
}
#custom-html-c3 .mbr-section-title strong {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  #custom-html-c3 {
    /* 1. Prende o conteúdo no topo para o título nunca cortar */
    /* 2. O SEGREDO DA IMAGEM: Altura proporcional e nunca esmagada */
    /* 3. Textos todos ABERTOS, compactos e alinhados */
    /* Remove o efeito sanfona. Todos os parágrafos aparecem, mas compactos */
    /* Texto ativo fica 100% branco para chamar atenção */
    /* Ajuste final da bolinha */
  }
  #custom-html-c3 .sticky-wrapper {
    align-items: flex-start !important;
    padding-top: 5vh !important;
    /* Respiro menor no topo */
  }
  #custom-html-c3 .container.py-5 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #custom-html-c3 .row.mb-5 {
    margin-bottom: 1rem !important;
  }
  #custom-html-c3 .mbr-section-title {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
  #custom-html-c3 .feature-image-container {
    /* A imagem ocupa no máximo 30% da altura da tela, sem passar de 250px */
    height: clamp(150px, 30vh, 250px) !important;
    margin-bottom: 1.5rem !important;
    border-radius: 8px !important;
  }
  #custom-html-c3 .feature-step {
    gap: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #custom-html-c3 .step-content h3 {
    font-size: 1.2rem !important;
    margin-bottom: 0.2rem !important;
  }
  #custom-html-c3 .feature-step .step-content p {
    max-height: none !important;
    overflow: visible !important;
    margin-top: 0 !important;
    opacity: 0.5 !important;
    /* Texto inativo fica mais clarinho */
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
  }
  #custom-html-c3 .feature-step.is-active .step-content p {
    opacity: 1 !important;
  }
  #custom-html-c3 .step-indicator {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    font-size: 0.9rem !important;
    margin-top: 0.2rem;
    /* Alinha a bolinha com a primeira linha do título */
  }
}
#custom-html-c4 {
  /* CONFIGURAÇÕES GERAIS DA DOBRA */
  /* --- COLUNA ESQUERDA (VISUAL) --- */
  /* --- ELEMENTOS FLUTUANTES --- */
  /* --- COLUNA DIREITA (TEXTO ALINHADO COM O HEADER) --- */
}
#custom-html-c4 .democratic-games-section {
  background-color: #0c0c0c;
  overflow: hidden !important;
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#custom-html-c4 .democratic-games-section .dobra-height {
  min-height: 80vh;
}
@media (max-width: 992px) {
  #custom-html-c4 .democratic-games-section .dobra-height {
    min-height: auto;
  }
}
#custom-html-c4 .phone-visual-column {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Centraliza o celular na coluna dele */
  position: relative;
}
@media (max-width: 992px) {
  #custom-html-c4 .phone-visual-column {
    height: 50vh;
    margin-bottom: 2rem;
  }
}
#custom-html-c4 .phone-visual-container {
  position: relative;
  width: 50%;
  /* Largura do celular */
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  #custom-html-c4 .phone-visual-container {
    width: 40%;
  }
}
#custom-html-c4 .phone-base {
  height: 100%;
  width: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
}
#custom-html-c4 .floating-item {
  position: absolute;
  z-index: 2;
  width: 80px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.8));
}
@media (max-width: 768px) {
  #custom-html-c4 .floating-item {
    width: 50px;
  }
}
#custom-html-c4 .item-fc {
  top: 15%;
  right: -25%;
  animation: floatingFc 6s ease-in-out infinite;
}
#custom-html-c4 .item-chess {
  top: 30%;
  left: -25%;
  animation: floatingChess 7s ease-in-out infinite;
  animation-delay: 1s;
}
#custom-html-c4 .item-pool {
  bottom: 25%;
  right: -30%;
  animation: floatingPool 8s ease-in-out infinite;
  animation-delay: 2s;
}
#custom-html-c4 .item-truco {
  bottom: 10%;
  left: -15%;
  animation: floatingTruco 6s ease-in-out infinite;
  animation-delay: 1.5s;
}
@keyframes floatingFc {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-10px, -20px) rotate(5deg);
  }
}
@keyframes floatingChess {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(15px, -15px) rotate(-10deg);
  }
}
@keyframes floatingPool {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-20px, 15px) rotate(8deg);
  }
}
@keyframes floatingTruco {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(10px, 20px) rotate(-5deg);
  }
}
#custom-html-c4 .text-column .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  /* Centraliza no mobile, igual ao Header */
}
#custom-html-c4 .text-column .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
  display: block !important;
  text-align: left !important;
  width: 100%;
}
#custom-html-c4 .text-column .content-wrapper .mbr-section-title strong {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-c4 .text-column .content-wrapper .text-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#custom-html-c4 .text-column .content-wrapper .text-wrapper .mbr-text {
  display: block;
  width: 100%;
  /* MESMA LARGURA DO HEADER */
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  #custom-html-c4 .text-column .content-wrapper .text-wrapper .mbr-text {
    width: 90%;
  }
}
@media (max-width: 992px) {
  #custom-html-c4 .text-column .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  #custom-html-c4 .text-column .content-wrapper {
    align-items: center;
  }
  #custom-html-c4 .text-column .content-wrapper .mbr-section-title {
    text-align: center !important;
  }
  #custom-html-c4 .text-column .content-wrapper .mbr-section-subtitle {
    text-align: center;
  }
  #custom-html-c4 .text-column .content-wrapper .game-list-badges {
    justify-content: center;
  }
}
#custom-html-c4 .text-column .game-list-badges .badge {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 50px;
  color: #fff;
}
.cid-uDmEgyfh68 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-uDmEgyfh68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDmEgyfh68 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDmEgyfh68 .btn-secondary {
  border-radius: 20px;
}
.cid-uDmEgyfh68 .mbr-section-title {
  color: #ffffff;
}
.cid-uDmEgyfh68 .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-c5 {
  /* CONFIGURAÇÕES GERAIS */
  /* --- AS LINHAS --- */
  /* --- OS BLOCOS FLEX (TEXTO + IMAGEM) --- */
  /* Lado Esquerdo = Texto esquerda, Imagem direita */
  /* Lado Direito = Texto direita, Imagem esquerda */
  /* As caixas que seguram o texto e a imagem ocupam 45% cada (deixando 10% no meio) */
  /* --- A MÁGICA DA IMAGEM FLUTUANTE (FANTASMA) --- */
  /* Atrasos diferentes para cada imagem não flutuar roboticamente igual */
  /* --- A BOLINHA NUMÉRICA --- */
  /* --- O DESIGN DO CARTÃO DE TEXTO --- */
  /* --- RESPONSIVIDADE (CELULAR) --- */
}
#custom-html-c5 .timeline-section {
  background-color: #0c0c0c;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
#custom-html-c5 .mbr-section-title strong {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-c5 .timeline-container {
  position: relative;
  max-width: 1200px;
  /* Aumentei um pouco para caber imagem e texto confortavelmente */
  margin: 0 auto;
  padding: 2rem 0;
}
#custom-html-c5 .timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  transform: translateX(-50%);
  border-radius: 4px;
  z-index: 1;
}
@media (max-width: 768px) {
  #custom-html-c5 .timeline-line {
    left: 30px;
  }
}
#custom-html-c5 .timeline-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(to bottom, #db1dd2, #641ddb);
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(219, 29, 210, 0.7);
  transition: height 0.1s ease-out;
}
#custom-html-c5 .timeline-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(50px);
  /* Vem de baixo quando aparece */
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2;
}
#custom-html-c5 .timeline-item.left {
  flex-direction: row;
}
#custom-html-c5 .timeline-item.right {
  flex-direction: row-reverse;
}
#custom-html-c5 .timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}
#custom-html-c5 .timeline-content-wrapper,
#custom-html-c5 .timeline-image-wrapper {
  width: 45%;
}
#custom-html-c5 .timeline-image-wrapper {
  display: flex;
  justify-content: center;
}
#custom-html-c5 .floating-ghost-image {
  width: 100%;
  max-width: 350px;
  height: 250px;
  object-fit: cover;
  opacity: 1;
  /* Fica semi-transparente para não roubar a atenção */
  /* A MÁSCARA RADIAL: Apaga as bordas em degradê e foca no meio! */
  -webkit-mask-image: radial-gradient(circle at center, #000000 20%, rgba(0, 0, 0, 0) 70%);
  mask-image: radial-gradient(circle at center, #000000 20%, rgba(0, 0, 0, 0) 70%);
  /* Animação de flutuar igual um fantasma */
  animation: timelineFloat 20s ease-in-out infinite;
}
#custom-html-c5 .image-1 {
  animation-delay: 0s;
}
#custom-html-c5 .image-2 {
  animation-delay: 1.5s;
}
#custom-html-c5 .image-3 {
  animation-delay: 0.7s;
}
#custom-html-c5 .image-4 {
  animation-delay: 2s;
}
@keyframes timelineFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  /* Sobe 15 pixels suavemente */
}
#custom-html-c5 .timeline-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 40px;
  height: 40px;
  background-color: #0c0c0c;
  border: 3px solid #db1dd2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 3;
  box-shadow: 0 0 10px rgba(219, 29, 210, 0.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.3s;
}
#custom-html-c5 .timeline-item.visible .timeline-dot {
  transform: translate(-50%, -50%) scale(1);
}
#custom-html-c5 .timeline-content {
  background: linear-gradient(145deg, #111111, #0a0a0a);
  padding: 2.5rem;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#custom-html-c5 .timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(100, 29, 219, 0.2);
  border: 1px solid rgba(219, 29, 210, 0.3);
}
#custom-html-c5 .title-operation {
  font-weight: bold;
}
@media (max-width: 768px) {
  #custom-html-c5 {
    /* Reposiciona a bolinha para alinhar com o topo do cartão no celular */
    /* Imagem menor e mais junta no celular */
  }
  #custom-html-c5 .timeline-line {
    left: 30px;
  }
  #custom-html-c5 .timeline-item {
    flex-direction: column !important;
    /* Empilha tudo */
    align-items: flex-start;
    padding-left: 70px;
    /* Espaço para a linha na esquerda */
    margin-bottom: 3rem;
  }
  #custom-html-c5 .timeline-content-wrapper,
  #custom-html-c5 .timeline-image-wrapper {
    width: 100%;
  }
  #custom-html-c5 .timeline-dot {
    left: 30px;
    top: 20%;
  }
  #custom-html-c5 .timeline-item.visible .timeline-dot {
    transform: translate(-50%, -50%) scale(1);
  }
  #custom-html-c5 .timeline-image-wrapper {
    margin-top: 1rem;
  }
  #custom-html-c5 .floating-ghost-image {
    height: 180px;
  }
}
#custom-html-c6 {
  /* --- CONTAINER DO ACCORDION --- */
  /* --- OS CARTÕES --- */
  /* --- POSIÇÃO INICIAL DA LOGO (CARTÃO FECHADO) --- */
  /* Imagens de Fundo */
  /* --- CONTEÚDO (Visível só quando expandido) --- */
  /* --- Título Vertical (A CORREÇÃO MATEMÁTICA ESTÁ AQUI) --- */
  /* --- Título Vertical (CORREÇÃO DE ALINHAMENTO PELA ESQUERDA/BASE) --- */
  /* Design de Elementos Internos */
}
#custom-html-c6 .success-accordion-section {
  background-color: #0c0c0c;
  padding-top: 0rem;
  padding-bottom: 3rem;
}
#custom-html-c6 .mbr-section-title strong {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-c6 .accordion-gallery {
  display: flex;
  width: 100%;
  height: 550px;
  gap: 15px;
}
@media (max-width: 992px) {
  #custom-html-c6 .accordion-gallery {
    flex-direction: column;
    height: auto;
  }
}
#custom-html-c6 .accordion-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  flex: 1;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  /* QUANDO EXPANDIDO */
}
@media (max-width: 992px) {
  #custom-html-c6 .accordion-item {
    height: 120px;
    flex: auto;
  }
}
#custom-html-c6 .accordion-item.active {
  flex: 5;
  border: 2px solid rgba(219, 29, 210, 0.5);
  /* O SEGREDO 1: Esconder 100% o texto vertical quando a aba abre */
  /* A LOGO QUANDO EXPANDIDO: Vai para a esquerda e aumenta */
}
@media (max-width: 992px) {
  #custom-html-c6 .accordion-item.active {
    height: 400px;
  }
}
#custom-html-c6 .accordion-item.active .item-bg {
  transform: scale(1.05);
}
#custom-html-c6 .accordion-item.active .item-overlay {
  background: linear-gradient(to right, rgba(10, 10, 10, 0.95) 0%, rgba(100, 29, 219, 0.3) 100%);
}
@media (max-width: 992px) {
  #custom-html-c6 .accordion-item.active .item-overlay {
    background: linear-gradient(to top, rgba(10, 10, 10, 0.95) 0%, rgba(100, 29, 219, 0.3) 100%);
  }
}
#custom-html-c6 .accordion-item.active .item-content {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
#custom-html-c6 .accordion-item.active .vertical-title {
  opacity: 0;
  visibility: hidden;
}
#custom-html-c6 .accordion-item.active .case-logo-wrapper {
  left: 3rem;
  transform: translateX(0);
  width: 100px;
  height: 100px;
}
@media (max-width: 992px) {
  #custom-html-c6 .accordion-item.active .case-logo-wrapper {
    left: 2rem;
    top: 2rem;
    transform: translateY(0);
  }
}
#custom-html-c6 .case-logo-wrapper {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  z-index: 5;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  #custom-html-c6 .case-logo-wrapper {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
}
#custom-html-c6 .case-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
}
#custom-html-c6 .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.6s ease;
}
#custom-html-c6 .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
  z-index: 2;
  transition: background 0.6s ease;
}
#custom-html-c6 .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 85%;
  padding: 3rem;
  z-index: 3;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  #custom-html-c6 .item-content {
    padding: 2rem;
    max-width: 100%;
  }
}
#custom-html-c6 .vertical-title {
  position: absolute;
  bottom: 40px;
  /* Todos vão partir exatamente da mesma altura na base do cartão */
  left: 50%;
  transform: rotate(-90deg);
  /* Removemos o translate que forçava a centralização */
  transform-origin: left center;
  /* O segredo: o eixo de giro agora é a primeira letra da palavra! */
  color: #fff;
  white-space: nowrap;
  z-index: 4;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #custom-html-c6 .vertical-title {
    bottom: 50%;
    left: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%);
  }
}
#custom-html-c6 .tag-custom {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
}
#custom-html-c6 .case-btn {
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #db1dd2;
  padding-bottom: 5px;
}
#custom-html-c6 .case-btn .mobi-mbri-arrow-next {
  margin-left: 8px;
  transition: transform 0.3s;
}
#custom-html-c6 .case-btn:hover .mobi-mbri-arrow-next {
  transform: translateX(8px);
}
.cid-uC5jTKQ3S0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-uC5jTKQ3S0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5jTKQ3S0 .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uC5jTKQ3S0 .mbr-section-title {
  color: #ffffff;
}
.cid-uC5lQIVmzh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c0c0c;
}
.cid-uC5lQIVmzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC5lQIVmzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC5lQIVmzh circle,
.cid-uC5lQIVmzh path {
  fill: #000000;
}
.cid-uC5lQIVmzh .card-box {
  background: #0c0c0c;
  border: 1px solid #ffffff63;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
}
.cid-uC5lQIVmzh .mbr-text {
  color: #ffffff;
}
.cid-uC5lQIVmzh .figure {
  position: relative;
  display: inline-block;
  margin: auto;
  width: fit-content;
}
.cid-uC5lQIVmzh .figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.cid-uC5lQIVmzh .mbr-section-subtitle {
  color: #767676;
}
.cid-uC5lQIVmzh .title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: black;
  text-align: center;
}
.cid-uC5lQIVmzh .title .num {
  width: 100%;
  padding-bottom: 1rem;
  display: block;
}
.cid-uC5lQIVmzh .title .card-title {
  z-index: 1;
}
.cid-uC5lQIVmzh .num {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uC5lQIVmzh * {
    text-align: center !important;
  }
  .cid-uC5lQIVmzh .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uC5lQIVmzh .card-title,
.cid-uC5lQIVmzh .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-uC5lQIVmzh .num,
.cid-uC5lQIVmzh .card-box {
  color: #fdfdfd;
}
.cid-uC5lQIVmzh .mbr-figure-text {
  color: #ffffff;
}
.cid-uC59VlRJDX {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #0c0c0c;
}
.cid-uC59VlRJDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC59VlRJDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC59VlRJDX circle,
.cid-uC59VlRJDX path {
  fill: #000000;
}
.cid-uC59VlRJDX .card-box {
  background: #0c0c0c;
  border: 1px solid #ffffff63;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
}
.cid-uC59VlRJDX .mbr-text {
  color: #ffffff;
}
.cid-uC59VlRJDX .figure {
  position: relative;
  display: inline-block;
  margin: auto;
  width: fit-content;
}
.cid-uC59VlRJDX .figure p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
.cid-uC59VlRJDX .mbr-section-subtitle {
  color: #767676;
}
.cid-uC59VlRJDX .title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: black;
  text-align: center;
}
.cid-uC59VlRJDX .title .num {
  width: 100%;
  padding-bottom: 1rem;
  display: block;
}
.cid-uC59VlRJDX .title .card-title {
  z-index: 1;
}
.cid-uC59VlRJDX .num {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uC59VlRJDX * {
    text-align: center !important;
  }
  .cid-uC59VlRJDX .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uC59VlRJDX .card-title,
.cid-uC59VlRJDX .card-img {
  color: #fdfdfd;
  text-align: center;
}
.cid-uC59VlRJDX .num,
.cid-uC59VlRJDX .card-box {
  color: #fdfdfd;
}
.cid-uC59VlRJDX .mbr-figure-text {
  color: #ffffff;
}
.cid-uC7C9vJOni {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #0c0c0c;
}
.cid-uC7C9vJOni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7C9vJOni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC7C9vJOni .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uC7C9vJOni .container {
    padding: 0 12px;
  }
}
.cid-uC7C9vJOni .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: transparent;
  border-style: solid;
  border-width: 0.1px;
  border-color: #ffffff63;
}
@media (max-width: 992px) {
  .cid-uC7C9vJOni .content-wrapper {
    display: block;
  }
}
.cid-uC7C9vJOni .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uC7C9vJOni .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uC7C9vJOni .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-uC7C9vJOni .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uC7C9vJOni .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC7C9vJOni .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
  color: #fdfdfd;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e360f0 !important;
  box-shadow: none;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uC7C9vJOni .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uC7C9vJOni .mbr-section-title {
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uC7C9vJOni .mbr-text {
  color: #fdfdfd;
  text-align: left;
}
.cid-uC7C9vJOni label {
  color: #ffffff;
}
.cid-uC7C9vJOni .mbr-section-title,
.cid-uC7C9vJOni .mbr-section-btn,
.cid-uC7C9vJOni .mbr-section-subtitle,
.cid-uC7C9vJOni .mbr-text {
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-uC7C9vJOni .mbr-section-title,
  .cid-uC7C9vJOni .mbr-section-btn,
  .cid-uC7C9vJOni .mbr-section-subtitle,
  .cid-uC7C9vJOni .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uC7C9vJOni .mbr-section-title,
  .cid-uC7C9vJOni .mbr-section-btn,
  .cid-uC7C9vJOni .mbr-section-subtitle,
  .cid-uC7C9vJOni .mbr-text {
    text-align: center;
  }
}
.cid-uC7C9vJOni .mbr-section-subtitle,
.cid-uC7C9vJOni .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uC7C9vJOni LABEL {
  color: #fdfdfd;
}
#custom-html-c7 {
  /* FUNDO DA SEÇÃO */
  /* DESTAQUE DO TÍTULO */
  /* --- DESIGN DOS MINI CARDS --- */
  /* --- A MÁGICA DA IMAGEM DISCRETA --- */
  /* AJUSTES DE FONTE PARA FICAR COMPACTO */
  /* No celular, dá um espacinho extra entre eles */
}
#custom-html-c7 .other-solutions-section {
  background-color: #0c0c0c;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
#custom-html-c7 .mbr-section-title strong {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#custom-html-c7 .mbr-section-title {
  font-size: 3rem !important;
}
#custom-html-c7 .solution-mini-card {
  background: linear-gradient(145deg, rgba(20, 20, 20, 0.8), rgba(10, 10, 10, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 1.5rem;
  height: 100%;
  transition: all 0.4s ease;
  /* Efeito suave ao passar o mouse no CARD INTEIRO */
}
#custom-html-c7 .solution-mini-card:hover {
  transform: translateY(-5px);
  border-color: rgba(219, 29, 210, 0.3);
  background: linear-gradient(145deg, rgba(25, 20, 30, 0.9), rgba(10, 10, 10, 0.9));
  /* A imagem ganha cor e foco */
}
#custom-html-c7 .solution-mini-card:hover .card-img-wrapper img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.05);
}
#custom-html-c7 .card-img-wrapper {
  width: 100%;
  height: 160px;
  /* Fica como uma faixa estreita no topo do card */
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.2rem;
  background-color: #000;
  /* Fundo preto para a imagem misturar bem */
}
#custom-html-c7 .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px !important;
  /* Começa cinza e meio transparente para não chamar atenção */
  filter: grayscale(100%) opacity(0.4);
  transition: all 0.5s ease;
}
#custom-html-c7 .font-weight-bold {
  font-weight: 600;
}
@media (max-width: 768px) {
  #custom-html-c7 .solution-mini-card {
    padding: 1.2rem;
  }
}
#custom-html-c7 #other-solutions-section img {
  border-radius: 0px !important;
}
.cid-vd6BArHnsu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #0c0c0c;
  background-image: linear-gradient(180deg, #0c0c0c 0%, #641ddb 50%, #0c0c0c 100%);
}
.cid-vd6BArHnsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd6BArHnsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd6BArHnsu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vd6BArHnsu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vd6BArHnsu .card-wrapper {
  padding: 60px 40px;
  background-color: #0c0c0c;
}
@media (max-width: 992px) {
  .cid-vd6BArHnsu .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-vd6BArHnsu .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vd6BArHnsu .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vd6BArHnsu .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 10px 20px -8px #641ddb;
  background-color: #ffffff;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 2rem;
  padding: 0;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header .panel-title {
    padding: 20px;
  }
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #171719;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) {
  padding-bottom: 20px;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #641ddb;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #641ddb;
  transform: rotate(-180deg);
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-vd6BArHnsu .card-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 20px;
  }
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: 0;
}
.cid-vd6BArHnsu .card-wrapper .panel-group .card .panel-collapse.show .panel-body .panel-text {
  opacity: 1;
}
.cid-vd6BArHnsu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vd6BArHnsu .panel-title-edit {
  color: #171719;
}
.cid-vd6BArHnsu .panel-text {
  color: #565661;
}
.cid-vd6BArHnsu .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uwuIT0o1uo {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #0c0c0c;
}
.cid-uwuIT0o1uo .btn-primary {
  border-radius: 20px;
}
.cid-uC3l8Q1WYr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c0c;
}
.cid-uC3l8Q1WYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC3l8Q1WYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uC3l8Q1WYr .container {
    padding: 0 25px;
  }
}
.cid-uC3l8Q1WYr .row {
  justify-content: space-between;
}
.cid-uC3l8Q1WYr .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uC3l8Q1WYr .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uC3l8Q1WYr .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .cid-uC3l8Q1WYr .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uC3l8Q1WYr .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uC3l8Q1WYr .title-wrapper .social-wrapper {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .cid-uC3l8Q1WYr .title-wrapper .social-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uC3l8Q1WYr .title-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uC3l8Q1WYr .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uC3l8Q1WYr .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uC3l8Q1WYr .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uC3l8Q1WYr .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uC3l8Q1WYr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uC3l8Q1WYr .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uC3l8Q1WYr .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uC3l8Q1WYr .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uC3l8Q1WYr .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uC3l8Q1WYr .list-content {
    display: block;
  }
}
.cid-uC3l8Q1WYr .list-content .nav-wrapper,
.cid-uC3l8Q1WYr .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uC3l8Q1WYr .list-content .nav-wrapper,
  .cid-uC3l8Q1WYr .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uC3l8Q1WYr .list-content .nav-wrapper .mbr-list-title,
.cid-uC3l8Q1WYr .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uC3l8Q1WYr .list-content .nav-wrapper .mbr-list-title,
  .cid-uC3l8Q1WYr .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uC3l8Q1WYr .list-content .nav-wrapper .mbr-list-title,
  .cid-uC3l8Q1WYr .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uC3l8Q1WYr .list-content .nav-wrapper .list,
.cid-uC3l8Q1WYr .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uC3l8Q1WYr .list-content .nav-wrapper .list .item-wrap,
.cid-uC3l8Q1WYr .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uC3l8Q1WYr .list-content .nav-wrapper .list .item-wrap,
  .cid-uC3l8Q1WYr .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uC3l8Q1WYr .list-content .nav-wrapper .list .item-wrap,
  .cid-uC3l8Q1WYr .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
.cid-uC3l8Q1WYr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uC3l8Q1WYr .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uC3l8Q1WYr .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uC3l8Q1WYr .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uC3l8Q1WYr .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uC3l8Q1WYr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC3l8Q1WYr .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uC3l8Q1WYr .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uC3l8Q1WYr .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uC3l8Q1WYr .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uC3l8Q1WYr .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #e360f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uC3l8Q1WYr .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uC3l8Q1WYr .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uC3l8Q1WYr .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uC3l8Q1WYr .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uC3l8Q1WYr .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uC3l8Q1WYr .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uC3l8Q1WYr .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uC3l8Q1WYr .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uC3l8Q1WYr .mbr-list-title {
  color: #fdfdfd;
  text-align: left;
}
.cid-uC3l8Q1WYr .list {
  color: #ffffff;
}
.cid-uC3l8Q1WYr .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uC3l8Q1WYr .mbr-brand {
  color: #ffffff;
}
.cid-uC3l8Q1WYr .list,
.cid-uC3l8Q1WYr .item-wrap {
  color: #ffffff;
}
.cid-uC3l8Q1WYr .mbr-section-title,
.cid-uC3l8Q1WYr .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uDhF6z0zhD {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #0c0c0c;
}
.cid-uDhF6z0zhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhF6z0zhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhF6z0zhD .mbr-section-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uDhF6z0zhD p {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
}
.cid-uDhF6z0zhD .mbr-section-subtitle {
  color: #fdfdfd;
}
.cid-uDhF6zLgnm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c0c0c;
}
.cid-uDhF6zLgnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhF6zLgnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhF6zLgnm .mbr-section-title {
  color: #fdfdfd;
  text-align: left;
}
.cid-uDhF6G999v {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0c0c;
}
.cid-uDhF6G999v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhF6G999v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDhF6G999v .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDhF6G999v .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDhF6G999v .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uDhF6G999v .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDhF6G999v .container {
    padding: 0 12px;
  }
}
.cid-uDhF6G999v .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: transparent;
  border-style: solid;
  border-width: 0.1px;
  border-color: #ffffff63;
}
@media (max-width: 992px) {
  .cid-uDhF6G999v .content-wrapper {
    display: block;
  }
}
.cid-uDhF6G999v .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uDhF6G999v .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDhF6G999v .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-uDhF6G999v .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uDhF6G999v .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDhF6G999v .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDhF6G999v .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
  color: #fdfdfd;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e360f0 !important;
  box-shadow: none;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uDhF6G999v .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uDhF6G999v .mbr-section-title {
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uDhF6G999v .mbr-text {
  color: #fdfdfd;
  text-align: left;
}
.cid-uDhF6G999v label {
  color: #ffffff;
}
.cid-uDhF6G999v .mbr-section-title,
.cid-uDhF6G999v .mbr-section-btn,
.cid-uDhF6G999v .mbr-section-subtitle,
.cid-uDhF6G999v .mbr-text {
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-uDhF6G999v .mbr-section-title,
  .cid-uDhF6G999v .mbr-section-btn,
  .cid-uDhF6G999v .mbr-section-subtitle,
  .cid-uDhF6G999v .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uDhF6G999v .mbr-section-title,
  .cid-uDhF6G999v .mbr-section-btn,
  .cid-uDhF6G999v .mbr-section-subtitle,
  .cid-uDhF6G999v .mbr-text {
    text-align: center;
  }
}
.cid-uDhF6G999v .mbr-section-subtitle,
.cid-uDhF6G999v .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uDhF6G999v LABEL {
  color: #fdfdfd;
}
.cid-uDhF6Hw9Cv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-uDhF6Hw9Cv .btn-primary {
  border-radius: 20px;
}
.cid-uDhF6I4Sf3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c0c;
}
.cid-uDhF6I4Sf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDhF6I4Sf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDhF6I4Sf3 .container {
    padding: 0 25px;
  }
}
.cid-uDhF6I4Sf3 .row {
  justify-content: space-between;
}
.cid-uDhF6I4Sf3 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uDhF6I4Sf3 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uDhF6I4Sf3 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .cid-uDhF6I4Sf3 .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uDhF6I4Sf3 .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uDhF6I4Sf3 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .cid-uDhF6I4Sf3 .title-wrapper .social-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uDhF6I4Sf3 .title-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uDhF6I4Sf3 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDhF6I4Sf3 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uDhF6I4Sf3 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uDhF6I4Sf3 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uDhF6I4Sf3 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDhF6I4Sf3 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uDhF6I4Sf3 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uDhF6I4Sf3 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uDhF6I4Sf3 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uDhF6I4Sf3 .list-content {
    display: block;
  }
}
.cid-uDhF6I4Sf3 .list-content .nav-wrapper,
.cid-uDhF6I4Sf3 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uDhF6I4Sf3 .list-content .nav-wrapper,
  .cid-uDhF6I4Sf3 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uDhF6I4Sf3 .list-content .nav-wrapper .mbr-list-title,
.cid-uDhF6I4Sf3 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uDhF6I4Sf3 .list-content .nav-wrapper .mbr-list-title,
  .cid-uDhF6I4Sf3 .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uDhF6I4Sf3 .list-content .nav-wrapper .mbr-list-title,
  .cid-uDhF6I4Sf3 .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uDhF6I4Sf3 .list-content .nav-wrapper .list,
.cid-uDhF6I4Sf3 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uDhF6I4Sf3 .list-content .nav-wrapper .list .item-wrap,
.cid-uDhF6I4Sf3 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uDhF6I4Sf3 .list-content .nav-wrapper .list .item-wrap,
  .cid-uDhF6I4Sf3 .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uDhF6I4Sf3 .list-content .nav-wrapper .list .item-wrap,
  .cid-uDhF6I4Sf3 .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
.cid-uDhF6I4Sf3 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uDhF6I4Sf3 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uDhF6I4Sf3 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uDhF6I4Sf3 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uDhF6I4Sf3 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uDhF6I4Sf3 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDhF6I4Sf3 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uDhF6I4Sf3 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uDhF6I4Sf3 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uDhF6I4Sf3 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDhF6I4Sf3 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #e360f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uDhF6I4Sf3 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uDhF6I4Sf3 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uDhF6I4Sf3 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uDhF6I4Sf3 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uDhF6I4Sf3 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uDhF6I4Sf3 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uDhF6I4Sf3 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uDhF6I4Sf3 .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uDhF6I4Sf3 .mbr-list-title {
  color: #fdfdfd;
  text-align: left;
}
.cid-uDhF6I4Sf3 .list {
  color: #ffffff;
}
.cid-uDhF6I4Sf3 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uDhF6I4Sf3 .mbr-brand {
  color: #ffffff;
}
.cid-uDhF6I4Sf3 .list,
.cid-uDhF6I4Sf3 .item-wrap {
  color: #ffffff;
}
.cid-uDhF6I4Sf3 .mbr-section-title,
.cid-uDhF6I4Sf3 .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uHTWIsIbnU {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #0c0c0c;
}
.cid-uHTWIsIbnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTWIsIbnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHTWIsIbnU .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uHTWIsIbnU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uHTWIsIbnU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHTWIsIbnU .media-content,
.cid-uHTWIsIbnU .mbr-figure {
  align-self: center;
}
.cid-uHTWIsIbnU .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uHTWIsIbnU .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uHTWIsIbnU .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uHTWIsIbnU .mbr-section-maintitle {
  text-align: center;
}
.cid-uHTWIsIbnU .mbr-section-title {
  text-align: left;
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .cid-uHTWIsIbnU .mbr-section-title {
    text-align: center;
  }
}
.cid-uHTWIsIbnU .mbr-text,
.cid-uHTWIsIbnU .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHTWIsIbnU .mbr-text {
    text-align: center;
  }
}
.cid-uFUDbLO71f {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0c0c0c;
}
.cid-uFUDbLO71f .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #641ddb;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-uFUDbLO71f .card-title {
  transition: all 0.3s;
}
.cid-uFUDbLO71f .main-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: #160830;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-uFUDbLO71f .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem;
  background: #0c0c0c;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  Border-style: solid;
  border-color: #ffffff63;
  border-width: 1px;
}
.cid-uFUDbLO71f .card-wrapper:hover {
  background: #641ddb;
  box-shadow: 5px 5px 30px 0 #641ddb;
}
.cid-uFUDbLO71f .card-wrapper:hover .mbr-iconfont,
.cid-uFUDbLO71f .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-uFUDbLO71f .card-title,
.cid-uFUDbLO71f .card-box {
  color: #fdfdfd;
}
.cid-uFUDbLO71f .main-title,
.cid-uFUDbLO71f .title-col {
  text-align: center;
  color: #fdfdfd;
}
.cid-uFUDbLO71f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUDbLO71f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUDbNfafb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-uFUDbNfafb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFUDbNfafb .item {
    margin-bottom: 1rem;
  }
}
.cid-uFUDbNfafb .item-wrapper {
  position: relative;
}
.cid-uFUDbNfafb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFUDbNfafb .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFUDbNfafb .carousel-control,
.cid-uFUDbNfafb .close {
  background: #1b1b1b;
}
.cid-uFUDbNfafb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFUDbNfafb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFUDbNfafb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFUDbNfafb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFUDbNfafb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFUDbNfafb .close::before {
  content: '\e91a';
}
.cid-uFUDbNfafb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFUDbNfafb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFUDbNfafb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFUDbNfafb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFUDbNfafb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFUDbNfafb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFUDbNfafb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFUDbNfafb .carousel-indicators li.active,
.cid-uFUDbNfafb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFUDbNfafb .carousel-indicators li::after,
.cid-uFUDbNfafb .carousel-indicators li::before {
  content: none;
}
.cid-uFUDbNfafb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFUDbNfafb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFUDbNfafb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFUDbNfafb .carousel-indicators {
    display: none;
  }
}
.cid-uFUDbNfafb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFUDbNfafb .carousel-inner > .active {
  display: block;
}
.cid-uFUDbNfafb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFUDbNfafb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFUDbNfafb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFUDbNfafb .carousel-control,
  .cid-uFUDbNfafb .carousel-indicators,
  .cid-uFUDbNfafb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFUDbNfafb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFUDbNfafb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFUDbNfafb .carousel-indicators .active,
.cid-uFUDbNfafb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFUDbNfafb .carousel-indicators .active {
  background: #fff;
}
.cid-uFUDbNfafb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFUDbNfafb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFUDbNfafb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFUDbNfafb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFUDbNfafb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFUDbNfafb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFUDbNfafb .carousel {
  width: 100%;
}
.cid-uFUDbNfafb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFUDbNfafb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFUDbNfafb .modal.fade .modal-dialog,
.cid-uFUDbNfafb .modal.in .modal-dialog {
  transform: none;
}
.cid-uFUDbNfafb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFUDbNfafb .content-head {
  max-width: 800px;
}
.cid-uFUDbNfafb H6 {
  color: #ffffff;
}
.cid-uFUDbL04tq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-uFUDbL04tq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUDbL04tq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUDbL04tq .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uFUDbL04tq .item .icon-wrap {
  text-align: center;
}
.cid-uFUDbL04tq .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uFUDbL04tq .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #641ddb;
}
.cid-uFUDbL04tq .item.first:before {
  display: none;
}
.cid-uFUDbL04tq .item.five:before {
  display: none;
}
.cid-uFUDbL04tq .icon-box {
  background: #641ddb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uFUDbL04tq .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uFUDbL04tq .mbr-iconfont {
  color: #641ddb !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uFUDbL04tq .item:before {
    display: none;
  }
  .cid-uFUDbL04tq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFUDbL04tq .mbr-text,
.cid-uFUDbL04tq .mbr-section-btn {
  color: #ffffff;
}
.cid-uFUDbL04tq .card-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFUDbL04tq .icon-title,
.cid-uFUDbL04tq .item .icon-wrap {
  color: #ffffff !important;
}
.cid-uFUDbNLfe2 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0c0c0c;
}
.cid-uFUDbNLfe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUDbNLfe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUDbNLfe2 .user {
  background: #0c0c0c;
  border-radius: 2rem;
  Border-style: solid;
  border-color: #ffffff63;
  border-width: 1px;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uFUDbNLfe2 .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-uFUDbNLfe2 .user {
    padding: 1rem;
  }
}
.cid-uFUDbNLfe2 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uFUDbNLfe2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-uFUDbNLfe2 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uFUDbNLfe2 .embla__button--next,
.cid-uFUDbNLfe2 .embla__button--prev {
  display: flex;
}
.cid-uFUDbNLfe2 .embla__button {
  background-color: #000 !important;
  opacity: 1 !important;
  color: #fff !important;
  border-color: #641ddb !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uFUDbNLfe2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uFUDbNLfe2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uFUDbNLfe2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFUDbNLfe2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uFUDbNLfe2 .embla__button {
    top: auto;
  }
}
.cid-uFUDbNLfe2 .img-wrapper {
  osition: relative !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uFUDbNLfe2 .img-wrapper img {
  width: 100px;
  height: 80px;
  border-radius: 0px !important;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uFUDbNLfe2 .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-uFUDbNLfe2 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uFUDbNLfe2 .embla {
  position: relative;
  width: 100%;
}
.cid-uFUDbNLfe2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uFUDbNLfe2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uFUDbNLfe2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uFUDbNLfe2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uFUDbNLfe2 .user_desk {
  color: #db1dd2;
  text-align: left;
}
.cid-uFUDbNLfe2 H3 {
  text-align: center;
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFUDbNLfe2 .user_text {
  color: #fdfdfd;
}
.cid-uFUDbNLfe2 .user_name {
  color: #fdfdfd;
  text-align: left;
}
.cid-uFUDbOpaSQ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0c0c;
}
.cid-uFUDbOpaSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUDbOpaSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUDbOpaSQ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFUDbOpaSQ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFUDbOpaSQ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFUDbOpaSQ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFUDbOpaSQ .container {
    padding: 0 12px;
  }
}
.cid-uFUDbOpaSQ .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: transparent;
  border-style: solid;
  border-width: 0.1px;
  border-color: #ffffff63;
}
@media (max-width: 992px) {
  .cid-uFUDbOpaSQ .content-wrapper {
    display: block;
  }
}
.cid-uFUDbOpaSQ .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFUDbOpaSQ .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFUDbOpaSQ .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-uFUDbOpaSQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFUDbOpaSQ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFUDbOpaSQ .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
  color: #fdfdfd;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e360f0 !important;
  box-shadow: none;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uFUDbOpaSQ .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uFUDbOpaSQ .mbr-section-title {
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFUDbOpaSQ .mbr-text {
  color: #fdfdfd;
  text-align: left;
}
.cid-uFUDbOpaSQ label {
  color: #ffffff;
}
.cid-uFUDbOpaSQ .mbr-section-title,
.cid-uFUDbOpaSQ .mbr-section-btn,
.cid-uFUDbOpaSQ .mbr-section-subtitle,
.cid-uFUDbOpaSQ .mbr-text {
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-uFUDbOpaSQ .mbr-section-title,
  .cid-uFUDbOpaSQ .mbr-section-btn,
  .cid-uFUDbOpaSQ .mbr-section-subtitle,
  .cid-uFUDbOpaSQ .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUDbOpaSQ .mbr-section-title,
  .cid-uFUDbOpaSQ .mbr-section-btn,
  .cid-uFUDbOpaSQ .mbr-section-subtitle,
  .cid-uFUDbOpaSQ .mbr-text {
    text-align: center;
  }
}
.cid-uFUDbOpaSQ .mbr-section-subtitle,
.cid-uFUDbOpaSQ .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uFUDbOpaSQ LABEL {
  color: #fdfdfd;
}
.cid-uFUDbPWrTl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c0c;
}
.cid-uFUDbPWrTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUDbPWrTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFUDbPWrTl .container {
    padding: 0 25px;
  }
}
.cid-uFUDbPWrTl .row {
  justify-content: space-between;
}
.cid-uFUDbPWrTl .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uFUDbPWrTl .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFUDbPWrTl .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .cid-uFUDbPWrTl .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUDbPWrTl .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uFUDbPWrTl .title-wrapper .social-wrapper {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .cid-uFUDbPWrTl .title-wrapper .social-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUDbPWrTl .title-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uFUDbPWrTl .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFUDbPWrTl .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uFUDbPWrTl .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uFUDbPWrTl .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uFUDbPWrTl .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFUDbPWrTl .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uFUDbPWrTl .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFUDbPWrTl .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFUDbPWrTl .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFUDbPWrTl .list-content {
    display: block;
  }
}
.cid-uFUDbPWrTl .list-content .nav-wrapper,
.cid-uFUDbPWrTl .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFUDbPWrTl .list-content .nav-wrapper,
  .cid-uFUDbPWrTl .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uFUDbPWrTl .list-content .nav-wrapper .mbr-list-title,
.cid-uFUDbPWrTl .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uFUDbPWrTl .list-content .nav-wrapper .mbr-list-title,
  .cid-uFUDbPWrTl .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUDbPWrTl .list-content .nav-wrapper .mbr-list-title,
  .cid-uFUDbPWrTl .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uFUDbPWrTl .list-content .nav-wrapper .list,
.cid-uFUDbPWrTl .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFUDbPWrTl .list-content .nav-wrapper .list .item-wrap,
.cid-uFUDbPWrTl .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uFUDbPWrTl .list-content .nav-wrapper .list .item-wrap,
  .cid-uFUDbPWrTl .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUDbPWrTl .list-content .nav-wrapper .list .item-wrap,
  .cid-uFUDbPWrTl .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
.cid-uFUDbPWrTl .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uFUDbPWrTl .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uFUDbPWrTl .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uFUDbPWrTl .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uFUDbPWrTl .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uFUDbPWrTl .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFUDbPWrTl .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uFUDbPWrTl .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uFUDbPWrTl .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uFUDbPWrTl .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFUDbPWrTl .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #e360f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uFUDbPWrTl .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uFUDbPWrTl .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uFUDbPWrTl .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uFUDbPWrTl .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uFUDbPWrTl .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uFUDbPWrTl .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uFUDbPWrTl .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uFUDbPWrTl .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFUDbPWrTl .mbr-list-title {
  color: #fdfdfd;
  text-align: left;
}
.cid-uFUDbPWrTl .list {
  color: #ffffff;
}
.cid-uFUDbPWrTl .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uFUDbPWrTl .mbr-brand {
  color: #ffffff;
}
.cid-uFUDbPWrTl .list,
.cid-uFUDbPWrTl .item-wrap {
  color: #ffffff;
}
.cid-uFUDbPWrTl .mbr-section-title,
.cid-uFUDbPWrTl .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uHMwmdce15 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #0c0c0c;
}
.cid-uHMwmdce15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHMwmdce15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHMwmdce15 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uHMwmdce15 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uHMwmdce15 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHMwmdce15 .media-content,
.cid-uHMwmdce15 .mbr-figure {
  align-self: center;
}
.cid-uHMwmdce15 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uHMwmdce15 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uHMwmdce15 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uHMwmdce15 .mbr-section-maintitle {
  text-align: center;
}
.cid-uHMwmdce15 .mbr-section-title {
  text-align: left;
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHMwmdce15 .mbr-text,
.cid-uHMwmdce15 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uFOLCHUk98 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-uFOLCHUk98 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #641ddb;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-uFOLCHUk98 .card-title {
  transition: all 0.3s;
}
.cid-uFOLCHUk98 .main-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: #160830;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-uFOLCHUk98 .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem;
  background: #0c0c0c;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  Border-style: solid;
  border-color: #ffffff63;
  border-width: 1px;
}
.cid-uFOLCHUk98 .card-wrapper:hover {
  background: #641ddb;
  box-shadow: 5px 5px 30px 0 #641ddb;
}
.cid-uFOLCHUk98 .card-wrapper:hover .mbr-iconfont,
.cid-uFOLCHUk98 .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-uFOLCHUk98 .card-title,
.cid-uFOLCHUk98 .card-box {
  color: #fdfdfd;
}
.cid-uFOLCHUk98 .main-title,
.cid-uFOLCHUk98 .title-col {
  text-align: center;
  color: #fdfdfd;
}
.cid-uFOLCHUk98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOLCHUk98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHMwSBWZI4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #0c0c0c;
}
.cid-uHMwSBWZI4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHMwSBWZI4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uHMwSBWZI4 .item-wrapper {
  position: relative;
}
.cid-uHMwSBWZI4 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uHMwSBWZI4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uHMwSBWZI4 .carousel-control,
.cid-uHMwSBWZI4 .close {
  background: #1b1b1b;
}
.cid-uHMwSBWZI4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHMwSBWZI4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHMwSBWZI4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHMwSBWZI4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHMwSBWZI4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHMwSBWZI4 .close::before {
  content: '\e91a';
}
.cid-uHMwSBWZI4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHMwSBWZI4 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHMwSBWZI4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMwSBWZI4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHMwSBWZI4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHMwSBWZI4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHMwSBWZI4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHMwSBWZI4 .carousel-indicators li.active,
.cid-uHMwSBWZI4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHMwSBWZI4 .carousel-indicators li::after,
.cid-uHMwSBWZI4 .carousel-indicators li::before {
  content: none;
}
.cid-uHMwSBWZI4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHMwSBWZI4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHMwSBWZI4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHMwSBWZI4 .carousel-indicators {
    display: none;
  }
}
.cid-uHMwSBWZI4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHMwSBWZI4 .carousel-inner > .active {
  display: block;
}
.cid-uHMwSBWZI4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHMwSBWZI4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHMwSBWZI4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHMwSBWZI4 .carousel-control,
  .cid-uHMwSBWZI4 .carousel-indicators,
  .cid-uHMwSBWZI4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHMwSBWZI4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHMwSBWZI4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHMwSBWZI4 .carousel-indicators .active,
.cid-uHMwSBWZI4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHMwSBWZI4 .carousel-indicators .active {
  background: #fff;
}
.cid-uHMwSBWZI4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHMwSBWZI4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHMwSBWZI4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHMwSBWZI4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHMwSBWZI4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHMwSBWZI4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHMwSBWZI4 .carousel {
  width: 100%;
}
.cid-uHMwSBWZI4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHMwSBWZI4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHMwSBWZI4 .modal.fade .modal-dialog,
.cid-uHMwSBWZI4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHMwSBWZI4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHMwSBWZI4 .content-head {
  max-width: 800px;
}
.cid-uHMwSBWZI4 H6 {
  color: #ffffff;
}
.cid-uHMwSBWZI4 H3 {
  color: #ffffff;
  text-align: center;
}
.cid-uHMwSBWZI4 .mbr-section-title {
  text-align: center;
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHTQlUDyF1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #0c0c0c;
}
.cid-uHTQlUDyF1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uHTQlUDyF1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uHTQlUDyF1 .item-wrapper {
  position: relative;
}
.cid-uHTQlUDyF1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uHTQlUDyF1 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uHTQlUDyF1 .carousel-control,
.cid-uHTQlUDyF1 .close {
  background: #1b1b1b;
}
.cid-uHTQlUDyF1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uHTQlUDyF1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uHTQlUDyF1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uHTQlUDyF1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uHTQlUDyF1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uHTQlUDyF1 .close::before {
  content: '\e91a';
}
.cid-uHTQlUDyF1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uHTQlUDyF1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uHTQlUDyF1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHTQlUDyF1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHTQlUDyF1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHTQlUDyF1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uHTQlUDyF1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uHTQlUDyF1 .carousel-indicators li.active,
.cid-uHTQlUDyF1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHTQlUDyF1 .carousel-indicators li::after,
.cid-uHTQlUDyF1 .carousel-indicators li::before {
  content: none;
}
.cid-uHTQlUDyF1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHTQlUDyF1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uHTQlUDyF1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uHTQlUDyF1 .carousel-indicators {
    display: none;
  }
}
.cid-uHTQlUDyF1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uHTQlUDyF1 .carousel-inner > .active {
  display: block;
}
.cid-uHTQlUDyF1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHTQlUDyF1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uHTQlUDyF1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uHTQlUDyF1 .carousel-control,
  .cid-uHTQlUDyF1 .carousel-indicators,
  .cid-uHTQlUDyF1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uHTQlUDyF1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uHTQlUDyF1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uHTQlUDyF1 .carousel-indicators .active,
.cid-uHTQlUDyF1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uHTQlUDyF1 .carousel-indicators .active {
  background: #fff;
}
.cid-uHTQlUDyF1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uHTQlUDyF1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uHTQlUDyF1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uHTQlUDyF1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uHTQlUDyF1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uHTQlUDyF1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uHTQlUDyF1 .carousel {
  width: 100%;
}
.cid-uHTQlUDyF1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uHTQlUDyF1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uHTQlUDyF1 .modal.fade .modal-dialog,
.cid-uHTQlUDyF1 .modal.in .modal-dialog {
  transform: none;
}
.cid-uHTQlUDyF1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uHTQlUDyF1 .content-head {
  max-width: 800px;
}
.cid-uHTQlUDyF1 H6 {
  color: #ffffff;
}
.cid-uFOPGXUFtg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #0c0c0c;
}
.cid-uFOPGXUFtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOPGXUFtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOPGXUFtg .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uFOPGXUFtg .item .icon-wrap {
  text-align: center;
}
.cid-uFOPGXUFtg .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uFOPGXUFtg .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #641ddb;
}
.cid-uFOPGXUFtg .item.first:before {
  display: none;
}
.cid-uFOPGXUFtg .item.five:before {
  display: none;
}
.cid-uFOPGXUFtg .icon-box {
  background: #641ddb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uFOPGXUFtg .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uFOPGXUFtg .mbr-iconfont {
  color: #641ddb !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uFOPGXUFtg .item:before {
    display: none;
  }
  .cid-uFOPGXUFtg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFOPGXUFtg .mbr-text,
.cid-uFOPGXUFtg .mbr-section-btn {
  color: #ffffff;
}
.cid-uFOPGXUFtg .card-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFOPGXUFtg .icon-title,
.cid-uFOPGXUFtg .item .icon-wrap {
  color: #ffffff;
}
.cid-uHU2LmHjwd {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0c0c0c;
}
.cid-uHU2LmHjwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHU2LmHjwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHU2LmHjwd .user {
  background: #0c0c0c;
  border-radius: 2rem;
  Border-style: solid;
  border-color: #ffffff63;
  border-width: 1px;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uHU2LmHjwd .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-uHU2LmHjwd .user {
    padding: 1rem;
  }
}
.cid-uHU2LmHjwd .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uHU2LmHjwd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-uHU2LmHjwd .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHU2LmHjwd .embla__button--next,
.cid-uHU2LmHjwd .embla__button--prev {
  display: flex;
}
.cid-uHU2LmHjwd .embla__button {
  background-color: #000 !important;
  opacity: 1 !important;
  color: #fff !important;
  border-color: #641ddb !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHU2LmHjwd .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHU2LmHjwd .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uHU2LmHjwd .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHU2LmHjwd .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uHU2LmHjwd .embla__button {
    top: auto;
  }
}
.cid-uHU2LmHjwd .img-wrapper {
  osition: relative !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uHU2LmHjwd .img-wrapper img {
  width: 100px;
  height: 80px;
  border-radius: 0px !important;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uHU2LmHjwd .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-uHU2LmHjwd .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uHU2LmHjwd .embla {
  position: relative;
  width: 100%;
}
.cid-uHU2LmHjwd .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHU2LmHjwd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHU2LmHjwd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHU2LmHjwd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHU2LmHjwd .user_desk {
  color: #db1dd2;
  text-align: left;
}
.cid-uHU2LmHjwd H3 {
  text-align: center;
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHU2LmHjwd .user_text {
  color: #fdfdfd;
}
.cid-uHU2LmHjwd .user_name {
  color: #fdfdfd;
  text-align: left;
}
.cid-uG766SD1f9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0c0c0c;
}
.cid-uG766SD1f9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG766SD1f9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG766SD1f9 .mbr-section-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: black;
}
.cid-uG766SD1f9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uG766SD1f9 .btn-secondary {
  border-radius: 20px;
}
.cid-uFOfPjZe0K {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0c0c;
}
.cid-uFOfPjZe0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOfPjZe0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOfPjZe0K .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFOfPjZe0K .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFOfPjZe0K .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFOfPjZe0K .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFOfPjZe0K .container {
    padding: 0 12px;
  }
}
.cid-uFOfPjZe0K .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: transparent;
  border-style: solid;
  border-width: 0.1px;
  border-color: #ffffff63;
}
@media (max-width: 992px) {
  .cid-uFOfPjZe0K .content-wrapper {
    display: block;
  }
}
.cid-uFOfPjZe0K .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFOfPjZe0K .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFOfPjZe0K .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-uFOfPjZe0K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFOfPjZe0K .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFOfPjZe0K .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
  color: #fdfdfd;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e360f0 !important;
  box-shadow: none;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uFOfPjZe0K .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uFOfPjZe0K .mbr-section-title {
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFOfPjZe0K .mbr-text {
  color: #fdfdfd;
  text-align: left;
}
.cid-uFOfPjZe0K label {
  color: #ffffff;
}
.cid-uFOfPjZe0K .mbr-section-title,
.cid-uFOfPjZe0K .mbr-section-btn,
.cid-uFOfPjZe0K .mbr-section-subtitle,
.cid-uFOfPjZe0K .mbr-text {
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-uFOfPjZe0K .mbr-section-title,
  .cid-uFOfPjZe0K .mbr-section-btn,
  .cid-uFOfPjZe0K .mbr-section-subtitle,
  .cid-uFOfPjZe0K .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFOfPjZe0K .mbr-section-title,
  .cid-uFOfPjZe0K .mbr-section-btn,
  .cid-uFOfPjZe0K .mbr-section-subtitle,
  .cid-uFOfPjZe0K .mbr-text {
    text-align: center;
  }
}
.cid-uFOfPjZe0K .mbr-section-subtitle,
.cid-uFOfPjZe0K .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uFOfPjZe0K LABEL {
  color: #fdfdfd;
}
.cid-uFOfPmlAqE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c0c;
}
.cid-uFOfPmlAqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOfPmlAqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFOfPmlAqE .container {
    padding: 0 25px;
  }
}
.cid-uFOfPmlAqE .row {
  justify-content: space-between;
}
.cid-uFOfPmlAqE .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uFOfPmlAqE .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFOfPmlAqE .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .cid-uFOfPmlAqE .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFOfPmlAqE .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uFOfPmlAqE .title-wrapper .social-wrapper {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .cid-uFOfPmlAqE .title-wrapper .social-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFOfPmlAqE .title-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uFOfPmlAqE .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFOfPmlAqE .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uFOfPmlAqE .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uFOfPmlAqE .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uFOfPmlAqE .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFOfPmlAqE .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uFOfPmlAqE .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFOfPmlAqE .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFOfPmlAqE .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFOfPmlAqE .list-content {
    display: block;
  }
}
.cid-uFOfPmlAqE .list-content .nav-wrapper,
.cid-uFOfPmlAqE .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFOfPmlAqE .list-content .nav-wrapper,
  .cid-uFOfPmlAqE .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uFOfPmlAqE .list-content .nav-wrapper .mbr-list-title,
.cid-uFOfPmlAqE .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uFOfPmlAqE .list-content .nav-wrapper .mbr-list-title,
  .cid-uFOfPmlAqE .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFOfPmlAqE .list-content .nav-wrapper .mbr-list-title,
  .cid-uFOfPmlAqE .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uFOfPmlAqE .list-content .nav-wrapper .list,
.cid-uFOfPmlAqE .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFOfPmlAqE .list-content .nav-wrapper .list .item-wrap,
.cid-uFOfPmlAqE .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uFOfPmlAqE .list-content .nav-wrapper .list .item-wrap,
  .cid-uFOfPmlAqE .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFOfPmlAqE .list-content .nav-wrapper .list .item-wrap,
  .cid-uFOfPmlAqE .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
.cid-uFOfPmlAqE .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uFOfPmlAqE .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uFOfPmlAqE .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uFOfPmlAqE .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uFOfPmlAqE .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uFOfPmlAqE .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFOfPmlAqE .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uFOfPmlAqE .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uFOfPmlAqE .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uFOfPmlAqE .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFOfPmlAqE .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #e360f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uFOfPmlAqE .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uFOfPmlAqE .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uFOfPmlAqE .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uFOfPmlAqE .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uFOfPmlAqE .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uFOfPmlAqE .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uFOfPmlAqE .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uFOfPmlAqE .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFOfPmlAqE .mbr-list-title {
  color: #fdfdfd;
  text-align: left;
}
.cid-uFOfPmlAqE .list {
  color: #ffffff;
}
.cid-uFOfPmlAqE .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uFOfPmlAqE .mbr-brand {
  color: #ffffff;
}
.cid-uFOfPmlAqE .list,
.cid-uFOfPmlAqE .item-wrap {
  color: #ffffff;
}
.cid-uFOfPmlAqE .mbr-section-title,
.cid-uFOfPmlAqE .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uHTUNhmQdn {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #0c0c0c;
}
.cid-uHTUNhmQdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTUNhmQdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHTUNhmQdn .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uHTUNhmQdn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uHTUNhmQdn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uHTUNhmQdn .media-content,
.cid-uHTUNhmQdn .mbr-figure {
  align-self: center;
}
.cid-uHTUNhmQdn .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uHTUNhmQdn .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uHTUNhmQdn .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uHTUNhmQdn .mbr-section-maintitle {
  text-align: center;
}
.cid-uHTUNhmQdn .mbr-section-title {
  text-align: left;
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHTUNhmQdn .mbr-text,
.cid-uHTUNhmQdn .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uFUGC9NsHh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0c0c0c;
}
.cid-uFUGC9NsHh .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #641ddb;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-uFUGC9NsHh .card-title {
  transition: all 0.3s;
}
.cid-uFUGC9NsHh .main-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: #160830;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-uFUGC9NsHh .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem;
  background: #0c0c0c;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  Border-style: solid;
  border-color: #ffffff63;
  border-width: 1px;
}
.cid-uFUGC9NsHh .card-wrapper:hover {
  background: #641ddb;
  box-shadow: 5px 5px 30px 0 #641ddb;
}
.cid-uFUGC9NsHh .card-wrapper:hover .mbr-iconfont,
.cid-uFUGC9NsHh .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-uFUGC9NsHh .card-title,
.cid-uFUGC9NsHh .card-box {
  color: #fdfdfd;
}
.cid-uFUGC9NsHh .main-title,
.cid-uFUGC9NsHh .title-col {
  text-align: center;
  color: #fdfdfd;
}
.cid-uFUGC9NsHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUGC9NsHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUD4whlF5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-uFUD4whlF5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uFUD4whlF5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uFUD4whlF5 .item-wrapper {
  position: relative;
}
.cid-uFUD4whlF5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uFUD4whlF5 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uFUD4whlF5 .carousel-control,
.cid-uFUD4whlF5 .close {
  background: #1b1b1b;
}
.cid-uFUD4whlF5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uFUD4whlF5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uFUD4whlF5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uFUD4whlF5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uFUD4whlF5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uFUD4whlF5 .close::before {
  content: '\e91a';
}
.cid-uFUD4whlF5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uFUD4whlF5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFUD4whlF5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFUD4whlF5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFUD4whlF5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFUD4whlF5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uFUD4whlF5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFUD4whlF5 .carousel-indicators li.active,
.cid-uFUD4whlF5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFUD4whlF5 .carousel-indicators li::after,
.cid-uFUD4whlF5 .carousel-indicators li::before {
  content: none;
}
.cid-uFUD4whlF5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFUD4whlF5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uFUD4whlF5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uFUD4whlF5 .carousel-indicators {
    display: none;
  }
}
.cid-uFUD4whlF5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFUD4whlF5 .carousel-inner > .active {
  display: block;
}
.cid-uFUD4whlF5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFUD4whlF5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFUD4whlF5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uFUD4whlF5 .carousel-control,
  .cid-uFUD4whlF5 .carousel-indicators,
  .cid-uFUD4whlF5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uFUD4whlF5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uFUD4whlF5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uFUD4whlF5 .carousel-indicators .active,
.cid-uFUD4whlF5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uFUD4whlF5 .carousel-indicators .active {
  background: #fff;
}
.cid-uFUD4whlF5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uFUD4whlF5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uFUD4whlF5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uFUD4whlF5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uFUD4whlF5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uFUD4whlF5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uFUD4whlF5 .carousel {
  width: 100%;
}
.cid-uFUD4whlF5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uFUD4whlF5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uFUD4whlF5 .modal.fade .modal-dialog,
.cid-uFUD4whlF5 .modal.in .modal-dialog {
  transform: none;
}
.cid-uFUD4whlF5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uFUD4whlF5 .content-head {
  max-width: 800px;
}
.cid-uFUD4whlF5 H6 {
  color: #ffffff;
}
.cid-uFUD4u9AUM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-uFUD4u9AUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUD4u9AUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUD4u9AUM .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-uFUD4u9AUM .item .icon-wrap {
  text-align: center;
}
.cid-uFUD4u9AUM .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-uFUD4u9AUM .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #641ddb;
}
.cid-uFUD4u9AUM .item.first:before {
  display: none;
}
.cid-uFUD4u9AUM .item.five:before {
  display: none;
}
.cid-uFUD4u9AUM .icon-box {
  background: #641ddb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-uFUD4u9AUM .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-uFUD4u9AUM .mbr-iconfont {
  color: #641ddb !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uFUD4u9AUM .item:before {
    display: none;
  }
  .cid-uFUD4u9AUM .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uFUD4u9AUM .mbr-text,
.cid-uFUD4u9AUM .mbr-section-btn {
  color: #ffffff;
}
.cid-uFUD4u9AUM .card-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFUD4u9AUM .icon-title,
.cid-uFUD4u9AUM .item .icon-wrap {
  color: #ffffff;
}
.cid-uFUD4xvG1T {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0c0c;
}
.cid-uFUD4xvG1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUD4xvG1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFUD4xvG1T .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uFUD4xvG1T .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFUD4xvG1T .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uFUD4xvG1T .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uFUD4xvG1T .container {
    padding: 0 12px;
  }
}
.cid-uFUD4xvG1T .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: transparent;
  border-style: solid;
  border-width: 0.1px;
  border-color: #ffffff63;
}
@media (max-width: 992px) {
  .cid-uFUD4xvG1T .content-wrapper {
    display: block;
  }
}
.cid-uFUD4xvG1T .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uFUD4xvG1T .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFUD4xvG1T .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-uFUD4xvG1T .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uFUD4xvG1T .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFUD4xvG1T .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
  color: #fdfdfd;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e360f0 !important;
  box-shadow: none;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-uFUD4xvG1T .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uFUD4xvG1T .mbr-section-title {
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFUD4xvG1T .mbr-text {
  color: #fdfdfd;
  text-align: left;
}
.cid-uFUD4xvG1T label {
  color: #ffffff;
}
.cid-uFUD4xvG1T .mbr-section-title,
.cid-uFUD4xvG1T .mbr-section-btn,
.cid-uFUD4xvG1T .mbr-section-subtitle,
.cid-uFUD4xvG1T .mbr-text {
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-uFUD4xvG1T .mbr-section-title,
  .cid-uFUD4xvG1T .mbr-section-btn,
  .cid-uFUD4xvG1T .mbr-section-subtitle,
  .cid-uFUD4xvG1T .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUD4xvG1T .mbr-section-title,
  .cid-uFUD4xvG1T .mbr-section-btn,
  .cid-uFUD4xvG1T .mbr-section-subtitle,
  .cid-uFUD4xvG1T .mbr-text {
    text-align: center;
  }
}
.cid-uFUD4xvG1T .mbr-section-subtitle,
.cid-uFUD4xvG1T .mbr-section-btn {
  color: #fdfdfd;
}
.cid-uFUD4xvG1T LABEL {
  color: #fdfdfd;
}
.cid-uFUD4z0Hgg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c0c;
}
.cid-uFUD4z0Hgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFUD4z0Hgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFUD4z0Hgg .container {
    padding: 0 25px;
  }
}
.cid-uFUD4z0Hgg .row {
  justify-content: space-between;
}
.cid-uFUD4z0Hgg .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uFUD4z0Hgg .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFUD4z0Hgg .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .cid-uFUD4z0Hgg .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUD4z0Hgg .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uFUD4z0Hgg .title-wrapper .social-wrapper {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .cid-uFUD4z0Hgg .title-wrapper .social-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUD4z0Hgg .title-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-uFUD4z0Hgg .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFUD4z0Hgg .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-uFUD4z0Hgg .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-uFUD4z0Hgg .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uFUD4z0Hgg .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFUD4z0Hgg .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uFUD4z0Hgg .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uFUD4z0Hgg .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uFUD4z0Hgg .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-uFUD4z0Hgg .list-content {
    display: block;
  }
}
.cid-uFUD4z0Hgg .list-content .nav-wrapper,
.cid-uFUD4z0Hgg .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uFUD4z0Hgg .list-content .nav-wrapper,
  .cid-uFUD4z0Hgg .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-uFUD4z0Hgg .list-content .nav-wrapper .mbr-list-title,
.cid-uFUD4z0Hgg .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uFUD4z0Hgg .list-content .nav-wrapper .mbr-list-title,
  .cid-uFUD4z0Hgg .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUD4z0Hgg .list-content .nav-wrapper .mbr-list-title,
  .cid-uFUD4z0Hgg .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-uFUD4z0Hgg .list-content .nav-wrapper .list,
.cid-uFUD4z0Hgg .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFUD4z0Hgg .list-content .nav-wrapper .list .item-wrap,
.cid-uFUD4z0Hgg .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uFUD4z0Hgg .list-content .nav-wrapper .list .item-wrap,
  .cid-uFUD4z0Hgg .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uFUD4z0Hgg .list-content .nav-wrapper .list .item-wrap,
  .cid-uFUD4z0Hgg .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
.cid-uFUD4z0Hgg .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uFUD4z0Hgg .list-content .contact-wrapper .list .item-wrap:hover,
.cid-uFUD4z0Hgg .list-content .nav-wrapper .list .item-wrap:hover,
.cid-uFUD4z0Hgg .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-uFUD4z0Hgg .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-uFUD4z0Hgg .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFUD4z0Hgg .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-uFUD4z0Hgg .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-uFUD4z0Hgg .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uFUD4z0Hgg .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFUD4z0Hgg .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #e360f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uFUD4z0Hgg .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-uFUD4z0Hgg .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uFUD4z0Hgg .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uFUD4z0Hgg .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uFUD4z0Hgg .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-uFUD4z0Hgg .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uFUD4z0Hgg .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-uFUD4z0Hgg .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFUD4z0Hgg .mbr-list-title {
  color: #fdfdfd;
  text-align: left;
}
.cid-uFUD4z0Hgg .list {
  color: #ffffff;
}
.cid-uFUD4z0Hgg .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uFUD4z0Hgg .mbr-brand {
  color: #ffffff;
}
.cid-uFUD4z0Hgg .list,
.cid-uFUD4z0Hgg .item-wrap {
  color: #ffffff;
}
.cid-uFUD4z0Hgg .mbr-section-title,
.cid-uFUD4z0Hgg .mbr-section-btn {
  color: #fdfdfd;
}
.cid-vaWA1CXBVf {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #0c0c0c;
}
.cid-vaWA1CXBVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA1CXBVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vaWA1CXBVf .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-vaWA1CXBVf .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-vaWA1CXBVf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaWA1CXBVf .media-content,
.cid-vaWA1CXBVf .mbr-figure {
  align-self: center;
}
.cid-vaWA1CXBVf .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-vaWA1CXBVf .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-vaWA1CXBVf .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-vaWA1CXBVf .mbr-section-maintitle {
  text-align: center;
}
.cid-vaWA1CXBVf .mbr-section-title {
  text-align: left;
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .cid-vaWA1CXBVf .mbr-section-title {
    text-align: center;
  }
}
.cid-vaWA1CXBVf .mbr-text,
.cid-vaWA1CXBVf .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vaWA1CXBVf .mbr-text {
    text-align: center;
  }
}
.cid-vaWA1DfgIK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0c0c0c;
}
.cid-vaWA1DfgIK .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #641ddb;
  transition: all 0.3s;
  margin-bottom: 1rem;
}
.cid-vaWA1DfgIK .card-title {
  transition: all 0.3s;
}
.cid-vaWA1DfgIK .main-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: #160830;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: fit-content;
  display: inline-block;
}
.cid-vaWA1DfgIK .card-wrapper {
  transition: all 0.3s;
  padding: 1.5rem;
  background: #0c0c0c;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  Border-style: solid;
  border-color: #ffffff63;
  border-width: 1px;
}
.cid-vaWA1DfgIK .card-wrapper:hover {
  background: #641ddb;
  box-shadow: 5px 5px 30px 0 #641ddb;
}
.cid-vaWA1DfgIK .card-wrapper:hover .mbr-iconfont,
.cid-vaWA1DfgIK .card-wrapper:hover .card-title {
  color: #ffffff;
}
.cid-vaWA1DfgIK .card-title,
.cid-vaWA1DfgIK .card-box {
  color: #fdfdfd;
}
.cid-vaWA1DfgIK .main-title,
.cid-vaWA1DfgIK .title-col {
  text-align: center;
  color: #fdfdfd;
}
.cid-vaWA1DfgIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA1DfgIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWLIcg4LH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-vaWLIcg4LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWLIcg4LH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWLIcg4LH .mbr-section-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: black;
}
.cid-vaWLIcg4LH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vaWA1DwwOo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-vaWA1DwwOo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaWA1DwwOo .item {
    margin-bottom: 1rem;
  }
}
.cid-vaWA1DwwOo .item-wrapper {
  position: relative;
}
.cid-vaWA1DwwOo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vaWA1DwwOo .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vaWA1DwwOo .carousel-control,
.cid-vaWA1DwwOo .close {
  background: #1b1b1b;
}
.cid-vaWA1DwwOo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vaWA1DwwOo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vaWA1DwwOo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vaWA1DwwOo .carousel-control-next span {
  margin-left: 5px;
}
.cid-vaWA1DwwOo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vaWA1DwwOo .close::before {
  content: '\e91a';
}
.cid-vaWA1DwwOo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vaWA1DwwOo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vaWA1DwwOo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaWA1DwwOo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vaWA1DwwOo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vaWA1DwwOo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vaWA1DwwOo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vaWA1DwwOo .carousel-indicators li.active,
.cid-vaWA1DwwOo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vaWA1DwwOo .carousel-indicators li::after,
.cid-vaWA1DwwOo .carousel-indicators li::before {
  content: none;
}
.cid-vaWA1DwwOo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vaWA1DwwOo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vaWA1DwwOo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vaWA1DwwOo .carousel-indicators {
    display: none;
  }
}
.cid-vaWA1DwwOo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vaWA1DwwOo .carousel-inner > .active {
  display: block;
}
.cid-vaWA1DwwOo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaWA1DwwOo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vaWA1DwwOo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vaWA1DwwOo .carousel-control,
  .cid-vaWA1DwwOo .carousel-indicators,
  .cid-vaWA1DwwOo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vaWA1DwwOo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vaWA1DwwOo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vaWA1DwwOo .carousel-indicators .active,
.cid-vaWA1DwwOo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vaWA1DwwOo .carousel-indicators .active {
  background: #fff;
}
.cid-vaWA1DwwOo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vaWA1DwwOo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vaWA1DwwOo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vaWA1DwwOo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vaWA1DwwOo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vaWA1DwwOo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vaWA1DwwOo .carousel {
  width: 100%;
}
.cid-vaWA1DwwOo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vaWA1DwwOo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vaWA1DwwOo .modal.fade .modal-dialog,
.cid-vaWA1DwwOo .modal.in .modal-dialog {
  transform: none;
}
.cid-vaWA1DwwOo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vaWA1DwwOo .content-head {
  max-width: 800px;
}
.cid-vaWA1DwwOo H6 {
  color: #ffffff;
}
.cid-vaWA1DwwOo .main-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb) !important;
  color: #160830 !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  position: relative !important;
  width: fit-content !important;
  display: inline-block !important;
}
.cid-vaWA1DwwOo H3 {
  color: #db1dd2;
}
.cid-vaWA1DX1H7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0c0c0c;
}
.cid-vaWA1DX1H7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA1DX1H7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWA1DX1H7 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-vaWA1DX1H7 .item .icon-wrap {
  text-align: center;
}
.cid-vaWA1DX1H7 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-vaWA1DX1H7 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #641ddb;
}
.cid-vaWA1DX1H7 .item.first:before {
  display: none;
}
.cid-vaWA1DX1H7 .item.five:before {
  display: none;
}
.cid-vaWA1DX1H7 .icon-box {
  background: #641ddb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-vaWA1DX1H7 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-vaWA1DX1H7 .mbr-iconfont {
  color: #641ddb !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-vaWA1DX1H7 .item:before {
    display: none;
  }
  .cid-vaWA1DX1H7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vaWA1DX1H7 .mbr-text,
.cid-vaWA1DX1H7 .mbr-section-btn {
  color: #ffffff;
}
.cid-vaWA1DX1H7 .card-title {
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  color: black;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vaWA1DX1H7 .icon-title,
.cid-vaWA1DX1H7 .item .icon-wrap {
  color: #ffffff !important;
}
.cid-vaWA1EqxlY {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #0c0c0c;
}
.cid-vaWA1EqxlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA1EqxlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWA1EqxlY .user {
  background: #0c0c0c;
  border-radius: 2rem;
  Border-style: solid;
  border-color: #ffffff63;
  border-width: 1px;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-vaWA1EqxlY .user_image {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .cid-vaWA1EqxlY .user {
    padding: 1rem;
  }
}
.cid-vaWA1EqxlY .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vaWA1EqxlY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 700px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .cid-vaWA1EqxlY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vaWA1EqxlY .embla__button--next,
.cid-vaWA1EqxlY .embla__button--prev {
  display: flex;
}
.cid-vaWA1EqxlY .embla__button {
  background-color: #000 !important;
  opacity: 1 !important;
  color: #fff !important;
  border-color: #641ddb !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaWA1EqxlY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaWA1EqxlY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-vaWA1EqxlY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vaWA1EqxlY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-vaWA1EqxlY .embla__button {
    top: auto;
  }
}
.cid-vaWA1EqxlY .img-wrapper {
  osition: relative !important;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vaWA1EqxlY .img-wrapper img {
  width: 100px;
  height: 80px;
  border-radius: 0px !important;
  object-fit: cover;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vaWA1EqxlY .img-wrapper img {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 230px) {
  .cid-vaWA1EqxlY .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vaWA1EqxlY .embla {
  position: relative;
  width: 100%;
}
.cid-vaWA1EqxlY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vaWA1EqxlY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaWA1EqxlY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaWA1EqxlY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaWA1EqxlY .user_desk {
  color: #db1dd2;
  text-align: left;
}
.cid-vaWA1EqxlY H3 {
  text-align: center;
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #9035f5, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vaWA1EqxlY .user_text {
  color: #fdfdfd;
}
.cid-vaWA1EqxlY .user_name {
  color: #fdfdfd;
  text-align: left;
}
.cid-vaWA1ER7Ey {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c0c0c;
}
.cid-vaWA1ER7Ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA1ER7Ey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaWA1ER7Ey .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vaWA1ER7Ey .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vaWA1ER7Ey .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vaWA1ER7Ey .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vaWA1ER7Ey .container {
    padding: 0 12px;
  }
}
.cid-vaWA1ER7Ey .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: transparent;
  border-style: solid;
  border-width: 0.1px;
  border-color: #ffffff63;
}
@media (max-width: 992px) {
  .cid-vaWA1ER7Ey .content-wrapper {
    display: block;
  }
}
.cid-vaWA1ER7Ey .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vaWA1ER7Ey .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-vaWA1ER7Ey .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-vaWA1ER7Ey .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vaWA1ER7Ey .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vaWA1ER7Ey .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #29292a;
  color: #fdfdfd;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e360f0 !important;
  box-shadow: none;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-vaWA1ER7Ey .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-vaWA1ER7Ey .mbr-section-title {
  color: black;
  background-image: linear-gradient(to left, #db1dd2, #641ddb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vaWA1ER7Ey .mbr-text {
  color: #fdfdfd;
  text-align: left;
}
.cid-vaWA1ER7Ey label {
  color: #ffffff;
}
.cid-vaWA1ER7Ey .mbr-section-title,
.cid-vaWA1ER7Ey .mbr-section-btn,
.cid-vaWA1ER7Ey .mbr-section-subtitle,
.cid-vaWA1ER7Ey .mbr-text {
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-vaWA1ER7Ey .mbr-section-title,
  .cid-vaWA1ER7Ey .mbr-section-btn,
  .cid-vaWA1ER7Ey .mbr-section-subtitle,
  .cid-vaWA1ER7Ey .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vaWA1ER7Ey .mbr-section-title,
  .cid-vaWA1ER7Ey .mbr-section-btn,
  .cid-vaWA1ER7Ey .mbr-section-subtitle,
  .cid-vaWA1ER7Ey .mbr-text {
    text-align: center;
  }
}
.cid-vaWA1ER7Ey .mbr-section-subtitle,
.cid-vaWA1ER7Ey .mbr-section-btn {
  color: #fdfdfd;
}
.cid-vaWA1ER7Ey LABEL {
  color: #fdfdfd;
}
.cid-vaWA1FcFNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c0c0c;
}
.cid-vaWA1FcFNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaWA1FcFNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vaWA1FcFNd .container {
    padding: 0 25px;
  }
}
.cid-vaWA1FcFNd .row {
  justify-content: space-between;
}
.cid-vaWA1FcFNd .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vaWA1FcFNd .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vaWA1FcFNd .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .cid-vaWA1FcFNd .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vaWA1FcFNd .title-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-vaWA1FcFNd .title-wrapper .social-wrapper {
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .cid-vaWA1FcFNd .title-wrapper .social-wrapper {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vaWA1FcFNd .title-wrapper .social-wrapper {
    text-align: center;
  }
}
.cid-vaWA1FcFNd .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vaWA1FcFNd .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vaWA1FcFNd .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vaWA1FcFNd .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vaWA1FcFNd .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vaWA1FcFNd .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vaWA1FcFNd .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vaWA1FcFNd .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vaWA1FcFNd .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vaWA1FcFNd .list-content {
    display: block;
  }
}
.cid-vaWA1FcFNd .list-content .nav-wrapper,
.cid-vaWA1FcFNd .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vaWA1FcFNd .list-content .nav-wrapper,
  .cid-vaWA1FcFNd .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vaWA1FcFNd .list-content .nav-wrapper .mbr-list-title,
.cid-vaWA1FcFNd .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-vaWA1FcFNd .list-content .nav-wrapper .mbr-list-title,
  .cid-vaWA1FcFNd .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vaWA1FcFNd .list-content .nav-wrapper .mbr-list-title,
  .cid-vaWA1FcFNd .list-content .contact-wrapper .mbr-list-title {
    text-align: center;
  }
}
.cid-vaWA1FcFNd .list-content .nav-wrapper .list,
.cid-vaWA1FcFNd .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vaWA1FcFNd .list-content .nav-wrapper .list .item-wrap,
.cid-vaWA1FcFNd .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-vaWA1FcFNd .list-content .nav-wrapper .list .item-wrap,
  .cid-vaWA1FcFNd .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-vaWA1FcFNd .list-content .nav-wrapper .list .item-wrap,
  .cid-vaWA1FcFNd .list-content .contact-wrapper .list .item-wrap {
    text-align: center;
  }
}
.cid-vaWA1FcFNd .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vaWA1FcFNd .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vaWA1FcFNd .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vaWA1FcFNd .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vaWA1FcFNd .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vaWA1FcFNd .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vaWA1FcFNd .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vaWA1FcFNd .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vaWA1FcFNd .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vaWA1FcFNd .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vaWA1FcFNd .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #e360f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vaWA1FcFNd .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vaWA1FcFNd .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vaWA1FcFNd .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vaWA1FcFNd .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-vaWA1FcFNd .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vaWA1FcFNd .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vaWA1FcFNd .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vaWA1FcFNd .mbr-section-title b {
  background: linear-gradient(13deg, #db1dd2 14%, #641ddb 64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vaWA1FcFNd .mbr-list-title {
  color: #fdfdfd;
  text-align: left;
}
.cid-vaWA1FcFNd .list {
  color: #ffffff;
}
.cid-vaWA1FcFNd .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vaWA1FcFNd .mbr-brand {
  color: #ffffff;
}
.cid-vaWA1FcFNd .list,
.cid-vaWA1FcFNd .item-wrap {
  color: #ffffff;
}
.cid-vaWA1FcFNd .mbr-section-title,
.cid-vaWA1FcFNd .mbr-section-btn {
  color: #fdfdfd;
}
