body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat-Light';
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Montserrat-Light';
  font-size: 3.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Montserrat-Light';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat-Light';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Montserrat-Light';
  font-size: 3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 3.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff007f !important;
}
.bg-success {
  background-color: #b58d72 !important;
}
.bg-info {
  background-color: #f3aa78 !important;
}
.bg-warning {
  background-color: #bdbdbd !important;
}
.bg-danger {
  background-color: #eebc9a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff007f !important;
  border-color: #ff007f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80054 !important;
  border-color: #a80054 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80054 !important;
  border-color: #a80054 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #86d7ff !important;
  border-color: #86d7ff !important;
  color: #005a86 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #2fbaff !important;
  border-color: #2fbaff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #005a86 !important;
  background-color: #2fbaff !important;
  border-color: #2fbaff !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3aa78 !important;
  border-color: #f3aa78 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ec7828 !important;
  border-color: #ec7828 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ec7828 !important;
  border-color: #ec7828 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b58d72 !important;
  border-color: #b58d72 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #896248 !important;
  border-color: #896248 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #896248 !important;
  border-color: #896248 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #929292 !important;
  border-color: #929292 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #929292 !important;
  border-color: #929292 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eebc9a !important;
  border-color: #eebc9a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e28b50 !important;
  border-color: #e28b50 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e28b50 !important;
  border-color: #e28b50 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff007f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80054 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff007f !important;
  border-color: #ff007f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #86d7ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2fbaff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #005a86 !important;
  background-color: #86d7ff !important;
  border-color: #86d7ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f3aa78;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ec7828 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f3aa78 !important;
  border-color: #f3aa78 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b58d72;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #896248 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b58d72 !important;
  border-color: #b58d72 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bdbdbd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #929292 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eebc9a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e28b50 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eebc9a !important;
  border-color: #eebc9a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff007f !important;
}
.text-secondary {
  color: #86d7ff !important;
}
.text-success {
  color: #b58d72 !important;
}
.text-info {
  color: #f3aa78 !important;
}
.text-warning {
  color: #bdbdbd !important;
}
.text-danger {
  color: #eebc9a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #99004c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #20b5ff !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7f5b42 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #eb6f1a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8a8a8a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #df8243 !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: #ff007f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3aa78;
}
.alert-warning {
  background-color: #bdbdbd;
}
.alert-danger {
  background-color: #eebc9a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff007f;
  border-color: #ff007f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff007f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcce5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1d1c6;
}
.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: #fdfdfd;
}
.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: 'Montserrat-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ff007f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff007f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff007f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff007f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff007f;
  border-bottom-color: #ff007f;
}
.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: #ff007f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #86d7ff !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='%23ff007f' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u2jlinjvoN {
  z-index: 1000;
  width: 100%;
}
.cid-u2jlinjvoN nav.navbar {
  position: fixed;
}
.cid-u2jlinjvoN .navbar-nav {
  margin: auto;
}
.cid-u2jlinjvoN .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2jlinjvoN .dropdown-item:hover,
.cid-u2jlinjvoN .dropdown-item:focus {
  background: #ff007f !important;
  color: white !important;
}
.cid-u2jlinjvoN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2jlinjvoN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2jlinjvoN .navbar-short,
.cid-u2jlinjvoN .opened {
  background: #000000 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u2jlinjvoN .navbar-short .nav-link,
.cid-u2jlinjvoN .opened .nav-link,
.cid-u2jlinjvoN .navbar-short .navbar-caption,
.cid-u2jlinjvoN .opened .navbar-caption,
.cid-u2jlinjvoN .navbar-short .mbr-iconfont,
.cid-u2jlinjvoN .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u2jlinjvoN .navbar-short .hamburger span,
.cid-u2jlinjvoN .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u2jlinjvoN .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u2jlinjvoN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2jlinjvoN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2jlinjvoN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2jlinjvoN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2jlinjvoN .container {
  display: flex;
  margin: auto;
}
.cid-u2jlinjvoN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u2jlinjvoN .dropdown-menu,
.cid-u2jlinjvoN .navbar.opened {
  background: #000000 !important;
}
.cid-u2jlinjvoN .nav-item:focus,
.cid-u2jlinjvoN .nav-link:focus {
  outline: none;
}
.cid-u2jlinjvoN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2jlinjvoN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2jlinjvoN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2jlinjvoN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2jlinjvoN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2jlinjvoN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2jlinjvoN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-u2jlinjvoN .navbar.opened {
  transition: all 0.3s;
}
.cid-u2jlinjvoN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2jlinjvoN .navbar .navbar-logo img {
  width: auto;
}
.cid-u2jlinjvoN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u2jlinjvoN .navbar.collapsed {
  justify-content: center;
}
.cid-u2jlinjvoN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2jlinjvoN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2jlinjvoN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-u2jlinjvoN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2jlinjvoN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2jlinjvoN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u2jlinjvoN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2jlinjvoN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2jlinjvoN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u2jlinjvoN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2jlinjvoN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2jlinjvoN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2jlinjvoN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u2jlinjvoN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u2jlinjvoN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2jlinjvoN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u2jlinjvoN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u2jlinjvoN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u2jlinjvoN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2jlinjvoN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u2jlinjvoN .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2jlinjvoN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2jlinjvoN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2jlinjvoN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2jlinjvoN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2jlinjvoN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2jlinjvoN .dropdown-item.active,
.cid-u2jlinjvoN .dropdown-item:active {
  background-color: transparent;
}
.cid-u2jlinjvoN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2jlinjvoN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2jlinjvoN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2jlinjvoN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u2jlinjvoN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2jlinjvoN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2jlinjvoN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2jlinjvoN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2jlinjvoN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2jlinjvoN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u2jlinjvoN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2jlinjvoN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2jlinjvoN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2jlinjvoN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2jlinjvoN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2jlinjvoN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2jlinjvoN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2jlinjvoN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2jlinjvoN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2jlinjvoN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2jlinjvoN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2jlinjvoN .navbar {
    height: 70px;
  }
  .cid-u2jlinjvoN .navbar.opened {
    height: auto;
  }
  .cid-u2jlinjvoN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmFUcmix5g {
  background-image: url("../../../assets/images/chatgpt20image201520jun2020262010-48-4720p.m.-1689x931.png");
}
.cid-vmFUcmix5g .mbr-section-title,
.cid-vmFUcmix5g .mbr-section-subtitle {
  color: #879a9f;
}
.cid-vmFUcmix5g .mbr-section-text {
  color: #767676;
}
.cid-vmFUcmix5g .mbr-text,
.cid-vmFUcmix5g .typed-text,
.cid-vmFUcmix5g .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-vmFUcmix5g .btn {
  margin-left: 4px !important;
}
.cid-vmFUcmix5g .animated-element {
  color: #ff007f;
}
.cid-vmFUcmix5g .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff007f;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-vmFUcmix5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFUcmix5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFUcmix5g .mbr-section-title {
  color: #ffffff;
}
.cid-vmKCsAuRkN {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vmKCsAuRkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmKCsAuRkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmKCsAuRkN .items-wrapper {
  margin: 0 -30px;
}
.cid-vmKCsAuRkN .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vmKCsAuRkN .item {
    margin-bottom: 40px;
  }
  .cid-vmKCsAuRkN .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vmKCsAuRkN .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-vmKCsAuRkN .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ff007f 0%, #000000 45%, #86d7ff 100%);
  box-shadow: 0 6px 30px -12px #ff007f;
  display: inline-flex;
  padding: 2px;
}
.cid-vmKCsAuRkN .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-vmKCsAuRkN .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vmKCsAuRkN .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vmKCsAuRkN .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vmKCsAuRkN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vmKCsAuRkN .item-title {
  color: #ffffff;
}
.cid-vmKCsAuRkN .item-text {
  color: #9ba9c4;
}
.cid-vmKCsAuRkN .item-title,
.cid-vmKCsAuRkN .mbr-section-btn,
.cid-vmKCsAuRkN .icon-wrapper {
  text-align: center;
}
.cid-vmOsJnRV6a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  overflow: visible;
  z-index: 1;
}
.cid-vmOsJnRV6a .mbr-section-title {
  margin: 20px 0;
  color: #202020;
}
.cid-vmOsJnRV6a .shape {
  position: absolute;
  z-index: -1;
  bottom: -1.5rem;
  right: 0;
  max-width: 160px;
}
.cid-vmOsJnRV6a .shape img {
  width: 100%;
  height: auto;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .cid-vmOsJnRV6a .shape {
    max-width: 80px;
  }
}
.cid-vmOuLAmADN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-vmOuLAmADN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOuLAmADN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmOuLAmADN .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-vmOuLAmADN .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-vmOuLAmADN .col-text {
    order: 2;
  }
}
.cid-vmOuLAmADN .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-vmOuLAmADN .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-vmOuLAmADN .col-img {
    order: 1;
  }
}
.cid-vmOuLAmADN .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-vmOuLAmADN .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-vmOuLAmADN .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-vmOuLAmADN .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-vmOuLAmADN .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-vmOuLAmADN .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-vmOuLAmADN .mbr-section-btn {
    width: 100%;
  }
}
.cid-vmOuLAmADN .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 612px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vmOuLAmADN .image-wrapper {
    height: 432px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-vmOuLAmADN .image-wrapper {
    height: auto;
  }
}
.cid-vmOuLAmADN .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-vmOuLAmADN .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #000000 27%, #ff007f 50%, #000000 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-vmOuLAmADN .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-vmOuLAmADN .mbr-text,
.cid-vmOuLAmADN .link-wrap {
  color: #ffffff;
}
.cid-vmOuLAmADN .card-title,
.cid-vmOuLAmADN .mbr-section-btn {
  color: #ff007f;
  text-align: center;
}
.cid-v5aqrMQm0Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5aqrMQm0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5aqrMQm0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5aqrMQm0Z .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v5aqrMQm0Z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5aqrMQm0Z .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5aqrMQm0Z .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5aqrMQm0Z .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5aqrMQm0Z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5aqrMQm0Z .items-wrapper {
  margin: 0 -8px;
}
.cid-v5aqrMQm0Z .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5aqrMQm0Z .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v5aqrMQm0Z .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5aqrMQm0Z .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}
@media (max-width: 992px) {
  .cid-v5aqrMQm0Z .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-v5aqrMQm0Z .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v5aqrMQm0Z .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
    min-height: 380px;
  }
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 380px;
  animation: none !important;
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  z-index: 1;
  pointer-events: none;
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  -webkit-mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .item-content {
    padding: 28px;
  }
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 16px;
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-v5aqrMQm0Z .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v5aqrMQm0Z .mbr-label {
  color: #ff007f;
  text-align: center;
}
.cid-v5aqrMQm0Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5aqrMQm0Z .mbr-text,
.cid-v5aqrMQm0Z .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5aqrMQm0Z .item-text {
  color: #ffffff;
}
.cid-v5aqrMQm0Z .item-name {
  color: #ffffff;
}
.cid-v5aqrMQm0Z .item-role {
  color: #d1d3d6;
}
.cid-v5aqrMQm0Z .item-name,
.cid-v5aqrMQm0Z .person-wrapper {
  text-align: center;
}
.cid-v5curV7FMJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5curV7FMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5curV7FMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5curV7FMJ .title-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v5curV7FMJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5curV7FMJ .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5curV7FMJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5curV7FMJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5curV7FMJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5curV7FMJ .items-wrapper {
  margin: 0 -8px;
}
.cid-v5curV7FMJ .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v5curV7FMJ .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v5curV7FMJ .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5curV7FMJ .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(-80px);
}
@media (max-width: 992px) {
  .cid-v5curV7FMJ .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-v5curV7FMJ .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-v5curV7FMJ .items-wrapper .item:nth-child(3n + 2) .item-wrapper {
    min-height: 380px;
  }
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 380px;
  animation: none !important;
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .over-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .blur-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  -webkit-mask-image: linear-gradient(0deg, #000000 20%, transparent 75%);
  pointer-events: none;
  z-index: 1;
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v5curV7FMJ .items-wrapper .item .item-wrapper .item-content {
    padding: 28px;
  }
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 16px;
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-v5curV7FMJ .items-wrapper .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v5curV7FMJ .mbr-label {
  color: #b2832e;
  text-align: center;
}
.cid-v5curV7FMJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5curV7FMJ .mbr-text,
.cid-v5curV7FMJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5curV7FMJ .item-text {
  color: #ffffff;
}
.cid-v5curV7FMJ .item-name {
  color: #ffffff;
}
.cid-v5curV7FMJ .item-role {
  color: #d1d3d6;
}
.cid-v5curV7FMJ .item-name,
.cid-v5curV7FMJ .person-wrapper {
  text-align: center;
}
.cid-vmVxWrxRRQ {
  border-top: 3px pink #0f5cfa;
  border-bottom: 3px pink #0f5cfa;
  margin-top: -3px;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vmVxWrxRRQ .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-vmVxWrxRRQ .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-vmVxWrxRRQ .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-vmVxWrxRRQ .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-vmVxWrxRRQ .btn:hover,
.cid-vmVxWrxRRQ .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-vmVxWrxRRQ .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-vmVxWrxRRQ .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-vmVxWrxRRQ .btn:hover:before,
.cid-vmVxWrxRRQ .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-vmVxWrxRRQ .btn-secondary {
  color: #000000 !important;
}
.cid-vmVxWrxRRQ .btn-secondary:hover {
  color: #000000 !important;
}
.cid-vmG0opsNeS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vmG0opsNeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmG0opsNeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmG0opsNeS .item {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmG0opsNeS .item {
    display: block;
  }
}
.cid-vmG0opsNeS .item .item-wrapper {
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-vmG0opsNeS .item .item-wrapper {
    display: block;
    width: 100%;
  }
}
.cid-vmG0opsNeS .item .item-wrapper .item-number {
  margin-bottom: 16px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(36deg, #ff007f 0%, #ff007f 100%);
}
.cid-vmG0opsNeS .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vmG0opsNeS .btn-wrapper {
  margin-top: -10%;
}
.cid-vmG0opsNeS .item-number {
  color: #171719;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vmG0opsNeS .item-number {
    text-align: left;
  }
}
.cid-vmG0opsNeS .item-title {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vmG0opsNeS .item-title {
    text-align: left;
  }
}
.cid-vmFYVchG8Y {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vmFYVchG8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmFYVchG8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmFYVchG8Y .row {
  margin: 0 -20px;
}
.cid-vmFYVchG8Y .row .card {
  padding: 0 20px;
}
.cid-vmFYVchG8Y .content-wrapper {
  margin-bottom: 40px;
}
.cid-vmFYVchG8Y .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vmFYVchG8Y .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vmFYVchG8Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmFYVchG8Y .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vmFYVchG8Y .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmFYVchG8Y .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-vmFYVchG8Y .content-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-vmFYVchG8Y .content-wrap .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vmFYVchG8Y .mbr-label {
  color: #ff007f;
}
.cid-vmFYVchG8Y .mbr-section-title {
  color: #ffffff;
}
.cid-vmFYVchG8Y .mbr-text {
  color: #ffffff;
}
.cid-vmKECPlWQt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-vmKECPlWQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmKECPlWQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmKECPlWQt .row {
  margin: 0 -20px;
}
.cid-vmKECPlWQt .row .card {
  padding: 0 20px;
}
.cid-vmKECPlWQt .content-wrapper {
  margin-bottom: 40px;
}
.cid-vmKECPlWQt .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vmKECPlWQt .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vmKECPlWQt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vmKECPlWQt .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vmKECPlWQt .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmKECPlWQt .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-vmKECPlWQt .content-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-vmKECPlWQt .content-wrap .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vmKECPlWQt .mbr-label {
  color: #ff007f;
}
.cid-vmKECPlWQt .mbr-section-title {
  color: #ffffff;
}
.cid-vmKECPlWQt .mbr-text {
  color: #ffffff;
}
.cid-vmULeENdzN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vmULeENdzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmULeENdzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmULeENdzN .content-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .content-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vmULeENdzN .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vmULeENdzN .content-wrapper .title-wrapper {
  margin-bottom: 12px;
}
.cid-vmULeENdzN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vmULeENdzN .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vmULeENdzN .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmULeENdzN .items-wrapper .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 64px;
  background-color: #000000;
  overflow: hidden;
  min-height: 520px;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper {
    padding: 24px;
    min-height: auto;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .item-img {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .item-img {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .item-img img {
  width: 240px;
  height: 320px;
  object-fit: cover;
  clip-path: none;
  border-radius: 18px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
    height: 320px;
    border-radius: 15px !important;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .image_1::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #ff007f 0%, rgba(255, 0, 127, 0.75) 40%, transparent 100%);
  opacity: .9;
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .image_2 img {
  right: auto;
  left: 0;
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .image_2::before {
  right: auto;
  left: -32px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #ff007f 0%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .image_2::before {
    bottom: auto;
    top: -100px;
    left: -100px;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .image_3::before {
  background-image: radial-gradient(circle closest-side at 50% 50%, #0f5cfa 0%, transparent 100%);
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box {
  padding-right: 310px;
}
@media (max-width: 1440px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box {
    padding-right: 270px;
  }
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box {
    padding-right: 0;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 20px;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 20px;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 11px;
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vmULeENdzN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vmULeENdzN .items-wrapper .item .card_2 .card-box {
  padding-right: 0;
  padding-left: 310px;
}
@media (max-width: 1440px) {
  .cid-vmULeENdzN .items-wrapper .item .card_2 .card-box {
    padding-left: 270px;
  }
}
@media (max-width: 992px) {
  .cid-vmULeENdzN .items-wrapper .item .card_2 .card-box {
    padding-left: 0;
  }
}
.cid-vmULeENdzN .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vmULeENdzN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vmULeENdzN .mbr-section-subtitle {
  color: #ff007f;
  text-align: center;
}
.cid-vmULeENdzN .mbr-text,
.cid-vmULeENdzN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vmULeENdzN .card-title {
  color: #ffffff;
}
.cid-vmULeENdzN .card-text {
  color: #ffffff;
}
.cid-vmULeENdzN .list {
  color: #ffffff;
}
.cid-vmULeENdzN .card-title,
.cid-vmULeENdzN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vmULeENdzN .list,
.cid-vmULeENdzN .item-wrap,
.cid-vmULeENdzN .list-wrapper {
  color: #ffffff;
}
.cid-v5atkfHreO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5atkfHreO .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-v5atkfHreO .mbr-section-title {
  color: #ff007f;
  text-align: center;
}
.cid-v5cpnhA04K {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v5cpnhA04K .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5cpnhA04K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5cpnhA04K .card-wrapper {
  padding: 64px;
  background-color: #000000;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v5cpnhA04K .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-v5cpnhA04K .image-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 992px) {
  .cid-v5cpnhA04K .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v5cpnhA04K .image-wrapper {
    padding-left: 0;
  }
}
.cid-v5cpnhA04K .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-v5cpnhA04K .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-v5cpnhA04K .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-v5cpnhA04K .content-wrapper {
  width: 50%;
  padding-right: 56px;
  padding-right: 0;
  padding-left: 56px;
}
@media (max-width: 1400px) {
  .cid-v5cpnhA04K .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-v5cpnhA04K .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .cid-v5cpnhA04K .content-wrapper {
    padding-left: 0;
  }
}
.cid-v5cpnhA04K .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5cpnhA04K .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v5cpnhA04K .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-v5cpnhA04K .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5cpnhA04K .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v5cpnhA04K .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5cpnhA04K .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #141414;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-v5cpnhA04K .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #a6adbf;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #7b86a1;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-v5cpnhA04K .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5cpnhA04K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5cpnhA04K .mbr-section-subtitle {
  color: #c2bbbb;
  text-align: center;
}
.cid-v5cpnhA04K .mbr-text,
.cid-v5cpnhA04K .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5cpnhA04K .panel-title-edit {
  color: #ffffff;
}
.cid-v5cpnhA04K .panel-text {
  color: #ffffff;
}
.cid-uXGutS285C {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uXGutS285C .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uXGutS285C .mbr-section-title {
  color: #ff007f;
  text-align: center;
}
.cid-uOju5L11A1 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-uOju5L11A1 .carousel-control {
  background: #000;
}
.cid-uOju5L11A1 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uOju5L11A1 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOju5L11A1 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uOju5L11A1 .carousel-item .wrap-img {
  text-align: center;
}
.cid-uOju5L11A1 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uOju5L11A1 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOju5L11A1 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uOju5L11A1 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uOju5L11A1 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uOju5L11A1 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uOju5L11A1 .cloneditem-1,
.cid-uOju5L11A1 .cloneditem-2,
.cid-uOju5L11A1 .cloneditem-3,
.cid-uOju5L11A1 .cloneditem-4,
.cid-uOju5L11A1 .cloneditem-5 {
  display: none;
}
.cid-uOju5L11A1 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uOju5L11A1 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uOju5L11A1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides2 .cloneditem-1,
  .cid-uOju5L11A1 .carousel-inner.slides2 .cloneditem-2,
  .cid-uOju5L11A1 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uOju5L11A1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides3 .cloneditem-1,
  .cid-uOju5L11A1 .carousel-inner.slides3 .cloneditem-2,
  .cid-uOju5L11A1 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uOju5L11A1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides4 .cloneditem-1,
  .cid-uOju5L11A1 .carousel-inner.slides4 .cloneditem-2,
  .cid-uOju5L11A1 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uOju5L11A1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides5 .cloneditem-1,
  .cid-uOju5L11A1 .carousel-inner.slides5 .cloneditem-2,
  .cid-uOju5L11A1 .carousel-inner.slides5 .cloneditem-3,
  .cid-uOju5L11A1 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uOju5L11A1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uOju5L11A1 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uOju5L11A1 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uOju5L11A1 .carousel-inner.slides6 .cloneditem-1,
  .cid-uOju5L11A1 .carousel-inner.slides6 .cloneditem-2,
  .cid-uOju5L11A1 .carousel-inner.slides6 .cloneditem-3,
  .cid-uOju5L11A1 .carousel-inner.slides6 .cloneditem-4,
  .cid-uOju5L11A1 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uOju5L11A1 H2 {
  color: #ffffff;
}
.cid-uYoZPkKTNG {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uYoZPkKTNG .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uYoZPkKTNG .mbr-section-title {
  color: #ff007f;
  text-align: center;
}
.cid-vmOd0Xdky7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-vmOd0Xdky7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-vmOd0Xdky7 .form1 {
  background: #1f1a1a;
  padding: 2rem;
  height: 100%;
}
.cid-vmOd0Xdky7 .form-group {
  margin-bottom: 1rem;
}
.cid-vmOd0Xdky7 .form-control {
  border: none !important;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-vmOd0Xdky7 .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vmOd0Xdky7 .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-vmOd0Xdky7 .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-vmOd0Xdky7 .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-vmOd0Xdky7 .input-group-btn {
  width: 100%;
}
.cid-vmOd0Xdky7 textarea.form-control {
  min-height: 172px;
}
.cid-vmOd0Xdky7 .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-vmOd0Xdky7 .form-wrapper {
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vmOd0Xdky7 .form-wrapper {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmOd0Xdky7 .form-wrapper {
    margin-left: -130px;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .cid-vmOd0Xdky7 .form1 {
    padding: 1.5rem;
  }
}
.cid-vmOd0Xdky7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOd0Xdky7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmW2JyrlXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vmW2JyrlXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmW2JyrlXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmW2JyrlXO .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vmW2JyrlXO .container-wrapper {
    padding: 0;
  }
}
.cid-vmW2JyrlXO .container-wrapper::before {
  content: '';
  position: absolute;
  top: -120px;
  width: 50%;
  height: 100px;
  background-image: radial-gradient(circle, #ff007f 0%, transparent 70%);
  filter: blur(45px);
}
.cid-vmW2JyrlXO .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(170deg, transparent 90%, #ff007f 110%);
}
.cid-vmW2JyrlXO .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vmW2JyrlXO .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vmW2JyrlXO .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vmW2JyrlXO .card-box {
  padding: 36px;
  border: 1px solid #ff007f;
}
@media (max-width: 992px) {
  .cid-vmW2JyrlXO .card-box {
    padding: 20px;
  }
}
.cid-vmW2JyrlXO .card-box .google-map iframe {
  height: 520px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vmW2JyrlXO .card-box .google-map iframe {
    height: 300px;
  }
}
.cid-vmW2JyrlXO .mbr-section-title,
.cid-vmW2JyrlXO .title-wrapper {
  color: #ff007f;
  text-align: center;
}
.cid-vmVwRQRm4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080808;
}
.cid-vmVwRQRm4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVwRQRm4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmVwRQRm4R .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-vmVwRQRm4R .content-wrapper {
    position: relative;
    top: 0;
    margin-bottom: 32px;
  }
}
.cid-vmVwRQRm4R .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vmVwRQRm4R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vmVwRQRm4R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vmVwRQRm4R .items-wrap .item {
  margin-bottom: 16px;
}
.cid-vmVwRQRm4R .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vmVwRQRm4R .items-wrap .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #252525;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-vmVwRQRm4R .items-wrap .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vmVwRQRm4R .items-wrap .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vmVwRQRm4R .items-wrap .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff007f, #6ec7f2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.cid-vmVwRQRm4R .items-wrap .item .item-wrapper .item-content {
  width: 100%;
}
.cid-vmVwRQRm4R .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 6px;
}
.cid-vmVwRQRm4R .items-wrap .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vmVwRQRm4R .mbr-section-title {
  color: #ff007f;
  text-align: center;
}
.cid-vmVwRQRm4R .mbr-text {
  color: #b9b9b9;
}
.cid-vmVwRQRm4R .item-title {
  color: #ff007f;
}
.cid-vmVwRQRm4R .item-text {
  color: #ffffff;
}
.cid-vmVwRQRm4R .mbr-text,
.cid-vmVwRQRm4R .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-u2jYFE4tjn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u2jYFE4tjn .mbr-text {
  color: #ffffff;
}
.cid-u2jYFE4tjn .media-container-row .mbr-text {
  color: #ffffff;
}
