.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Amertha_PERSONAL_USE_ONLY';
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.425rem;
    font-size: calc( 3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3625rem + (7.75 - 3.3625) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #060606 !important;
}
.bg-success {
  background-color: #621caf !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #316df3 !important;
}
.bg-danger {
  background-color: #9aa0a6 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #060606, #060606 65%, #393939) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #060606 !important;
  border-color: #060606 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #202020 !important;
  border-color: #202020 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #e1454a, #e1454a 65%, #ef9d9f) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1454a !important;
  border-color: #e1454a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e87175 !important;
  border-color: #e87175 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e87175 !important;
  border-color: #e87175 !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #621caf, #621caf 65%, #954ee3) !important;
}
.btn-success,
.btn-success:active {
  background-color: #621caf !important;
  border-color: #621caf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7b23db !important;
  border-color: #7b23db !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7b23db !important;
  border-color: #7b23db !important;
}
.btn-warning {
  background: linear-gradient(90deg, #316df3, #316df3 65%, #91b1f9) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #316df3 !important;
  border-color: #316df3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #618ff6 !important;
  border-color: #618ff6 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #618ff6 !important;
  border-color: #618ff6 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #9aa0a6, #9aa0a6 65%, #d0d3d6) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9aa0a6 !important;
  border-color: #9aa0a6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #b5babe !important;
  border-color: #b5babe !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b5babe !important;
  border-color: #b5babe !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !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: #060606;
  color: #060606;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e1454a;
  color: #e1454a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31d22 !important;
  background-color: transparent !important;
  border-color: #b31d22 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1454a !important;
  border-color: #e1454a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #621caf;
  color: #621caf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #381064 !important;
  background-color: transparent !important;
  border-color: #381064 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #621caf !important;
  border-color: #621caf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #316df3;
  color: #316df3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0b44c2 !important;
  background-color: transparent !important;
  border-color: #0b44c2 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #316df3 !important;
  border-color: #316df3 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9aa0a6;
  color: #9aa0a6;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6d757c !important;
  background-color: transparent !important;
  border-color: #6d757c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #9aa0a6 !important;
  border-color: #9aa0a6 !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: #060606 !important;
}
.text-secondary {
  color: #e1454a !important;
}
.text-success {
  color: #621caf !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #316df3 !important;
}
.text-danger {
  color: #9aa0a6 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a51b1f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #310e57 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0a3fb4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #666d74 !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: #060606;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #316df3;
}
.alert-danger {
  background-color: #9aa0a6;
}
.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: #060606;
  border-color: #060606;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #060606;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a264e6;
}
.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: #f2f6fe;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dee0e2;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #060606 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.75rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #060606;
}
/* 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: #060606;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #060606;
}
.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: #060606;
  border-bottom-color: #060606;
}
.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: #060606 !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: #e1454a !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='%23060606' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 24px !important;
}
.icon-wrap {
  border-radius: 16px;
}
.item-number img {
  border-radius: 16px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  position: relative !important;
}
.cid-uFWbgWQsPx .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFWbgWQsPx .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover,
.cid-uFWbgWQsPx .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover span {
  color: white;
}
.cid-uFWbgWQsPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFWbgWQsPx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFWbgWQsPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFWbgWQsPx .nav-link {
  position: relative;
}
.cid-uFWbgWQsPx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .container {
    flex-wrap: nowrap;
  }
}
.cid-uFWbgWQsPx .iconfont-wrapper {
  color: #621caf !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFWbgWQsPx .iconfont-wrapper:hover {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-menu,
.cid-uFWbgWQsPx .navbar.opened {
  background: #000000 !important;
}
.cid-uFWbgWQsPx .nav-item:focus,
.cid-uFWbgWQsPx .nav-link:focus {
  outline: none;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFWbgWQsPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFWbgWQsPx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFWbgWQsPx .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFWbgWQsPx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFWbgWQsPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFWbgWQsPx .navbar.collapsed {
  justify-content: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFWbgWQsPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFWbgWQsPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFWbgWQsPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFWbgWQsPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFWbgWQsPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFWbgWQsPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-item.active,
.cid-uFWbgWQsPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFWbgWQsPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFWbgWQsPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFWbgWQsPx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFWbgWQsPx ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uFWbgWQsPx .navbar-buttons {
  text-align: center;
}
.cid-uFWbgWQsPx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFWbgWQsPx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFWbgWQsPx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFWbgWQsPx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #e1454a;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFWbgWQsPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar {
    height: 70px;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    height: auto;
  }
  .cid-uFWbgWQsPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFWbgWQsPx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link::after {
  color: #e1454a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFWbgWQsPx .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #e1454a 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFWbgWQsPx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFWbgWQsPx .content-wrap {
  min-height: 90px;
}
.cid-ufFCEXcy3N {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner3-1.webp");
}
.cid-ufFCEXcy3N .mbr-overlay {
  background: #060606;
  opacity: 0.1;
}
.cid-ufFCEXcy3N .content-wrapper .logo-wrapper {
  margin-bottom: 36px;
}
.cid-ufFCEXcy3N .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 118px;
  height: 118px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ufFCEXcy3N .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ufFCEXcy3N .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .content-wrapper .text-wrapper {
    margin-top: 48px;
  }
}
.cid-ufFCEXcy3N .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCEXcy3N .content-wrapper .text-wrapper .mbr-text span {
  background: linear-gradient(90deg, #e1454a, #e87175 65%, #ef9d9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ufFCEXcy3N .content-wrapper .mbr-section-btn {
  margin-top: 36px;
}
.cid-ufFCEXcy3N .slider-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ufFCEXcy3N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ufFCEXcy3N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufFCEXcy3N .embla__slide:hover .slide-content,
.cid-ufFCEXcy3N .embla__slide:focus .slide-content {
  border: 2px solid #e1454a;
  background-color: #e1454a;
}
.cid-ufFCEXcy3N .embla__slide .slide-content {
  width: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper {
  padding: 12px;
  background-color: #121212;
  border: 1px solid #252525;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-img {
  width: 34%;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-img img {
  height: 115px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-img img {
    height: 180px;
  }
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content {
  width: 66%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content .text-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-ufFCEXcy3N .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #e1454a;
}
.cid-ufFCEXcy3N .embla__button--next,
.cid-ufFCEXcy3N .embla__button--prev {
  display: flex;
}
.cid-ufFCEXcy3N .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ufFCEXcy3N .embla__button:hover {
  transform: scale(1.05);
}
.cid-ufFCEXcy3N .embla__button.embla__button--prev {
  left: 0;
}
.cid-ufFCEXcy3N .embla__button.embla__button--next {
  right: 0;
}
.cid-ufFCEXcy3N .embla {
  position: relative;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ufFCEXcy3N .embla {
    width: 100%;
  }
}
.cid-ufFCEXcy3N .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ufFCEXcy3N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufFCEXcy3N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufFCEXcy3N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufFCEXcy3N .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ufFCEXcy3N .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCEXcy3N .mbr-text,
.cid-ufFCEXcy3N .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCEXcy3N .item-title {
  color: #ffffff;
}
.cid-ufFCEXcy3N .item-text {
  color: #316df3;
}
.cid-ufFCEXcy3N .mbr-section-title,
.cid-ufFCEXcy3N .mbr-section-btn,
.cid-ufFCEXcy3N .logo-wrapper {
  text-align: center;
}
.cid-ufFCEXcy3N .mbr-section-title,
.cid-ufFCEXcy3N .logo-wrapper,
.cid-ufFCEXcy3N .mbr-section-btn {
  color: #ffffff;
}
.cid-ufFCSLVZYD {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #060606;
}
.cid-ufFCSLVZYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCSLVZYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCSLVZYD .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCSLVZYD .items-wrapper .card {
  padding: 0 32px;
}
.cid-ufFCSLVZYD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCSLVZYD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ufFCSLVZYD .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCSLVZYD .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 64px;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-ufFCSLVZYD .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-ufFCSLVZYD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px;
  border: 1px solid #252525;
  margin-bottom: 0;
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCSLVZYD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #e1454a;
}
.cid-ufFCSLVZYD .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #e1454a;
}
.cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufFCSLVZYD .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ufFCSLVZYD .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCSLVZYD .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHkQsCJBzZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #060606;
}
.cid-uHkQsCJBzZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHkQsCJBzZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-uHkQsCJBzZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHkQsCJBzZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uHkQsCJBzZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uHkQsCJBzZ .embla__button--next,
.cid-uHkQsCJBzZ .embla__button--prev {
  display: flex;
}
.cid-uHkQsCJBzZ .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #0047ff !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uHkQsCJBzZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHkQsCJBzZ .embla__button:hover {
  box-shadow: 0 0 33px 0 #0047ff;
}
.cid-uHkQsCJBzZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHkQsCJBzZ .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uHkQsCJBzZ .embla__button.embla__button--next {
  right: 0;
}
.cid-uHkQsCJBzZ .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uHkQsCJBzZ .embla {
  position: relative;
  width: 100%;
}
.cid-uHkQsCJBzZ .embla::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uHkQsCJBzZ .embla::before {
    display: none;
  }
}
.cid-uHkQsCJBzZ .embla::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background-color: transparent;
  backdrop-filter: blur(2px);
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uHkQsCJBzZ .embla::after {
    display: none;
  }
}
.cid-uHkQsCJBzZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHkQsCJBzZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHkQsCJBzZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHkQsCJBzZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHkQsCJBzZ .mbr-section-title {
  color: #316df3;
  text-align: center;
}
.cid-uFVTKQ0lO6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/banner4.webp");
}
.cid-uFVTKQ0lO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVTKQ0lO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVTKQ0lO6 .image-wrap {
  height: 680px;
}
@media (max-width: 992px) {
  .cid-uFVTKQ0lO6 .image-wrap {
    height: 350px;
  }
}
.cid-uFVTyS5d4D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFVTyS5d4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVTyS5d4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVTyS5d4D .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFVTyS5d4D .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFVTyS5d4D .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uFVTyS5d4D .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uFVTyS5d4D .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFVTyS5d4D .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVTyS5d4D .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVTyS5d4D .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFVTyS5d4D .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFVTyS5d4D .item {
    margin-bottom: 28px;
  }
}
.cid-uFVTyS5d4D .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uFVTyS5d4D .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uFVTyS5d4D .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFVTyS5d4D .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uFVTyS5d4D .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #e1454a;
  background-color: #e1454a;
}
.cid-uFVTyS5d4D .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uFVTyS5d4D .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uFVTyS5d4D .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFVTyS5d4D .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFVTyS5d4D .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFVTyS5d4D .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uFVTyS5d4D .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uFVTyS5d4D .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uFVTyS5d4D .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uFVTyS5d4D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFVTyS5d4D .mbr-text,
.cid-uFVTyS5d4D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFVTyS5d4D .mbr-desc,
.cid-uFVTyS5d4D .desc-wrapper {
  color: #316df3;
  text-align: center;
}
.cid-uFVTyS5d4D .item-title {
  color: #ffffff;
}
.cid-uFVTyS5d4D .item-text {
  color: #ffffff;
}
.cid-ufFCUZBHr8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/banner6.webp");
}
.cid-ufFCUZBHr8 .mbr-overlay {
  background: #060606;
  opacity: 0.7;
}
.cid-ufFCUZBHr8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCUZBHr8 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ufFCUZBHr8 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCUZBHr8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCUZBHr8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-ufFCUZBHr8 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-ufFCUZBHr8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ufFCUZBHr8 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-ufFCUZBHr8 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-ufFCUZBHr8 .embla__slide .slide-content {
  width: 100%;
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-ufFCUZBHr8 .embla__button--next,
.cid-ufFCUZBHr8 .embla__button--prev {
  display: flex;
}
.cid-ufFCUZBHr8 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ufFCUZBHr8 .embla__button:hover {
  transform: scale(1.05);
}
.cid-ufFCUZBHr8 .embla__button.embla__button--prev {
  left: 0;
}
.cid-ufFCUZBHr8 .embla__button.embla__button--next {
  right: 0;
}
.cid-ufFCUZBHr8 .embla {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ufFCUZBHr8 .embla {
    margin-bottom: 38px;
  }
}
.cid-ufFCUZBHr8 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-ufFCUZBHr8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ufFCUZBHr8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ufFCUZBHr8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ufFCUZBHr8 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-ufFCUZBHr8 .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCUZBHr8 .mbr-text,
.cid-ufFCUZBHr8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCUZBHr8 .mbr-desc,
.cid-ufFCUZBHr8 .desc-wrapper {
  color: #316df3;
  text-align: center;
}
.cid-ufFCUZBHr8 .item-title,
.cid-ufFCUZBHr8 .title-wrap {
  color: #316df3;
  text-align: center;
}
.cid-ufFCUZBHr8 .item-text,
.cid-ufFCUZBHr8 .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCUZBHr8 .mbr-section-title,
.cid-ufFCUZBHr8 .mbr-section-btn {
  text-align: center;
}
.cid-uFVTCQ19SB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #621caf;
}
.cid-uFVTCQ19SB .item:focus,
.cid-uFVTCQ19SB span:focus {
  outline: none;
}
.cid-uFVTCQ19SB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uFVTCQ19SB .content-head {
  max-width: 800px;
}
.cid-uFVTCQ19SB .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uFVTCQ19SB .item {
    min-height: 45px;
  }
}
.cid-uFVTCQ19SB .loop-container {
  padding-top: 10px;
}
.cid-uFVTzIF1bi {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFVTzIF1bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFVTzIF1bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFVTzIF1bi .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFVTzIF1bi .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFVTzIF1bi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFVTzIF1bi .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFVTzIF1bi .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFVTzIF1bi .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFVTzIF1bi .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFVTzIF1bi .item {
    margin-bottom: 28px;
  }
}
.cid-uFVTzIF1bi .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFVTzIF1bi .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uFVTzIF1bi .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uFVTzIF1bi .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFVTzIF1bi .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFVTzIF1bi .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFVTzIF1bi .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uFVTzIF1bi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFVTzIF1bi .mbr-text,
.cid-uFVTzIF1bi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFVTzIF1bi .item-title {
  color: #ffffff;
}
.cid-uFVTzIF1bi .item-title,
.cid-uFVTzIF1bi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCGQobYK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner5.webp");
}
.cid-ufFCGQobYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCGQobYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCGQobYK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCGQobYK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCGQobYK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCGQobYK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCGQobYK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFCGQobYK .item {
    margin-bottom: 28px;
  }
}
.cid-ufFCGQobYK .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCGQobYK .item .item-wrapper:hover,
.cid-ufFCGQobYK .item .item-wrapper:focus {
  border: 2px solid #e1454a;
  background-color: #e1454a;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGQobYK .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-ufFCGQobYK .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #621caf;
}
.cid-ufFCGQobYK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCGQobYK .item-title {
  color: #9aa0a6;
}
.cid-ufFCGQobYK .item-text {
  color: #ffffff;
}
.cid-ufFCGQobYK .item-date {
  color: #9aa0a6;
}
.cid-ufFCGQobYK .mbr-section-title,
.cid-ufFCGQobYK .mbr-section-btn {
  text-align: center;
}
.cid-ufFCGQobYK .item-title,
.cid-ufFCGQobYK .icon-wrapper {
  color: #316df3;
}
.cid-uGp0J491ps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #621caf -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uGp0J491ps {
    background-image: linear-gradient(45deg, #621caf -60%, #000000 40%);
  }
}
.cid-uGp0J491ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGp0J491ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGp0J491ps .row {
  justify-content: space-between;
}
.cid-uGp0J491ps .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uGp0J491ps .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uGp0J491ps .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGp0J491ps .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uGp0J491ps .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-uGp0J491ps .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uGp0J491ps .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uGp0J491ps .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uGp0J491ps .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #621caf;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uGp0J491ps .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uGp0J491ps .panel-group .card:first-child {
  border-top: 1px solid #621caf;
}
.cid-uGp0J491ps .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uGp0J491ps .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uGp0J491ps .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGp0J491ps .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: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uGp0J491ps .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #316df3;
}
.cid-uGp0J491ps .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uGp0J491ps .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uGp0J491ps .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGp0J491ps .mbr-section-title {
  color: #ffffff;
}
.cid-uGp0J491ps .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uGp0J491ps .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uGp0J491ps .panel-title-edit {
  color: #ffffff;
}
.cid-uGp0J491ps .panel-text {
  color: #ffffff;
}
.cid-uFW3OcyMhV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner6.webp");
}
.cid-uFW3OcyMhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFW3OcyMhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFW3OcyMhV .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #316df3 -10%, #621caf 30%, #e1454a 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uFW3OcyMhV .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uFW3OcyMhV .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFW3OcyMhV .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #621caf, #e1454a, transparent);
  height: 1px;
  width: 100%;
}
.cid-uFW3OcyMhV .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uFW3OcyMhV .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uFW3OcyMhV .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uFW3OcyMhV .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uFW3OcyMhV .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #316df3, #e1454a 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #1f2329;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e1454a !important;
  box-shadow: none;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uFW3OcyMhV .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFW3OcyMhV .mbr-section-btn {
  text-align: right;
}
.cid-uFW3OcyMhV .mbr-title {
  color: #ffffff;
}
.cid-uFW3OcyMhV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFW3OcyMhV label {
  color: #ffffff;
}
.cid-uFWjOWjOsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFWjOWjOsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFWjOWjOsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #e1454a;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #621caf;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uFWjOWjOsb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e1454a;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFWjOWjOsb .items-wrapper .card {
  padding: 0 32px;
}
.cid-uFWjOWjOsb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:hover,
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:focus {
  color: #e1454a;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFWjOWjOsb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-desc {
  color: #ffffff;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .text-wrapper {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .list {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .mbr-section-btn {
  color: #ffffff;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  position: relative !important;
}
.cid-uFWbgWQsPx .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFWbgWQsPx .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover,
.cid-uFWbgWQsPx .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover span {
  color: white;
}
.cid-uFWbgWQsPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFWbgWQsPx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFWbgWQsPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFWbgWQsPx .nav-link {
  position: relative;
}
.cid-uFWbgWQsPx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .container {
    flex-wrap: nowrap;
  }
}
.cid-uFWbgWQsPx .iconfont-wrapper {
  color: #621caf !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFWbgWQsPx .iconfont-wrapper:hover {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-menu,
.cid-uFWbgWQsPx .navbar.opened {
  background: #000000 !important;
}
.cid-uFWbgWQsPx .nav-item:focus,
.cid-uFWbgWQsPx .nav-link:focus {
  outline: none;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFWbgWQsPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFWbgWQsPx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFWbgWQsPx .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFWbgWQsPx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFWbgWQsPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFWbgWQsPx .navbar.collapsed {
  justify-content: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFWbgWQsPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFWbgWQsPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFWbgWQsPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFWbgWQsPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFWbgWQsPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFWbgWQsPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-item.active,
.cid-uFWbgWQsPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFWbgWQsPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFWbgWQsPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFWbgWQsPx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFWbgWQsPx ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uFWbgWQsPx .navbar-buttons {
  text-align: center;
}
.cid-uFWbgWQsPx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFWbgWQsPx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFWbgWQsPx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFWbgWQsPx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #e1454a;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFWbgWQsPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar {
    height: 70px;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    height: auto;
  }
  .cid-uFWbgWQsPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFWbgWQsPx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link::after {
  color: #e1454a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFWbgWQsPx .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #e1454a 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFWbgWQsPx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFWbgWQsPx .content-wrap {
  min-height: 90px;
}
.cid-uGzHnlzvkl {
  padding-top: 5rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-image: url("../../../assets/images/banner6.webp");
}
.cid-uGzHnlzvkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzHnlzvkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzHnlzvkl .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uGzHnlzvkl .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uGzHnlzvkl .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uGzHnlzvkl .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uGzHnlzvkl .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-uGzHnlzvkl .col-img {
    padding: 30px !important;
  }
}
.cid-uGzHnlzvkl .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-uGzHnlzvkl .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGzHnlzvkl .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uGzHnlzvkl .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uGzHnlzvkl .mbr-section-subtitle {
  color: #316df3;
  margin-bottom: 22px;
}
.cid-uGzHnlzvkl .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uGzHnlzvkl .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uGzHnlzvkl .mbr-text {
    padding-right: 0;
  }
}
.cid-uGzHnlzvkl .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGzHnlzvkl .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-uGzHnlzvkl .social-container {
    padding-top: 40px;
  }
}
.cid-uGzHnlzvkl .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uGzHnlzvkl .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uGzHnlzvkl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #060606, #252525);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uGzHnlzvkl .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uGzHnlzvkl .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #e1454a;
}
.cid-uGzHnlzvkl .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uGzHnlzvkl .soc-item:hover:before {
  opacity: 1;
}
.cid-uGzHnlzvkl .soc-item a {
  animation: none;
}
.cid-uGzHnlzvkl .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #316df3, #e1454a);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-uGzHnlzvkl .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-uGzHnlzvkl .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-uGzHnlzvkl .mbr-text,
.cid-uGzHnlzvkl .mbr-section-btn {
  color: #ffffff;
}
.cid-uGzIg5QXHj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #060606;
  overflow: hidden;
}
.cid-uGzIg5QXHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzIg5QXHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzIg5QXHj .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uGzIg5QXHj .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uGzIg5QXHj .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uGzIg5QXHj .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uGzIg5QXHj .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uGzIg5QXHj .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uGzIg5QXHj .mbr-section-head {
  width: 100%;
}
.cid-uGzIg5QXHj .mbr-section-title {
  color: #e1454a;
}
@media (max-width: 767px) {
  .cid-uGzIg5QXHj .mbr-section-title {
    text-align: center;
  }
}
.cid-uGzIg5QXHj .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uGzIg5QXHj .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uGzIg5QXHj .card-row {
  align-items: stretch;
}
.cid-uGzIg5QXHj .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uGzIg5QXHj .item {
    margin-top: 30px;
  }
}
.cid-uGzIg5QXHj .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #060606, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uGzIg5QXHj .item-wrapper {
    padding: 20px;
  }
}
.cid-uGzIg5QXHj .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uGzIg5QXHj .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uGzIg5QXHj .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #060606);
  opacity: 0;
  transition: .4s all;
}
.cid-uGzIg5QXHj .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uGzIg5QXHj .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uGzIg5QXHj .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uGzIg5QXHj .card-title {
  position: relative;
  z-index: 5;
  color: #621caf;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uGzIg5QXHj .card-title {
    margin-bottom: 10px;
  }
}
.cid-uGzIg5QXHj .card-text {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uGzIg5QXHj .card-text a {
  transition: .4s all;
}
.cid-uGzIg5QXHj .card-text a:hover {
  color: #060606 !important;
}
.cid-uGzIrH5Y4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
  overflow: hidden;
}
.cid-uGzIrH5Y4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzIrH5Y4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzIrH5Y4d .mbr-section-head {
  width: 100%;
  padding-bottom: 60px;
}
.cid-uGzIrH5Y4d .mbr-section-title {
  color: #316df3;
}
@media (max-width: 767px) {
  .cid-uGzIrH5Y4d .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uGzIrH5Y4d .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uGzIrH5Y4d .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center !important;
  }
}
.cid-uGzIrH5Y4d .item-wrap {
  position: relative;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  background: linear-gradient(145deg, #060606, #252525);
  box-shadow: 10px 10px 19px #000000, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-uGzIrH5Y4d .item-wrap {
    padding: 30px;
    margin-bottom: 82px;
  }
}
.cid-uGzIrH5Y4d .item-wrap:hover .carousel-control {
  opacity: 1;
}
.cid-uGzIrH5Y4d .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-uGzIrH5Y4d .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-uGzIrH5Y4d .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-uGzIrH5Y4d .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-uGzIrH5Y4d .carousel-control {
    width: 52px;
    height: 52px;
    border-radius: 20%;
    opacity: 1 !important;
  }
}
.cid-uGzIrH5Y4d .carousel-control.carousel-control-prev {
  left: -55px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uGzIrH5Y4d .carousel-control.carousel-control-prev {
    top: auto;
    bottom: -137px;
    left: -30px;
  }
}
.cid-uGzIrH5Y4d .carousel-control.carousel-control-next {
  right: -55px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uGzIrH5Y4d .carousel-control.carousel-control-next {
    right: auto;
    left: 42px;
    top: auto;
    bottom: -137px;
  }
}
.cid-uGzIrH5Y4d .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-uGzIrH5Y4d .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uGzIrH5Y4d .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uGzIrH5Y4d .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-uGzIrH5Y4d .item-menu-overlay {
  opacity: 0 !important;
}
@media (max-width: 991px) {
  .cid-uGzIrH5Y4d .col-img {
    order: 1;
  }
}
@media (max-width: 991px) {
  .cid-uGzIrH5Y4d .col-text {
    order: 2;
  }
}
.cid-uGzIrH5Y4d .text-box {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGzIrH5Y4d .text-box {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uGzIrH5Y4d .text-box {
    padding-top: 40px;
  }
}
.cid-uGzIrH5Y4d .card-title {
  color: #316df3;
  margin-bottom: 20px;
}
.cid-uGzIrH5Y4d .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uGzIrH5Y4d .list-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uGzIrH5Y4d .list-container {
    margin-top: 20px;
  }
}
.cid-uGzIrH5Y4d .mbr-text {
  color: #e1454a;
  margin-bottom: 20px;
}
.cid-uGzIrH5Y4d .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uGzIrH5Y4d .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uGzIrH5Y4d .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-uGzIrH5Y4d .list-item-text {
  color: #ffffff;
  width: fit-content;
  text-align: left;
}
.cid-uGzIrH5Y4d .img-box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-uGzIrH5Y4d .img-box img {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  width: 100%;
}
.cid-uGzEiK4CoR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
  overflow: hidden;
}
.cid-uGzEiK4CoR .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uGzEiK4CoR .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uGzEiK4CoR .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-uGzEiK4CoR .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uGzEiK4CoR .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uGzEiK4CoR .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uGzEiK4CoR .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uGzEiK4CoR .mbr-section-title {
  color: #316df3;
}
@media (max-width: 767px) {
  .cid-uGzEiK4CoR .mbr-section-title {
    text-align: center;
  }
}
.cid-uGzEiK4CoR .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uGzEiK4CoR .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uGzEiK4CoR .card-row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-uGzEiK4CoR .cards-container-2 {
    margin-top: 50px;
  }
}
.cid-uGzEiK4CoR .cards-head {
  width: 100%;
}
.cid-uGzEiK4CoR .cards-title {
  color: #FF014E;
}
.cid-uGzEiK4CoR .cards-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uGzEiK4CoR .cards-subtitle {
    margin-top: 10px;
  }
}
.cid-uGzEiK4CoR .cards-list {
  width: 100%;
  margin-top: 50px;
  padding-left: 31px;
  border-left: 5px solid #621caf;
}
.cid-uGzEiK4CoR .card {
  overflow: visible;
}
.cid-uGzEiK4CoR .card:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uGzEiK4CoR .card:not(:first-child) {
    margin-top: 30px;
  }
}
.cid-uGzEiK4CoR .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  padding: 45px 40px;
  border-radius: 6px;
  background: linear-gradient(145deg, #060606, #252525);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uGzEiK4CoR .card-wrapper {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .cid-uGzEiK4CoR .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uGzEiK4CoR .card-wrapper {
    padding: 20px;
  }
}
.cid-uGzEiK4CoR .card-wrapper:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  right: 100%;
  top: 63px;
  transform: translateY(-7px);
  background: #621caf;
  z-index: 0;
}
.cid-uGzEiK4CoR .card-wrapper:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #621caf;
  border-radius: 100%;
  left: -43.5px;
  top: 55px;
  transform: translateY(-7px);
  background: #060606;
  transition: .4s all;
}
.cid-uGzEiK4CoR .card-wrapper:hover:after {
  background: #060606;
}
.cid-uGzEiK4CoR .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uGzEiK4CoR .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-uGzEiK4CoR .card-wrapper:hover .card-subtitle {
  color: #ffffff !important;
}
.cid-uGzEiK4CoR .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-uGzEiK4CoR .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uGzEiK4CoR .card-text-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #e1454a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .cid-uGzEiK4CoR .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-uGzEiK4CoR .card-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .cid-uGzEiK4CoR .card-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uGzEiK4CoR .card-title {
  color: #316df3;
  margin-bottom: 7px;
  transition: .5s all;
}
.cid-uGzEiK4CoR .card-subtitle {
  color: #621caf;
  transition: .5s all;
  margin-bottom: 0;
}
.cid-uGzEiK4CoR .card-text-label {
  padding: 7px 15px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #060606, #252525);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-uGzEiK4CoR .card-text-label {
    margin-left: 0;
  }
}
.cid-uGzEiK4CoR .card-label {
  color: #e1454a;
  margin-bottom: 0;
}
.cid-uGzEiK4CoR .card-text {
  color: #ffffff;
  margin-bottom: 0;
  transition: .5s all;
}
.cid-uHHVJxZYhC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/banner6.webp");
}
.cid-uHHVJxZYhC .mbr-overlay {
  background: #060606;
  opacity: 0.7;
}
.cid-uHHVJxZYhC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHHVJxZYhC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHHVJxZYhC .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uHHVJxZYhC .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uHHVJxZYhC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHHVJxZYhC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHHVJxZYhC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHHVJxZYhC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uHHVJxZYhC .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uHHVJxZYhC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHHVJxZYhC .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uHHVJxZYhC .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e1454a;
}
.cid-uHHVJxZYhC .embla__slide .slide-content {
  width: 100%;
}
.cid-uHHVJxZYhC .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uHHVJxZYhC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uHHVJxZYhC .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHHVJxZYhC .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uHHVJxZYhC .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uHHVJxZYhC .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uHHVJxZYhC .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHHVJxZYhC .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uHHVJxZYhC .embla__button--next,
.cid-uHHVJxZYhC .embla__button--prev {
  display: flex;
}
.cid-uHHVJxZYhC .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #060606 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uHHVJxZYhC .embla__button:hover {
  transform: scale(1.05);
}
.cid-uHHVJxZYhC .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHHVJxZYhC .embla__button.embla__button--next {
  right: 0;
}
.cid-uHHVJxZYhC .embla {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHHVJxZYhC .embla {
    margin-bottom: 38px;
  }
}
.cid-uHHVJxZYhC .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uHHVJxZYhC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHHVJxZYhC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHHVJxZYhC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHHVJxZYhC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uHHVJxZYhC .mbr-section-title {
  color: #ffffff;
}
.cid-uHHVJxZYhC .mbr-text,
.cid-uHHVJxZYhC .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHHVJxZYhC .mbr-desc,
.cid-uHHVJxZYhC .desc-wrapper {
  color: #316df3;
  text-align: center;
}
.cid-uHHVJxZYhC .item-title,
.cid-uHHVJxZYhC .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uHHVJxZYhC .item-text,
.cid-uHHVJxZYhC .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uHHVJxZYhC .mbr-section-title,
.cid-uHHVJxZYhC .mbr-section-btn {
  text-align: center;
}
.cid-uGzIO3MEHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #060606;
}
.cid-uGzIO3MEHP .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGzIO3MEHP .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGzIO3MEHP .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uGzIO3MEHP .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGzIO3MEHP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGzIO3MEHP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGzIO3MEHP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGzIO3MEHP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uGzIO3MEHP .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uGzIO3MEHP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uGzIO3MEHP .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uGzIO3MEHP .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #e1454a;
}
.cid-uGzIO3MEHP .embla__slide .slide-content {
  width: 100%;
}
.cid-uGzIO3MEHP .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uGzIO3MEHP .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uGzIO3MEHP .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGzIO3MEHP .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uGzIO3MEHP .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uGzIO3MEHP .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uGzIO3MEHP .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGzIO3MEHP .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uGzIO3MEHP .embla__button--next,
.cid-uGzIO3MEHP .embla__button--prev {
  display: flex;
}
.cid-uGzIO3MEHP .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #252525 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uGzIO3MEHP .embla__button:hover {
  transform: scale(1.05);
}
.cid-uGzIO3MEHP .embla__button.embla__button--prev {
  left: 0;
}
.cid-uGzIO3MEHP .embla__button.embla__button--next {
  right: 0;
}
.cid-uGzIO3MEHP .embla {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGzIO3MEHP .embla {
    margin-bottom: 38px;
  }
}
.cid-uGzIO3MEHP .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uGzIO3MEHP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uGzIO3MEHP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uGzIO3MEHP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uGzIO3MEHP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uGzIO3MEHP .mbr-section-title {
  color: #ffffff;
}
.cid-uGzIO3MEHP .mbr-text,
.cid-uGzIO3MEHP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGzIO3MEHP .mbr-desc,
.cid-uGzIO3MEHP .desc-wrapper {
  color: #316df3;
  text-align: center;
}
.cid-uGzIO3MEHP .item-title,
.cid-uGzIO3MEHP .title-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uGzIO3MEHP .item-text,
.cid-uGzIO3MEHP .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGzIO3MEHP .mbr-section-title,
.cid-uGzIO3MEHP .mbr-section-btn {
  text-align: center;
}
.cid-uFWjOWjOsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFWjOWjOsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFWjOWjOsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #e1454a;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #621caf;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uFWjOWjOsb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e1454a;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFWjOWjOsb .items-wrapper .card {
  padding: 0 32px;
}
.cid-uFWjOWjOsb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:hover,
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:focus {
  color: #e1454a;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFWjOWjOsb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-desc {
  color: #ffffff;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .text-wrapper {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .list {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .mbr-section-btn {
  color: #ffffff;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  position: relative !important;
}
.cid-uFWbgWQsPx .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFWbgWQsPx .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover,
.cid-uFWbgWQsPx .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover span {
  color: white;
}
.cid-uFWbgWQsPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFWbgWQsPx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFWbgWQsPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFWbgWQsPx .nav-link {
  position: relative;
}
.cid-uFWbgWQsPx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .container {
    flex-wrap: nowrap;
  }
}
.cid-uFWbgWQsPx .iconfont-wrapper {
  color: #621caf !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFWbgWQsPx .iconfont-wrapper:hover {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-menu,
.cid-uFWbgWQsPx .navbar.opened {
  background: #000000 !important;
}
.cid-uFWbgWQsPx .nav-item:focus,
.cid-uFWbgWQsPx .nav-link:focus {
  outline: none;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFWbgWQsPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFWbgWQsPx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFWbgWQsPx .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFWbgWQsPx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFWbgWQsPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFWbgWQsPx .navbar.collapsed {
  justify-content: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFWbgWQsPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFWbgWQsPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFWbgWQsPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFWbgWQsPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFWbgWQsPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFWbgWQsPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-item.active,
.cid-uFWbgWQsPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFWbgWQsPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFWbgWQsPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFWbgWQsPx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFWbgWQsPx ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uFWbgWQsPx .navbar-buttons {
  text-align: center;
}
.cid-uFWbgWQsPx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFWbgWQsPx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFWbgWQsPx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFWbgWQsPx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #e1454a;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFWbgWQsPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar {
    height: 70px;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    height: auto;
  }
  .cid-uFWbgWQsPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFWbgWQsPx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link::after {
  color: #e1454a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFWbgWQsPx .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #e1454a 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFWbgWQsPx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFWbgWQsPx .content-wrap {
  min-height: 90px;
}
.cid-uGAaCuBmjm {
  background-image: url("../../../assets/images/banner-auto.webp");
}
.cid-uGAaCuBmjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAaCuBmjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAaCuBmjm .mbr-section-title {
  color: #e1454a;
  margin-bottom: 20px;
}
.cid-uGAaCuBmjm .mbr-section-subtitle {
  color: #316df3;
  margin-bottom: 30px;
}
.cid-uGAaCuBmjm .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uGAaCuBmjm .mbr-section-btn {
  margin-top: 30px;
}
.cid-uGAaCuBmjm .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uGAaCuBmjm .mbr-text,
.cid-uGAaCuBmjm .mbr-section-btn {
  color: #ffffff;
}
.cid-uGAc2FEqYp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uGAc2FEqYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAc2FEqYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAc2FEqYp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGAc2FEqYp .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGAc2FEqYp .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uGAc2FEqYp .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGAc2FEqYp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGAc2FEqYp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGAc2FEqYp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGAc2FEqYp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGAc2FEqYp .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGAc2FEqYp .item {
    margin-bottom: 28px;
  }
}
.cid-uGAc2FEqYp .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uGAc2FEqYp .item .item-wrapper:hover,
.cid-uGAc2FEqYp .item .item-wrapper:focus {
  border: 2px solid #e1454a;
  background-color: #e1454a;
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #316df3;
  background: linear-gradient(90deg, #621caf, #7b23db 65%, #954ee3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uGAc2FEqYp .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uGAc2FEqYp .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #316df3;
}
.cid-uGAc2FEqYp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGAc2FEqYp .mbr-text,
.cid-uGAc2FEqYp .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGAc2FEqYp .mbr-desc,
.cid-uGAc2FEqYp .desc-wrapper {
  color: #316df3;
  text-align: center;
}
.cid-uGAc2FEqYp .item-desc {
  color: #316df3;
}
.cid-uGAc2FEqYp .item-title {
  color: #ffffff;
}
.cid-uGAc2FEqYp .item-text {
  color: #e1454a;
}
.cid-uGAc2FEqYp .icon-wrapper {
  text-align: right;
}
.cid-uGAbq8uwSS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
  overflow: hidden;
}
.cid-uGAbq8uwSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAbq8uwSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAbq8uwSS .mbr-section-head {
  width: 100%;
  padding-bottom: 60px;
}
.cid-uGAbq8uwSS .mbr-section-title {
  color: #316df3;
}
@media (max-width: 767px) {
  .cid-uGAbq8uwSS .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uGAbq8uwSS .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uGAbq8uwSS .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center !important;
  }
}
.cid-uGAbq8uwSS .item-wrap {
  position: relative;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  background: linear-gradient(145deg, #060606, #252525);
  box-shadow: 10px 10px 19px #060606, -10px -10px 19px #252525;
}
@media (max-width: 767px) {
  .cid-uGAbq8uwSS .item-wrap {
    padding: 30px;
    margin-bottom: 82px;
  }
}
.cid-uGAbq8uwSS .item-wrap:hover .carousel-control {
  opacity: 1;
}
.cid-uGAbq8uwSS .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-uGAbq8uwSS .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-uGAbq8uwSS .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-uGAbq8uwSS .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-uGAbq8uwSS .carousel-control {
    width: 52px;
    height: 52px;
    border-radius: 20%;
    opacity: 1 !important;
  }
}
.cid-uGAbq8uwSS .carousel-control.carousel-control-prev {
  left: -55px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uGAbq8uwSS .carousel-control.carousel-control-prev {
    top: auto;
    bottom: -137px;
    left: -30px;
  }
}
.cid-uGAbq8uwSS .carousel-control.carousel-control-next {
  right: -55px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uGAbq8uwSS .carousel-control.carousel-control-next {
    right: auto;
    left: 42px;
    top: auto;
    bottom: -137px;
  }
}
.cid-uGAbq8uwSS .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-uGAbq8uwSS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uGAbq8uwSS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uGAbq8uwSS .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-uGAbq8uwSS .item-menu-overlay {
  opacity: 0 !important;
}
@media (max-width: 991px) {
  .cid-uGAbq8uwSS .col-img {
    order: 1;
  }
}
@media (max-width: 991px) {
  .cid-uGAbq8uwSS .col-text {
    order: 2;
  }
}
.cid-uGAbq8uwSS .text-box {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uGAbq8uwSS .text-box {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uGAbq8uwSS .text-box {
    padding-top: 40px;
  }
}
.cid-uGAbq8uwSS .card-title {
  color: #621caf;
  margin-bottom: 20px;
}
.cid-uGAbq8uwSS .card-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uGAbq8uwSS .list-container {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uGAbq8uwSS .list-container {
    margin-top: 20px;
  }
}
.cid-uGAbq8uwSS .mbr-text {
  color: #e1454a;
  margin-bottom: 20px;
}
.cid-uGAbq8uwSS .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uGAbq8uwSS .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uGAbq8uwSS .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-uGAbq8uwSS .list-item-text {
  color: #ffffff;
  width: fit-content;
  text-align: left;
}
.cid-uGAbq8uwSS .img-box {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.cid-uGAbq8uwSS .img-box img {
  aspect-ratio: 1.33333333;
  object-fit: cover;
  width: 100%;
}
.cid-uGAcdTCYPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uGAcdTCYPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAcdTCYPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAcdTCYPg .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGAcdTCYPg .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGAcdTCYPg .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uGAcdTCYPg .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGAcdTCYPg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGAcdTCYPg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGAcdTCYPg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGAcdTCYPg .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGAcdTCYPg .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGAcdTCYPg .item {
    margin-bottom: 28px;
  }
}
.cid-uGAcdTCYPg .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uGAcdTCYPg .item .item-wrapper:hover,
.cid-uGAcdTCYPg .item .item-wrapper:focus {
  border: 2px solid #e1454a;
  background-color: #e1454a;
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uGAcdTCYPg .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uGAcdTCYPg .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uGAcdTCYPg .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e1454a;
  background: linear-gradient(90deg, #621caf, #7b23db 65%, #954ee3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uGAcdTCYPg .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uGAcdTCYPg .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGAcdTCYPg .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uGAcdTCYPg .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #e1454a;
}
.cid-uGAcdTCYPg .mbr-section-title {
  color: #ffffff;
}
.cid-uGAcdTCYPg .mbr-text,
.cid-uGAcdTCYPg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGAcdTCYPg .mbr-desc,
.cid-uGAcdTCYPg .desc-wrapper {
  color: #316df3;
  text-align: center;
}
.cid-uGAcdTCYPg .item-title {
  color: #ffffff;
}
.cid-uGAcdTCYPg .item-text {
  color: #ffffff;
}
.cid-uGAcdTCYPg .mbr-section-title,
.cid-uGAcdTCYPg .mbr-section-btn {
  text-align: center;
}
.cid-uGAcdTCYPg .item-title,
.cid-uGAcdTCYPg .icon-wrapper {
  color: #e1454a;
}
.cid-uFWjOWjOsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFWjOWjOsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFWjOWjOsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #e1454a;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #621caf;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uFWjOWjOsb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e1454a;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFWjOWjOsb .items-wrapper .card {
  padding: 0 32px;
}
.cid-uFWjOWjOsb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:hover,
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:focus {
  color: #e1454a;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFWjOWjOsb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-desc {
  color: #ffffff;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .text-wrapper {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .list {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .mbr-section-btn {
  color: #ffffff;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  position: relative !important;
}
.cid-uFWbgWQsPx .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFWbgWQsPx .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover,
.cid-uFWbgWQsPx .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover span {
  color: white;
}
.cid-uFWbgWQsPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFWbgWQsPx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFWbgWQsPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFWbgWQsPx .nav-link {
  position: relative;
}
.cid-uFWbgWQsPx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .container {
    flex-wrap: nowrap;
  }
}
.cid-uFWbgWQsPx .iconfont-wrapper {
  color: #621caf !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFWbgWQsPx .iconfont-wrapper:hover {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-menu,
.cid-uFWbgWQsPx .navbar.opened {
  background: #000000 !important;
}
.cid-uFWbgWQsPx .nav-item:focus,
.cid-uFWbgWQsPx .nav-link:focus {
  outline: none;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFWbgWQsPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFWbgWQsPx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFWbgWQsPx .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFWbgWQsPx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFWbgWQsPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFWbgWQsPx .navbar.collapsed {
  justify-content: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFWbgWQsPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFWbgWQsPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFWbgWQsPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFWbgWQsPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFWbgWQsPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFWbgWQsPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-item.active,
.cid-uFWbgWQsPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFWbgWQsPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFWbgWQsPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFWbgWQsPx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFWbgWQsPx ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uFWbgWQsPx .navbar-buttons {
  text-align: center;
}
.cid-uFWbgWQsPx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFWbgWQsPx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFWbgWQsPx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFWbgWQsPx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #e1454a;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFWbgWQsPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar {
    height: 70px;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    height: auto;
  }
  .cid-uFWbgWQsPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFWbgWQsPx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link::after {
  color: #e1454a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFWbgWQsPx .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #e1454a 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFWbgWQsPx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFWbgWQsPx .content-wrap {
  min-height: 90px;
}
.cid-uGAYgCr9OW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uGAYgCr9OW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAYgCr9OW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAYgCr9OW .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uGAYgCr9OW .content-wrapper {
    padding: 0;
  }
}
.cid-uGAYgCr9OW .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGAYgCr9OW .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGAYgCr9OW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGAYgCr9OW .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGAYgCr9OW .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGAYgCr9OW .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGAYgCr9OW .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uGAYgCr9OW .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGAYgCr9OW .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uGAYgCr9OW .mbr-section-title {
  color: #ffffff;
}
.cid-uGAYgCr9OW .mbr-text,
.cid-uGAYgCr9OW .text-wrapper {
  color: #316df3;
  text-align: left;
}
.cid-uGAYgCr9OW .mbr-section-title,
.cid-uGAYgCr9OW .mbr-section-btn {
  text-align: center;
}
.cid-uGAYaq3eCW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uGAYaq3eCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAYaq3eCW .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-uGAYaq3eCW .container {
    padding: 0 30px;
  }
}
.cid-uGAYaq3eCW .row {
  justify-content: center;
}
.cid-uGAYaq3eCW .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uGAYaq3eCW .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uGAYaq3eCW .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #621caf;
}
.cid-uGAYaq3eCW .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uGAYaq3eCW .mbr-text {
  color: #ffffff;
}
.cid-uGB0EDUIxh {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uGB0EDUIxh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGB0EDUIxh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGB0EDUIxh .content-wrapper {
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uGB0EDUIxh .content-wrapper {
    padding: 0;
  }
}
.cid-uGB0EDUIxh .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGB0EDUIxh .content-wrapper .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGB0EDUIxh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGB0EDUIxh .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGB0EDUIxh .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGB0EDUIxh .content-wrapper .image-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGB0EDUIxh .content-wrapper .image-wrapper {
    margin-bottom: 38px;
  }
}
.cid-uGB0EDUIxh .content-wrapper .image-wrapper img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uGB0EDUIxh .content-wrapper .image-wrapper img {
    height: 250px;
  }
}
.cid-uGB0EDUIxh .mbr-section-title {
  color: #ffffff;
}
.cid-uGB0EDUIxh .mbr-text,
.cid-uGB0EDUIxh .text-wrapper {
  color: #316df3;
  text-align: left;
}
.cid-uGB0EDUIxh .mbr-section-title,
.cid-uGB0EDUIxh .mbr-section-btn {
  text-align: center;
}
.cid-uGB03yJRvM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uGB03yJRvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGB03yJRvM .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-uGB03yJRvM .container {
    padding: 0 30px;
  }
}
.cid-uGB03yJRvM .row {
  justify-content: center;
}
.cid-uGB03yJRvM .text-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uGB03yJRvM .text-wrapper {
    padding-left: 30px;
  }
}
.cid-uGB03yJRvM .text-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  height: 50%;
  width: 1px;
  background-color: #621caf;
}
.cid-uGB03yJRvM .text-wrapper .mbr-text {
  opacity: .6;
  margin-bottom: 0;
}
.cid-uGB03yJRvM .mbr-text {
  color: #ffffff;
}
.cid-uFWjOWjOsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFWjOWjOsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFWjOWjOsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #e1454a;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #621caf;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uFWjOWjOsb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e1454a;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFWjOWjOsb .items-wrapper .card {
  padding: 0 32px;
}
.cid-uFWjOWjOsb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:hover,
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:focus {
  color: #e1454a;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFWjOWjOsb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-desc {
  color: #ffffff;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .text-wrapper {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .list {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .mbr-section-btn {
  color: #ffffff;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  position: relative !important;
}
.cid-uFWbgWQsPx .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFWbgWQsPx .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover,
.cid-uFWbgWQsPx .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover span {
  color: white;
}
.cid-uFWbgWQsPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFWbgWQsPx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFWbgWQsPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFWbgWQsPx .nav-link {
  position: relative;
}
.cid-uFWbgWQsPx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .container {
    flex-wrap: nowrap;
  }
}
.cid-uFWbgWQsPx .iconfont-wrapper {
  color: #621caf !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFWbgWQsPx .iconfont-wrapper:hover {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-menu,
.cid-uFWbgWQsPx .navbar.opened {
  background: #000000 !important;
}
.cid-uFWbgWQsPx .nav-item:focus,
.cid-uFWbgWQsPx .nav-link:focus {
  outline: none;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFWbgWQsPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFWbgWQsPx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFWbgWQsPx .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFWbgWQsPx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFWbgWQsPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFWbgWQsPx .navbar.collapsed {
  justify-content: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFWbgWQsPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFWbgWQsPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFWbgWQsPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFWbgWQsPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFWbgWQsPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFWbgWQsPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-item.active,
.cid-uFWbgWQsPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFWbgWQsPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFWbgWQsPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFWbgWQsPx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFWbgWQsPx ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uFWbgWQsPx .navbar-buttons {
  text-align: center;
}
.cid-uFWbgWQsPx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFWbgWQsPx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFWbgWQsPx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFWbgWQsPx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #e1454a;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFWbgWQsPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar {
    height: 70px;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    height: auto;
  }
  .cid-uFWbgWQsPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFWbgWQsPx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link::after {
  color: #e1454a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFWbgWQsPx .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #e1454a 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFWbgWQsPx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFWbgWQsPx .content-wrap {
  min-height: 90px;
}
.cid-uGI2nUlcZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI2nUlcZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner5.webp");
}
.cid-uGI2nUlcZx .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGI2nUlcZx .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uGI2nUlcZx .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uGI2nUlcZx .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uGI2nUlcZx .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGI2nUlcZx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #316df3, #618ff6 65%, #91b1f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGI2nUlcZx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGI2nUlcZx .mbr-section-title {
  color: #ffffff;
}
.cid-uGI2nUlcZx .mbr-desc,
.cid-uGI2nUlcZx .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGI2nUlcZx .mbr-text,
.cid-uGI2nUlcZx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGI2nUlcZx .mbr-section-title,
.cid-uGI2nUlcZx .mbr-section-btn {
  text-align: center;
}
.cid-uGI2nUlcZx .mbr-desc,
.cid-uGI2nUlcZx .desc-wrapper {
  color: #e1454a;
}
.cid-uHTG8r7OuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uHTG8r7OuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHTG8r7OuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHTG8r7OuJ .items-wrapper {
  justify-content: center;
}
.cid-uHTG8r7OuJ .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #e1454a, #e87175 65%, #ef9d9f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHTG8r7OuJ .mbr-text,
.cid-uHTG8r7OuJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHkNhSWOnf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uHkNhSWOnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHkNhSWOnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHkNhSWOnf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHkNhSWOnf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHkNhSWOnf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHkNhSWOnf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uHkNhSWOnf .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHkNhSWOnf .item {
    margin-bottom: 28px;
  }
}
.cid-uHkNhSWOnf .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uHkNhSWOnf .item .item-wrapper:hover,
.cid-uHkNhSWOnf .item .item-wrapper:focus {
  border: 2px solid #e1454a;
  background-color: #e1454a;
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap {
  border: 1px solid #690092;
  transition: all 0.3s ease-in-out;
  background-color: #530074;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uHkNhSWOnf .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uHkNhSWOnf .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uHkNhSWOnf .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uHkNhSWOnf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHkNhSWOnf .item-title {
  color: #9aa0a6;
}
.cid-uHkNhSWOnf .item-text {
  color: #ffffff;
}
.cid-uHkNhSWOnf .item-date {
  color: #9aa0a6;
}
.cid-uHkNhSWOnf .mbr-section-title,
.cid-uHkNhSWOnf .mbr-section-btn {
  text-align: center;
}
.cid-uHkNhSWOnf .item-title,
.cid-uHkNhSWOnf .icon-wrapper {
  color: #316df3;
}
.cid-uGI2yBGkCw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner6.webp");
}
.cid-uGI2yBGkCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGI2yBGkCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGI2yBGkCw .content-wrapper {
  justify-content: center;
}
.cid-uGI2yBGkCw .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGI2yBGkCw .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGI2yBGkCw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGI2yBGkCw .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGI2yBGkCw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGI2yBGkCw .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin: 60px 0 30px;
}
@media (max-width: 992px) {
  .cid-uGI2yBGkCw .desc-wrapper .mbr-desc {
    width: 100%;
    margin: 48px 0 18px;
  }
}
.cid-uGI2yBGkCw .mbr-section-btn {
  margin-top: 20px;
}
.cid-uGI2yBGkCw .mbr-figure {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.cid-uGI2yBGkCw .mbr-figure:hover,
.cid-uGI2yBGkCw .mbr-figure:focus {
  background-color: #e1454a;
  border: 2px solid #e1454a;
}
.cid-uGI2yBGkCw .mbr-section-title {
  color: #ffffff;
}
.cid-uGI2yBGkCw .mbr-text,
.cid-uGI2yBGkCw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGI2yBGkCw .mbr-desc,
.cid-uGI2yBGkCw .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGI2yBGkCw .mbr-section-title,
.cid-uGI2yBGkCw .mbr-section-btn {
  text-align: center;
}
.cid-uHsqjFVg1M {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #060606;
}
.cid-uHsqjFVg1M .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uHsqjFVg1M .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uHsqjFVg1M .container {
    padding: 0 20px;
  }
}
.cid-uHsqjFVg1M .row {
  margin: 0;
  padding: 60px 16px 60px;
  background-color: #060606;
  border-radius: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHsqjFVg1M .row {
    padding: 46px 4px 46px;
  }
}
.cid-uHsqjFVg1M .row .card {
  justify-content: flex-end;
}
.cid-uHsqjFVg1M .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uHsqjFVg1M .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHsqjFVg1M .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uHsqjFVg1M .mbr-section-btn {
    text-align: left;
  }
}
.cid-uHsqjFVg1M .tags-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHsqjFVg1M .tags-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uHsqjFVg1M .tags-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uHsqjFVg1M .tags-wrapper .list .item-wrap {
  margin: 0 32px 32px 0;
}
.cid-uHsqjFVg1M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 314px;
  max-width: 314px;
}
@media (max-width: 767px) {
  .cid-uHsqjFVg1M .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHsqjFVg1M .embla__slide .slide-content {
  width: 100%;
}
.cid-uHsqjFVg1M .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-uHsqjFVg1M .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uHsqjFVg1M .embla__slide .slide-content .item-wrapper .item-img img {
  height: 360px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uHsqjFVg1M .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uHsqjFVg1M .embla__slide .slide-content .item-wrapper .item-content {
  z-index: 1;
  position: relative;
}
.cid-uHsqjFVg1M .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 5px;
}
.cid-uHsqjFVg1M .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uHsqjFVg1M .embla__button--next,
.cid-uHsqjFVg1M .embla__button--prev {
  display: flex;
}
.cid-uHsqjFVg1M .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .6 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uHsqjFVg1M .embla__button {
    bottom: 0;
  }
}
.cid-uHsqjFVg1M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHsqjFVg1M .embla__button:hover {
  opacity: 1 !important;
}
.cid-uHsqjFVg1M .embla__button.embla__button--prev {
  left: 30px;
}
.cid-uHsqjFVg1M .embla__button.embla__button--next {
  right: 30px;
}
.cid-uHsqjFVg1M .embla {
  position: relative;
  width: 100%;
}
.cid-uHsqjFVg1M .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uHsqjFVg1M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHsqjFVg1M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHsqjFVg1M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHsqjFVg1M .mbr-desc {
  color: #316df3;
}
.cid-uHsqjFVg1M .mbr-section-title {
  color: #ffffff;
}
.cid-uHsqjFVg1M .list {
  color: #616161;
}
.cid-uHsqjFVg1M .item-name {
  color: #621caf;
  text-align: center;
}
.cid-uHsqjFVg1M .item-role {
  color: #ffffff;
  text-align: center;
}
.cid-uFWjOWjOsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFWjOWjOsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFWjOWjOsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #e1454a;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #621caf;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uFWjOWjOsb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e1454a;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFWjOWjOsb .items-wrapper .card {
  padding: 0 32px;
}
.cid-uFWjOWjOsb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:hover,
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:focus {
  color: #e1454a;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFWjOWjOsb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-desc {
  color: #ffffff;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .text-wrapper {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .list {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .mbr-section-btn {
  color: #ffffff;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  position: relative !important;
}
.cid-uFWbgWQsPx .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFWbgWQsPx .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover,
.cid-uFWbgWQsPx .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover span {
  color: white;
}
.cid-uFWbgWQsPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFWbgWQsPx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFWbgWQsPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFWbgWQsPx .nav-link {
  position: relative;
}
.cid-uFWbgWQsPx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .container {
    flex-wrap: nowrap;
  }
}
.cid-uFWbgWQsPx .iconfont-wrapper {
  color: #621caf !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFWbgWQsPx .iconfont-wrapper:hover {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-menu,
.cid-uFWbgWQsPx .navbar.opened {
  background: #000000 !important;
}
.cid-uFWbgWQsPx .nav-item:focus,
.cid-uFWbgWQsPx .nav-link:focus {
  outline: none;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFWbgWQsPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFWbgWQsPx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFWbgWQsPx .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFWbgWQsPx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFWbgWQsPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFWbgWQsPx .navbar.collapsed {
  justify-content: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFWbgWQsPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFWbgWQsPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFWbgWQsPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFWbgWQsPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFWbgWQsPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFWbgWQsPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-item.active,
.cid-uFWbgWQsPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFWbgWQsPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFWbgWQsPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFWbgWQsPx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFWbgWQsPx ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uFWbgWQsPx .navbar-buttons {
  text-align: center;
}
.cid-uFWbgWQsPx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFWbgWQsPx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFWbgWQsPx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFWbgWQsPx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #e1454a;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFWbgWQsPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar {
    height: 70px;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    height: auto;
  }
  .cid-uFWbgWQsPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFWbgWQsPx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link::after {
  color: #e1454a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFWbgWQsPx .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #e1454a 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFWbgWQsPx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFWbgWQsPx .content-wrap {
  min-height: 90px;
}
.cid-uGuW1OWSpn {
  background-image: url("../../../assets/images/banner5.webp");
}
.cid-uGuW1OWSpn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuW1OWSpn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuW1OWSpn .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uGuW1OWSpn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uGuW1OWSpn .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uGuW1OWSpn .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uGuW1OWSpn .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGuW1OWSpn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGuW1OWSpn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGuW1OWSpn .mbr-section-title {
  color: #ffffff;
}
.cid-uGuW1OWSpn .mbr-desc,
.cid-uGuW1OWSpn .desc-wrapper {
  color: #e1454a;
  text-align: center;
}
.cid-uGuW1OWSpn .mbr-text,
.cid-uGuW1OWSpn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGuW1OWSpn .mbr-section-title,
.cid-uGuW1OWSpn .mbr-section-btn {
  text-align: center;
}
.cid-uGuWHv5gn3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uGuWHv5gn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuWHv5gn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGuWHv5gn3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGuWHv5gn3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGuWHv5gn3 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uGuWHv5gn3 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGuWHv5gn3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGuWHv5gn3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGuWHv5gn3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGuWHv5gn3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGuWHv5gn3 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGuWHv5gn3 .item {
    margin-bottom: 28px;
  }
}
.cid-uGuWHv5gn3 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uGuWHv5gn3 .item .item-wrapper:hover,
.cid-uGuWHv5gn3 .item .item-wrapper:focus {
  border: 2px solid #e1454a;
  background-color: #e1454a;
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap {
  padding: 12px;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uGuWHv5gn3 .item .item-wrapper .item-wrap {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uGuWHv5gn3 .item .item-wrapper .item-wrap {
    padding: 16px;
  }
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .icon-wrap {
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .icon-wrap {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .icon-wrap .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #e1454a;
  background: linear-gradient(90deg, #621caf, #7b23db 65%, #954ee3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 4px;
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .icon-wrapper {
    min-width: auto;
  }
}
.cid-uGuWHv5gn3 .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #e1454a;
}
.cid-uGuWHv5gn3 .mbr-section-title {
  color: #ffffff;
}
.cid-uGuWHv5gn3 .mbr-text,
.cid-uGuWHv5gn3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGuWHv5gn3 .mbr-desc,
.cid-uGuWHv5gn3 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uGuWHv5gn3 .item-title {
  color: #ffffff;
}
.cid-uGuWHv5gn3 .item-text {
  color: #ffffff;
}
.cid-uGuWHv5gn3 .mbr-section-title,
.cid-uGuWHv5gn3 .mbr-section-btn {
  text-align: center;
}
.cid-uGuWHv5gn3 .item-title,
.cid-uGuWHv5gn3 .icon-wrapper {
  color: #316df3;
}
.cid-uGv0BeWdRS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uGv0BeWdRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGv0BeWdRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGv0BeWdRS .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGv0BeWdRS .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGv0BeWdRS .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGv0BeWdRS .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGv0BeWdRS .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGv0BeWdRS .item {
    margin-bottom: 28px;
  }
}
.cid-uGv0BeWdRS .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uGv0BeWdRS .item .item-wrapper:hover,
.cid-uGv0BeWdRS .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uGv0BeWdRS .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uGv0BeWdRS .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uGv0BeWdRS .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #e1454a;
}
.cid-uGv0BeWdRS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGv0BeWdRS .item-title {
  color: #9aa0a6;
}
.cid-uGv0BeWdRS .item-text {
  color: #ffffff;
}
.cid-uGv0BeWdRS .item-date {
  color: #9aa0a6;
}
.cid-uGv0BeWdRS .mbr-section-title,
.cid-uGv0BeWdRS .mbr-section-btn {
  text-align: center;
}
.cid-uGv0BeWdRS .item-title,
.cid-uGv0BeWdRS .icon-wrapper {
  color: #316df3;
}
.cid-uGv2Oc7ZXf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uGv2Oc7ZXf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGv2Oc7ZXf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGv2Oc7ZXf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uGv2Oc7ZXf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGv2Oc7ZXf .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uGv2Oc7ZXf .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uGv2Oc7ZXf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGv2Oc7ZXf .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGv2Oc7ZXf .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGv2Oc7ZXf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uGv2Oc7ZXf .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uGv2Oc7ZXf .item {
    margin-bottom: 28px;
  }
}
.cid-uGv2Oc7ZXf .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uGv2Oc7ZXf .item .item-wrapper:hover,
.cid-uGv2Oc7ZXf .item .item-wrapper:focus {
  border: 2px solid #e1454a;
  background-color: #e1454a;
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252525;
}
@media (max-width: 992px) {
  .cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #621caf, #7b23db 65%, #954ee3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uGv2Oc7ZXf .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uGv2Oc7ZXf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGv2Oc7ZXf .mbr-text,
.cid-uGv2Oc7ZXf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGv2Oc7ZXf .mbr-desc,
.cid-uGv2Oc7ZXf .desc-wrapper {
  color: #316df3;
  text-align: center;
}
.cid-uGv2Oc7ZXf .item-desc {
  color: #316df3;
}
.cid-uGv2Oc7ZXf .item-title {
  color: #ffffff;
}
.cid-uGv2Oc7ZXf .item-text {
  color: #ffffff;
}
.cid-uGv2Oc7ZXf .icon-wrapper {
  text-align: right;
}
.cid-uGvcjdPOiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner6.webp");
}
.cid-uGvcjdPOiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGvcjdPOiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGvcjdPOiT .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #316df3 -10%, #621caf 30%, #e1454a 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uGvcjdPOiT .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGvcjdPOiT .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGvcjdPOiT .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #621caf, #e1454a, transparent);
  height: 1px;
  width: 100%;
}
.cid-uGvcjdPOiT .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-uGvcjdPOiT .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uGvcjdPOiT .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-uGvcjdPOiT .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-uGvcjdPOiT .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #e1454a, #621caf 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #1f2329;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #e1454a !important;
  box-shadow: none;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-uGvcjdPOiT .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGvcjdPOiT .mbr-section-btn {
  text-align: right;
}
.cid-uGvcjdPOiT .mbr-title {
  color: #ffffff;
}
.cid-uGvcjdPOiT .mbr-text {
  color: #ffffff;
}
.cid-uGvcjdPOiT label {
  color: #ffffff;
}
.cid-uFWjOWjOsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFWjOWjOsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFWjOWjOsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #e1454a;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #621caf;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uFWjOWjOsb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e1454a;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFWjOWjOsb .items-wrapper .card {
  padding: 0 32px;
}
.cid-uFWjOWjOsb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:hover,
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:focus {
  color: #e1454a;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFWjOWjOsb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-desc {
  color: #ffffff;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .text-wrapper {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .list {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .mbr-section-btn {
  color: #ffffff;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  position: relative !important;
}
.cid-uFWbgWQsPx .container-fluid {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 1440px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFWbgWQsPx .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover,
.cid-uFWbgWQsPx .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .dropdown-item:hover span {
  color: white;
}
.cid-uFWbgWQsPx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFWbgWQsPx .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFWbgWQsPx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFWbgWQsPx .nav-link {
  position: relative;
}
.cid-uFWbgWQsPx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .container {
    flex-wrap: nowrap;
  }
}
.cid-uFWbgWQsPx .iconfont-wrapper {
  color: #621caf !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uFWbgWQsPx .iconfont-wrapper:hover {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-menu,
.cid-uFWbgWQsPx .navbar.opened {
  background: #000000 !important;
}
.cid-uFWbgWQsPx .nav-item:focus,
.cid-uFWbgWQsPx .nav-link:focus {
  outline: none;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFWbgWQsPx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFWbgWQsPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFWbgWQsPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFWbgWQsPx .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx .navbar.opened {
  transition: all 0.3s;
}
.cid-uFWbgWQsPx .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uFWbgWQsPx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uFWbgWQsPx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFWbgWQsPx .navbar.collapsed {
  justify-content: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFWbgWQsPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFWbgWQsPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFWbgWQsPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFWbgWQsPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFWbgWQsPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFWbgWQsPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFWbgWQsPx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFWbgWQsPx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uFWbgWQsPx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFWbgWQsPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uFWbgWQsPx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uFWbgWQsPx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #e1454a !important;
}
.cid-uFWbgWQsPx .dropdown-item.active,
.cid-uFWbgWQsPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uFWbgWQsPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFWbgWQsPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uFWbgWQsPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uFWbgWQsPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFWbgWQsPx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uFWbgWQsPx ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uFWbgWQsPx .navbar-buttons {
  text-align: center;
}
.cid-uFWbgWQsPx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uFWbgWQsPx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uFWbgWQsPx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uFWbgWQsPx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #e1454a;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uFWbgWQsPx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFWbgWQsPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFWbgWQsPx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFWbgWQsPx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFWbgWQsPx .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-uFWbgWQsPx .navbar {
    height: 70px;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    height: auto;
  }
  .cid-uFWbgWQsPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFWbgWQsPx .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uFWbgWQsPx .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link::after {
  color: #e1454a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uFWbgWQsPx .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #e1454a 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uFWbgWQsPx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uFWbgWQsPx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uFWbgWQsPx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uFWbgWQsPx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uFWbgWQsPx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uFWbgWQsPx .content-wrap {
  min-height: 90px;
}
.cid-uGu4LkmVpI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner6.webp");
}
.cid-uGu4LkmVpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu4LkmVpI .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-uGu4LkmVpI .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGu4LkmVpI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGu4LkmVpI .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGu4LkmVpI .panel-group .card {
    padding: 16px;
  }
}
.cid-uGu4LkmVpI .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uGu4LkmVpI .panel-group .card:hover,
.cid-uGu4LkmVpI .panel-group .card:focus {
  border: 1px solid #e1454a;
}
.cid-uGu4LkmVpI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uGu4LkmVpI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uGu4LkmVpI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGu4LkmVpI .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uGu4LkmVpI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #316df3;
}
.cid-uGu4LkmVpI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uGu4LkmVpI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e1454a;
}
.cid-uGu4LkmVpI .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uGu4LkmVpI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGu4LkmVpI .mbr-section-title {
  color: #ffffff;
}
.cid-uGu4LkmVpI .panel-title-edit {
  color: #ffffff;
}
.cid-uGu4LkmVpI .panel-text {
  color: #ffffff;
}
.cid-uGu8pzm3ln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uGu8pzm3ln .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGu8pzm3ln .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-uGu8pzm3ln .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGu8pzm3ln .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGu8pzm3ln .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGu8pzm3ln .panel-group .card {
    padding: 16px;
  }
}
.cid-uGu8pzm3ln .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uGu8pzm3ln .panel-group .card:hover,
.cid-uGu8pzm3ln .panel-group .card:focus {
  border: 1px solid #e1454a;
}
.cid-uGu8pzm3ln .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uGu8pzm3ln .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uGu8pzm3ln .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGu8pzm3ln .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uGu8pzm3ln .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #316df3;
}
.cid-uGu8pzm3ln .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uGu8pzm3ln .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e1454a;
}
.cid-uGu8pzm3ln .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uGu8pzm3ln .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGu8pzm3ln .mbr-section-title {
  color: #ffffff;
}
.cid-uGu8pzm3ln .panel-title-edit {
  color: #ffffff;
}
.cid-uGu8pzm3ln .panel-text {
  color: #ffffff;
}
.cid-uGuguJdv0a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/banner5.webp");
}
.cid-uGuguJdv0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGuguJdv0a .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-uGuguJdv0a .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGuguJdv0a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGuguJdv0a .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGuguJdv0a .panel-group .card {
    padding: 16px;
  }
}
.cid-uGuguJdv0a .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uGuguJdv0a .panel-group .card:hover,
.cid-uGuguJdv0a .panel-group .card:focus {
  border: 1px solid #e1454a;
}
.cid-uGuguJdv0a .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uGuguJdv0a .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uGuguJdv0a .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGuguJdv0a .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uGuguJdv0a .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #316df3;
}
.cid-uGuguJdv0a .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uGuguJdv0a .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e1454a;
}
.cid-uGuguJdv0a .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uGuguJdv0a .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGuguJdv0a .mbr-section-title {
  color: #ffffff;
}
.cid-uGuguJdv0a .panel-title-edit {
  color: #ffffff;
}
.cid-uGuguJdv0a .panel-text {
  color: #ffffff;
}
.cid-uGukheaPF6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uGukheaPF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGukheaPF6 .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-uGukheaPF6 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uGukheaPF6 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uGukheaPF6 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #121212;
  border: 1px solid #252525;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGukheaPF6 .panel-group .card {
    padding: 16px;
  }
}
.cid-uGukheaPF6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uGukheaPF6 .panel-group .card:hover,
.cid-uGukheaPF6 .panel-group .card:focus {
  border: 1px solid #e1454a;
}
.cid-uGukheaPF6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uGukheaPF6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uGukheaPF6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uGukheaPF6 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #252525;
}
.cid-uGukheaPF6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #316df3;
}
.cid-uGukheaPF6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uGukheaPF6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #e1454a;
}
.cid-uGukheaPF6 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uGukheaPF6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uGukheaPF6 .mbr-section-title {
  color: #ffffff;
}
.cid-uGukheaPF6 .panel-title-edit {
  color: #ffffff;
}
.cid-uGukheaPF6 .panel-text {
  color: #ffffff;
}
.cid-uFWjOWjOsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uFWjOWjOsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFWjOWjOsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #e1454a;
}
.cid-uFWjOWjOsb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #621caf;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uFWjOWjOsb .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e1454a;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFWjOWjOsb .items-wrapper .card {
  padding: 0 32px;
}
.cid-uFWjOWjOsb .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:hover,
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:focus {
  color: #e1454a;
}
.cid-uFWjOWjOsb .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFWjOWjOsb .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uFWjOWjOsb .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uFWjOWjOsb .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uFWjOWjOsb .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-desc {
  color: #ffffff;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .text-wrapper {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .list {
  color: #9aa0a6;
}
.cid-uFWjOWjOsb .mbr-text,
.cid-uFWjOWjOsb .mbr-section-btn {
  color: #ffffff;
}
