body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4.0625rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3.1875rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.1rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.25rem;
    font-size: calc( 2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.071875rem + (4.0625 - 2.071875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.55rem;
    font-size: calc( 1.765625rem + (3.1875 - 1.765625) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f31ed3 !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f31ed3 !important;
  border-color: #f31ed3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f31ed3;
  border-color: #f31ed3;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f31ed3 !important;
  border-color: #f31ed3 !important;
}
.btn-primary:hover {
  background-color: #d30bb5 !important;
  border-color: #d30bb5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #f31ed3 !important;
  border-color: #f31ed3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f31ed3;
  color: #f31ed3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #f31ed3 !important;
  border-color: #f31ed3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f31ed3 !important;
  border-color: #f31ed3 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #f31ed3 !important;
  border-color: #f31ed3 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #f31ed3 !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a2098b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #f31ed3 !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f31ed3;
  border-color: #f31ed3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f31ed3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fde0f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.2rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #f31ed3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f31ed3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f31ed3;
  border-bottom-color: #f31ed3;
}
.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: #f31ed3 !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: #341d74 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-s2FglZTDrR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-s2FglZTDrR .nav-item,
.cid-s2FglZTDrR .nav-link,
.cid-s2FglZTDrR .navbar-caption {
  font-weight: normal;
}
.cid-s2FglZTDrR .navbar-nav {
  counter-reset: number;
}
.cid-s2FglZTDrR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FglZTDrR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FglZTDrR .btn {
    white-space: nowrap;
  }
  .cid-s2FglZTDrR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FglZTDrR .dropdown-toggle::after,
  .cid-s2FglZTDrR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FglZTDrR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item:hover {
  color: #f31ed3 !important;
  background-color: #fafafa;
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FglZTDrR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FglZTDrR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FglZTDrR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FglZTDrR .nav-item:focus,
.cid-s2FglZTDrR .nav-link:focus {
  outline: none;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FglZTDrR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FglZTDrR ul.navbar-nav li {
  margin: auto;
}
.cid-s2FglZTDrR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-s2FglZTDrR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-s2FglZTDrR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FglZTDrR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FglZTDrR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FglZTDrR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FglZTDrR .navbar .container-fluid,
  .cid-s2FglZTDrR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FglZTDrR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FglZTDrR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FglZTDrR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FglZTDrR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FglZTDrR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FglZTDrR .dropdown-item.active,
.cid-s2FglZTDrR .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FglZTDrR .navbar-buttons {
  text-align: center;
}
.cid-s2FglZTDrR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FglZTDrR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR a.nav-link:hover {
  color: #f31ed3 !important;
}
.is-builder .cid-s2FglZTDrR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FglZTDrR .navbar {
    height: 77px;
  }
  .cid-s2FglZTDrR .navbar.opened {
    height: auto;
  }
  .cid-s2FglZTDrR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rRHuzA3u55 {
  background-image: url("../../../assets/images/engineering-colleges-consider-vr-lab-in-classroom-770x422.jpg");
}
.cid-rRHuzA3u55 .push__top {
  padding-top: 80px;
}
.cid-rRHuzA3u55 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 920px;
}
.cid-rRHuzA3u55 .title__block {
  width: 70%;
}
.cid-rRHuzA3u55 .mbr-section-subtitle,
.cid-rRHuzA3u55 .bottom__about__text,
.cid-rRHuzA3u55 .bottom__subtitle {
  line-height: 25px;
}
.cid-rRHuzA3u55 .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-rRHuzA3u55 .mbr-section-title {
  line-height: 57px;
  color: #ffffff;
}
.cid-rRHuzA3u55 .widget__number {
  margin-bottom: 8px;
}
.cid-rRHuzA3u55 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRHuzA3u55 .divider {
  background-color: #191f23;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRHuzA3u55 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRHuzA3u55 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRHuzA3u55 .bottom__about {
  width: 90%;
  background-color: rgba(40, 55, 66, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .mbr-section-title {
    line-height: 1;
  }
  .cid-rRHuzA3u55 .push__top {
    padding-top: 30px;
  }
  .cid-rRHuzA3u55 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRHuzA3u55 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRHuzA3u55 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRHuzA3u55 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRHuzA3u55 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRHuzA3u55 .title__block {
    width: 100%;
  }
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRHuzA3u55 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRHuzA3u55 .divider {
    margin-bottom: 10px;
  }
  .cid-rRHuzA3u55 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHuzA3u55 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-u7X6lx03aY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f4e9;
}
.cid-u7X6lx03aY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X6lx03aY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7X6lx03aY .container {
    padding: 0 30px;
  }
}
.cid-u7X6lx03aY .row {
  position: relative;
}
.cid-u7X6lx03aY .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u7X6lx03aY .row img {
    top: auto;
    width: 100%;
  }
}
.cid-u7X6lx03aY .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #283742;
  position: relative;
}
@media (max-width: 768px) {
  .cid-u7X6lx03aY .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-u7X6lx03aY .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u7X6lx03aY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7X6lx03aY .mbr-text {
  color: #f5f7fd;
}
.cid-u7X6lx03aY .mbr-link,
.cid-u7X6lx03aY .mbr-iconfont {
  color: #212529;
}
.cid-u7X6lx03aY .mbr-section-title {
  color: #f5f7fd;
}
.cid-u7WmMcoYbw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #191f23;
}
.cid-u7WmMcoYbw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WmMcoYbw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WmMcoYbw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u7WmMcoYbw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u7WmMcoYbw .container {
    padding: 0 24px;
  }
}
.cid-u7WmMcoYbw .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-u7WmMcoYbw .image-wrapper {
  height: 100%;
}
.cid-u7WmMcoYbw .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-u7WmMcoYbw .image-wrapper img {
    height: 350px;
  }
}
.cid-u7WmMcoYbw .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #283742;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7WmMcoYbw .content-wrapper {
    padding: 24px;
  }
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap {
  width: 100%;
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-u7WmMcoYbw .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u7WmMcoYbw .mbr-section-title {
  color: #141414;
}
.cid-u7WmMcoYbw .mbr-text {
  color: #ffffff;
}
.cid-u7WmMcoYbw .mbr-section-title,
.cid-u7WmMcoYbw .title-wrapper,
.cid-u7WmMcoYbw .mbr-section-btn {
  color: #ffffff;
}
.cid-u7WnqM3nGG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-u7WnqM3nGG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u7WnqM3nGG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u7WnqM3nGG .container {
    padding: 0 25px;
  }
}
.cid-u7WnqM3nGG .row {
  margin: 0;
}
.cid-u7WnqM3nGG .row .card {
  padding: 0;
  justify-content: center;
}
.cid-u7WnqM3nGG .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-u7WnqM3nGG .image-wrapper {
    min-height: 350px;
  }
}
.cid-u7WnqM3nGG .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-u7WnqM3nGG .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-u7WnqM3nGG .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-u7WnqM3nGG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7WnqM3nGG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7WnqM3nGG .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-u7WnqM3nGG .mbr-section-title {
  color: #000000;
}
.cid-u7WnqM3nGG .mbr-text {
  color: #000000;
}
.cid-u7WnQuJaWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17161a;
}
.cid-u7WnQuJaWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7WnQuJaWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7WnQuJaWA .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .container {
    padding: 0 30px;
  }
}
.cid-u7WnQuJaWA .card-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #f5f7fd;
  display: flex;
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .card-wrapper {
    display: block;
    padding: 30px 20px;
  }
}
.cid-u7WnQuJaWA .card-wrapper .title-wrapper {
  margin-right: 50px;
  min-width: 250px;
}
@media (max-width: 992px) {
  .cid-u7WnQuJaWA .card-wrapper .title-wrapper {
    margin: 0;
  }
}
.cid-u7WnQuJaWA .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-u7WnQuJaWA .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u7WnQuJaWA .mbr-section-title {
  color: #2b2b2b;
}
.cid-u7WnQuJaWA .mbr-text {
  color: #191f23;
  text-align: left;
}
.cid-u7WnQuJaWA .mbr-section-title,
.cid-u7WnQuJaWA .mbr-section-btn {
  text-align: left;
}
.cid-u7Wo69wnkz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #283742;
}
.cid-u7Wo69wnkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7Wo69wnkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7Wo69wnkz .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .container {
    padding: 0 30px;
  }
}
.cid-u7Wo69wnkz .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-u7Wo69wnkz .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .image-wrapper img {
    height: 300px;
  }
}
.cid-u7Wo69wnkz .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .text-wrapper {
    margin: 0;
  }
}
.cid-u7Wo69wnkz .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u7Wo69wnkz .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u7Wo69wnkz .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u7Wo69wnkz .mbr-section-title {
  color: #ffffff;
}
.cid-u7Wo69wnkz .mbr-text {
  color: #ffffff;
}
.cid-ubEd8NCMYh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ubEd8NCMYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubEd8NCMYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubEd8NCMYh .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ubEd8NCMYh .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-ubEd8NCMYh .container {
    padding: 0 25px;
  }
}
.cid-ubEd8NCMYh .video-block .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ubEd8NCMYh .video-block .video-wrapper {
  border: 1px solid #e33030;
}
.cid-ubEd8NCMYh .video-block .video-wrapper iframe {
  height: 450px;
  object-fit: cover;
}
.cid-ubEd8NCMYh .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-ubEd8NCMYh .video-block .video-wrapper .app-video-wrapper::before {
  color: #e33030;
  text-shadow: none;
}
.cid-ubEd8NCMYh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMZ49UUps5 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #283742;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMZ49UUps5 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .img-bg {
    display: none;
  }
}
.cid-uMZ49UUps5 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .container {
    padding: 0 !important;
  }
}
.cid-uMZ49UUps5 .row {
  width: 100%;
  align-items: center;
}
.cid-uMZ49UUps5 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .content-container {
    padding-top: 0;
    background-color: #283742;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMZ49UUps5 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMZ49UUps5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZ49UUps5 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMZ49UUps5 .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMZ49UUps5 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMZ49UUps5 .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMZ49UUps5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMZ49UUps5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZ49UUps5 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMZ49UUps5 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMZ49UUps5 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMZ49UUps5 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f31ed3;
}
.cid-uMZ49UUps5 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMZ49UUps5 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMZ49UUps5 .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .copyright {
    text-align: center !important;
  }
}
.cid-s2FglZTDrR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-s2FglZTDrR .nav-item,
.cid-s2FglZTDrR .nav-link,
.cid-s2FglZTDrR .navbar-caption {
  font-weight: normal;
}
.cid-s2FglZTDrR .navbar-nav {
  counter-reset: number;
}
.cid-s2FglZTDrR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FglZTDrR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FglZTDrR .btn {
    white-space: nowrap;
  }
  .cid-s2FglZTDrR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FglZTDrR .dropdown-toggle::after,
  .cid-s2FglZTDrR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FglZTDrR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item:hover {
  color: #f31ed3 !important;
  background-color: #fafafa;
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FglZTDrR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FglZTDrR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FglZTDrR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FglZTDrR .nav-item:focus,
.cid-s2FglZTDrR .nav-link:focus {
  outline: none;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FglZTDrR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FglZTDrR ul.navbar-nav li {
  margin: auto;
}
.cid-s2FglZTDrR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-s2FglZTDrR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-s2FglZTDrR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FglZTDrR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FglZTDrR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FglZTDrR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FglZTDrR .navbar .container-fluid,
  .cid-s2FglZTDrR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FglZTDrR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FglZTDrR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FglZTDrR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FglZTDrR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FglZTDrR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FglZTDrR .dropdown-item.active,
.cid-s2FglZTDrR .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FglZTDrR .navbar-buttons {
  text-align: center;
}
.cid-s2FglZTDrR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FglZTDrR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR a.nav-link:hover {
  color: #f31ed3 !important;
}
.is-builder .cid-s2FglZTDrR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FglZTDrR .navbar {
    height: 77px;
  }
  .cid-s2FglZTDrR .navbar.opened {
    height: auto;
  }
  .cid-s2FglZTDrR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7X7LSJdox {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #283742;
}
.cid-u7X7LSJdox .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X7LSJdox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7X7LSJdox .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u7X7LSJdox .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u7X7LSJdox .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-u7X7LSJdox img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-u7X7LSJdox img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7X7LSJdox .image-wrapper {
    padding: 1rem;
  }
}
.cid-u7XiyvhWXi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/virtual-reality-for-electrical-engineering-770x422.jpg");
}
.cid-u7XiyvhWXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7XiyvhWXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u7XiyvhWXi .container {
    padding: 0 16px;
  }
}
.cid-u7XiyvhWXi .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-u7XiyvhWXi .row {
    height: 200px;
  }
}
.cid-u7X7OPJVNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17161a;
}
.cid-u7X7OPJVNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7X7OPJVNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u7X7OPJVNk .container {
    padding: 0 16px;
  }
}
.cid-u7X7OPJVNk .card {
  position: relative;
  justify-content: center;
}
.cid-u7X7OPJVNk .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #283742;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-u7X7OPJVNk .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-u7X7OPJVNk .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u7X7OPJVNk .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-u7X7OPJVNk .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-u7X7OPJVNk .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-u7X7OPJVNk .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-u7X7OPJVNk .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-u7X7OPJVNk .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-u7X7OPJVNk .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u7X7OPJVNk .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-u7X7OPJVNk .mbr-text {
  color: #ffffff;
}
.cid-u7X7OPJVNk .mbr-name {
  color: #ffffff;
}
.cid-u7X7OPJVNk .mbr-desc {
  color: #dce2e3;
}
.cid-uLqPQfFp7D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #283742;
}
.cid-uLqPQfFp7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqPQfFp7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLqPQfFp7D .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLqPQfFp7D .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLqPQfFp7D .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uLqPQfFp7D .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uLqPQfFp7D .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uLqPQfFp7D .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uLqPQfFp7D .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLqPQfFp7D .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uLqPQfFp7D .mbr-text {
  color: #19171c;
}
.cid-uLqPQfFp7D .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uLqPQfFp7D .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uLqPQfFp7D .mbr-text,
.cid-uLqPQfFp7D .text-wrapper,
.cid-uLqPQfFp7D .person-wrapper {
  text-align: center;
  color: #ebeaed;
}
.cid-uMZ49UUps5 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #283742;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMZ49UUps5 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .img-bg {
    display: none;
  }
}
.cid-uMZ49UUps5 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .container {
    padding: 0 !important;
  }
}
.cid-uMZ49UUps5 .row {
  width: 100%;
  align-items: center;
}
.cid-uMZ49UUps5 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .content-container {
    padding-top: 0;
    background-color: #283742;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMZ49UUps5 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMZ49UUps5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZ49UUps5 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMZ49UUps5 .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMZ49UUps5 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMZ49UUps5 .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMZ49UUps5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMZ49UUps5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZ49UUps5 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMZ49UUps5 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMZ49UUps5 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMZ49UUps5 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f31ed3;
}
.cid-uMZ49UUps5 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMZ49UUps5 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMZ49UUps5 .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .copyright {
    text-align: center !important;
  }
}
.cid-ubEgnaaHA5 {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-ubEgnaaHA5 .nav-item,
.cid-ubEgnaaHA5 .nav-link,
.cid-ubEgnaaHA5 .navbar-caption {
  font-weight: normal;
}
.cid-ubEgnaaHA5 .navbar-nav {
  counter-reset: number;
}
.cid-ubEgnaaHA5 .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-ubEgnaaHA5 .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-ubEgnaaHA5 .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-ubEgnaaHA5 .btn {
    white-space: nowrap;
  }
  .cid-ubEgnaaHA5 .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ubEgnaaHA5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ubEgnaaHA5 .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ubEgnaaHA5 .dropdown-toggle::after,
  .cid-ubEgnaaHA5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ubEgnaaHA5 .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubEgnaaHA5 .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubEgnaaHA5 .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-ubEgnaaHA5 .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubEgnaaHA5 .dropdown-menu .dropdown-item:hover {
  color: #f31ed3 !important;
  background-color: #fafafa;
}
.cid-ubEgnaaHA5 .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-ubEgnaaHA5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ubEgnaaHA5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ubEgnaaHA5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ubEgnaaHA5 .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ubEgnaaHA5 .nav-item:focus,
.cid-ubEgnaaHA5 .nav-link:focus {
  outline: none;
}
.cid-ubEgnaaHA5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ubEgnaaHA5 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ubEgnaaHA5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ubEgnaaHA5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubEgnaaHA5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ubEgnaaHA5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubEgnaaHA5 ul.navbar-nav li {
  margin: auto;
}
.cid-ubEgnaaHA5 .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-ubEgnaaHA5 .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-ubEgnaaHA5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubEgnaaHA5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubEgnaaHA5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubEgnaaHA5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-ubEgnaaHA5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ubEgnaaHA5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubEgnaaHA5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubEgnaaHA5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubEgnaaHA5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubEgnaaHA5 .navbar .container-fluid,
  .cid-ubEgnaaHA5 .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ubEgnaaHA5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ubEgnaaHA5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubEgnaaHA5 .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-ubEgnaaHA5 .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ubEgnaaHA5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ubEgnaaHA5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ubEgnaaHA5 .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-ubEgnaaHA5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ubEgnaaHA5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ubEgnaaHA5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubEgnaaHA5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubEgnaaHA5 .dropdown-item.active,
.cid-ubEgnaaHA5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ubEgnaaHA5 .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubEgnaaHA5 .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ubEgnaaHA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubEgnaaHA5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ubEgnaaHA5 .navbar-buttons {
  text-align: center;
}
.cid-ubEgnaaHA5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ubEgnaaHA5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-ubEgnaaHA5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubEgnaaHA5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubEgnaaHA5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubEgnaaHA5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubEgnaaHA5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubEgnaaHA5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubEgnaaHA5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubEgnaaHA5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubEgnaaHA5 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-ubEgnaaHA5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubEgnaaHA5 a.nav-link:hover {
  color: #f31ed3 !important;
}
.is-builder .cid-ubEgnaaHA5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubEgnaaHA5 .navbar {
    height: 77px;
  }
  .cid-ubEgnaaHA5 .navbar.opened {
    height: auto;
  }
  .cid-ubEgnaaHA5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubEgnawkiq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #283742;
}
.cid-ubEgnawkiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubEgnawkiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubEgnawkiq .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubEgnawkiq .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ubEgnawkiq .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-ubEgnawkiq img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-ubEgnawkiq img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubEgnawkiq .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubEgnaLhUj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/prototype1200x900-863x499.jpg");
}
.cid-ubEgnaLhUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubEgnaLhUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ubEgnaLhUj .container {
    padding: 0 16px;
  }
}
.cid-ubEgnaLhUj .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-ubEgnaLhUj .row {
    height: 200px;
  }
}
.cid-ubEgnaXQnh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17161a;
}
.cid-ubEgnaXQnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubEgnaXQnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubEgnaXQnh .container {
    padding: 0 16px;
  }
}
.cid-ubEgnaXQnh .card {
  position: relative;
  justify-content: center;
}
.cid-ubEgnaXQnh .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #283742;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-ubEgnaXQnh .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-ubEgnaXQnh .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ubEgnaXQnh .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-ubEgnaXQnh .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-ubEgnaXQnh .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-ubEgnaXQnh .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-ubEgnaXQnh .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-ubEgnaXQnh .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ubEgnaXQnh .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubEgnaXQnh .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-ubEgnaXQnh .mbr-text {
  color: #ffffff;
}
.cid-ubEgnaXQnh .mbr-name {
  color: #ffffff;
}
.cid-ubEgnaXQnh .mbr-desc {
  color: #dce2e3;
}
.cid-uLqQvdMAmy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #283742;
}
.cid-uLqQvdMAmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqQvdMAmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLqQvdMAmy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLqQvdMAmy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLqQvdMAmy .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uLqQvdMAmy .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uLqQvdMAmy .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uLqQvdMAmy .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uLqQvdMAmy .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLqQvdMAmy .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uLqQvdMAmy .mbr-text {
  color: #19171c;
}
.cid-uLqQvdMAmy .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uLqQvdMAmy .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uLqQvdMAmy .mbr-text,
.cid-uLqQvdMAmy .text-wrapper,
.cid-uLqQvdMAmy .person-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uMZ49UUps5 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #283742;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMZ49UUps5 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .img-bg {
    display: none;
  }
}
.cid-uMZ49UUps5 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .container {
    padding: 0 !important;
  }
}
.cid-uMZ49UUps5 .row {
  width: 100%;
  align-items: center;
}
.cid-uMZ49UUps5 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .content-container {
    padding-top: 0;
    background-color: #283742;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMZ49UUps5 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMZ49UUps5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZ49UUps5 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMZ49UUps5 .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMZ49UUps5 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMZ49UUps5 .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMZ49UUps5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMZ49UUps5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZ49UUps5 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMZ49UUps5 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMZ49UUps5 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMZ49UUps5 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f31ed3;
}
.cid-uMZ49UUps5 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMZ49UUps5 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMZ49UUps5 .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .copyright {
    text-align: center !important;
  }
}
.cid-ubEjs5Oiwx {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-ubEjs5Oiwx .nav-item,
.cid-ubEjs5Oiwx .nav-link,
.cid-ubEjs5Oiwx .navbar-caption {
  font-weight: normal;
}
.cid-ubEjs5Oiwx .navbar-nav {
  counter-reset: number;
}
.cid-ubEjs5Oiwx .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-ubEjs5Oiwx .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-ubEjs5Oiwx .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-ubEjs5Oiwx .btn {
    white-space: nowrap;
  }
  .cid-ubEjs5Oiwx .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ubEjs5Oiwx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ubEjs5Oiwx .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-ubEjs5Oiwx .dropdown-toggle::after,
  .cid-ubEjs5Oiwx .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-ubEjs5Oiwx .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubEjs5Oiwx .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubEjs5Oiwx .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-ubEjs5Oiwx .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubEjs5Oiwx .dropdown-menu .dropdown-item:hover {
  color: #f31ed3 !important;
  background-color: #fafafa;
}
.cid-ubEjs5Oiwx .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-ubEjs5Oiwx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ubEjs5Oiwx .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ubEjs5Oiwx .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-ubEjs5Oiwx .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-ubEjs5Oiwx .nav-item:focus,
.cid-ubEjs5Oiwx .nav-link:focus {
  outline: none;
}
.cid-ubEjs5Oiwx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ubEjs5Oiwx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ubEjs5Oiwx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ubEjs5Oiwx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubEjs5Oiwx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ubEjs5Oiwx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubEjs5Oiwx ul.navbar-nav li {
  margin: auto;
}
.cid-ubEjs5Oiwx .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-ubEjs5Oiwx .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-ubEjs5Oiwx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubEjs5Oiwx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubEjs5Oiwx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubEjs5Oiwx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-ubEjs5Oiwx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ubEjs5Oiwx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubEjs5Oiwx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ubEjs5Oiwx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubEjs5Oiwx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubEjs5Oiwx .navbar .container-fluid,
  .cid-ubEjs5Oiwx .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-ubEjs5Oiwx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ubEjs5Oiwx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubEjs5Oiwx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-ubEjs5Oiwx .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-ubEjs5Oiwx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ubEjs5Oiwx .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ubEjs5Oiwx .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-ubEjs5Oiwx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ubEjs5Oiwx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ubEjs5Oiwx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubEjs5Oiwx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubEjs5Oiwx .dropdown-item.active,
.cid-ubEjs5Oiwx .dropdown-item:active {
  background-color: transparent;
}
.cid-ubEjs5Oiwx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubEjs5Oiwx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-ubEjs5Oiwx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-ubEjs5Oiwx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ubEjs5Oiwx .navbar-buttons {
  text-align: center;
}
.cid-ubEjs5Oiwx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ubEjs5Oiwx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-ubEjs5Oiwx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubEjs5Oiwx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubEjs5Oiwx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubEjs5Oiwx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubEjs5Oiwx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubEjs5Oiwx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubEjs5Oiwx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubEjs5Oiwx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubEjs5Oiwx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-ubEjs5Oiwx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-ubEjs5Oiwx a.nav-link:hover {
  color: #f31ed3 !important;
}
.is-builder .cid-ubEjs5Oiwx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubEjs5Oiwx .navbar {
    height: 77px;
  }
  .cid-ubEjs5Oiwx .navbar.opened {
    height: auto;
  }
  .cid-ubEjs5Oiwx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubEjs67UIe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #283742;
}
.cid-ubEjs67UIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubEjs67UIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubEjs67UIe .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubEjs67UIe .row {
  background: #ffffff;
  align-items: center;
  padding: 3rem;
  border-radius: 3rem;
  width: fit-content;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ubEjs67UIe .row {
    padding: 3rem 1rem;
    padding-bottom: 1rem;
    border-radius: 2rem;
  }
}
.cid-ubEjs67UIe img {
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-ubEjs67UIe img {
    border-radius: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ubEjs67UIe .image-wrapper {
    padding: 1rem;
  }
}
.cid-ubEjs6pstI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/innovation-outlasts-invention-825x510.jpg");
}
.cid-ubEjs6pstI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubEjs6pstI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ubEjs6pstI .container {
    padding: 0 16px;
  }
}
.cid-ubEjs6pstI .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-ubEjs6pstI .row {
    height: 200px;
  }
}
.cid-ubEjs6CrDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #17161a;
}
.cid-ubEjs6CrDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubEjs6CrDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ubEjs6CrDk .container {
    padding: 0 16px;
  }
}
.cid-ubEjs6CrDk .card {
  position: relative;
  justify-content: center;
}
.cid-ubEjs6CrDk .card .text-wrapper {
  padding: 100px 100px 100px 200px;
  background-color: #283742;
  border-radius: 40px;
}
@media (max-width: 992px) {
  .cid-ubEjs6CrDk .card .text-wrapper {
    padding: 100px 24px 32px 24px;
  }
}
.cid-ubEjs6CrDk .card .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-ubEjs6CrDk .card .text-wrapper .text-wrap {
  display: flex;
}
.cid-ubEjs6CrDk .card .text-wrapper .text-wrap .icon-wrapper {
  margin-right: 20px;
}
.cid-ubEjs6CrDk .card .text-wrapper .text-wrap .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #d4fe00;
}
.cid-ubEjs6CrDk .card .text-wrapper .text-wrap .text-content {
  width: 100%;
}
.cid-ubEjs6CrDk .card .text-wrapper .text-wrap .text-content .mbr-name {
  margin-bottom: 10px;
}
.cid-ubEjs6CrDk .card .text-wrapper .text-wrap .text-content .mbr-desc {
  margin-bottom: 0;
}
.cid-ubEjs6CrDk .card .image_1 {
  position: absolute;
  left: -90px;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-ubEjs6CrDk .card .image_1 {
    position: static;
    margin: 0 auto -50px;
  }
}
.cid-ubEjs6CrDk .mbr-text {
  color: #ffffff;
}
.cid-ubEjs6CrDk .mbr-name {
  color: #ffffff;
}
.cid-ubEjs6CrDk .mbr-desc {
  color: #dce2e3;
}
.cid-uLqRvg3QrQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #283742;
}
.cid-uLqRvg3QrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqRvg3QrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLqRvg3QrQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLqRvg3QrQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLqRvg3QrQ .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uLqRvg3QrQ .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uLqRvg3QrQ .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uLqRvg3QrQ .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uLqRvg3QrQ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uLqRvg3QrQ .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uLqRvg3QrQ .mbr-text {
  color: #19171c;
}
.cid-uLqRvg3QrQ .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uLqRvg3QrQ .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uLqRvg3QrQ .mbr-text,
.cid-uLqRvg3QrQ .text-wrapper,
.cid-uLqRvg3QrQ .person-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uMZ49UUps5 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #283742;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMZ49UUps5 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .img-bg {
    display: none;
  }
}
.cid-uMZ49UUps5 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .container {
    padding: 0 !important;
  }
}
.cid-uMZ49UUps5 .row {
  width: 100%;
  align-items: center;
}
.cid-uMZ49UUps5 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .content-container {
    padding-top: 0;
    background-color: #283742;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMZ49UUps5 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMZ49UUps5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZ49UUps5 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMZ49UUps5 .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMZ49UUps5 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMZ49UUps5 .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMZ49UUps5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMZ49UUps5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZ49UUps5 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMZ49UUps5 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMZ49UUps5 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMZ49UUps5 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f31ed3;
}
.cid-uMZ49UUps5 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMZ49UUps5 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMZ49UUps5 .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .copyright {
    text-align: center !important;
  }
}
.cid-uLqRZjuhaU {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-uLqRZjuhaU .nav-item,
.cid-uLqRZjuhaU .nav-link,
.cid-uLqRZjuhaU .navbar-caption {
  font-weight: normal;
}
.cid-uLqRZjuhaU .navbar-nav {
  counter-reset: number;
}
.cid-uLqRZjuhaU .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uLqRZjuhaU .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uLqRZjuhaU .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uLqRZjuhaU .btn {
    white-space: nowrap;
  }
  .cid-uLqRZjuhaU .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uLqRZjuhaU .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uLqRZjuhaU .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uLqRZjuhaU .dropdown-toggle::after,
  .cid-uLqRZjuhaU .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uLqRZjuhaU .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqRZjuhaU .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqRZjuhaU .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uLqRZjuhaU .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqRZjuhaU .dropdown-menu .dropdown-item:hover {
  color: #f31ed3 !important;
  background-color: #fafafa;
}
.cid-uLqRZjuhaU .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uLqRZjuhaU .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uLqRZjuhaU .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uLqRZjuhaU .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uLqRZjuhaU .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uLqRZjuhaU .nav-item:focus,
.cid-uLqRZjuhaU .nav-link:focus {
  outline: none;
}
.cid-uLqRZjuhaU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uLqRZjuhaU .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uLqRZjuhaU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uLqRZjuhaU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLqRZjuhaU .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uLqRZjuhaU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLqRZjuhaU ul.navbar-nav li {
  margin: auto;
}
.cid-uLqRZjuhaU .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-uLqRZjuhaU .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-uLqRZjuhaU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLqRZjuhaU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLqRZjuhaU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLqRZjuhaU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uLqRZjuhaU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uLqRZjuhaU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLqRZjuhaU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLqRZjuhaU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLqRZjuhaU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLqRZjuhaU .navbar .container-fluid,
  .cid-uLqRZjuhaU .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uLqRZjuhaU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLqRZjuhaU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLqRZjuhaU .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uLqRZjuhaU .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uLqRZjuhaU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLqRZjuhaU .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLqRZjuhaU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-uLqRZjuhaU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLqRZjuhaU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLqRZjuhaU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLqRZjuhaU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLqRZjuhaU .dropdown-item.active,
.cid-uLqRZjuhaU .dropdown-item:active {
  background-color: transparent;
}
.cid-uLqRZjuhaU .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLqRZjuhaU .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uLqRZjuhaU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLqRZjuhaU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uLqRZjuhaU .navbar-buttons {
  text-align: center;
}
.cid-uLqRZjuhaU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uLqRZjuhaU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uLqRZjuhaU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLqRZjuhaU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLqRZjuhaU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLqRZjuhaU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLqRZjuhaU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLqRZjuhaU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLqRZjuhaU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLqRZjuhaU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLqRZjuhaU .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uLqRZjuhaU a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqRZjuhaU a.nav-link:hover {
  color: #f31ed3 !important;
}
.is-builder .cid-uLqRZjuhaU .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLqRZjuhaU .navbar {
    height: 77px;
  }
  .cid-uLqRZjuhaU .navbar.opened {
    height: auto;
  }
  .cid-uLqRZjuhaU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLqRZkDeZb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/faq-la-gi-1.jpg-877x500.jpg");
}
.cid-uLqRZkDeZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqRZkDeZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uLqRZkDeZb .container {
    padding: 0 16px;
  }
}
.cid-uLqRZkDeZb .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uLqRZkDeZb .row {
    height: 200px;
  }
}
.cid-uLqStvuVAu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLqStvuVAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqStvuVAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLqStvuVAu .container {
    padding: 0 16px;
  }
}
.cid-uLqStvuVAu .row {
  justify-content: center;
}
.cid-uLqStvuVAu .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #c6f15c;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uLqStvuVAu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uLqStvuVAu .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #283742;
}
@media (max-width: 992px) {
  .cid-uLqStvuVAu .panel-group .card {
    padding: 24px;
  }
}
.cid-uLqStvuVAu .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uLqStvuVAu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uLqStvuVAu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uLqStvuVAu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLqStvuVAu .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uLqStvuVAu .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uLqStvuVAu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uLqStvuVAu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uLqStvuVAu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uLqStvuVAu .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uLqStvuVAu .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uLqStvuVAu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLqStvuVAu .mbr-section-title {
  color: #000000;
}
.cid-uLqStvuVAu .panel-title-edit {
  color: #ffffff;
}
.cid-uLqStvuVAu .panel-text {
  color: #ffffff;
}
.cid-uMZ49UUps5 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #283742;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMZ49UUps5 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .img-bg {
    display: none;
  }
}
.cid-uMZ49UUps5 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .container {
    padding: 0 !important;
  }
}
.cid-uMZ49UUps5 .row {
  width: 100%;
  align-items: center;
}
.cid-uMZ49UUps5 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .content-container {
    padding-top: 0;
    background-color: #283742;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMZ49UUps5 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMZ49UUps5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZ49UUps5 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMZ49UUps5 .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMZ49UUps5 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMZ49UUps5 .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMZ49UUps5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMZ49UUps5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZ49UUps5 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMZ49UUps5 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMZ49UUps5 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMZ49UUps5 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f31ed3;
}
.cid-uMZ49UUps5 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMZ49UUps5 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMZ49UUps5 .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .copyright {
    text-align: center !important;
  }
}
.cid-uLqSbIV9dR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #000000;
}
.cid-uLqSbIV9dR .nav-item,
.cid-uLqSbIV9dR .nav-link,
.cid-uLqSbIV9dR .navbar-caption {
  font-weight: normal;
}
.cid-uLqSbIV9dR .navbar-nav {
  counter-reset: number;
}
.cid-uLqSbIV9dR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-uLqSbIV9dR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-uLqSbIV9dR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-uLqSbIV9dR .btn {
    white-space: nowrap;
  }
  .cid-uLqSbIV9dR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uLqSbIV9dR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uLqSbIV9dR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-uLqSbIV9dR .dropdown-toggle::after,
  .cid-uLqSbIV9dR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-uLqSbIV9dR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqSbIV9dR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqSbIV9dR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-uLqSbIV9dR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqSbIV9dR .dropdown-menu .dropdown-item:hover {
  color: #f31ed3 !important;
  background-color: #fafafa;
}
.cid-uLqSbIV9dR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-uLqSbIV9dR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uLqSbIV9dR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uLqSbIV9dR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-uLqSbIV9dR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-uLqSbIV9dR .nav-item:focus,
.cid-uLqSbIV9dR .nav-link:focus {
  outline: none;
}
.cid-uLqSbIV9dR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uLqSbIV9dR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-uLqSbIV9dR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uLqSbIV9dR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLqSbIV9dR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uLqSbIV9dR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLqSbIV9dR ul.navbar-nav li {
  margin: auto;
}
.cid-uLqSbIV9dR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000;
}
.cid-uLqSbIV9dR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #000000 !important;
}
.cid-uLqSbIV9dR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLqSbIV9dR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLqSbIV9dR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLqSbIV9dR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.5rem - 1rem);
  }
}
.cid-uLqSbIV9dR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uLqSbIV9dR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLqSbIV9dR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uLqSbIV9dR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLqSbIV9dR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLqSbIV9dR .navbar .container-fluid,
  .cid-uLqSbIV9dR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-uLqSbIV9dR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLqSbIV9dR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLqSbIV9dR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-uLqSbIV9dR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-uLqSbIV9dR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLqSbIV9dR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLqSbIV9dR .navbar.navbar-short {
  background: #000000 !important;
  min-height: 90px;
}
.cid-uLqSbIV9dR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLqSbIV9dR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLqSbIV9dR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLqSbIV9dR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLqSbIV9dR .dropdown-item.active,
.cid-uLqSbIV9dR .dropdown-item:active {
  background-color: transparent;
}
.cid-uLqSbIV9dR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLqSbIV9dR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-uLqSbIV9dR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLqSbIV9dR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uLqSbIV9dR .navbar-buttons {
  text-align: center;
}
.cid-uLqSbIV9dR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #191f23;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uLqSbIV9dR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uLqSbIV9dR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLqSbIV9dR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uLqSbIV9dR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uLqSbIV9dR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uLqSbIV9dR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uLqSbIV9dR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uLqSbIV9dR a.nav-link:hover {
  color: #f31ed3 !important;
}
.is-builder .cid-uLqSbIV9dR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLqSbIV9dR .navbar {
    height: 77px;
  }
  .cid-uLqSbIV9dR .navbar.opened {
    height: auto;
  }
  .cid-uLqSbIV9dR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLqSbJCWmq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/literature-review-web-.jpg-1348x899.jpg");
}
.cid-uLqSbJCWmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqSbJCWmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uLqSbJCWmq .container {
    padding: 0 16px;
  }
}
.cid-uLqSbJCWmq .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uLqSbJCWmq .row {
    height: 200px;
  }
}
.cid-uLqTN0i8y8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLqTN0i8y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLqTN0i8y8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLqTN0i8y8 .row {
  justify-content: center;
}
.cid-uLqTN0i8y8 .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uLqTN0i8y8 .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
}
@media (max-width: 1440px) {
  .cid-uLqTN0i8y8 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uLqTN0i8y8 .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uLqTN0i8y8 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uLqTN0i8y8 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #283742;
  opacity: .5;
  pointer-events: none;
}
.cid-uLqTN0i8y8 .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uLqTN0i8y8 .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uLqTN0i8y8 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLqTN0i8y8 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uLqTN0i8y8 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLqTN0i8y8 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uLqTN0i8y8 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLqTN0i8y8 .mbr-section-subtitle {
  color: #2c2c26;
  text-align: center;
}
.cid-uLqTN0i8y8 .mbr-text,
.cid-uLqTN0i8y8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uLqTN0i8y8 .mbr-section-title,
.cid-uLqTN0i8y8 .mbr-section-btn {
  text-align: center;
  color: #283742;
}
.cid-uMZ49UUps5 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #283742;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMZ49UUps5 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .img-bg {
    display: none;
  }
}
.cid-uMZ49UUps5 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .container {
    padding: 0 !important;
  }
}
.cid-uMZ49UUps5 .row {
  width: 100%;
  align-items: center;
}
.cid-uMZ49UUps5 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .content-container {
    padding-top: 0;
    background-color: #283742;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMZ49UUps5 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMZ49UUps5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMZ49UUps5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMZ49UUps5 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMZ49UUps5 .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMZ49UUps5 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMZ49UUps5 .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-uMZ49UUps5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMZ49UUps5 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMZ49UUps5 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMZ49UUps5 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMZ49UUps5 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMZ49UUps5 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMZ49UUps5 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f31ed3;
}
.cid-uMZ49UUps5 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMZ49UUps5 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #000000;
}
.cid-uMZ49UUps5 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMZ49UUps5 .copyright {
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMZ49UUps5 .copyright {
    text-align: center !important;
  }
}
