.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', 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: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #2e96ff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #dcb300 !important;
}
.bg-danger {
  background-color: #dc5400 !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, #0844ff, #0844ff 65%, #6e91ff) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0844ff !important;
  border-color: #0844ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3b6bff !important;
  border-color: #3b6bff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b6bff !important;
  border-color: #3b6bff !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, #2e96ff, #2e96ff 65%, #94c9ff) !important;
}
.btn-success,
.btn-success:active {
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #61b0ff !important;
  border-color: #61b0ff !important;
}
.btn-warning {
  background: linear-gradient(90deg, #dcb300, #dcb300 65%, #ffdc43) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !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: #0844ff;
  color: #0844ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #002bb0 !important;
  background-color: transparent !important;
  border-color: #002bb0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0844ff !important;
  border-color: #0844ff !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: #2e96ff;
  color: #2e96ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #006bd6 !important;
  background-color: transparent !important;
  border-color: #006bd6 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2e96ff !important;
  border-color: #2e96ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcb300;
  color: #dcb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856c00 !important;
  background-color: transparent !important;
  border-color: #856c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc5400;
  color: #dc5400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !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: #0844ff !important;
}
.text-success {
  color: #2e96ff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #dcb300 !important;
}
.text-danger {
  color: #dc5400 !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: #0027a1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0063c7 !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: #766000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #762d00 !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: #dcb300;
}
.alert-danger {
  background-color: #dc5400;
}
.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: #fafcff;
}
.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: #ffefa9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcaa9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', 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: 'Rethink Sans', 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: #0844ff !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-uvbPYb8EO4 {
  z-index: 1000;
  width: 100%;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .dropdown-menu {
  padding: 0;
}
.cid-uvbPYb8EO4 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvbPYb8EO4 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvbPYb8EO4 .dropdown-item:hover:after {
  color: #060606;
}
.cid-uvbPYb8EO4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbPYb8EO4 .nav-link {
  position: relative;
}
.cid-uvbPYb8EO4 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 .dropdown-menu,
.cid-uvbPYb8EO4 .navbar.opened {
  background: #212428 !important;
}
.cid-uvbPYb8EO4 .nav-item:focus,
.cid-uvbPYb8EO4 .nav-link:focus {
  outline: none;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uvbPYb8EO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbPYb8EO4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbPYb8EO4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbPYb8EO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbPYb8EO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbPYb8EO4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar {
    min-height: 80px;
  }
}
.cid-uvbPYb8EO4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvbPYb8EO4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uvbPYb8EO4 .dropdown-item.active,
.cid-uvbPYb8EO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbPYb8EO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbPYb8EO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbPYb8EO4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uvbPYb8EO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar {
    height: 70px;
  }
  .cid-uvbPYb8EO4 .navbar.opened {
    height: auto;
  }
  .cid-uvbPYb8EO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvbPYb8EO4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-short {
    min-height: 70px;
  }
}
.cid-uvbPYb8EO4 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uvbPYb8EO4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvbPYb8EO4 .navbar-nav {
  display: flex !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:focus,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uvbPYb8EO4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvbPYb8EO4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvbPYb8EO4 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvbPYb8EO4 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uvbPYb8EO4 .offcanvas.show {
  transform: translateX(0);
}
.cid-uvbPYb8EO4 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uvbPYb8EO4 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvbPYb8EO4 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uvbPYb8EO4 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uvbPYb8EO4 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uvbPYb8EO4 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uvbPYb8EO4 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .social-container {
    padding-top: 40px;
  }
}
.cid-uvbPYb8EO4 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uvbPYb8EO4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uvbPYb8EO4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2e96ff;
}
.cid-uvbPYb8EO4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uvbPYb8EO4 .soc-item:hover:before {
  opacity: 1;
}
.cid-uvbPYb8EO4 .offcanvas_btn {
  margin-top: auto;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uvaByzm6Qb {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uvaByzm6Qb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvaByzm6Qb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvaByzm6Qb .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uvaByzm6Qb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvaByzm6Qb .container {
    padding: 0 25px;
  }
}
.cid-uvaByzm6Qb .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uvaByzm6Qb .title-wrapper {
    padding: 0;
  }
}
.cid-uvaByzm6Qb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uvaByzm6Qb .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uvaByzm6Qb .mbr-section-title {
  color: #ffffff;
}
.cid-uvaByzm6Qb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uvaByzm6Qb .mbr-section-title,
.cid-uvaByzm6Qb .mbr-section-btn {
  text-align: center;
}
.cid-ufFCNNgItc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufFCNNgItc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCNNgItc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCNNgItc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCNNgItc .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCNNgItc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCNNgItc .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .image-wrapper img {
    height: 350px;
  }
}
.cid-ufFCNNgItc .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCNNgItc .mbr-text,
.cid-ufFCNNgItc .text-wrapper {
  color: #9aa0a6;
}
.cid-ufFCJ9uzcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufFCJ9uzcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCJ9uzcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCJ9uzcG .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCJ9uzcG .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCJ9uzcG .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ufFCJ9uzcG .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ufFCJ9uzcG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCJ9uzcG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCJ9uzcG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCJ9uzcG .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCJ9uzcG .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCJ9uzcG .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.cid-ufFCJ9uzcG .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-ufFCJ9uzcG .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-ufFCJ9uzcG .item:nth-child(3n) {
  margin-top: 0;
}
.cid-ufFCJ9uzcG .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCJ9uzcG .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-ufFCJ9uzcG .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-ufFCJ9uzcG .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-ufFCJ9uzcG .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-ufFCJ9uzcG .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ufFCJ9uzcG .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-ufFCJ9uzcG .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ufFCJ9uzcG .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-ufFCJ9uzcG .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-ufFCJ9uzcG .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-ufFCJ9uzcG .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-ufFCJ9uzcG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCJ9uzcG .mbr-text,
.cid-ufFCJ9uzcG .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFCJ9uzcG .mbr-desc,
.cid-ufFCJ9uzcG .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFCJ9uzcG .item-title {
  color: #ffffff;
}
.cid-ufFCJ9uzcG .item-text {
  color: #ffffff;
}
#custom-html-2i {
  /* Type valid CSS here */
}
#custom-html-2i .border-wrap {
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  #custom-html-2i .border-wrap {
    margin-top: 32px;
  }
}
.cid-uvyBQU5jLR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvyBQU5jLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyBQU5jLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyBQU5jLR .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvyBQU5jLR .content-wrapper .mbr-section-title span {
  color: #2e96ff;
}
.cid-uvyBQU5jLR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvyBQU5jLR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uvyBQU5jLR .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uvyBQU5jLR .border-wrap {
    margin-top: 32px;
  }
}
.cid-uvyBQU5jLR .mbr-section-title {
  color: #ffffff;
}
.cid-uvyBQU5jLR .mbr-text,
.cid-uvyBQU5jLR .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uvyBQU5jLR .mbr-section-title,
.cid-uvyBQU5jLR .mbr-section-btn {
  text-align: center;
}
.cid-uvyBFRI4t3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uvyBFRI4t3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyBFRI4t3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyBFRI4t3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uvyBFRI4t3 .container {
    max-width: 1400px;
  }
}
.cid-uvyBFRI4t3 .card {
  margin: auto;
}
.cid-uvyBFRI4t3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uvyBFRI4t3 .item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvyBFRI4t3 .row {
  justify-content: center;
}
.cid-uvyBFRI4t3 .card-title,
.cid-uvyBFRI4t3 .card-box {
  color: #ffffff;
}
.cid-uvyBFRI4t3 H3 {
  color: #379683;
}
#custom-html-2j {
  /* Type valid CSS here */
}
#custom-html-2j .border-wrap {
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  #custom-html-2j .border-wrap {
    margin-top: 32px;
  }
}
.cid-ufFCGh4jfc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufFCGh4jfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCGh4jfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCGh4jfc .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCGh4jfc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-ufFCGh4jfc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCGh4jfc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCGh4jfc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCGh4jfc .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item {
    margin-bottom: 28px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ufFCGh4jfc .item .item-wrapper:hover,
.cid-ufFCGh4jfc .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-ufFCGh4jfc .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-ufFCGh4jfc .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-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-ufFCGh4jfc .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-ufFCGh4jfc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufFCGh4jfc .mbr-text,
.cid-ufFCGh4jfc .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFCGh4jfc .mbr-desc,
.cid-ufFCGh4jfc .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFCGh4jfc .item-desc {
  color: #9aa0a6;
}
.cid-ufFCGh4jfc .item-title {
  color: #ffffff;
}
.cid-ufFCGh4jfc .item-text {
  color: #ffffff;
}
.cid-ufFCGh4jfc .icon-wrapper {
  text-align: right;
}
#custom-html-2c {
  /* Type valid CSS here */
}
#custom-html-2c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2c p {
  font-size: 60px;
  color: #777;
}
.cid-uFmddb24lv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #060606;
  overflow: hidden;
}
.cid-uvbPYb8EO4 {
  z-index: 1000;
  width: 100%;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .dropdown-menu {
  padding: 0;
}
.cid-uvbPYb8EO4 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvbPYb8EO4 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvbPYb8EO4 .dropdown-item:hover:after {
  color: #060606;
}
.cid-uvbPYb8EO4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbPYb8EO4 .nav-link {
  position: relative;
}
.cid-uvbPYb8EO4 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 .dropdown-menu,
.cid-uvbPYb8EO4 .navbar.opened {
  background: #212428 !important;
}
.cid-uvbPYb8EO4 .nav-item:focus,
.cid-uvbPYb8EO4 .nav-link:focus {
  outline: none;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uvbPYb8EO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbPYb8EO4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbPYb8EO4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbPYb8EO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbPYb8EO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbPYb8EO4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar {
    min-height: 80px;
  }
}
.cid-uvbPYb8EO4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvbPYb8EO4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uvbPYb8EO4 .dropdown-item.active,
.cid-uvbPYb8EO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbPYb8EO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbPYb8EO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbPYb8EO4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uvbPYb8EO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar {
    height: 70px;
  }
  .cid-uvbPYb8EO4 .navbar.opened {
    height: auto;
  }
  .cid-uvbPYb8EO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvbPYb8EO4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-short {
    min-height: 70px;
  }
}
.cid-uvbPYb8EO4 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uvbPYb8EO4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvbPYb8EO4 .navbar-nav {
  display: flex !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:focus,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uvbPYb8EO4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvbPYb8EO4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvbPYb8EO4 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvbPYb8EO4 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uvbPYb8EO4 .offcanvas.show {
  transform: translateX(0);
}
.cid-uvbPYb8EO4 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uvbPYb8EO4 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvbPYb8EO4 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uvbPYb8EO4 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uvbPYb8EO4 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uvbPYb8EO4 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uvbPYb8EO4 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .social-container {
    padding-top: 40px;
  }
}
.cid-uvbPYb8EO4 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uvbPYb8EO4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uvbPYb8EO4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2e96ff;
}
.cid-uvbPYb8EO4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uvbPYb8EO4 .soc-item:hover:before {
  opacity: 1;
}
.cid-uvbPYb8EO4 .offcanvas_btn {
  margin-top: auto;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uvboY45P30 {
  background-image: url("../../../assets/images/okba1-1329x886.jpg");
}
.cid-uvboY45P30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvboY45P30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvboY45P30 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uvboY45P30 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uvboY45P30 .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uvboY45P30 .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-uvboY45P30 .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvboY45P30 .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-uvboY45P30 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvboY45P30 .mbr-section-title {
  color: #ffffff;
}
.cid-uvboY45P30 .mbr-desc,
.cid-uvboY45P30 .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvboY45P30 .mbr-text,
.cid-uvboY45P30 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvboY45P30 .mbr-section-title,
.cid-uvboY45P30 .mbr-section-btn {
  text-align: center;
}
.cid-uvbfGlgGx9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvbfGlgGx9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbfGlgGx9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbfGlgGx9 .row {
  justify-content: space-between;
}
.cid-uvbfGlgGx9 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uvbfGlgGx9 .content-wrapper {
    padding: 0;
  }
}
.cid-uvbfGlgGx9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvbfGlgGx9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uvbfGlgGx9 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvbfGlgGx9 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uvbfGlgGx9 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uvbfGlgGx9 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uvbfGlgGx9 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uvbfGlgGx9 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uvbfGlgGx9 .mbr-section-title {
  color: #000000;
}
.cid-uvbfGlgGx9 .mbr-desc {
  color: #000000;
}
.cid-uvbfGlgGx9 .mbr-text {
  color: #ffffff;
}
.cid-uvbfGlgGx9 .mbr-section-title,
.cid-uvbfGlgGx9 .mbr-section-btn {
  color: #2e96ff;
}
.cid-uvbfGlgGx9 .mbr-desc,
.cid-uvbfGlgGx9 .logo-wrapper {
  color: #ffffff;
}
.cid-uvbf4CS6rk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvbf4CS6rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbf4CS6rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbf4CS6rk .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvbf4CS6rk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvbf4CS6rk .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvbf4CS6rk .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvbf4CS6rk .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uvbf4CS6rk .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvbf4CS6rk .image-wrapper img {
    height: 350px;
  }
}
.cid-uvbf4CS6rk .mbr-section-title {
  color: #ffffff;
}
.cid-uvbf4CS6rk .mbr-text {
  color: #ffffff;
}
.cid-uvbf4CS6rk .mbr-section-title,
.cid-uvbf4CS6rk .mbr-section-btn {
  color: #9aa0a6;
}
.cid-uvbGrmd9dP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvbGrmd9dP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbGrmd9dP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbGrmd9dP .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvbGrmd9dP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvbGrmd9dP .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvbGrmd9dP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvbGrmd9dP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uvbGrmd9dP .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvbGrmd9dP .image-wrapper img {
    height: 350px;
  }
}
.cid-uvbGrmd9dP .mbr-section-title {
  color: #ffffff;
}
.cid-uvbGrmd9dP .mbr-text {
  color: #ffffff;
}
.cid-uvbGrmd9dP .mbr-section-title,
.cid-uvbGrmd9dP .mbr-section-btn {
  color: #9aa0a6;
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-y p {
  font-size: 60px;
  color: #777;
}
.cid-uvbPYb8EO4 {
  z-index: 1000;
  width: 100%;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .dropdown-menu {
  padding: 0;
}
.cid-uvbPYb8EO4 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvbPYb8EO4 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvbPYb8EO4 .dropdown-item:hover:after {
  color: #060606;
}
.cid-uvbPYb8EO4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbPYb8EO4 .nav-link {
  position: relative;
}
.cid-uvbPYb8EO4 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 .dropdown-menu,
.cid-uvbPYb8EO4 .navbar.opened {
  background: #212428 !important;
}
.cid-uvbPYb8EO4 .nav-item:focus,
.cid-uvbPYb8EO4 .nav-link:focus {
  outline: none;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uvbPYb8EO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbPYb8EO4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbPYb8EO4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbPYb8EO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbPYb8EO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbPYb8EO4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar {
    min-height: 80px;
  }
}
.cid-uvbPYb8EO4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvbPYb8EO4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uvbPYb8EO4 .dropdown-item.active,
.cid-uvbPYb8EO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbPYb8EO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbPYb8EO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbPYb8EO4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uvbPYb8EO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar {
    height: 70px;
  }
  .cid-uvbPYb8EO4 .navbar.opened {
    height: auto;
  }
  .cid-uvbPYb8EO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvbPYb8EO4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-short {
    min-height: 70px;
  }
}
.cid-uvbPYb8EO4 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uvbPYb8EO4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvbPYb8EO4 .navbar-nav {
  display: flex !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:focus,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uvbPYb8EO4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvbPYb8EO4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvbPYb8EO4 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvbPYb8EO4 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uvbPYb8EO4 .offcanvas.show {
  transform: translateX(0);
}
.cid-uvbPYb8EO4 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uvbPYb8EO4 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvbPYb8EO4 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uvbPYb8EO4 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uvbPYb8EO4 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uvbPYb8EO4 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uvbPYb8EO4 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .social-container {
    padding-top: 40px;
  }
}
.cid-uvbPYb8EO4 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uvbPYb8EO4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uvbPYb8EO4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2e96ff;
}
.cid-uvbPYb8EO4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uvbPYb8EO4 .soc-item:hover:before {
  opacity: 1;
}
.cid-uvbPYb8EO4 .offcanvas_btn {
  margin-top: auto;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-ufFEj7Rmda {
  background-image: url("../../../assets/images/coaching-1430x966.jpg");
}
.cid-ufFEj7Rmda .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEj7Rmda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEj7Rmda .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ufFEj7Rmda .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-ufFEj7Rmda .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFEj7Rmda .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-ufFEj7Rmda .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFEj7Rmda .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ufFEj7Rmda .mbr-section-title {
    font-size: 2rem;
  }
}
.cid-ufFEj7Rmda .mbr-desc,
.cid-ufFEj7Rmda .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFEj7Rmda .mbr-text,
.cid-ufFEj7Rmda .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ufFEj7Rmda .mbr-section-title,
.cid-ufFEj7Rmda .mbr-section-btn {
  text-align: center;
}
.cid-uvbQxG9qlK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvbQxG9qlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbQxG9qlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbQxG9qlK .items-wrap {
  justify-content: space-between;
}
.cid-uvbQxG9qlK .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvbQxG9qlK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvbQxG9qlK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvbQxG9qlK .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uvbQxG9qlK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvbQxG9qlK .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-uvbQxG9qlK .image-wrapper {
  margin-bottom: 32px;
}
.cid-uvbQxG9qlK .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvbQxG9qlK .image-wrapper img {
    height: 350px;
  }
}
.cid-uvbQxG9qlK .mbr-section-title {
  color: #ffffff;
}
.cid-uvbQxG9qlK .mbr-text,
.cid-uvbQxG9qlK .text-wrapper {
  color: #ffffff;
}
.cid-uvbQxG9qlK .mbr-section-title,
.cid-uvbQxG9qlK .mbr-section-btn {
  color: #2e96ff;
}
.cid-uvbPlMRFQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvbPlMRFQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbPlMRFQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbPlMRFQV .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvbPlMRFQV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvbPlMRFQV .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvbPlMRFQV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvbPlMRFQV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uvbPlMRFQV .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvbPlMRFQV .image-wrapper img {
    height: 350px;
  }
}
.cid-uvbPlMRFQV .mbr-section-title {
  color: #ffffff;
}
.cid-uvbPlMRFQV .mbr-text {
  color: #ffffff;
}
.cid-uvbPlMRFQV .mbr-section-title,
.cid-uvbPlMRFQV .mbr-section-btn {
  color: #9aa0a6;
}
.cid-uvbPm2axEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvbPm2axEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbPm2axEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbPm2axEL .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvbPm2axEL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvbPm2axEL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvbPm2axEL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvbPm2axEL .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uvbPm2axEL .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvbPm2axEL .image-wrapper img {
    height: 350px;
  }
}
.cid-uvbPm2axEL .mbr-section-title {
  color: #ffffff;
}
.cid-uvbPm2axEL .mbr-text {
  color: #ffffff;
}
.cid-uvbPm2axEL .mbr-section-title,
.cid-uvbPm2axEL .mbr-section-btn {
  color: #9aa0a6;
}
#custom-html-z {
  /* Type valid CSS here */
}
#custom-html-z div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-z p {
  font-size: 60px;
  color: #777;
}
.cid-ufFEomnLN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ufFEomnLN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFEomnLN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ufFEomnLN4 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-ufFEomnLN4 .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: #9aa0a6;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-ufFEomnLN4 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #5f6368;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-ufFEomnLN4 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFEomnLN4 .items-wrapper .card {
  padding: 0 32px;
}
.cid-ufFEomnLN4 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ufFEomnLN4 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ufFEomnLN4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ufFEomnLN4 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ufFEomnLN4 .list-wrapper .list .item-wrap:hover,
.cid-ufFEomnLN4 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-ufFEomnLN4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ufFEomnLN4 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ufFEomnLN4 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ufFEomnLN4 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-ufFEomnLN4 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-ufFEomnLN4 .mbr-copy {
  margin-bottom: 0;
  color: #9aa0a6;
  text-align: center;
}
.cid-ufFEomnLN4 .mbr-desc {
  color: #ffffff;
}
.cid-ufFEomnLN4 .mbr-text,
.cid-ufFEomnLN4 .text-wrapper {
  color: #9aa0a6;
}
.cid-ufFEomnLN4 .list {
  color: #9aa0a6;
}
.cid-ufFEomnLN4 .mbr-desc,
.cid-ufFEomnLN4 .content-wrapper {
  text-align: center;
}
.cid-ufFEomnLN4 .mbr-text,
.cid-ufFEomnLN4 .mbr-section-btn {
  text-align: center;
}
.cid-uvbPYb8EO4 {
  z-index: 1000;
  width: 100%;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .dropdown-menu {
  padding: 0;
}
.cid-uvbPYb8EO4 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvbPYb8EO4 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvbPYb8EO4 .dropdown-item:hover:after {
  color: #060606;
}
.cid-uvbPYb8EO4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbPYb8EO4 .nav-link {
  position: relative;
}
.cid-uvbPYb8EO4 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 .dropdown-menu,
.cid-uvbPYb8EO4 .navbar.opened {
  background: #212428 !important;
}
.cid-uvbPYb8EO4 .nav-item:focus,
.cid-uvbPYb8EO4 .nav-link:focus {
  outline: none;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uvbPYb8EO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbPYb8EO4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbPYb8EO4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbPYb8EO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbPYb8EO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbPYb8EO4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar {
    min-height: 80px;
  }
}
.cid-uvbPYb8EO4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvbPYb8EO4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uvbPYb8EO4 .dropdown-item.active,
.cid-uvbPYb8EO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbPYb8EO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbPYb8EO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbPYb8EO4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uvbPYb8EO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar {
    height: 70px;
  }
  .cid-uvbPYb8EO4 .navbar.opened {
    height: auto;
  }
  .cid-uvbPYb8EO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvbPYb8EO4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-short {
    min-height: 70px;
  }
}
.cid-uvbPYb8EO4 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uvbPYb8EO4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvbPYb8EO4 .navbar-nav {
  display: flex !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:focus,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uvbPYb8EO4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvbPYb8EO4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvbPYb8EO4 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvbPYb8EO4 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uvbPYb8EO4 .offcanvas.show {
  transform: translateX(0);
}
.cid-uvbPYb8EO4 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uvbPYb8EO4 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvbPYb8EO4 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uvbPYb8EO4 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uvbPYb8EO4 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uvbPYb8EO4 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uvbPYb8EO4 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .social-container {
    padding-top: 40px;
  }
}
.cid-uvbPYb8EO4 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uvbPYb8EO4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uvbPYb8EO4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2e96ff;
}
.cid-uvbPYb8EO4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uvbPYb8EO4 .soc-item:hover:before {
  opacity: 1;
}
.cid-uvbPYb8EO4 .offcanvas_btn {
  margin-top: auto;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uvilF3Q3Ke {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvilF3Q3Ke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvilF3Q3Ke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvilF3Q3Ke .items-wrapper {
  justify-content: center;
}
.cid-uvilF3Q3Ke .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uvilF3Q3Ke .mbr-text,
.cid-uvilF3Q3Ke .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvipmGXMv2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uvipmGXMv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvipmGXMv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvipmGXMv2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvipmGXMv2 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uvipmGXMv2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvipmGXMv2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uvipmGXMv2 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uvipmGXMv2 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uvipmGXMv2 .mbr-section-title {
  color: #ffffff;
}
.cid-uvipmGXMv2 .mbr-text,
.cid-uvipmGXMv2 .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uvipmGXMv2 .mbr-section-title,
.cid-uvipmGXMv2 .mbr-section-btn {
  text-align: center;
}
.cid-uvimUVQz7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvimUVQz7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvimUVQz7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvimUVQz7H .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvimUVQz7H .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvimUVQz7H .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvimUVQz7H .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvimUVQz7H .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvimUVQz7H .item {
    margin-bottom: 28px;
  }
}
.cid-uvimUVQz7H .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uvimUVQz7H .item .item-wrapper:hover,
.cid-uvimUVQz7H .item .item-wrapper:focus {
  border: 2px solid #000000;
  background-color: #000000;
}
.cid-uvimUVQz7H .item .item-wrapper .item-wrap {
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uvimUVQz7H .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uvimUVQz7H .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uvimUVQz7H .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uvimUVQz7H .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uvimUVQz7H .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uvimUVQz7H .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uvimUVQz7H .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-uvimUVQz7H .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uvimUVQz7H .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uvimUVQz7H .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uvimUVQz7H .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvimUVQz7H .item-title {
  color: #9aa0a6;
}
.cid-uvimUVQz7H .item-text {
  color: #ffffff;
}
.cid-uvimUVQz7H .item-date {
  color: #9aa0a6;
}
.cid-uvimUVQz7H .mbr-section-title,
.cid-uvimUVQz7H .mbr-section-btn {
  text-align: center;
}
#custom-html-17 {
  /* Type valid CSS here */
}
#custom-html-17 .border-wrap {
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  #custom-html-17 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uviuGFplqW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uviuGFplqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uviuGFplqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviuGFplqW .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uviuGFplqW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uviuGFplqW .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uviuGFplqW .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uviuGFplqW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uviuGFplqW .mbr-section-title {
  color: #000000;
}
.cid-uviuGFplqW .mbr-desc {
  color: #ffffff;
}
.cid-uviuGFplqW .mbr-text {
  color: #000000;
}
.cid-uviuGFplqW .mbr-section-title,
.cid-uviuGFplqW .mbr-section-btn {
  color: #ffffff;
}
.cid-uviuGFplqW .mbr-text,
.cid-uviuGFplqW .text-wrapper {
  color: #ffffff;
}
.cid-uviuIhWPEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uviuIhWPEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uviuIhWPEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uviuIhWPEy .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uviuIhWPEy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uviuIhWPEy .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uviuIhWPEy .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uviuIhWPEy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uviuIhWPEy .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uviuIhWPEy .image-wrapper img {
    height: 350px;
  }
}
.cid-uviuIhWPEy .mbr-section-title {
  color: #ffffff;
}
.cid-uviuIhWPEy .mbr-text {
  color: #ffffff;
}
.cid-uvkMW0cHTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvkMW0cHTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkMW0cHTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkMW0cHTS .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uvkMW0cHTS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvkMW0cHTS .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvkMW0cHTS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvkMW0cHTS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uvkMW0cHTS .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvkMW0cHTS .image-wrapper img {
    height: 350px;
  }
}
.cid-uvkMW0cHTS .mbr-section-title {
  color: #ffffff;
}
.cid-uvkMW0cHTS .mbr-text {
  color: #ffffff;
}
#custom-html-1c {
  /* Type valid CSS here */
}
#custom-html-1c .border-wrap {
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  #custom-html-1c .border-wrap {
    margin-top: 32px;
  }
}
.cid-uvkQtlm5Em {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvkQtlm5Em .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkQtlm5Em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkQtlm5Em .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uvkQtlm5Em .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uvkQtlm5Em .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uvkQtlm5Em .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uvkQtlm5Em .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #000000;
  border: 3px solid #2e96ff;
  box-shadow: 4px 4px 0 0 #2e96ff;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uvkQtlm5Em .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uvkQtlm5Em .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvkQtlm5Em .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvkQtlm5Em .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvkQtlm5Em .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uvkQtlm5Em .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uvkPIwXXKk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvkPIwXXKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkPIwXXKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkPIwXXKk .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvkPIwXXKk .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvkPIwXXKk .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvkPIwXXKk .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvkPIwXXKk .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvkPIwXXKk .item {
    margin-bottom: 28px;
  }
}
.cid-uvkPIwXXKk .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uvkPIwXXKk .item .item-wrapper:hover,
.cid-uvkPIwXXKk .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uvkPIwXXKk .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: 992px) {
  .cid-uvkPIwXXKk .item .item-wrapper .item-wrap {
    padding: 16px;
    display: block;
  }
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-img img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content {
    width: 100%;
    display: block;
  }
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content .text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12px 0 18px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 0;
    margin-bottom: 16px;
  }
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content .text-wrap .item-date {
  margin-bottom: 4px;
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content .icon-wrapper {
  min-width: 24px;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content .icon-wrapper {
    min-width: auto;
  }
}
.cid-uvkPIwXXKk .item .item-wrapper .item-wrap .item-content .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #078efb;
}
.cid-uvkPIwXXKk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvkPIwXXKk .item-date {
  color: #9aa0a6;
}
.cid-uvkPIwXXKk .item-text {
  color: #ffffff;
}
#custom-html-1h {
  /* Type valid CSS here */
}
#custom-html-1h .border-wrap {
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  #custom-html-1h .border-wrap {
    margin-top: 32px;
  }
}
.cid-uvkPBKGaau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uvkPBKGaau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkPBKGaau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkPBKGaau .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvkPBKGaau .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvkPBKGaau .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvkPBKGaau .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvkPBKGaau .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uvkPBKGaau .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvkPBKGaau .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvkPBKGaau .image-wrapper img {
    height: 350px;
  }
}
.cid-uvkPBKGaau .mbr-section-title {
  color: #ffffff;
}
.cid-uvkPBKGaau .mbr-text,
.cid-uvkPBKGaau .text-wrapper {
  color: #9aa0a6;
}
#custom-html-1g {
  /* Type valid CSS here */
}
#custom-html-1g .border-wrap {
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  #custom-html-1g .border-wrap {
    margin-top: 32px;
  }
}
#custom-html-1j {
  /* Type valid CSS here */
}
#custom-html-1j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1j p {
  font-size: 60px;
  color: #777;
}
.cid-uvbPYb8EO4 {
  z-index: 1000;
  width: 100%;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .dropdown-menu {
  padding: 0;
}
.cid-uvbPYb8EO4 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvbPYb8EO4 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvbPYb8EO4 .dropdown-item:hover:after {
  color: #060606;
}
.cid-uvbPYb8EO4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvbPYb8EO4 .nav-link {
  position: relative;
}
.cid-uvbPYb8EO4 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 .dropdown-menu,
.cid-uvbPYb8EO4 .navbar.opened {
  background: #212428 !important;
}
.cid-uvbPYb8EO4 .nav-item:focus,
.cid-uvbPYb8EO4 .nav-link:focus {
  outline: none;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvbPYb8EO4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvbPYb8EO4 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uvbPYb8EO4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvbPYb8EO4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvbPYb8EO4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvbPYb8EO4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvbPYb8EO4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvbPYb8EO4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvbPYb8EO4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvbPYb8EO4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar {
    min-height: 80px;
  }
}
.cid-uvbPYb8EO4 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvbPYb8EO4 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvbPYb8EO4 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uvbPYb8EO4 .dropdown-item.active,
.cid-uvbPYb8EO4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvbPYb8EO4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvbPYb8EO4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uvbPYb8EO4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvbPYb8EO4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvbPYb8EO4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvbPYb8EO4 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uvbPYb8EO4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .navbar {
    height: 70px;
  }
  .cid-uvbPYb8EO4 .navbar.opened {
    height: auto;
  }
  .cid-uvbPYb8EO4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvbPYb8EO4 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .navbar-short {
    min-height: 70px;
  }
}
.cid-uvbPYb8EO4 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uvbPYb8EO4 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvbPYb8EO4 .navbar-nav {
  display: flex !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:hover,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:focus,
.cid-uvbPYb8EO4 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvbPYb8EO4 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uvbPYb8EO4 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvbPYb8EO4 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvbPYb8EO4 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvbPYb8EO4 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvbPYb8EO4 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvbPYb8EO4 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvbPYb8EO4 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvbPYb8EO4 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uvbPYb8EO4 .offcanvas.show {
  transform: translateX(0);
}
.cid-uvbPYb8EO4 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uvbPYb8EO4 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvbPYb8EO4 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uvbPYb8EO4 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uvbPYb8EO4 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uvbPYb8EO4 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uvbPYb8EO4 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uvbPYb8EO4 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uvbPYb8EO4 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uvbPYb8EO4 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uvbPYb8EO4 .social-container {
    padding-top: 40px;
  }
}
.cid-uvbPYb8EO4 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uvbPYb8EO4 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uvbPYb8EO4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uvbPYb8EO4 .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-uvbPYb8EO4 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2e96ff;
}
.cid-uvbPYb8EO4 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uvbPYb8EO4 .soc-item:hover:before {
  opacity: 1;
}
.cid-uvbPYb8EO4 .offcanvas_btn {
  margin-top: auto;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uvbPYb8EO4 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uvyMfldrbk {
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uvyMfldrbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyMfldrbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyMfldrbk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-uvyMfldrbk .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-uvyMfldrbk .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-uvyMfldrbk .mbr-section-title {
  color: #ffffff;
}
.cid-uvyM3djA0A {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uvyM3djA0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyM3djA0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyM3djA0A .content-wrapper {
  background: #232323;
}
@media (max-width: 991px) {
  .cid-uvyM3djA0A .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvyM3djA0A .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvyM3djA0A .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvyM3djA0A .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvyM3djA0A .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvyM3djA0A .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvyM3djA0A .card-title {
  color: #2e96ff;
}
.cid-uvyM3djA0A .mbr-text,
.cid-uvyM3djA0A .mbr-section-btn {
  color: #ffffff;
}
.cid-uvyM67dozM {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uvyM67dozM .mbr-text {
  color: #ffffff;
}
.cid-uvyM67dozM .mbr-section-subtitle {
  color: #379683;
}
.cid-uvyM67dozM .mbr-section-title {
  color: #2e96ff;
  text-align: center;
}
.cid-uvyM9uKc2n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uvyM9uKc2n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uvyM9uKc2n .row {
    flex-direction: column-reverse;
  }
  .cid-uvyM9uKc2n .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uvyM9uKc2n .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uvyM9uKc2n .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uvyM9uKc2n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvyM9uKc2n .mbr-text,
.cid-uvyM9uKc2n .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uvyM9uKc2n .card-title {
  color: #2e96ff;
}
.cid-uvyPfRb2o8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvyPfRb2o8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvyPfRb2o8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvyPfRb2o8 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvyPfRb2o8 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvyPfRb2o8 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvyPfRb2o8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvyPfRb2o8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvyPfRb2o8 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvyPfRb2o8 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvyPfRb2o8 .item {
    margin-bottom: 28px;
  }
}
.cid-uvyPfRb2o8 .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uvyPfRb2o8 .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uvyPfRb2o8 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uvyPfRb2o8 .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvyPfRb2o8 .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uvyPfRb2o8 .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-uvyPfRb2o8 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uvyPfRb2o8 .mbr-section-title {
  color: #2e96ff;
  text-align: center;
}
.cid-uvyPfRb2o8 .mbr-text,
.cid-uvyPfRb2o8 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvyPfRb2o8 .item-title {
  color: #ffffff;
}
.cid-uvyPfRb2o8 .item-title,
.cid-uvyPfRb2o8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uvwO976E2E {
  z-index: 1000;
  width: 100%;
}
.cid-uvwO976E2E .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-uvwO976E2E .dropdown-menu {
  padding: 0;
}
.cid-uvwO976E2E .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uvwO976E2E .dropdown-item {
    text-align: left !important;
  }
}
.cid-uvwO976E2E .dropdown-item:hover {
  background-position: right !important;
}
.cid-uvwO976E2E .dropdown-item:hover:after {
  color: #060606;
}
.cid-uvwO976E2E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvwO976E2E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvwO976E2E .nav-link {
  position: relative;
}
.cid-uvwO976E2E .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uvwO976E2E .dropdown-menu,
.cid-uvwO976E2E .navbar.opened {
  background: #212428 !important;
}
.cid-uvwO976E2E .nav-item:focus,
.cid-uvwO976E2E .nav-link:focus {
  outline: none;
}
.cid-uvwO976E2E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvwO976E2E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvwO976E2E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvwO976E2E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvwO976E2E .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uvwO976E2E .navbar.opened {
  transition: all 0.3s;
}
.cid-uvwO976E2E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvwO976E2E .navbar .navbar-logo img {
  width: auto;
}
.cid-uvwO976E2E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uvwO976E2E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvwO976E2E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvwO976E2E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvwO976E2E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvwO976E2E .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-uvwO976E2E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvwO976E2E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvwO976E2E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvwO976E2E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvwO976E2E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvwO976E2E .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uvwO976E2E .navbar {
    min-height: 80px;
  }
}
.cid-uvwO976E2E .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uvwO976E2E .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uvwO976E2E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvwO976E2E .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uvwO976E2E .navbar-brand {
    min-height: 69px;
  }
}
.cid-uvwO976E2E .dropdown-item.active,
.cid-uvwO976E2E .dropdown-item:active {
  background-color: transparent;
}
.cid-uvwO976E2E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvwO976E2E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvwO976E2E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvwO976E2E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uvwO976E2E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvwO976E2E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvwO976E2E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvwO976E2E button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvwO976E2E button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uvwO976E2E button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvwO976E2E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvwO976E2E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvwO976E2E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvwO976E2E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvwO976E2E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvwO976E2E nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvwO976E2E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvwO976E2E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvwO976E2E nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvwO976E2E .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uvwO976E2E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvwO976E2E .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-uvwO976E2E .navbar {
    height: 70px;
  }
  .cid-uvwO976E2E .navbar.opened {
    height: auto;
  }
  .cid-uvwO976E2E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvwO976E2E .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-uvwO976E2E .navbar-short {
    min-height: 70px;
  }
}
.cid-uvwO976E2E .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uvwO976E2E .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uvwO976E2E .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uvwO976E2E .container-fluid {
    padding: 0 3px;
  }
}
.cid-uvwO976E2E .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uvwO976E2E .navbar-nav {
  display: flex !important;
}
.cid-uvwO976E2E .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uvwO976E2E .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uvwO976E2E .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvwO976E2E .navbar-nav .nav-item .nav-link:hover,
.cid-uvwO976E2E .navbar-nav .nav-item .nav-link:focus,
.cid-uvwO976E2E .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uvwO976E2E .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uvwO976E2E .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uvwO976E2E .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uvwO976E2E button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvwO976E2E button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uvwO976E2E button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvwO976E2E button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvwO976E2E button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uvwO976E2E button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvwO976E2E button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uvwO976E2E button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvwO976E2E .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uvwO976E2E .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uvwO976E2E .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uvwO976E2E .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #2e96ff;
}
.cid-uvwO976E2E .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uvwO976E2E .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvwO976E2E .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvwO976E2E .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uvwO976E2E .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uvwO976E2E .offcanvas.show {
  transform: translateX(0);
}
.cid-uvwO976E2E .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uvwO976E2E .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvwO976E2E .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uvwO976E2E .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uvwO976E2E .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uvwO976E2E .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvwO976E2E .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uvwO976E2E .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uvwO976E2E .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uvwO976E2E .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uvwO976E2E .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uvwO976E2E .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uvwO976E2E .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uvwO976E2E ::-webkit-scrollbar {
  width: 1em;
}
.cid-uvwO976E2E ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uvwO976E2E ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uvwO976E2E .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uvwO976E2E .social-container {
    padding-top: 40px;
  }
}
.cid-uvwO976E2E .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
}
.cid-uvwO976E2E .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uvwO976E2E .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uvwO976E2E .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-uvwO976E2E .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #2e96ff;
}
.cid-uvwO976E2E .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uvwO976E2E .soc-item:hover:before {
  opacity: 1;
}
.cid-uvwO976E2E .offcanvas_btn {
  margin-top: auto;
}
.cid-uvwO976E2E .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uvwO976E2E .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uvwO97JLuf {
  background-image: url("../../../assets/images/lightbulb-1430x953.jpg");
}
.cid-uvwO97JLuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwO97JLuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwO97JLuf .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uvwO97JLuf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uvwO97JLuf .container {
    padding: 0 25px;
  }
}
.cid-uvwO97JLuf .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-uvwO97JLuf .title-wrapper {
    padding: 0;
  }
}
.cid-uvwO97JLuf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uvwO97JLuf .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uvwO97JLuf .mbr-section-title {
  color: #ffffff;
}
.cid-uvwO97JLuf .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uvwO97JLuf .mbr-section-title,
.cid-uvwO97JLuf .mbr-section-btn {
  text-align: center;
}
.cid-uvwUjjZYzp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvwUjjZYzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwUjjZYzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwUjjZYzp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uvwUjjZYzp .content-wrapper .mbr-section-title span {
  color: #2e96ff;
}
.cid-uvwUjjZYzp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uvwUjjZYzp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uvwUjjZYzp .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-uvwUjjZYzp .border-wrap {
    margin-top: 32px;
  }
}
.cid-uvwUjjZYzp .mbr-section-title {
  color: #ffffff;
}
.cid-uvwUjjZYzp .mbr-text,
.cid-uvwUjjZYzp .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-uvwUjjZYzp .mbr-section-title,
.cid-uvwUjjZYzp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uvwO99hmLn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvwO99hmLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwO99hmLn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwO99hmLn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvwO99hmLn .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvwO99hmLn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvwO99hmLn .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvwO99hmLn .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvwO99hmLn .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
  justify-self: center;
  width: 80%;
}
.cid-uvwO99hmLn .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvwO99hmLn .item {
    margin-bottom: 28px;
  }
}
.cid-uvwO99hmLn .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uvwO99hmLn .item .item-wrapper:hover,
.cid-uvwO99hmLn .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
  transform: rotateY(-6deg);
}
.cid-uvwO99hmLn .item .item-wrapper:hover .item-wrap,
.cid-uvwO99hmLn .item .item-wrapper:focus .item-wrap {
  border: 1px solid #078efb;
}
.cid-uvwO99hmLn .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-uvwO99hmLn .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uvwO99hmLn .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uvwO99hmLn .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uvwO99hmLn .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uvwO99hmLn .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #121212;
  margin-bottom: 0;
}
.cid-uvwO99hmLn .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uvwO99hmLn .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uvwO99hmLn .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uvwO99hmLn .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uvwO99hmLn .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uvwO99hmLn .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uvwO99hmLn .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uvwO99hmLn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvwO99hmLn .mbr-text,
.cid-uvwO99hmLn .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvwO99hmLn .item-title {
  color: #ffffff;
}
.cid-uvwO99hmLn .item-text {
  color: #ffffff;
}
.cid-uvwO99hmLn .item-number,
.cid-uvwO99hmLn .number-wrap {
  color: #9aa0a6;
}
.cid-uvwO99hmLn .icon-wrapper {
  text-align: right;
}
.cid-uvwO9biWLX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvwO9biWLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwO9biWLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwO9biWLX .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvwO9biWLX .items-wrapper .card {
  padding: 0 32px;
}
.cid-uvwO9biWLX .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvwO9biWLX .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvwO9biWLX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvwO9biWLX .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvwO9biWLX .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvwO9biWLX .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-uvwO9biWLX .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uvwO9biWLX .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uvwO9biWLX .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-uvwO9biWLX .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-uvwO9biWLX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #078efb;
}
.cid-uvwO9biWLX .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #078efb;
}
.cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvwO9biWLX .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uvwO9biWLX .mbr-section-title {
  color: #ffffff;
}
.cid-uvwO9biWLX .item-text {
  color: #9aa0a6;
}
.cid-uvwO9aFm7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uvwO9aFm7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwO9aFm7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwO9aFm7z .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uvwO9aFm7z .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uvwO9aFm7z .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uvwO9aFm7z .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uvwO9aFm7z .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvwO9aFm7z .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvwO9aFm7z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvwO9aFm7z .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uvwO9aFm7z .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvwO9aFm7z .item {
    margin-bottom: 28px;
  }
}
.cid-uvwO9aFm7z .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uvwO9aFm7z .item .item-wrapper:hover,
.cid-uvwO9aFm7z .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uvwO9aFm7z .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-uvwO9aFm7z .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-uvwO9aFm7z .item .item-wrapper .item-wrap .item-content .icon-wrapper-main {
    height: 200px;
  }
}
.cid-uvwO9aFm7z .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
  display: inline-block;
  font-size: 132px;
  color: #078efb;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uvwO9aFm7z .item .item-wrapper .item-wrap .item-content .icon-wrapper-main .mbr-iconfont {
    font-size: 70px;
  }
}
.cid-uvwO9aFm7z .item .item-wrapper .item-wrap .item-content .text-wrap {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uvwO9aFm7z .item .item-wrapper .item-wrap .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-uvwO9aFm7z .item .item-wrapper .item-wrap .item-content .text-wrap .item-desc {
  margin-bottom: 8px;
}
.cid-uvwO9aFm7z .item .item-wrapper .item-wrap .item-content .text-wrap .item-title {
  margin-bottom: 8px;
}
.cid-uvwO9aFm7z .item .item-wrapper .item-wrap .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uvwO9aFm7z .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uvwO9aFm7z .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uvwO9aFm7z .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uvwO9aFm7z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvwO9aFm7z .mbr-text,
.cid-uvwO9aFm7z .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvwO9aFm7z .mbr-desc,
.cid-uvwO9aFm7z .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uvwO9aFm7z .item-desc {
  color: #9aa0a6;
}
.cid-uvwO9aFm7z .item-title {
  color: #ffffff;
}
.cid-uvwO9aFm7z .item-text {
  color: #ffffff;
}
.cid-uvwO9aFm7z .icon-wrapper {
  text-align: right;
}
#custom-html-2d {
  /* Type valid CSS here */
}
#custom-html-2d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2d p {
  font-size: 60px;
  color: #777;
}
