body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Exo', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Exo', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Exo', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Exo', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Exo', sans-serif;
  font-size: 1.2rem;
}
.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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #003399 !important;
}
.bg-success {
  background-color: #5580ff !important;
}
.bg-info {
  background-color: #c1c1c1 !important;
}
.bg-warning {
  background-color: #716c80 !important;
}
.bg-danger {
  background-color: #86affe !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003399 !important;
  border-color: #003399 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #001a4d !important;
  border-color: #001a4d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001a4d !important;
  border-color: #001a4d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b34700 !important;
  border-color: #b34700 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b34700 !important;
  border-color: #b34700 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-success,
.btn-success:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #716c80 !important;
  border-color: #716c80 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4c4957 !important;
  border-color: #4c4957 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4c4957 !important;
  border-color: #4c4957 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #86affe !important;
  border-color: #86affe !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3a7dfd !important;
  border-color: #3a7dfd !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3a7dfd !important;
  border-color: #3a7dfd !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #001133;
  color: #001133;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #003399;
  border-color: #003399;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003399 !important;
  border-color: #003399 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #993d00;
  color: #993d00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #403d49;
  color: #403d49;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #716c80;
  border-color: #716c80;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #716c80 !important;
  border-color: #716c80 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #216cfd;
  color: #216cfd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #86affe;
  border-color: #86affe;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #86affe !important;
  border-color: #86affe !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #003399 !important;
}
.text-secondary {
  color: #ff6600 !important;
}
.text-success {
  color: #5580ff !important;
}
.text-info {
  color: #c1c1c1 !important;
}
.text-warning {
  color: #716c80 !important;
}
.text-danger {
  color: #86affe !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #001133 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #993d00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #003cee !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8e8e8e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #403d49 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #216cfd !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c1c1c1;
}
.alert-warning {
  background-color: #716c80;
}
.alert-danger {
  background-color: #86affe;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003399;
  border-color: #003399;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003399;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1a66ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b0bc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Exo', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #003399;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #003399 !important;
  -webkit-box-shadow: 0 6px 16px 0 #003399 !important;
  background-color: #003399 !important;
  border-color: #003399 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #ff6600 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff6600 !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003399;
  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-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003399;
  border-bottom-color: #003399;
}
.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: #003399 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6600 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23003399' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rx3IEQFgmC .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rx3IEQFgmC .nav-item:focus,
.cid-rx3IEQFgmC .nav-link:focus {
  outline: none;
}
.cid-rx3IEQFgmC .text-white:hover,
.cid-rx3IEQFgmC .text-white:active,
.cid-rx3IEQFgmC .text-white:focus {
  color: white!important;
}
.cid-rx3IEQFgmC .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rx3IEQFgmC .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-rx3IEQFgmC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rx3IEQFgmC .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rx3IEQFgmC .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rx3IEQFgmC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rx3IEQFgmC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rx3IEQFgmC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rx3IEQFgmC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rx3IEQFgmC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rx3IEQFgmC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rx3IEQFgmC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rx3IEQFgmC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rx3IEQFgmC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rx3IEQFgmC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rx3IEQFgmC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rx3IEQFgmC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rx3IEQFgmC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rx3IEQFgmC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rx3IEQFgmC .section {
  position: relative;
  overflow: visible!important;
}
.cid-rx3IEQFgmC .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-item:hover {
  color: black!important;
}
.cid-rx3IEQFgmC .dropdown-menu {
  background-color: white!important;
}
.cid-rx3IEQFgmC .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rx3IEQFgmC .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rx3IEQFgmC .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rx3IEQFgmC .nav-item .nav-link {
    position: relative;
  }
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rx3IEQFgmC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rx3IEQFgmC .collapsed {
  flex-direction: row!important;
}
.cid-rx3IEQFgmC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rx3IEQFgmC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rx3IEQFgmC .navbar-caption {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rx3IEQFgmC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rx3IEQFgmC .dropdown-item.active,
.cid-rx3IEQFgmC .dropdown-item:active {
  background-color: transparent;
}
.cid-rx3IEQFgmC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rx3IEQFgmC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rx3IEQFgmC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rx3IEQFgmC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rx3IEQFgmC .navbar-buttons {
  text-align: center;
}
.cid-rx3IEQFgmC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rx3IEQFgmC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rx3IEQFgmC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rx3IEQFgmC .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rx3IEQFgmC .nav-link {
  font-weight: 600!important;
}
.cid-rx3IEQFgmC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rx3IEQFgmC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rx3IEQFgmC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rx3IEQFgmC .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rx3IEQFgmC .navbar {
    height: 77px;
  }
  .cid-rx3IEQFgmC .navbar.opened {
    height: auto;
  }
  .cid-rx3IEQFgmC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleLuPvnKO {
  padding-top: 150px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/d3dmx-2025-web-back-01.jpg-1920x1080.jpg");
  position: relative;
  overflow: hidden;
}
.cid-rleLuPvnKO svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rleLuPvnKO #e2_shape {
  fill: #ffffff !important;
}
.cid-rleLuPvnKO img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rleLuPvnKO img {
    width: 90%!important;
  }
}
.cid-rleLuPvnKO H1 {
  color: #003399;
}
.cid-rlf4PtSi5X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rlf4PtSi5X .mbr-text {
  color: #716c80;
}
.cid-rlf4PtSi5X .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rlf4PtSi5X .card-img .img1 {
  background-color: #ff6600;
}
.cid-rlf4PtSi5X .card-img .img2 {
  background-color: #ff6600;
}
.cid-rlf4PtSi5X .card-img .img3 {
  background-color: #ff6600;
}
.cid-rlf4PtSi5X .card-img .img4 {
  background-color: #ff8a73;
}
.cid-rlf4PtSi5X .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rlf4PtSi5X .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rlf4PtSi5X .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rlf4PtSi5X .card-title,
.cid-rlf4PtSi5X .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-rlf4PtSi5X .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rlf4PtSi5X .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rlf4PtSi5X .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rlf4PtSi5X .card-img span {
    margin-right: 0rem;
  }
}
.cid-rlf4PtSi5X .card-title {
  color: #003399;
}
.cid-rlf6rmW8WO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-rlf6rmW8WO H1 {
  color: #003399;
}
.cid-rlf6rmW8WO .mbr-text,
.cid-rlf6rmW8WO .mbr-section-btn {
  color: #465052;
}
.cid-rlf6rmW8WO img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rlf6rmW8WO img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ3QbWjSGX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d3dmx-2025-web-back-02.jpg-1920x1080.jpg");
}
.cid-uQ3QbWjSGX H1 {
  color: #ffffff;
}
.cid-uQ3QbWjSGX .mbr-text,
.cid-uQ3QbWjSGX .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ3QbWjSGX img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ3QbWjSGX img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ3Rap8lTz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d3dmx-2025-web-back-01.jpg-1920x1080.jpg");
}
.cid-uQ3Rap8lTz H1 {
  color: #ffffff;
}
.cid-uQ3Rap8lTz .mbr-text,
.cid-uQ3Rap8lTz .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ3Rap8lTz img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ3Rap8lTz img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ3RACPHJP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/d3dmx-2025-web-back-03.jpg-1920x1080.jpg");
}
.cid-uQ3RACPHJP H1 {
  color: #ffffff;
}
.cid-uQ3RACPHJP .mbr-text,
.cid-uQ3RACPHJP .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ3RACPHJP img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ3RACPHJP img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ3RACPHJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3RACPHJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP5yEEhfT6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uP5yEEhfT6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uP5yEEhfT6 input,
.cid-uP5yEEhfT6 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uP5yEEhfT6 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uP5yEEhfT6 .title {
  margin-bottom: 1rem;
}
.cid-uP5yEEhfT6 p {
  line-height: 1.6;
}
.cid-uP5yEEhfT6 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uP5yEEhfT6 textarea {
  min-height: 160px;
}
.cid-uP5yEEhfT6 .form-control,
.cid-uP5yEEhfT6 .field-input {
  padding: 0.5rem;
  background-color: #e1e8ff;
  border-color: #ffffff;
  color: #003399;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uP5yEEhfT6 .form-control:hover,
.cid-uP5yEEhfT6 .field-input:hover,
.cid-uP5yEEhfT6 .form-control:focus,
.cid-uP5yEEhfT6 .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uP5yEEhfT6 input::-webkit-input-placeholder,
.cid-uP5yEEhfT6 textarea::-webkit-input-placeholder {
  color: #003399;
}
.cid-uP5yEEhfT6 input:-moz-placeholder,
.cid-uP5yEEhfT6 textarea:-moz-placeholder {
  color: #003399;
}
.cid-uP5yEEhfT6 .jq-selectbox li,
.cid-uP5yEEhfT6 .jq-selectbox li {
  background-color: #e1e8ff;
  color: #000000;
}
.cid-uP5yEEhfT6 .jq-selectbox li:hover,
.cid-uP5yEEhfT6 .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uP5yEEhfT6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e1e8ff;
}
.cid-uP5yEEhfT6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uP5yEEhfT6 H5 {
  color: #003399;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uP5yEEhfT6 img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uP5yEEhfT6 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uP5yEEhfT6 H2 {
  color: #003399;
}
.cid-uP5yEEhfT6 H3 {
  color: #003399;
}
.cid-uP5yEEhfT6 .mbr-text {
  color: #465052;
}
.cid-uP5yEEhfT6 .mbr-section-subtitle {
  color: #465052;
}
.cid-uP5BkaDcvg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-uP5BkaDcvg [class^="socicon-"]:before,
.cid-uP5BkaDcvg [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uP5BkaDcvg .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uP5BkaDcvg .btn-social,
.cid-uP5BkaDcvg .mbr-section-title {
  color: #57468b;
}
.cid-uP5BkaDcvg .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  box-shadow: 0 10px 10px rgba(111, 145, 218, 0.15);
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-uP5BkaDcvg .soc-item span {
  font-size: 1.4rem;
  color: #003399 !important;
  transition: all 0.3s;
}
.cid-uP5BkaDcvg .soc-item:hover span {
  color: #003399 !important;
}
.cid-uP5BkaDcvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP5BkaDcvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3TJSbyjB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #003399;
}
.cid-uQ3TJSbyjB H1 {
  color: #ffffff;
}
.cid-uQ3TJSbyjB .align-left {
  margin: auto;
}
.cid-uQ3TJSbyjB .row {
  justify-content: space-between;
}
.cid-uQ3TJSbyjB .mbr-text,
.cid-uQ3TJSbyjB .mbr-section-btn {
  color: #716c80;
}
.cid-uQ3TJSbyjB .block-border {
  border-left: 2px solid #ff6600;
  padding-left: 4rem;
}
.cid-uQ3TJSbyjB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uQ3TJSbyjB .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uQ3TJSbyjB .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uQ3TJSbyjB .link:hover {
  color: #003399 !important;
}
.cid-uQ3TJSbyjB .link:hover .link-ico {
  color: #003399 !important;
  padding-left: 10px;
}
.cid-uQ3TJSbyjB DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-uQ3TJSbyjB .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-uQ3TJSbyjB h1 {
    padding-bottom: 1rem;
  }
}
.cid-uQ3TJSbyjB .mbr-text,
.cid-uQ3TJSbyjB .media-content {
  color: #ffffff;
}
.cid-uP5B4jHdiN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003399;
}
.cid-uQ3TSpi9Mr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ3TSpi9Mr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQ3TSpi9Mr .nav-item:focus,
.cid-uQ3TSpi9Mr .nav-link:focus {
  outline: none;
}
.cid-uQ3TSpi9Mr .text-white:hover,
.cid-uQ3TSpi9Mr .text-white:active,
.cid-uQ3TSpi9Mr .text-white:focus {
  color: white!important;
}
.cid-uQ3TSpi9Mr .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQ3TSpi9Mr .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uQ3TSpi9Mr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uQ3TSpi9Mr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQ3TSpi9Mr .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uQ3TSpi9Mr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ3TSpi9Mr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3TSpi9Mr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3TSpi9Mr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3TSpi9Mr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ3TSpi9Mr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ3TSpi9Mr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ3TSpi9Mr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQ3TSpi9Mr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQ3TSpi9Mr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ3TSpi9Mr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3TSpi9Mr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3TSpi9Mr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3TSpi9Mr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ3TSpi9Mr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ3TSpi9Mr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQ3TSpi9Mr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ3TSpi9Mr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ3TSpi9Mr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ3TSpi9Mr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ3TSpi9Mr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQ3TSpi9Mr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQ3TSpi9Mr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQ3TSpi9Mr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ3TSpi9Mr .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQ3TSpi9Mr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQ3TSpi9Mr .dropdown-item:hover {
  color: black!important;
}
.cid-uQ3TSpi9Mr .dropdown-menu {
  background-color: white!important;
}
.cid-uQ3TSpi9Mr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQ3TSpi9Mr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ3TSpi9Mr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQ3TSpi9Mr .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQ3TSpi9Mr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3TSpi9Mr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ3TSpi9Mr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQ3TSpi9Mr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ3TSpi9Mr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3TSpi9Mr .collapsed {
  flex-direction: row!important;
}
.cid-uQ3TSpi9Mr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ3TSpi9Mr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ3TSpi9Mr .navbar-caption {
  font-weight: 600!important;
}
.cid-uQ3TSpi9Mr .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ3TSpi9Mr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3TSpi9Mr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3TSpi9Mr .dropdown-item.active,
.cid-uQ3TSpi9Mr .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3TSpi9Mr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ3TSpi9Mr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ3TSpi9Mr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ3TSpi9Mr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ3TSpi9Mr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3TSpi9Mr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ3TSpi9Mr .navbar-buttons {
  text-align: center;
}
.cid-uQ3TSpi9Mr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3TSpi9Mr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-uQ3TSpi9Mr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ3TSpi9Mr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3TSpi9Mr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3TSpi9Mr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ3TSpi9Mr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3TSpi9Mr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQ3TSpi9Mr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQ3TSpi9Mr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3TSpi9Mr .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQ3TSpi9Mr .nav-link {
  font-weight: 600!important;
}
.cid-uQ3TSpi9Mr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3TSpi9Mr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQ3TSpi9Mr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQ3TSpi9Mr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ3TSpi9Mr .navbar {
    height: 77px;
  }
  .cid-uQ3TSpi9Mr .navbar.opened {
    height: auto;
  }
  .cid-uQ3TSpi9Mr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ71zPzVNh {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/d3dmx-2025-web-back-04.jpg-1920x1080.jpg");
}
.cid-uQ71zPzVNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ71zPzVNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ71zPzVNh H1 {
  text-align: center;
}
.cid-uQ71zPzVNh .mbr-text,
.cid-uQ71zPzVNh .mbr-section-btn {
  text-align: center;
}
.cid-uQ3TSrhoWL {
  background-image: url("../../../assets/images/d3dmx-2025-web-back-01.jpg-1920x1080.jpg");
}
.cid-uQ3TSrhoWL H1 {
  color: #003399;
}
.cid-uQ3TSrhoWL .mbr-text,
.cid-uQ3TSrhoWL .mbr-section-btn {
  color: #465052;
}
.cid-uQ3TSrhoWL img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ3TSrhoWL img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ6UQeBbbt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uQ6UQeBbbt H1 {
  color: #ffffff;
}
.cid-uQ6UQeBbbt .mbr-text,
.cid-uQ6UQeBbbt .mbr-section-btn {
  color: #ffffff;
}
.cid-uQ6UQeBbbt img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ6UQeBbbt img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ6UQeBbbt H3 {
  color: #ff6600;
}
.cid-uQ79QZxQQm {
  background-image: url("../../../assets/images/d3dmx-2025-web-back-01.jpg-1920x1080.jpg");
}
.cid-uQ79QZxQQm H1 {
  color: #003399;
}
.cid-uQ79QZxQQm .mbr-text,
.cid-uQ79QZxQQm .mbr-section-btn {
  color: #465052;
}
.cid-uQ79QZxQQm img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ79QZxQQm img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ3TSqGdaZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-uQ3TSqGdaZ .mbr-text {
  color: #716c80;
}
.cid-uQ3TSqGdaZ .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uQ3TSqGdaZ .card-img .img1 {
  background-color: #ff6600;
}
.cid-uQ3TSqGdaZ .card-img .img2 {
  background-color: #5580ff;
}
.cid-uQ3TSqGdaZ .card-img .img3 {
  background-color: #c1c1c1;
}
.cid-uQ3TSqGdaZ .card-img .img4 {
  background-color: #ff8a73;
}
.cid-uQ3TSqGdaZ .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-uQ3TSqGdaZ .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uQ3TSqGdaZ .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uQ3TSqGdaZ .card-title,
.cid-uQ3TSqGdaZ .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uQ3TSqGdaZ .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uQ3TSqGdaZ .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uQ3TSqGdaZ .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uQ3TSqGdaZ .card-img span {
    margin-right: 0rem;
  }
}
.cid-uQ3TSqGdaZ .card-title {
  color: #003399;
}
.cid-uQ3TSt3ySJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ3TSt3ySJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uQ3TSt3ySJ input,
.cid-uQ3TSt3ySJ textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uQ3TSt3ySJ img {
  width: 90%;
  border-radius: 8px;
}
.cid-uQ3TSt3ySJ .title {
  margin-bottom: 1rem;
}
.cid-uQ3TSt3ySJ p {
  line-height: 1.6;
}
.cid-uQ3TSt3ySJ .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uQ3TSt3ySJ textarea {
  min-height: 160px;
}
.cid-uQ3TSt3ySJ .form-control,
.cid-uQ3TSt3ySJ .field-input {
  padding: 0.5rem;
  background-color: #e1e8ff;
  border-color: #ffffff;
  color: #003399;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uQ3TSt3ySJ .form-control:hover,
.cid-uQ3TSt3ySJ .field-input:hover,
.cid-uQ3TSt3ySJ .form-control:focus,
.cid-uQ3TSt3ySJ .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uQ3TSt3ySJ input::-webkit-input-placeholder,
.cid-uQ3TSt3ySJ textarea::-webkit-input-placeholder {
  color: #003399;
}
.cid-uQ3TSt3ySJ input:-moz-placeholder,
.cid-uQ3TSt3ySJ textarea:-moz-placeholder {
  color: #003399;
}
.cid-uQ3TSt3ySJ .jq-selectbox li,
.cid-uQ3TSt3ySJ .jq-selectbox li {
  background-color: #e1e8ff;
  color: #000000;
}
.cid-uQ3TSt3ySJ .jq-selectbox li:hover,
.cid-uQ3TSt3ySJ .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uQ3TSt3ySJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e1e8ff;
}
.cid-uQ3TSt3ySJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uQ3TSt3ySJ H5 {
  color: #003399;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uQ3TSt3ySJ img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uQ3TSt3ySJ .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uQ3TSt3ySJ H2 {
  color: #003399;
}
.cid-uQ3TSt3ySJ H3 {
  color: #003399;
}
.cid-uQ3TSt3ySJ .mbr-text {
  color: #465052;
}
.cid-uQ3TSt3ySJ .mbr-section-subtitle {
  color: #465052;
}
.cid-uQ3TSuy2kZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003399;
}
.cid-uQ3XRkrMU3 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ3XRkrMU3 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQ3XRkrMU3 .nav-item:focus,
.cid-uQ3XRkrMU3 .nav-link:focus {
  outline: none;
}
.cid-uQ3XRkrMU3 .text-white:hover,
.cid-uQ3XRkrMU3 .text-white:active,
.cid-uQ3XRkrMU3 .text-white:focus {
  color: white!important;
}
.cid-uQ3XRkrMU3 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQ3XRkrMU3 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uQ3XRkrMU3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uQ3XRkrMU3 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQ3XRkrMU3 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uQ3XRkrMU3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ3XRkrMU3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ3XRkrMU3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ3XRkrMU3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ3XRkrMU3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ3XRkrMU3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ3XRkrMU3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ3XRkrMU3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQ3XRkrMU3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQ3XRkrMU3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ3XRkrMU3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ3XRkrMU3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ3XRkrMU3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ3XRkrMU3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ3XRkrMU3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ3XRkrMU3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQ3XRkrMU3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ3XRkrMU3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ3XRkrMU3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ3XRkrMU3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ3XRkrMU3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQ3XRkrMU3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQ3XRkrMU3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQ3XRkrMU3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ3XRkrMU3 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQ3XRkrMU3 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQ3XRkrMU3 .dropdown-item:hover {
  color: black!important;
}
.cid-uQ3XRkrMU3 .dropdown-menu {
  background-color: white!important;
}
.cid-uQ3XRkrMU3 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQ3XRkrMU3 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ3XRkrMU3 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQ3XRkrMU3 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQ3XRkrMU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3XRkrMU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ3XRkrMU3 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQ3XRkrMU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ3XRkrMU3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ3XRkrMU3 .collapsed {
  flex-direction: row!important;
}
.cid-uQ3XRkrMU3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ3XRkrMU3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ3XRkrMU3 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQ3XRkrMU3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ3XRkrMU3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ3XRkrMU3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ3XRkrMU3 .dropdown-item.active,
.cid-uQ3XRkrMU3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ3XRkrMU3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ3XRkrMU3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ3XRkrMU3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ3XRkrMU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ3XRkrMU3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ3XRkrMU3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ3XRkrMU3 .navbar-buttons {
  text-align: center;
}
.cid-uQ3XRkrMU3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ3XRkrMU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-uQ3XRkrMU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ3XRkrMU3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3XRkrMU3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ3XRkrMU3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ3XRkrMU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3XRkrMU3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQ3XRkrMU3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQ3XRkrMU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ3XRkrMU3 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQ3XRkrMU3 .nav-link {
  font-weight: 600!important;
}
.cid-uQ3XRkrMU3 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ3XRkrMU3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQ3XRkrMU3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQ3XRkrMU3 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ3XRkrMU3 .navbar {
    height: 77px;
  }
  .cid-uQ3XRkrMU3 .navbar.opened {
    height: auto;
  }
  .cid-uQ3XRkrMU3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3YisO8Dr {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uQ3YisO8Dr .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uQ3YisO8Dr #e1_circle,
.cid-uQ3YisO8Dr #e3_circle,
.cid-uQ3YisO8Dr #e4_circle,
.cid-uQ3YisO8Dr #e5_circle {
  fill: #e1e8ff !important;
}
.cid-uQ3YisO8Dr #e6_circle {
  fill: #ffffff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uQ3YisO8Dr .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-uQ3YisO8Dr .rev {
  animation: rev 4s linear infinite;
}
.cid-uQ3YisO8Dr .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uQ3YisO8Dr .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uQ3YisO8Dr .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uQ3YisO8Dr .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uQ3YisO8Dr .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uQ3YisO8Dr .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uQ3YisO8Dr .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uQ3YisO8Dr .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uQ3YisO8Dr .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uQ3YisO8Dr .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uQ3YisO8Dr .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uQ3YisO8Dr H1 {
  color: #003399;
}
.cid-uQ3YisO8Dr .mbr-text,
.cid-uQ3YisO8Dr .mbr-section-btn {
  color: #5580ff;
  text-align: center;
}
.cid-uQ3YisO8Dr H3 {
  color: #003399;
}
.cid-uQ3YisO8Dr img {
  height: 100%;
  margin: 0 auto;
}
.cid-uQ3YisO8Dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3YisO8Dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3XRlCZtP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-uQ3XRlCZtP .mbr-text {
  color: #716c80;
}
.cid-uQ3XRlCZtP .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uQ3XRlCZtP .card-img .img1 {
  background-color: #ff6600;
}
.cid-uQ3XRlCZtP .card-img .img2 {
  background-color: #5580ff;
}
.cid-uQ3XRlCZtP .card-img .img3 {
  background-color: #c1c1c1;
}
.cid-uQ3XRlCZtP .card-img .img4 {
  background-color: #ff8a73;
}
.cid-uQ3XRlCZtP .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-uQ3XRlCZtP .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uQ3XRlCZtP .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uQ3XRlCZtP .card-title,
.cid-uQ3XRlCZtP .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uQ3XRlCZtP .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uQ3XRlCZtP .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uQ3XRlCZtP .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uQ3XRlCZtP .card-img span {
    margin-right: 0rem;
  }
}
.cid-uQ3XRlCZtP .card-title {
  color: #003399;
}
.cid-uRyOQ4gFjB {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uRyOQ4gFjB .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uRyOQ4gFjB #e1_circle,
.cid-uRyOQ4gFjB #e3_circle,
.cid-uRyOQ4gFjB #e4_circle,
.cid-uRyOQ4gFjB #e5_circle {
  fill: #ff6600 !important;
}
.cid-uRyOQ4gFjB #e6_circle {
  fill: #ffffff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uRyOQ4gFjB .round {
  border-radius: 100%;
  position: absolute;
  background-color: #ff6600;
  animation: orbit 4s linear infinite;
}
.cid-uRyOQ4gFjB .rev {
  animation: rev 4s linear infinite;
}
.cid-uRyOQ4gFjB .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uRyOQ4gFjB .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uRyOQ4gFjB .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uRyOQ4gFjB .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uRyOQ4gFjB .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uRyOQ4gFjB .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uRyOQ4gFjB .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uRyOQ4gFjB .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uRyOQ4gFjB .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uRyOQ4gFjB .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uRyOQ4gFjB .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uRyOQ4gFjB H1 {
  color: #232323;
}
.cid-uRyOQ4gFjB .mbr-text,
.cid-uRyOQ4gFjB .mbr-section-btn {
  color: #716c80;
}
.cid-uRyOQ4gFjB H3 {
  color: #716c80;
}
.cid-uRyOQ4gFjB img {
  height: 100%;
  margin: 0 auto;
}
.cid-uRyOQ4gFjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyOQ4gFjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3Zm22tH8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQ3Zm22tH8 .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-uQ3Zm22tH8 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uQ3Zm22tH8 .btn:hover,
.cid-uQ3Zm22tH8 .btn:active {
  box-shadow: none!important;
}
.cid-uQ3Zm22tH8 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uQ3Zm22tH8 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uQ3Zm22tH8 .img-col {
  padding: 0;
}
.cid-uQ3Zm22tH8 img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uQ3Zm22tH8 .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uQ3Zm22tH8 .box {
    padding: 1rem;
  }
}
.cid-uQ3Zm22tH8 .mbr-section-title {
  color: #003399;
}
.cid-uQ3Zm22tH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3Zm22tH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3XRmbhf1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ3XRmbhf1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uQ3XRmbhf1 input,
.cid-uQ3XRmbhf1 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uQ3XRmbhf1 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uQ3XRmbhf1 .title {
  margin-bottom: 1rem;
}
.cid-uQ3XRmbhf1 p {
  line-height: 1.6;
}
.cid-uQ3XRmbhf1 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uQ3XRmbhf1 textarea {
  min-height: 160px;
}
.cid-uQ3XRmbhf1 .form-control,
.cid-uQ3XRmbhf1 .field-input {
  padding: 0.5rem;
  background-color: #e1e8ff;
  border-color: #ffffff;
  color: #003399;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uQ3XRmbhf1 .form-control:hover,
.cid-uQ3XRmbhf1 .field-input:hover,
.cid-uQ3XRmbhf1 .form-control:focus,
.cid-uQ3XRmbhf1 .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uQ3XRmbhf1 input::-webkit-input-placeholder,
.cid-uQ3XRmbhf1 textarea::-webkit-input-placeholder {
  color: #003399;
}
.cid-uQ3XRmbhf1 input:-moz-placeholder,
.cid-uQ3XRmbhf1 textarea:-moz-placeholder {
  color: #003399;
}
.cid-uQ3XRmbhf1 .jq-selectbox li,
.cid-uQ3XRmbhf1 .jq-selectbox li {
  background-color: #e1e8ff;
  color: #000000;
}
.cid-uQ3XRmbhf1 .jq-selectbox li:hover,
.cid-uQ3XRmbhf1 .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uQ3XRmbhf1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e1e8ff;
}
.cid-uQ3XRmbhf1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uQ3XRmbhf1 H5 {
  color: #003399;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uQ3XRmbhf1 img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uQ3XRmbhf1 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uQ3XRmbhf1 H2 {
  color: #003399;
}
.cid-uQ3XRmbhf1 H3 {
  color: #003399;
}
.cid-uQ3XRmbhf1 .mbr-text {
  color: #465052;
}
.cid-uQ3XRmbhf1 .mbr-section-subtitle {
  color: #465052;
}
.cid-uQ3XRni17A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003399;
}
.cid-uQ9CEhX1R4 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ9CEhX1R4 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQ9CEhX1R4 .nav-item:focus,
.cid-uQ9CEhX1R4 .nav-link:focus {
  outline: none;
}
.cid-uQ9CEhX1R4 .text-white:hover,
.cid-uQ9CEhX1R4 .text-white:active,
.cid-uQ9CEhX1R4 .text-white:focus {
  color: white!important;
}
.cid-uQ9CEhX1R4 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQ9CEhX1R4 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uQ9CEhX1R4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uQ9CEhX1R4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQ9CEhX1R4 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uQ9CEhX1R4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ9CEhX1R4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ9CEhX1R4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ9CEhX1R4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ9CEhX1R4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ9CEhX1R4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ9CEhX1R4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ9CEhX1R4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQ9CEhX1R4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQ9CEhX1R4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ9CEhX1R4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ9CEhX1R4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ9CEhX1R4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ9CEhX1R4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ9CEhX1R4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ9CEhX1R4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQ9CEhX1R4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ9CEhX1R4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ9CEhX1R4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ9CEhX1R4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ9CEhX1R4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQ9CEhX1R4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQ9CEhX1R4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQ9CEhX1R4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ9CEhX1R4 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQ9CEhX1R4 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQ9CEhX1R4 .dropdown-item:hover {
  color: black!important;
}
.cid-uQ9CEhX1R4 .dropdown-menu {
  background-color: white!important;
}
.cid-uQ9CEhX1R4 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQ9CEhX1R4 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ9CEhX1R4 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQ9CEhX1R4 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQ9CEhX1R4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ9CEhX1R4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ9CEhX1R4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQ9CEhX1R4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ9CEhX1R4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ9CEhX1R4 .collapsed {
  flex-direction: row!important;
}
.cid-uQ9CEhX1R4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ9CEhX1R4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ9CEhX1R4 .navbar-caption {
  font-weight: 600!important;
}
.cid-uQ9CEhX1R4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ9CEhX1R4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ9CEhX1R4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ9CEhX1R4 .dropdown-item.active,
.cid-uQ9CEhX1R4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ9CEhX1R4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ9CEhX1R4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ9CEhX1R4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ9CEhX1R4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ9CEhX1R4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ9CEhX1R4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ9CEhX1R4 .navbar-buttons {
  text-align: center;
}
.cid-uQ9CEhX1R4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ9CEhX1R4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-uQ9CEhX1R4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ9CEhX1R4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ9CEhX1R4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ9CEhX1R4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ9CEhX1R4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ9CEhX1R4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQ9CEhX1R4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQ9CEhX1R4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ9CEhX1R4 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQ9CEhX1R4 .nav-link {
  font-weight: 600!important;
}
.cid-uQ9CEhX1R4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ9CEhX1R4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQ9CEhX1R4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQ9CEhX1R4 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ9CEhX1R4 .navbar {
    height: 77px;
  }
  .cid-uQ9CEhX1R4 .navbar.opened {
    height: auto;
  }
  .cid-uQ9CEhX1R4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ9CEiOXSn {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/comprehensive-guide-to-dental-crowns-scaled-1.jpg-2000x1334.jpg");
}
.cid-uQ9CEiOXSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ9CEiOXSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ9CEiOXSn H1 {
  text-align: center;
}
.cid-uQ9CEiOXSn .mbr-text,
.cid-uQ9CEiOXSn .mbr-section-btn {
  text-align: center;
}
.cid-uQ9CEjeW4w {
  background-image: url("../../../assets/images/d3dmx-2025-web-back-01.jpg-1920x1080.jpg");
}
.cid-uQ9CEjeW4w H1 {
  color: #ff6600;
}
.cid-uQ9CEjeW4w .mbr-text,
.cid-uQ9CEjeW4w .mbr-section-btn {
  color: #465052;
}
.cid-uQ9CEjeW4w img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ9CEjeW4w img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ9CEkD6B8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e1e8ff;
}
.cid-uQ9CEkD6B8 .mbr-text {
  color: #716c80;
}
.cid-uQ9CEkD6B8 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uQ9CEkD6B8 .card-img .img1 {
  background-color: #ff6600;
}
.cid-uQ9CEkD6B8 .card-img .img2 {
  background-color: #5580ff;
}
.cid-uQ9CEkD6B8 .card-img .img3 {
  background-color: #c1c1c1;
}
.cid-uQ9CEkD6B8 .card-img .img4 {
  background-color: #ff8a73;
}
.cid-uQ9CEkD6B8 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-uQ9CEkD6B8 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-uQ9CEkD6B8 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uQ9CEkD6B8 .card-title,
.cid-uQ9CEkD6B8 .card-img {
  color: #57468b;
}
@media (max-width: 576px) {
  .cid-uQ9CEkD6B8 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uQ9CEkD6B8 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-uQ9CEkD6B8 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uQ9CEkD6B8 .card-img span {
    margin-right: 0rem;
  }
}
.cid-uQ9CEkD6B8 .card-title {
  color: #003399;
}
.cid-uQ9CEl93H7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ9CEl93H7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uQ9CEl93H7 input,
.cid-uQ9CEl93H7 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uQ9CEl93H7 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uQ9CEl93H7 .title {
  margin-bottom: 1rem;
}
.cid-uQ9CEl93H7 p {
  line-height: 1.6;
}
.cid-uQ9CEl93H7 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uQ9CEl93H7 textarea {
  min-height: 160px;
}
.cid-uQ9CEl93H7 .form-control,
.cid-uQ9CEl93H7 .field-input {
  padding: 0.5rem;
  background-color: #e1e8ff;
  border-color: #ffffff;
  color: #003399;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uQ9CEl93H7 .form-control:hover,
.cid-uQ9CEl93H7 .field-input:hover,
.cid-uQ9CEl93H7 .form-control:focus,
.cid-uQ9CEl93H7 .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uQ9CEl93H7 input::-webkit-input-placeholder,
.cid-uQ9CEl93H7 textarea::-webkit-input-placeholder {
  color: #003399;
}
.cid-uQ9CEl93H7 input:-moz-placeholder,
.cid-uQ9CEl93H7 textarea:-moz-placeholder {
  color: #003399;
}
.cid-uQ9CEl93H7 .jq-selectbox li,
.cid-uQ9CEl93H7 .jq-selectbox li {
  background-color: #e1e8ff;
  color: #000000;
}
.cid-uQ9CEl93H7 .jq-selectbox li:hover,
.cid-uQ9CEl93H7 .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uQ9CEl93H7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e1e8ff;
}
.cid-uQ9CEl93H7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uQ9CEl93H7 H5 {
  color: #003399;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uQ9CEl93H7 img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uQ9CEl93H7 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uQ9CEl93H7 H2 {
  color: #003399;
}
.cid-uQ9CEl93H7 H3 {
  color: #003399;
}
.cid-uQ9CEl93H7 .mbr-text {
  color: #465052;
}
.cid-uQ9CEl93H7 .mbr-section-subtitle {
  color: #465052;
}
.cid-uQ9CEmatyV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003399;
}
.cid-uQ9FZ9CPYY .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ9FZ9CPYY .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQ9FZ9CPYY .nav-item:focus,
.cid-uQ9FZ9CPYY .nav-link:focus {
  outline: none;
}
.cid-uQ9FZ9CPYY .text-white:hover,
.cid-uQ9FZ9CPYY .text-white:active,
.cid-uQ9FZ9CPYY .text-white:focus {
  color: white!important;
}
.cid-uQ9FZ9CPYY .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQ9FZ9CPYY .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uQ9FZ9CPYY .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uQ9FZ9CPYY .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQ9FZ9CPYY .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uQ9FZ9CPYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ9FZ9CPYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ9FZ9CPYY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ9FZ9CPYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ9FZ9CPYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ9FZ9CPYY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ9FZ9CPYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ9FZ9CPYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQ9FZ9CPYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQ9FZ9CPYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ9FZ9CPYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ9FZ9CPYY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ9FZ9CPYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ9FZ9CPYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ9FZ9CPYY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ9FZ9CPYY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQ9FZ9CPYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ9FZ9CPYY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ9FZ9CPYY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ9FZ9CPYY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ9FZ9CPYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQ9FZ9CPYY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQ9FZ9CPYY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQ9FZ9CPYY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ9FZ9CPYY .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQ9FZ9CPYY .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQ9FZ9CPYY .dropdown-item:hover {
  color: black!important;
}
.cid-uQ9FZ9CPYY .dropdown-menu {
  background-color: white!important;
}
.cid-uQ9FZ9CPYY .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQ9FZ9CPYY .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ9FZ9CPYY .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQ9FZ9CPYY .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQ9FZ9CPYY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ9FZ9CPYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ9FZ9CPYY .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQ9FZ9CPYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ9FZ9CPYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ9FZ9CPYY .collapsed {
  flex-direction: row!important;
}
.cid-uQ9FZ9CPYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ9FZ9CPYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ9FZ9CPYY .navbar-caption {
  font-weight: 600!important;
}
.cid-uQ9FZ9CPYY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ9FZ9CPYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ9FZ9CPYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ9FZ9CPYY .dropdown-item.active,
.cid-uQ9FZ9CPYY .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ9FZ9CPYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ9FZ9CPYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ9FZ9CPYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ9FZ9CPYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ9FZ9CPYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ9FZ9CPYY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ9FZ9CPYY .navbar-buttons {
  text-align: center;
}
.cid-uQ9FZ9CPYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ9FZ9CPYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-uQ9FZ9CPYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ9FZ9CPYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ9FZ9CPYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ9FZ9CPYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ9FZ9CPYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ9FZ9CPYY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQ9FZ9CPYY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQ9FZ9CPYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ9FZ9CPYY .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQ9FZ9CPYY .nav-link {
  font-weight: 600!important;
}
.cid-uQ9FZ9CPYY a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ9FZ9CPYY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQ9FZ9CPYY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQ9FZ9CPYY .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ9FZ9CPYY .navbar {
    height: 77px;
  }
  .cid-uQ9FZ9CPYY .navbar.opened {
    height: auto;
  }
  .cid-uQ9FZ9CPYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ9FZarddX {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/d3dmx-2025-web-back-04.jpg-1920x1080.jpg");
}
.cid-uQ9FZarddX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ9FZarddX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ9FZarddX H1 {
  text-align: center;
}
.cid-uQ9FZarddX .mbr-text,
.cid-uQ9FZarddX .mbr-section-btn {
  text-align: center;
}
.cid-uQ9FZaXjth {
  background-image: url("../../../assets/images/d3dmx-2025-web-back-01.jpg-1920x1080.jpg");
}
.cid-uQ9FZaXjth H1 {
  color: #465052;
}
.cid-uQ9FZaXjth .mbr-text,
.cid-uQ9FZaXjth .mbr-section-btn {
  color: #465052;
}
.cid-uQ9FZaXjth img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ9FZaXjth img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQp5QkWIVb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uQp5QkWIVb H1 {
  color: #ffffff;
}
.cid-uQp5QkWIVb .mbr-text,
.cid-uQp5QkWIVb .mbr-section-btn {
  color: #ffffff;
}
.cid-uQp5QkWIVb img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQp5QkWIVb img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ9FZccZa9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQ9FZccZa9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-uQ9FZccZa9 input,
.cid-uQ9FZccZa9 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-uQ9FZccZa9 img {
  width: 90%;
  border-radius: 8px;
}
.cid-uQ9FZccZa9 .title {
  margin-bottom: 1rem;
}
.cid-uQ9FZccZa9 p {
  line-height: 1.6;
}
.cid-uQ9FZccZa9 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-uQ9FZccZa9 textarea {
  min-height: 160px;
}
.cid-uQ9FZccZa9 .form-control,
.cid-uQ9FZccZa9 .field-input {
  padding: 0.5rem;
  background-color: #e1e8ff;
  border-color: #ffffff;
  color: #003399;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uQ9FZccZa9 .form-control:hover,
.cid-uQ9FZccZa9 .field-input:hover,
.cid-uQ9FZccZa9 .form-control:focus,
.cid-uQ9FZccZa9 .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uQ9FZccZa9 input::-webkit-input-placeholder,
.cid-uQ9FZccZa9 textarea::-webkit-input-placeholder {
  color: #003399;
}
.cid-uQ9FZccZa9 input:-moz-placeholder,
.cid-uQ9FZccZa9 textarea:-moz-placeholder {
  color: #003399;
}
.cid-uQ9FZccZa9 .jq-selectbox li,
.cid-uQ9FZccZa9 .jq-selectbox li {
  background-color: #e1e8ff;
  color: #000000;
}
.cid-uQ9FZccZa9 .jq-selectbox li:hover,
.cid-uQ9FZccZa9 .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-uQ9FZccZa9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e1e8ff;
}
.cid-uQ9FZccZa9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-uQ9FZccZa9 H5 {
  color: #003399;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uQ9FZccZa9 img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uQ9FZccZa9 .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-uQ9FZccZa9 H2 {
  color: #003399;
}
.cid-uQ9FZccZa9 H3 {
  color: #003399;
}
.cid-uQ9FZccZa9 .mbr-text {
  color: #465052;
}
.cid-uQ9FZccZa9 .mbr-section-subtitle {
  color: #465052;
}
.cid-uQ9FZdywri {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003399;
}
.cid-uQ9KmvltUT .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ9KmvltUT .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uQ9KmvltUT .nav-item:focus,
.cid-uQ9KmvltUT .nav-link:focus {
  outline: none;
}
.cid-uQ9KmvltUT .text-white:hover,
.cid-uQ9KmvltUT .text-white:active,
.cid-uQ9KmvltUT .text-white:focus {
  color: white!important;
}
.cid-uQ9KmvltUT .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uQ9KmvltUT .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uQ9KmvltUT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uQ9KmvltUT .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uQ9KmvltUT .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uQ9KmvltUT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ9KmvltUT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uQ9KmvltUT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQ9KmvltUT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ9KmvltUT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ9KmvltUT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQ9KmvltUT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ9KmvltUT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uQ9KmvltUT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQ9KmvltUT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ9KmvltUT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ9KmvltUT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQ9KmvltUT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ9KmvltUT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ9KmvltUT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQ9KmvltUT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQ9KmvltUT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ9KmvltUT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ9KmvltUT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQ9KmvltUT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQ9KmvltUT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQ9KmvltUT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uQ9KmvltUT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQ9KmvltUT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQ9KmvltUT .section {
  position: relative;
  overflow: visible!important;
}
.cid-uQ9KmvltUT .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uQ9KmvltUT .dropdown-item:hover {
  color: black!important;
}
.cid-uQ9KmvltUT .dropdown-menu {
  background-color: white!important;
}
.cid-uQ9KmvltUT .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uQ9KmvltUT .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uQ9KmvltUT .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uQ9KmvltUT .nav-item .nav-link {
    position: relative;
  }
}
.cid-uQ9KmvltUT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ9KmvltUT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ9KmvltUT .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uQ9KmvltUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQ9KmvltUT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQ9KmvltUT .collapsed {
  flex-direction: row!important;
}
.cid-uQ9KmvltUT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ9KmvltUT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ9KmvltUT .navbar-caption {
  font-weight: 600!important;
}
.cid-uQ9KmvltUT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQ9KmvltUT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ9KmvltUT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ9KmvltUT .dropdown-item.active,
.cid-uQ9KmvltUT .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ9KmvltUT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ9KmvltUT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ9KmvltUT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ9KmvltUT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ9KmvltUT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ9KmvltUT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQ9KmvltUT .navbar-buttons {
  text-align: center;
}
.cid-uQ9KmvltUT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQ9KmvltUT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-uQ9KmvltUT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQ9KmvltUT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ9KmvltUT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQ9KmvltUT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQ9KmvltUT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ9KmvltUT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQ9KmvltUT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQ9KmvltUT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQ9KmvltUT .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQ9KmvltUT .nav-link {
  font-weight: 600!important;
}
.cid-uQ9KmvltUT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQ9KmvltUT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uQ9KmvltUT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uQ9KmvltUT .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQ9KmvltUT .navbar {
    height: 77px;
  }
  .cid-uQ9KmvltUT .navbar.opened {
    height: auto;
  }
  .cid-uQ9KmvltUT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ9Kmw6vo7 {
  background-image: url("../../../assets/images/d3dmx-2025-web-back-06.jpg-1920x1080.jpg");
}
.cid-uQ9Kmw6vo7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ9Kmw6vo7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ9Kmw6vo7 H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uQ9Kmw6vo7 .mbr-text,
.cid-uQ9Kmw6vo7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uQ9KmwNx6C {
  background-image: url("../../../assets/images/designing-surgery-header-1.jpg-2000x1042.jpg");
}
.cid-uQ9KmwNx6C H1 {
  color: #003399;
}
.cid-uQ9KmwNx6C .mbr-text,
.cid-uQ9KmwNx6C .mbr-section-btn {
  color: #465052;
}
.cid-uQ9KmwNx6C img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uQ9KmwNx6C img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-uQ9KmyqU8N {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003399;
}
.cid-uRyQw8ug99 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uRyQw8ug99 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uRyQw8ug99 .nav-item:focus,
.cid-uRyQw8ug99 .nav-link:focus {
  outline: none;
}
.cid-uRyQw8ug99 .text-white:hover,
.cid-uRyQw8ug99 .text-white:active,
.cid-uRyQw8ug99 .text-white:focus {
  color: white!important;
}
.cid-uRyQw8ug99 .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uRyQw8ug99 .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uRyQw8ug99 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uRyQw8ug99 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uRyQw8ug99 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uRyQw8ug99 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRyQw8ug99 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRyQw8ug99 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRyQw8ug99 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRyQw8ug99 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRyQw8ug99 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRyQw8ug99 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRyQw8ug99 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uRyQw8ug99 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRyQw8ug99 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRyQw8ug99 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRyQw8ug99 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRyQw8ug99 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRyQw8ug99 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRyQw8ug99 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRyQw8ug99 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRyQw8ug99 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRyQw8ug99 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRyQw8ug99 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRyQw8ug99 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uRyQw8ug99 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRyQw8ug99 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uRyQw8ug99 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRyQw8ug99 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRyQw8ug99 .section {
  position: relative;
  overflow: visible!important;
}
.cid-uRyQw8ug99 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uRyQw8ug99 .dropdown-item:hover {
  color: black!important;
}
.cid-uRyQw8ug99 .dropdown-menu {
  background-color: white!important;
}
.cid-uRyQw8ug99 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uRyQw8ug99 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uRyQw8ug99 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uRyQw8ug99 .nav-item .nav-link {
    position: relative;
  }
}
.cid-uRyQw8ug99 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRyQw8ug99 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRyQw8ug99 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uRyQw8ug99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRyQw8ug99 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRyQw8ug99 .collapsed {
  flex-direction: row!important;
}
.cid-uRyQw8ug99 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRyQw8ug99 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRyQw8ug99 .navbar-caption {
  font-weight: 600!important;
}
.cid-uRyQw8ug99 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRyQw8ug99 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRyQw8ug99 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRyQw8ug99 .dropdown-item.active,
.cid-uRyQw8ug99 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRyQw8ug99 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRyQw8ug99 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRyQw8ug99 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRyQw8ug99 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRyQw8ug99 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRyQw8ug99 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRyQw8ug99 .navbar-buttons {
  text-align: center;
}
.cid-uRyQw8ug99 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRyQw8ug99 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff6600;
}
.cid-uRyQw8ug99 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRyQw8ug99 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRyQw8ug99 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRyQw8ug99 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRyQw8ug99 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRyQw8ug99 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRyQw8ug99 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRyQw8ug99 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRyQw8ug99 .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRyQw8ug99 .nav-link {
  font-weight: 600!important;
}
.cid-uRyQw8ug99 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRyQw8ug99 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uRyQw8ug99 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uRyQw8ug99 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRyQw8ug99 .navbar {
    height: 77px;
  }
  .cid-uRyQw8ug99 .navbar.opened {
    height: auto;
  }
  .cid-uRyQw8ug99 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRyQw98zJZ {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/d3dmx-2025-web-back-04.jpg-1920x1080.jpg");
}
.cid-uRyQw98zJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyQw98zJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyQw98zJZ H1 {
  text-align: center;
  color: #ffffff;
}
.cid-uRyQw98zJZ .mbr-text,
.cid-uRyQw98zJZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRyRsbDJW5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRyRsbDJW5 .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-uRyRsbDJW5 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uRyRsbDJW5 .btn:hover,
.cid-uRyRsbDJW5 .btn:active {
  box-shadow: none!important;
}
.cid-uRyRsbDJW5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uRyRsbDJW5 .mbr-section-subtitle {
  color: #716c80;
}
.cid-uRyRsbDJW5 .img-col {
  padding: 0;
}
.cid-uRyRsbDJW5 img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRyRsbDJW5 .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uRyRsbDJW5 .box {
    padding: 1rem;
  }
}
.cid-uRyRsbDJW5 .mbr-section-title {
  color: #003399;
}
.cid-uRyRsbDJW5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyRsbDJW5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRySsb4flP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRySsb4flP .box {
  max-width: 700px;
  margin: auto;
  padding: 0 3rem;
}
.cid-uRySsb4flP .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uRySsb4flP .btn:hover,
.cid-uRySsb4flP .btn:active {
  box-shadow: none!important;
}
.cid-uRySsb4flP .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-uRySsb4flP .mbr-section-subtitle {
  color: #716c80;
}
.cid-uRySsb4flP .img-col {
  padding: 0;
}
.cid-uRySsb4flP img {
  max-height: 100vh;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRySsb4flP .box {
    padding: 2rem;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uRySsb4flP .box {
    padding: 1rem;
  }
}
.cid-uRySsb4flP .mbr-section-title {
  color: #003399;
}
.cid-uRySsb4flP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRySsb4flP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyQwacvaA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003399;
}
