body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #c1b5b5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c1b5b5 !important;
  border-color: #c1b5b5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #998686 !important;
  border-color: #998686 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #998686 !important;
  border-color: #998686 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c1b5b5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #998686 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c1b5b5 !important;
  border-color: #c1b5b5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #c1b5b5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #937e7e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #c1b5b5;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbfafa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-ttGNgVEVzk .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-ttGNgVEVzk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-ttGNgVEVzk .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-ttGNgVEVzk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ttGNgVEVzk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttGNgVEVzk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse.show,
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ttGNgVEVzk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttGNgVEVzk .navbar {
    flex-wrap: nowrap;
  }
  .cid-ttGNgVEVzk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ttGNgVEVzk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse.show,
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ttGNgVEVzk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttGNgVEVzk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ttGNgVEVzk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ttGNgVEVzk .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-ttGNgVEVzk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttGNgVEVzk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttGNgVEVzk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttGNgVEVzk .dropdown-item.active,
.cid-ttGNgVEVzk .dropdown-item:active {
  background-color: transparent;
}
.cid-ttGNgVEVzk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttGNgVEVzk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttGNgVEVzk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttGNgVEVzk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttGNgVEVzk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttGNgVEVzk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttGNgVEVzk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttGNgVEVzk .navbar-buttons {
  text-align: center;
}
.cid-ttGNgVEVzk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttGNgVEVzk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttGNgVEVzk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ttGNgVEVzk a.nav-link:focus {
  outline: none;
}
.cid-ttGNgVEVzk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttGNgVEVzk .nav-link:hover,
.cid-ttGNgVEVzk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttGNgVEVzk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ttGNgVEVzk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uNwoRG4HjB {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNwoRG4HjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNwoRG4HjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNwoRG4HjB .mbr-section-title {
  color: #bbbbbb;
}
.cid-uNwoRG4HjB .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uNwoRG4HjB .mbr-text,
.cid-uNwoRG4HjB .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uNDpiqAGuQ {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNDpiqAGuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNDpiqAGuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNDpiqAGuQ .mbr-section-title {
  color: #bbbbbb;
}
.cid-uNDpiqAGuQ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-uNDpiqAGuQ .mbr-text,
.cid-uNDpiqAGuQ .mbr-section-btn {
  color: #bbbbbb;
}
.cid-tt51nhiSZS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tt51nhiSZS .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tt51nhiSZS form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tt51nhiSZS form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tt51nhiSZS form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tt51nhiSZS .mbr-section-title {
  color: #bbbbbb;
}
.cid-ttHcLV0TN5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ttHcLV0TN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttHcLV0TN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttHcLV0TN5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ttHcLV0TN5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-ttHcLV0TN5 .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ttHcLV0TN5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ttHcLV0TN5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ttHcLV0TN5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttHcLV0TN5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ttHcLV0TN5 .social-row {
  text-align: center;
}
.cid-ttHcLV0TN5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ttHcLV0TN5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ttHcLV0TN5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ttHcLV0TN5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ttHcLV0TN5 .card-title,
.cid-ttHcLV0TN5 .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-tt52XDij5Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tt52XDij5Z .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ttGNgVEVzk .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-ttGNgVEVzk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-ttGNgVEVzk .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-ttGNgVEVzk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ttGNgVEVzk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttGNgVEVzk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse.show,
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ttGNgVEVzk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttGNgVEVzk .navbar {
    flex-wrap: nowrap;
  }
  .cid-ttGNgVEVzk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ttGNgVEVzk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse.show,
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ttGNgVEVzk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttGNgVEVzk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ttGNgVEVzk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ttGNgVEVzk .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-ttGNgVEVzk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttGNgVEVzk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttGNgVEVzk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttGNgVEVzk .dropdown-item.active,
.cid-ttGNgVEVzk .dropdown-item:active {
  background-color: transparent;
}
.cid-ttGNgVEVzk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttGNgVEVzk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttGNgVEVzk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttGNgVEVzk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttGNgVEVzk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttGNgVEVzk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttGNgVEVzk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttGNgVEVzk .navbar-buttons {
  text-align: center;
}
.cid-ttGNgVEVzk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttGNgVEVzk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttGNgVEVzk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ttGNgVEVzk a.nav-link:focus {
  outline: none;
}
.cid-ttGNgVEVzk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttGNgVEVzk .nav-link:hover,
.cid-ttGNgVEVzk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttGNgVEVzk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ttGNgVEVzk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tt50nYDt6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tt50nYDt6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tt50nYDt6d .card-wrapper {
  background: #322b46;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-tt50nYDt6d .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tt50nYDt6d .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-tt50nYDt6d .title {
    margin-bottom: 10rem;
  }
}
.cid-tt50nYDt6d .row {
  justify-content: center;
}
.cid-tt50nYDt6d .card-box {
  display: flex;
  align-items: center;
}
.cid-tt50nYDt6d .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tt50nYDt6d .card-box {
    flex-direction: column;
  }
  .cid-tt50nYDt6d .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tt50nYDt6d .card-link {
  text-align: center;
}
.cid-tt50nYDt6d .card-link:hover a {
  background-image: none !important;
}
.cid-tt50nYDt6d .mbr-section-subtitle {
  color: #eff0ff;
}
.cid-tt50nYDt6d .card-text {
  color: #d1d1f7;
  text-align: center;
}
.cid-tt50nYDt6d .card-title,
.cid-tt50nYDt6d .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-tt50nYDt6d .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tt50nYDt6d .mbr-section-title DIV {
  text-align: center;
}
.cid-tt52XDij5Z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tt52XDij5Z .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ttbRQlfgwm {
  background-image: url("../../../assets/images/mbr-1920x1439.jpg");
}
.cid-ttbRQlfgwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttbRQlfgwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK5iWkTB03 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-tK5iWkTB03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK5iWkTB03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK5iWkTB03 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tK5iWkTB03 .team-card:hover {
  transform: translateY(-10px);
}
.cid-tK5iWkTB03 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tK5iWkTB03 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tK5iWkTB03 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tK5iWkTB03 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tK5iWkTB03 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tK5iWkTB03 .social-row {
  text-align: center;
}
.cid-tK5iWkTB03 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tK5iWkTB03 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tK5iWkTB03 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tK5iWkTB03 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tK5qmU6hJT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tK5qmU6hJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK5qmU6hJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK5qmU6hJT .google-map {
  height: 30rem;
  position: relative;
}
.cid-tK5qmU6hJT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tK5qmU6hJT .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tK5qmU6hJT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tK5qmU6hJT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ttGNgVEVzk .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-ttGNgVEVzk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-ttGNgVEVzk .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-ttGNgVEVzk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ttGNgVEVzk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttGNgVEVzk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse.show,
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ttGNgVEVzk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttGNgVEVzk .navbar {
    flex-wrap: nowrap;
  }
  .cid-ttGNgVEVzk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ttGNgVEVzk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse.show,
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ttGNgVEVzk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttGNgVEVzk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ttGNgVEVzk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ttGNgVEVzk .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-ttGNgVEVzk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttGNgVEVzk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttGNgVEVzk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttGNgVEVzk .dropdown-item.active,
.cid-ttGNgVEVzk .dropdown-item:active {
  background-color: transparent;
}
.cid-ttGNgVEVzk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttGNgVEVzk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttGNgVEVzk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttGNgVEVzk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttGNgVEVzk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttGNgVEVzk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttGNgVEVzk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttGNgVEVzk .navbar-buttons {
  text-align: center;
}
.cid-ttGNgVEVzk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttGNgVEVzk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttGNgVEVzk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ttGNgVEVzk a.nav-link:focus {
  outline: none;
}
.cid-ttGNgVEVzk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttGNgVEVzk .nav-link:hover,
.cid-ttGNgVEVzk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttGNgVEVzk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ttGNgVEVzk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ttGIg6hc1w {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-ttGIg6hc1w .mbr-overlay {
  background-color: #2b1c50;
  opacity: 0.8;
}
.cid-ttGIg6hc1w .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-ttGIg6hc1w {
    align-items: flex-end;
  }
  .cid-ttGIg6hc1w .row {
    justify-content: flex-start;
  }
  .cid-ttGIg6hc1w .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ttGIg6hc1w .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ttGIg6hc1w {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ttGIg6hc1w .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ttGIg6hc1w .content-wrap {
    width: 100%;
  }
}
.cid-ttGHpVIZ5M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-ttGHpVIZ5M .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-ttGHpVIZ5M form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ttGHpVIZ5M form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ttGHpVIZ5M form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttGHpVIZ5M .mbr-section-title {
  color: #bbbbbb;
}
.cid-ttH5aTjXW3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-ttH5aTjXW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttH5aTjXW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttH5aTjXW3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ttH5aTjXW3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-ttH5aTjXW3 .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ttH5aTjXW3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ttH5aTjXW3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ttH5aTjXW3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttH5aTjXW3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ttH5aTjXW3 .social-row {
  text-align: center;
}
.cid-ttH5aTjXW3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ttH5aTjXW3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ttH5aTjXW3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ttH5aTjXW3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ttH5aTjXW3 .card-title,
.cid-ttH5aTjXW3 .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-ttGHpW6MYX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ttGHpW6MYX .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ttM4Rz97Tv .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-ttM4Rz97Tv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-ttM4Rz97Tv .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-ttM4Rz97Tv .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ttM4Rz97Tv .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttM4Rz97Tv .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ttM4Rz97Tv .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ttM4Rz97Tv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttM4Rz97Tv .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ttM4Rz97Tv .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ttM4Rz97Tv .navbar.collapsed.opened .navbar-collapse.show,
.cid-ttM4Rz97Tv .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ttM4Rz97Tv .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ttM4Rz97Tv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttM4Rz97Tv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttM4Rz97Tv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttM4Rz97Tv .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-ttM4Rz97Tv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttM4Rz97Tv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttM4Rz97Tv .navbar {
    flex-wrap: nowrap;
  }
  .cid-ttM4Rz97Tv .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ttM4Rz97Tv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttM4Rz97Tv .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ttM4Rz97Tv .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ttM4Rz97Tv .navbar.opened .navbar-collapse.show,
  .cid-ttM4Rz97Tv .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ttM4Rz97Tv .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ttM4Rz97Tv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttM4Rz97Tv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttM4Rz97Tv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttM4Rz97Tv .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-ttM4Rz97Tv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttM4Rz97Tv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttM4Rz97Tv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ttM4Rz97Tv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ttM4Rz97Tv .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-ttM4Rz97Tv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttM4Rz97Tv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttM4Rz97Tv .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-ttM4Rz97Tv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttM4Rz97Tv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttM4Rz97Tv .dropdown-item.active,
.cid-ttM4Rz97Tv .dropdown-item:active {
  background-color: transparent;
}
.cid-ttM4Rz97Tv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttM4Rz97Tv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttM4Rz97Tv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttM4Rz97Tv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttM4Rz97Tv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttM4Rz97Tv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttM4Rz97Tv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttM4Rz97Tv .navbar-buttons {
  text-align: center;
}
.cid-ttM4Rz97Tv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttM4Rz97Tv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ttM4Rz97Tv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttM4Rz97Tv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttM4Rz97Tv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttM4Rz97Tv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttM4Rz97Tv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttM4Rz97Tv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttM4Rz97Tv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttM4Rz97Tv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttM4Rz97Tv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttM4Rz97Tv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ttM4Rz97Tv a.nav-link:focus {
  outline: none;
}
.cid-ttM4Rz97Tv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttM4Rz97Tv .nav-link:hover,
.cid-ttM4Rz97Tv .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttM4Rz97Tv .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ttM4Rz97Tv .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ttM4RxiaaT {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #2b1c50;
}
.cid-ttM4RxiaaT .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-ttM4RxiaaT {
    align-items: flex-end;
  }
  .cid-ttM4RxiaaT .row {
    justify-content: flex-start;
  }
  .cid-ttM4RxiaaT .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ttM4RxiaaT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ttM4RxiaaT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ttM4RxiaaT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ttM4RxiaaT .content-wrap {
    width: 100%;
  }
}
.cid-ttM4RxiaaT .mbr-text,
.cid-ttM4RxiaaT .mbr-section-btn {
  color: #fafafa;
}
.cid-ttM4RxiaaT .mbr-section-title {
  color: #ffffff;
}
.cid-ttM8dUXYyk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ttM8dUXYyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttM8dUXYyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttM8dUXYyk .content-wrapper {
  background: #2b1c50;
}
@media (max-width: 991px) {
  .cid-ttM8dUXYyk .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ttM8dUXYyk .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttM8dUXYyk .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ttM8dUXYyk .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttM8dUXYyk .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ttM8dUXYyk .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ttM8dUXYyk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttM8dUXYyk .card-title {
  text-align: left;
  color: #fafafa;
}
.cid-ttM8dUXYyk .mbr-text,
.cid-ttM8dUXYyk .mbr-section-btn {
  color: #ffffff;
}
.cid-ttM9HdPzUU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ttM9HdPzUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttM9HdPzUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttM9HdPzUU .content-wrapper {
  background: #2b1c50;
}
@media (max-width: 991px) {
  .cid-ttM9HdPzUU .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ttM9HdPzUU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttM9HdPzUU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ttM9HdPzUU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttM9HdPzUU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ttM9HdPzUU .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ttM9HdPzUU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttM9HdPzUU .card-title {
  color: #ffffff;
}
.cid-ttM9HdPzUU .mbr-text,
.cid-ttM9HdPzUU .mbr-section-btn {
  color: #ffffff;
}
.cid-ttMaE5qnfY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ttMaE5qnfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttMaE5qnfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttMaE5qnfY .content-wrapper {
  background: #2b1c50;
}
@media (max-width: 991px) {
  .cid-ttMaE5qnfY .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ttMaE5qnfY .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttMaE5qnfY .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ttMaE5qnfY .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttMaE5qnfY .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ttMaE5qnfY .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ttMaE5qnfY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttMaE5qnfY .card-title {
  color: #fafafa;
}
.cid-ttMaE5qnfY .mbr-text,
.cid-ttMaE5qnfY .mbr-section-btn {
  color: #ffffff;
}
.cid-udRfiveMKu {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2b1c50;
}
.cid-udRfiveMKu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-udRfiveMKu {
    align-items: flex-end;
  }
  .cid-udRfiveMKu .row {
    justify-content: flex-start;
  }
  .cid-udRfiveMKu .content-wrap {
    width: 76%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udRfiveMKu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udRfiveMKu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udRfiveMKu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udRfiveMKu .content-wrap {
    width: 100%;
  }
}
.cid-udRfiveMKu .mbr-text,
.cid-udRfiveMKu .mbr-section-btn {
  color: #fafafa;
}
.cid-udRfiveMKu .mbr-section-title {
  color: #ffffff;
}
.cid-ttM4RySiVu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ttM4RySiVu .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-tuOPxv4uip .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tuOPxv4uip .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tuOPxv4uip .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tuOPxv4uip .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tuOPxv4uip .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuOPxv4uip .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tuOPxv4uip .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tuOPxv4uip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tuOPxv4uip .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tuOPxv4uip .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tuOPxv4uip .navbar.collapsed.opened .navbar-collapse.show,
.cid-tuOPxv4uip .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tuOPxv4uip .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tuOPxv4uip .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuOPxv4uip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuOPxv4uip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuOPxv4uip .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-tuOPxv4uip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuOPxv4uip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tuOPxv4uip .navbar {
    flex-wrap: nowrap;
  }
  .cid-tuOPxv4uip .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tuOPxv4uip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuOPxv4uip .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tuOPxv4uip .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tuOPxv4uip .navbar.opened .navbar-collapse.show,
  .cid-tuOPxv4uip .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tuOPxv4uip .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tuOPxv4uip .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuOPxv4uip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuOPxv4uip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuOPxv4uip .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-tuOPxv4uip .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuOPxv4uip .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuOPxv4uip .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tuOPxv4uip .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tuOPxv4uip .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tuOPxv4uip .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuOPxv4uip .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tuOPxv4uip .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-tuOPxv4uip .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuOPxv4uip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuOPxv4uip .dropdown-item.active,
.cid-tuOPxv4uip .dropdown-item:active {
  background-color: transparent;
}
.cid-tuOPxv4uip .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuOPxv4uip .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuOPxv4uip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuOPxv4uip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tuOPxv4uip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuOPxv4uip .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuOPxv4uip ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tuOPxv4uip .navbar-buttons {
  text-align: center;
}
.cid-tuOPxv4uip button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tuOPxv4uip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tuOPxv4uip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuOPxv4uip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuOPxv4uip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuOPxv4uip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuOPxv4uip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuOPxv4uip nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tuOPxv4uip nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tuOPxv4uip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuOPxv4uip .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tuOPxv4uip a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tuOPxv4uip a.nav-link:focus {
  outline: none;
}
.cid-tuOPxv4uip .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tuOPxv4uip .nav-link:hover,
.cid-tuOPxv4uip .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuOPxv4uip .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tuOPxv4uip .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tuOPxtxDJw {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-tuOPxtxDJw .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-tuOPxtxDJw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tuOPxtxDJw {
    align-items: flex-end;
  }
  .cid-tuOPxtxDJw .row {
    justify-content: flex-start;
  }
  .cid-tuOPxtxDJw .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tuOPxtxDJw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tuOPxtxDJw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tuOPxtxDJw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tuOPxtxDJw .content-wrap {
    width: 100%;
  }
}
.cid-tuOPxtWf0q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tuOPxtWf0q .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tuOPxtWf0q form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tuOPxtWf0q form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tuOPxtWf0q form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tuOPxtWf0q .mbr-section-title {
  color: #bbbbbb;
}
.cid-tuOPxuazez {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tuOPxuazez .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuOPxuazez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuOPxuazez .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tuOPxuazez .team-card:hover {
  transform: translateY(-10px);
}
.cid-tuOPxuazez .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tuOPxuazez .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tuOPxuazez .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tuOPxuazez .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tuOPxuazez .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tuOPxuazez .social-row {
  text-align: center;
}
.cid-tuOPxuazez .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tuOPxuazez .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tuOPxuazez .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tuOPxuazez .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tuOPxuazez .card-title,
.cid-tuOPxuazez .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-tuOPxuSZhQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tuOPxuSZhQ .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-tFxrcAWeVo .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-tFxrcAWeVo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-tFxrcAWeVo .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-tFxrcAWeVo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tFxrcAWeVo .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFxrcAWeVo .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-tFxrcAWeVo .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tFxrcAWeVo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tFxrcAWeVo .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-tFxrcAWeVo .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-tFxrcAWeVo .navbar.collapsed.opened .navbar-collapse.show,
.cid-tFxrcAWeVo .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-tFxrcAWeVo .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-tFxrcAWeVo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tFxrcAWeVo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFxrcAWeVo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFxrcAWeVo .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-tFxrcAWeVo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFxrcAWeVo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tFxrcAWeVo .navbar {
    flex-wrap: nowrap;
  }
  .cid-tFxrcAWeVo .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-tFxrcAWeVo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFxrcAWeVo .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-tFxrcAWeVo .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-tFxrcAWeVo .navbar.opened .navbar-collapse.show,
  .cid-tFxrcAWeVo .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-tFxrcAWeVo .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-tFxrcAWeVo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFxrcAWeVo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFxrcAWeVo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFxrcAWeVo .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-tFxrcAWeVo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFxrcAWeVo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFxrcAWeVo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tFxrcAWeVo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-tFxrcAWeVo .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-tFxrcAWeVo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFxrcAWeVo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFxrcAWeVo .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-tFxrcAWeVo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFxrcAWeVo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFxrcAWeVo .dropdown-item.active,
.cid-tFxrcAWeVo .dropdown-item:active {
  background-color: transparent;
}
.cid-tFxrcAWeVo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFxrcAWeVo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFxrcAWeVo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFxrcAWeVo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tFxrcAWeVo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFxrcAWeVo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFxrcAWeVo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFxrcAWeVo .navbar-buttons {
  text-align: center;
}
.cid-tFxrcAWeVo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFxrcAWeVo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tFxrcAWeVo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFxrcAWeVo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFxrcAWeVo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFxrcAWeVo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFxrcAWeVo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFxrcAWeVo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFxrcAWeVo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFxrcAWeVo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFxrcAWeVo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFxrcAWeVo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-tFxrcAWeVo a.nav-link:focus {
  outline: none;
}
.cid-tFxrcAWeVo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tFxrcAWeVo .nav-link:hover,
.cid-tFxrcAWeVo .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFxrcAWeVo .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-tFxrcAWeVo .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tFxVjXPa7F {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tFxVjXPa7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFxVjXPa7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFxVjXPa7F .card-wrapper {
  background: #2b1c50;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tFxVjXPa7F .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tFxVjXPa7F .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFxVjXPa7F .card-wrapper {
    padding: 4rem;
  }
}
.cid-tFxVjXPa7F .mbr-text,
.cid-tFxVjXPa7F .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tFxVjXPa7F .card-title {
  color: #fafafa;
}
.cid-tFxVjXPa7F .card-title DIV {
  text-align: left;
}
.cid-tFxVlrq1KM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2b1c50;
}
.cid-tFxVlrq1KM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFxVlrq1KM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFxVlrq1KM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tFxVlrq1KM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tFxVlrq1KM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tFxVlrq1KM .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-tFxVlrq1KM .mbr-text,
.cid-tFxVlrq1KM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tFxrczd7a0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-tFxrczd7a0 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tFxrczd7a0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tFxrczd7a0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tFxrczd7a0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tFxrczd7a0 .mbr-section-title {
  color: #bbbbbb;
}
.cid-tFxrczNSeF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tFxrczNSeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFxrczNSeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFxrczNSeF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tFxrczNSeF .team-card:hover {
  transform: translateY(-10px);
}
.cid-tFxrczNSeF .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tFxrczNSeF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tFxrczNSeF .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tFxrczNSeF .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tFxrczNSeF .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tFxrczNSeF .social-row {
  text-align: center;
}
.cid-tFxrczNSeF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tFxrczNSeF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tFxrczNSeF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tFxrczNSeF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tFxrczNSeF .card-title,
.cid-tFxrczNSeF .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-tFxrcAE0tO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tFxrcAE0tO .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ttGNgVEVzk .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-ttGNgVEVzk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-ttGNgVEVzk .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-ttGNgVEVzk .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-ttGNgVEVzk .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttGNgVEVzk .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse.show,
.cid-ttGNgVEVzk .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ttGNgVEVzk .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttGNgVEVzk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ttGNgVEVzk .navbar {
    flex-wrap: nowrap;
  }
  .cid-ttGNgVEVzk .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ttGNgVEVzk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse.show,
  .cid-ttGNgVEVzk .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ttGNgVEVzk .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ttGNgVEVzk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttGNgVEVzk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-ttGNgVEVzk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ttGNgVEVzk .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-ttGNgVEVzk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ttGNgVEVzk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ttGNgVEVzk .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-ttGNgVEVzk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttGNgVEVzk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttGNgVEVzk .dropdown-item.active,
.cid-ttGNgVEVzk .dropdown-item:active {
  background-color: transparent;
}
.cid-ttGNgVEVzk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttGNgVEVzk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttGNgVEVzk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttGNgVEVzk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ttGNgVEVzk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttGNgVEVzk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttGNgVEVzk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ttGNgVEVzk .navbar-buttons {
  text-align: center;
}
.cid-ttGNgVEVzk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ttGNgVEVzk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ttGNgVEVzk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ttGNgVEVzk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ttGNgVEVzk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ttGNgVEVzk a.nav-link:focus {
  outline: none;
}
.cid-ttGNgVEVzk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ttGNgVEVzk .nav-link:hover,
.cid-ttGNgVEVzk .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ttGNgVEVzk .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ttGNgVEVzk .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tGFo9NFBIB {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1283.jpg");
}
.cid-tGFo9NFBIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFo9NFBIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGFo9NFBIB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGFo9NFBIB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGFo9NFBIB .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGFo9NFBIB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGFo9NFBIB .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tGFo9NFBIB .mbr-text,
.cid-tGFo9NFBIB .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-tGFqH8aAq5 {
  background-color: #bed3f9;
}
.cid-tGFqH8aAq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGFqH8aAq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGFqH8aAq5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGFqH8aAq5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGFqH8aAq5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGFqH8aAq5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGFqH8aAq5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGG03hMHKy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c1b5b5;
}
.cid-tGG03hMHKy .mbr-overlay {
  background-color: #2b1c50;
  opacity: 0.6;
}
.cid-tGG03hMHKy H4 {
  color: #fafafa;
}
.cid-tt52XDij5Z {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tt52XDij5Z .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-tKVxyTki5T {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #c1b5b5;
}
.cid-tKVxyTki5T .mbr-overlay {
  background-color: #2b1c50;
  opacity: 0.6;
}
.cid-tKVxyTki5T H4 {
  color: #fafafa;
}
.cid-tL1CZoQ0Gx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tL1CZoQ0Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL1CZoQ0Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL1CZoQ0Gx .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-tL1CZoQ0Gx .item {
    margin-bottom: 4rem;
  }
}
.cid-tL1CZoQ0Gx .item:last-child .icon-box:before {
  display: none;
}
.cid-tL1CZoQ0Gx .item.last .icon-box:before {
  display: none;
}
.cid-tL1CZoQ0Gx .icon-box {
  background: #22a5e5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tL1CZoQ0Gx .icon-box {
    margin-right: 1rem;
  }
}
.cid-tL1CZoQ0Gx .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #22a5e5;
  transform: translate(-50%, 0);
}
.cid-tL1CZoQ0Gx span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tL1CZoQ0Gx .card {
    margin-bottom: 2rem;
  }
  .cid-tL1CZoQ0Gx .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tL1CZoQ0Gx .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-tL1CZoQ0Gx .icon-box::before {
    top: 114%;
  }
}
.cid-tL1CZoQ0Gx .card-title,
.cid-tL1CZoQ0Gx .card-box {
  text-align: left;
}
.cid-u7UF698MDC .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-u7UF698MDC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-u7UF698MDC .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-u7UF698MDC .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u7UF698MDC .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7UF698MDC .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-u7UF698MDC .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u7UF698MDC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u7UF698MDC .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-u7UF698MDC .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-u7UF698MDC .navbar.collapsed.opened .navbar-collapse.show,
.cid-u7UF698MDC .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-u7UF698MDC .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-u7UF698MDC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u7UF698MDC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7UF698MDC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7UF698MDC .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-u7UF698MDC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7UF698MDC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u7UF698MDC .navbar {
    flex-wrap: nowrap;
  }
  .cid-u7UF698MDC .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-u7UF698MDC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7UF698MDC .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-u7UF698MDC .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-u7UF698MDC .navbar.opened .navbar-collapse.show,
  .cid-u7UF698MDC .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-u7UF698MDC .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-u7UF698MDC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u7UF698MDC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7UF698MDC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7UF698MDC .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-u7UF698MDC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u7UF698MDC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7UF698MDC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u7UF698MDC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-u7UF698MDC .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-u7UF698MDC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u7UF698MDC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u7UF698MDC .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-u7UF698MDC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u7UF698MDC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7UF698MDC .dropdown-item.active,
.cid-u7UF698MDC .dropdown-item:active {
  background-color: transparent;
}
.cid-u7UF698MDC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7UF698MDC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7UF698MDC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7UF698MDC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u7UF698MDC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7UF698MDC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7UF698MDC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u7UF698MDC .navbar-buttons {
  text-align: center;
}
.cid-u7UF698MDC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7UF698MDC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-u7UF698MDC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7UF698MDC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7UF698MDC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7UF698MDC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7UF698MDC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7UF698MDC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7UF698MDC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7UF698MDC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7UF698MDC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u7UF698MDC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-u7UF698MDC a.nav-link:focus {
  outline: none;
}
.cid-u7UF698MDC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u7UF698MDC .nav-link:hover,
.cid-u7UF698MDC .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7UF698MDC .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-u7UF698MDC .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u7VIpUHwbm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/screenshot-2024-03-24-at-4.59.22-pm-1134x182.png");
}
.cid-u7VIpUHwbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7VIpUHwbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u83lgZR7qo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-u83lgZR7qo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u83lgZR7qo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u83lgZR7qo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u83lgZR7qo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u83lgZR7qo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u83lgZR7qo .mbr-section-title {
  color: #fafafa;
}
.cid-u83ml0MqB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-u83ml0MqB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u83ml0MqB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u83ml0MqB2 .row {
  flex-direction: row-reverse;
}
.cid-u83ml0MqB2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u83ml0MqB2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u83ml0MqB2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u83ml0MqB2 .mbr-section-title {
  color: #fafafa;
}
.cid-u7UF67K6Sa {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-u7UF67K6Sa .mbr-overlay {
  background-color: #353535;
  opacity: 0.8;
}
.cid-u7UF67K6Sa .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-u7UF67K6Sa {
    align-items: flex-end;
  }
  .cid-u7UF67K6Sa .row {
    justify-content: flex-start;
  }
  .cid-u7UF67K6Sa .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u7UF67K6Sa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u7UF67K6Sa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u7UF67K6Sa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u7UF67K6Sa .content-wrap {
    width: 100%;
  }
}
.cid-u7UF6833mc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-u7UF6833mc .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u7UF6833mc form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u7UF6833mc form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u7UF6833mc form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u7UF6833mc .mbr-section-title {
  color: #bbbbbb;
}
.cid-u7UF68ivPM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u7UF68ivPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7UF68ivPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7UF68ivPM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u7UF68ivPM .team-card:hover {
  transform: translateY(-10px);
}
.cid-u7UF68ivPM .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u7UF68ivPM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u7UF68ivPM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u7UF68ivPM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u7UF68ivPM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u7UF68ivPM .social-row {
  text-align: center;
}
.cid-u7UF68ivPM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u7UF68ivPM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u7UF68ivPM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u7UF68ivPM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u7UF68ivPM .card-title,
.cid-u7UF68ivPM .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-u7UF68VOOA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u7UF68VOOA .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-u8M3Jegkko .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-u8M3Jegkko .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-u8M3Jegkko .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-u8M3Jegkko .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u8M3Jegkko .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8M3Jegkko .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-u8M3Jegkko .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u8M3Jegkko .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8M3Jegkko .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-u8M3Jegkko .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-u8M3Jegkko .navbar.collapsed.opened .navbar-collapse.show,
.cid-u8M3Jegkko .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-u8M3Jegkko .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-u8M3Jegkko .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8M3Jegkko .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8M3Jegkko .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8M3Jegkko .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-u8M3Jegkko .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8M3Jegkko .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8M3Jegkko .navbar {
    flex-wrap: nowrap;
  }
  .cid-u8M3Jegkko .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-u8M3Jegkko .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8M3Jegkko .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-u8M3Jegkko .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-u8M3Jegkko .navbar.opened .navbar-collapse.show,
  .cid-u8M3Jegkko .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-u8M3Jegkko .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-u8M3Jegkko .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8M3Jegkko .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8M3Jegkko .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8M3Jegkko .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-u8M3Jegkko .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8M3Jegkko .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8M3Jegkko .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u8M3Jegkko .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-u8M3Jegkko .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-u8M3Jegkko .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8M3Jegkko .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8M3Jegkko .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-u8M3Jegkko .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8M3Jegkko .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8M3Jegkko .dropdown-item.active,
.cid-u8M3Jegkko .dropdown-item:active {
  background-color: transparent;
}
.cid-u8M3Jegkko .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8M3Jegkko .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8M3Jegkko .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8M3Jegkko .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u8M3Jegkko .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8M3Jegkko .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8M3Jegkko ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8M3Jegkko .navbar-buttons {
  text-align: center;
}
.cid-u8M3Jegkko button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8M3Jegkko button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-u8M3Jegkko button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8M3Jegkko button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8M3Jegkko button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8M3Jegkko button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8M3Jegkko nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8M3Jegkko nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8M3Jegkko nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8M3Jegkko nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8M3Jegkko .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8M3Jegkko a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-u8M3Jegkko a.nav-link:focus {
  outline: none;
}
.cid-u8M3Jegkko .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8M3Jegkko .nav-link:hover,
.cid-u8M3Jegkko .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8M3Jegkko .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-u8M3Jegkko .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-u8M3JcHnlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-u8M3JcHnlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8M3JcHnlo .card-wrapper {
  background: #322b46;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-u8M3JcHnlo .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u8M3JcHnlo .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-u8M3JcHnlo .title {
    margin-bottom: 10rem;
  }
}
.cid-u8M3JcHnlo .row {
  justify-content: center;
}
.cid-u8M3JcHnlo .card-box {
  display: flex;
  align-items: center;
}
.cid-u8M3JcHnlo .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u8M3JcHnlo .card-box {
    flex-direction: column;
  }
  .cid-u8M3JcHnlo .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-u8M3JcHnlo .card-link {
  text-align: center;
}
.cid-u8M3JcHnlo .card-link:hover a {
  background-image: none !important;
}
.cid-u8M3JcHnlo .mbr-section-subtitle {
  color: #eff0ff;
}
.cid-u8M3JcHnlo .card-text {
  color: #d1d1f7;
  text-align: center;
}
.cid-u8M3JcHnlo .card-title,
.cid-u8M3JcHnlo .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-u8M3JcHnlo .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-u8M3JcHnlo .mbr-section-title DIV {
  text-align: center;
}
.cid-u8M3JcHnlo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u8M3Jdalcq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-u8M3Jdalcq .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-u8M3Jdalcq form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-u8M3Jdalcq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-u8M3Jdalcq form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u8M3Jdalcq .mbr-section-title {
  color: #bbbbbb;
}
.cid-u8M3Jdqv2C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u8M3Jdqv2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8M3Jdqv2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8M3Jdqv2C .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u8M3Jdqv2C .team-card:hover {
  transform: translateY(-10px);
}
.cid-u8M3Jdqv2C .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u8M3Jdqv2C .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u8M3Jdqv2C .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u8M3Jdqv2C .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8M3Jdqv2C .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u8M3Jdqv2C .social-row {
  text-align: center;
}
.cid-u8M3Jdqv2C .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u8M3Jdqv2C .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u8M3Jdqv2C .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u8M3Jdqv2C .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u8M3Jdqv2C .card-title,
.cid-u8M3Jdqv2C .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-u8M3Je49kT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u8M3Je49kT .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-u8MmR3kAfc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-u8MmR3kAfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8MmR3kAfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8MmR3kAfc .mbr-section-title {
  color: #ffffff;
}
.cid-uaOgBfq9wD .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uaOgBfq9wD .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uaOgBfq9wD .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uaOgBfq9wD .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uaOgBfq9wD .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaOgBfq9wD .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uaOgBfq9wD .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uaOgBfq9wD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaOgBfq9wD .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uaOgBfq9wD .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uaOgBfq9wD .navbar.collapsed.opened .navbar-collapse.show,
.cid-uaOgBfq9wD .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uaOgBfq9wD .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uaOgBfq9wD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uaOgBfq9wD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaOgBfq9wD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaOgBfq9wD .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-uaOgBfq9wD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaOgBfq9wD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uaOgBfq9wD .navbar {
    flex-wrap: nowrap;
  }
  .cid-uaOgBfq9wD .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uaOgBfq9wD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaOgBfq9wD .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uaOgBfq9wD .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uaOgBfq9wD .navbar.opened .navbar-collapse.show,
  .cid-uaOgBfq9wD .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uaOgBfq9wD .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uaOgBfq9wD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uaOgBfq9wD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaOgBfq9wD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaOgBfq9wD .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-uaOgBfq9wD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uaOgBfq9wD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaOgBfq9wD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uaOgBfq9wD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uaOgBfq9wD .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uaOgBfq9wD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uaOgBfq9wD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uaOgBfq9wD .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-uaOgBfq9wD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaOgBfq9wD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaOgBfq9wD .dropdown-item.active,
.cid-uaOgBfq9wD .dropdown-item:active {
  background-color: transparent;
}
.cid-uaOgBfq9wD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaOgBfq9wD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaOgBfq9wD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaOgBfq9wD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uaOgBfq9wD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaOgBfq9wD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaOgBfq9wD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uaOgBfq9wD .navbar-buttons {
  text-align: center;
}
.cid-uaOgBfq9wD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uaOgBfq9wD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uaOgBfq9wD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uaOgBfq9wD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uaOgBfq9wD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uaOgBfq9wD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uaOgBfq9wD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaOgBfq9wD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uaOgBfq9wD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uaOgBfq9wD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uaOgBfq9wD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uaOgBfq9wD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uaOgBfq9wD a.nav-link:focus {
  outline: none;
}
.cid-uaOgBfq9wD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uaOgBfq9wD .nav-link:hover,
.cid-uaOgBfq9wD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaOgBfq9wD .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uaOgBfq9wD .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uaOgBdvqcx {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-uaOgBdvqcx .mbr-overlay {
  background-color: #2b1c50;
  opacity: 0.8;
}
.cid-uaOgBdvqcx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uaOgBdvqcx {
    align-items: flex-end;
  }
  .cid-uaOgBdvqcx .row {
    justify-content: flex-start;
  }
  .cid-uaOgBdvqcx .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uaOgBdvqcx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uaOgBdvqcx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uaOgBdvqcx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uaOgBdvqcx .content-wrap {
    width: 100%;
  }
}
.cid-uaOgBebtTj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-uaOgBebtTj .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uaOgBebtTj form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uaOgBebtTj form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uaOgBebtTj form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uaOgBebtTj .mbr-section-title {
  color: #bbbbbb;
}
.cid-uaOgBeuJXy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uaOgBeuJXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaOgBeuJXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaOgBeuJXy .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uaOgBeuJXy .team-card:hover {
  transform: translateY(-10px);
}
.cid-uaOgBeuJXy .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uaOgBeuJXy .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uaOgBeuJXy .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uaOgBeuJXy .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaOgBeuJXy .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uaOgBeuJXy .social-row {
  text-align: center;
}
.cid-uaOgBeuJXy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uaOgBeuJXy .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uaOgBeuJXy .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uaOgBeuJXy .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uaOgBeuJXy .card-title,
.cid-uaOgBeuJXy .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uaOgBfev5h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uaOgBfev5h .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-u8XkOBrKRe .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-u8XkOBrKRe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-u8XkOBrKRe .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-u8XkOBrKRe .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-u8XkOBrKRe .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u8XkOBrKRe .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-u8XkOBrKRe .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-u8XkOBrKRe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u8XkOBrKRe .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-u8XkOBrKRe .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-u8XkOBrKRe .navbar.collapsed.opened .navbar-collapse.show,
.cid-u8XkOBrKRe .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-u8XkOBrKRe .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-u8XkOBrKRe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8XkOBrKRe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8XkOBrKRe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8XkOBrKRe .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-u8XkOBrKRe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8XkOBrKRe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8XkOBrKRe .navbar {
    flex-wrap: nowrap;
  }
  .cid-u8XkOBrKRe .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-u8XkOBrKRe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8XkOBrKRe .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-u8XkOBrKRe .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-u8XkOBrKRe .navbar.opened .navbar-collapse.show,
  .cid-u8XkOBrKRe .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-u8XkOBrKRe .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-u8XkOBrKRe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u8XkOBrKRe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8XkOBrKRe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8XkOBrKRe .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-u8XkOBrKRe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u8XkOBrKRe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8XkOBrKRe .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-u8XkOBrKRe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-u8XkOBrKRe .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-u8XkOBrKRe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u8XkOBrKRe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8XkOBrKRe .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-u8XkOBrKRe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8XkOBrKRe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8XkOBrKRe .dropdown-item.active,
.cid-u8XkOBrKRe .dropdown-item:active {
  background-color: transparent;
}
.cid-u8XkOBrKRe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8XkOBrKRe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8XkOBrKRe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8XkOBrKRe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u8XkOBrKRe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8XkOBrKRe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8XkOBrKRe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u8XkOBrKRe .navbar-buttons {
  text-align: center;
}
.cid-u8XkOBrKRe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u8XkOBrKRe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-u8XkOBrKRe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u8XkOBrKRe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u8XkOBrKRe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u8XkOBrKRe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u8XkOBrKRe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8XkOBrKRe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u8XkOBrKRe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u8XkOBrKRe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u8XkOBrKRe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u8XkOBrKRe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-u8XkOBrKRe a.nav-link:focus {
  outline: none;
}
.cid-u8XkOBrKRe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u8XkOBrKRe .nav-link:hover,
.cid-u8XkOBrKRe .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8XkOBrKRe .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-u8XkOBrKRe .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ubiWN2cFM9 {
  background-color: #2b1c50;
}
.cid-ubiWN2cFM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubiWN2cFM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubiWN2cFM9 .mbr-text,
.cid-ubiWN2cFM9 .mbr-section-btn {
  color: #fafafa;
}
.cid-u8XkOAAAco {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-u8XkOAAAco .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8XkOAAAco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8XkOAAAco .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u8XkOAAAco .team-card:hover {
  transform: translateY(-10px);
}
.cid-u8XkOAAAco .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u8XkOAAAco .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u8XkOAAAco .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u8XkOAAAco .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8XkOAAAco .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u8XkOAAAco .social-row {
  text-align: center;
}
.cid-u8XkOAAAco .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u8XkOAAAco .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u8XkOAAAco .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u8XkOAAAco .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u8XkOAAAco .card-title,
.cid-u8XkOAAAco .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-u8XkOBdVJQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u8XkOBdVJQ .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-udSMs2LA17 .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-udSMs2LA17 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-udSMs2LA17 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-udSMs2LA17 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-udSMs2LA17 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-udSMs2LA17 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-udSMs2LA17 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-udSMs2LA17 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udSMs2LA17 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-udSMs2LA17 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-udSMs2LA17 .navbar.collapsed.opened .navbar-collapse.show,
.cid-udSMs2LA17 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-udSMs2LA17 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-udSMs2LA17 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-udSMs2LA17 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udSMs2LA17 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udSMs2LA17 .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-udSMs2LA17 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udSMs2LA17 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-udSMs2LA17 .navbar {
    flex-wrap: nowrap;
  }
  .cid-udSMs2LA17 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-udSMs2LA17 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udSMs2LA17 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-udSMs2LA17 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-udSMs2LA17 .navbar.opened .navbar-collapse.show,
  .cid-udSMs2LA17 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-udSMs2LA17 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-udSMs2LA17 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-udSMs2LA17 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udSMs2LA17 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udSMs2LA17 .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-udSMs2LA17 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-udSMs2LA17 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udSMs2LA17 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-udSMs2LA17 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-udSMs2LA17 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-udSMs2LA17 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-udSMs2LA17 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-udSMs2LA17 .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-udSMs2LA17 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udSMs2LA17 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udSMs2LA17 .dropdown-item.active,
.cid-udSMs2LA17 .dropdown-item:active {
  background-color: transparent;
}
.cid-udSMs2LA17 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udSMs2LA17 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udSMs2LA17 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udSMs2LA17 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-udSMs2LA17 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udSMs2LA17 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udSMs2LA17 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-udSMs2LA17 .navbar-buttons {
  text-align: center;
}
.cid-udSMs2LA17 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udSMs2LA17 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-udSMs2LA17 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-udSMs2LA17 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-udSMs2LA17 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-udSMs2LA17 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-udSMs2LA17 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udSMs2LA17 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-udSMs2LA17 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-udSMs2LA17 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-udSMs2LA17 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-udSMs2LA17 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-udSMs2LA17 a.nav-link:focus {
  outline: none;
}
.cid-udSMs2LA17 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-udSMs2LA17 .nav-link:hover,
.cid-udSMs2LA17 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udSMs2LA17 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-udSMs2LA17 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-udSMs4i6rg {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2b1c50;
}
.cid-udSMs4i6rg .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-udSMs4i6rg {
    align-items: flex-end;
  }
  .cid-udSMs4i6rg .row {
    justify-content: flex-start;
  }
  .cid-udSMs4i6rg .content-wrap {
    width: 76%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udSMs4i6rg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udSMs4i6rg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udSMs4i6rg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udSMs4i6rg .content-wrap {
    width: 100%;
  }
}
.cid-udSMs4i6rg .mbr-text,
.cid-udSMs4i6rg .mbr-section-btn {
  color: #fafafa;
}
.cid-udSMs4i6rg .mbr-section-title {
  color: #ffffff;
}
.cid-udSMs4SYCG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-udSMs4SYCG .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uxPS9TBqu7 .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uxPS9TBqu7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uxPS9TBqu7 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uxPS9TBqu7 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uxPS9TBqu7 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxPS9TBqu7 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uxPS9TBqu7 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uxPS9TBqu7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxPS9TBqu7 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uxPS9TBqu7 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uxPS9TBqu7 .navbar.collapsed.opened .navbar-collapse.show,
.cid-uxPS9TBqu7 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uxPS9TBqu7 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uxPS9TBqu7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxPS9TBqu7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxPS9TBqu7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxPS9TBqu7 .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-uxPS9TBqu7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxPS9TBqu7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uxPS9TBqu7 .navbar {
    flex-wrap: nowrap;
  }
  .cid-uxPS9TBqu7 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uxPS9TBqu7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxPS9TBqu7 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uxPS9TBqu7 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uxPS9TBqu7 .navbar.opened .navbar-collapse.show,
  .cid-uxPS9TBqu7 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uxPS9TBqu7 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uxPS9TBqu7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxPS9TBqu7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxPS9TBqu7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxPS9TBqu7 .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-uxPS9TBqu7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uxPS9TBqu7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxPS9TBqu7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uxPS9TBqu7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uxPS9TBqu7 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uxPS9TBqu7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uxPS9TBqu7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxPS9TBqu7 .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-uxPS9TBqu7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxPS9TBqu7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxPS9TBqu7 .dropdown-item.active,
.cid-uxPS9TBqu7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxPS9TBqu7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxPS9TBqu7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxPS9TBqu7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxPS9TBqu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uxPS9TBqu7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxPS9TBqu7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxPS9TBqu7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxPS9TBqu7 .navbar-buttons {
  text-align: center;
}
.cid-uxPS9TBqu7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxPS9TBqu7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uxPS9TBqu7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxPS9TBqu7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxPS9TBqu7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxPS9TBqu7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxPS9TBqu7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxPS9TBqu7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxPS9TBqu7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxPS9TBqu7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxPS9TBqu7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uxPS9TBqu7 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uxPS9TBqu7 a.nav-link:focus {
  outline: none;
}
.cid-uxPS9TBqu7 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uxPS9TBqu7 .nav-link:hover,
.cid-uxPS9TBqu7 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxPS9TBqu7 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uxPS9TBqu7 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uxPS9RwQCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uxPS9RwQCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxPS9RwQCb .card-wrapper {
  background: #322b46;
  border-radius: 3rem;
  padding: 2rem 1rem;
}
@media (max-width: 992px) {
  .cid-uxPS9RwQCb .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uxPS9RwQCb .title {
  margin: auto;
  margin-bottom: 23rem;
  max-width: 1100px;
}
@media (max-width: 767px) {
  .cid-uxPS9RwQCb .title {
    margin-bottom: 10rem;
  }
}
.cid-uxPS9RwQCb .row {
  justify-content: center;
}
.cid-uxPS9RwQCb .card-box {
  display: flex;
  align-items: center;
}
.cid-uxPS9RwQCb .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uxPS9RwQCb .card-box {
    flex-direction: column;
  }
  .cid-uxPS9RwQCb .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uxPS9RwQCb .card-link {
  text-align: center;
}
.cid-uxPS9RwQCb .card-link:hover a {
  background-image: none !important;
}
.cid-uxPS9RwQCb .mbr-section-subtitle {
  color: #eff0ff;
}
.cid-uxPS9RwQCb .card-text {
  color: #d1d1f7;
  text-align: center;
}
.cid-uxPS9RwQCb .card-title,
.cid-uxPS9RwQCb .iconfont-wrapper {
  width: 100%;
  color: #d1d1f7;
  text-align: center;
}
.cid-uxPS9RwQCb .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uxPS9RwQCb .mbr-section-title DIV {
  text-align: center;
}
.cid-uxPS9RwQCb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uxPS9Sjf8v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-uxPS9Sjf8v .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uxPS9Sjf8v form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uxPS9Sjf8v form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uxPS9Sjf8v form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uxPS9Sjf8v .mbr-section-title {
  color: #bbbbbb;
}
.cid-uxPS9SCIlP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uxPS9SCIlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxPS9SCIlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxPS9SCIlP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uxPS9SCIlP .team-card:hover {
  transform: translateY(-10px);
}
.cid-uxPS9SCIlP .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uxPS9SCIlP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uxPS9SCIlP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uxPS9SCIlP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxPS9SCIlP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uxPS9SCIlP .social-row {
  text-align: center;
}
.cid-uxPS9SCIlP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uxPS9SCIlP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uxPS9SCIlP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uxPS9SCIlP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uxPS9SCIlP .card-title,
.cid-uxPS9SCIlP .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uxPS9ThYcf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uxPS9ThYcf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uxQcpyxw2I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uxQcpyxw2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxQcpyxw2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxQcpyxw2I .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uxQcpyxw2I .item {
    margin-bottom: 16px;
  }
}
.cid-uxQcpyxw2I .item:nth-child(2n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-uxQcpyxw2I .item:nth-child(2n) .item-wrapper .item-img {
  padding-left: 0;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uxQcpyxw2I .item:nth-child(2n) .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uxQcpyxw2I .item .item-wrapper {
  display: flex;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uxQcpyxw2I .item .item-wrapper {
    display: block;
  }
}
.cid-uxQcpyxw2I .item .item-wrapper .item-content {
  display: flex;
  align-items: flex-end;
  background-color: #272b2e;
  padding: 64px 40px;
  width: 35%;
}
@media (max-width: 1200px) {
  .cid-uxQcpyxw2I .item .item-wrapper .item-content {
    padding: 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxQcpyxw2I .item .item-wrapper .item-content {
    width: 100%;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}
.cid-uxQcpyxw2I .item .item-wrapper .item-content .title-wrap {
  width: 100%;
}
.cid-uxQcpyxw2I .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 24px;
}
.cid-uxQcpyxw2I .item .item-wrapper .item-content .title-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uxQcpyxw2I .item .item-wrapper .item-img {
  width: 65%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uxQcpyxw2I .item .item-wrapper .item-img {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uxQcpyxw2I .item .item-wrapper .item-img img {
  height: 830px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxQcpyxw2I .item .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uxQcpyxw2I .item-title {
  color: #ffffff;
}
.cid-uxQcpyxw2I .item-desc {
  color: #ffffff;
}
.cid-uA7OfXztzy .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uA7OfXztzy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uA7OfXztzy .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uA7OfXztzy .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uA7OfXztzy .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA7OfXztzy .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uA7OfXztzy .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uA7OfXztzy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA7OfXztzy .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uA7OfXztzy .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uA7OfXztzy .navbar.collapsed.opened .navbar-collapse.show,
.cid-uA7OfXztzy .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uA7OfXztzy .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uA7OfXztzy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uA7OfXztzy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7OfXztzy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7OfXztzy .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-uA7OfXztzy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7OfXztzy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA7OfXztzy .navbar {
    flex-wrap: nowrap;
  }
  .cid-uA7OfXztzy .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uA7OfXztzy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7OfXztzy .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uA7OfXztzy .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uA7OfXztzy .navbar.opened .navbar-collapse.show,
  .cid-uA7OfXztzy .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uA7OfXztzy .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uA7OfXztzy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uA7OfXztzy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7OfXztzy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA7OfXztzy .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-uA7OfXztzy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA7OfXztzy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA7OfXztzy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA7OfXztzy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uA7OfXztzy .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uA7OfXztzy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA7OfXztzy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uA7OfXztzy .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-uA7OfXztzy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA7OfXztzy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7OfXztzy .dropdown-item.active,
.cid-uA7OfXztzy .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7OfXztzy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA7OfXztzy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7OfXztzy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7OfXztzy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uA7OfXztzy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA7OfXztzy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7OfXztzy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uA7OfXztzy .navbar-buttons {
  text-align: center;
}
.cid-uA7OfXztzy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA7OfXztzy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uA7OfXztzy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA7OfXztzy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA7OfXztzy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA7OfXztzy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA7OfXztzy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA7OfXztzy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA7OfXztzy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA7OfXztzy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA7OfXztzy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uA7OfXztzy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uA7OfXztzy a.nav-link:focus {
  outline: none;
}
.cid-uA7OfXztzy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA7OfXztzy .nav-link:hover,
.cid-uA7OfXztzy .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7OfXztzy .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uA7OfXztzy .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uA7OkGYurw {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uA7OkGYurw .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uA7OkGYurw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uA7OkGYurw {
    align-items: flex-end;
  }
  .cid-uA7OkGYurw .row {
    justify-content: flex-start;
  }
  .cid-uA7OkGYurw .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA7OkGYurw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA7OkGYurw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA7OkGYurw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA7OkGYurw .content-wrap {
    width: 100%;
  }
}
.cid-uA7OfZSysI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uA7OfZSysI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7OfZSysI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7OfZSysI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uA7OfZSysI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uA7OfZSysI .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uA7OfZSysI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uA7OfZSysI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uA7OfZSysI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA7OfZSysI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uA7OfZSysI .social-row {
  text-align: center;
}
.cid-uA7OfZSysI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uA7OfZSysI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uA7OfZSysI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uA7OfZSysI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uA7OfZSysI .card-title,
.cid-uA7OfZSysI .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uA7Og0CEiB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uA7Og0CEiB .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uA7YRnXixL .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uA7YRnXixL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uA7YRnXixL .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uA7YRnXixL .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uA7YRnXixL .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA7YRnXixL .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uA7YRnXixL .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uA7YRnXixL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA7YRnXixL .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uA7YRnXixL .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uA7YRnXixL .navbar.collapsed.opened .navbar-collapse.show,
.cid-uA7YRnXixL .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uA7YRnXixL .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uA7YRnXixL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uA7YRnXixL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA7YRnXixL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA7YRnXixL .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-uA7YRnXixL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA7YRnXixL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA7YRnXixL .navbar {
    flex-wrap: nowrap;
  }
  .cid-uA7YRnXixL .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uA7YRnXixL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA7YRnXixL .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uA7YRnXixL .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uA7YRnXixL .navbar.opened .navbar-collapse.show,
  .cid-uA7YRnXixL .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uA7YRnXixL .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uA7YRnXixL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uA7YRnXixL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA7YRnXixL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA7YRnXixL .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-uA7YRnXixL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA7YRnXixL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA7YRnXixL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA7YRnXixL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uA7YRnXixL .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uA7YRnXixL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA7YRnXixL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uA7YRnXixL .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-uA7YRnXixL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA7YRnXixL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA7YRnXixL .dropdown-item.active,
.cid-uA7YRnXixL .dropdown-item:active {
  background-color: transparent;
}
.cid-uA7YRnXixL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA7YRnXixL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA7YRnXixL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA7YRnXixL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uA7YRnXixL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA7YRnXixL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA7YRnXixL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uA7YRnXixL .navbar-buttons {
  text-align: center;
}
.cid-uA7YRnXixL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA7YRnXixL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uA7YRnXixL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA7YRnXixL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA7YRnXixL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA7YRnXixL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA7YRnXixL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA7YRnXixL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA7YRnXixL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA7YRnXixL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA7YRnXixL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uA7YRnXixL a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uA7YRnXixL a.nav-link:focus {
  outline: none;
}
.cid-uA7YRnXixL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA7YRnXixL .nav-link:hover,
.cid-uA7YRnXixL .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA7YRnXixL .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uA7YRnXixL .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uA7YRpyPWV {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uA7YRpyPWV .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uA7YRpyPWV .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uA7YRpyPWV {
    align-items: flex-end;
  }
  .cid-uA7YRpyPWV .row {
    justify-content: flex-start;
  }
  .cid-uA7YRpyPWV .content-wrap {
    width: 76%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA7YRpyPWV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA7YRpyPWV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA7YRpyPWV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA7YRpyPWV .content-wrap {
    width: 100%;
  }
}
.cid-uA7YRqpXH5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uA7YRqpXH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7YRqpXH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7YRqpXH5 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uA7YRqpXH5 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uA7YRqpXH5 .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uA7YRqpXH5 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uA7YRqpXH5 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uA7YRqpXH5 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA7YRqpXH5 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uA7YRqpXH5 .social-row {
  text-align: center;
}
.cid-uA7YRqpXH5 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uA7YRqpXH5 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uA7YRqpXH5 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uA7YRqpXH5 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uA7YRqpXH5 .card-title,
.cid-uA7YRqpXH5 .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uA7YRrRZA7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uA7YRrRZA7 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uA818CnJRY .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uA818CnJRY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uA818CnJRY .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uA818CnJRY .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uA818CnJRY .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA818CnJRY .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uA818CnJRY .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uA818CnJRY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA818CnJRY .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uA818CnJRY .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uA818CnJRY .navbar.collapsed.opened .navbar-collapse.show,
.cid-uA818CnJRY .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uA818CnJRY .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uA818CnJRY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uA818CnJRY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA818CnJRY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA818CnJRY .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-uA818CnJRY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA818CnJRY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA818CnJRY .navbar {
    flex-wrap: nowrap;
  }
  .cid-uA818CnJRY .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uA818CnJRY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA818CnJRY .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uA818CnJRY .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uA818CnJRY .navbar.opened .navbar-collapse.show,
  .cid-uA818CnJRY .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uA818CnJRY .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uA818CnJRY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uA818CnJRY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA818CnJRY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA818CnJRY .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-uA818CnJRY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA818CnJRY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA818CnJRY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA818CnJRY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uA818CnJRY .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uA818CnJRY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA818CnJRY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uA818CnJRY .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-uA818CnJRY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA818CnJRY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA818CnJRY .dropdown-item.active,
.cid-uA818CnJRY .dropdown-item:active {
  background-color: transparent;
}
.cid-uA818CnJRY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA818CnJRY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA818CnJRY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA818CnJRY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uA818CnJRY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA818CnJRY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA818CnJRY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uA818CnJRY .navbar-buttons {
  text-align: center;
}
.cid-uA818CnJRY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA818CnJRY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uA818CnJRY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA818CnJRY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA818CnJRY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA818CnJRY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA818CnJRY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA818CnJRY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA818CnJRY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA818CnJRY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA818CnJRY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uA818CnJRY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uA818CnJRY a.nav-link:focus {
  outline: none;
}
.cid-uA818CnJRY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA818CnJRY .nav-link:hover,
.cid-uA818CnJRY .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA818CnJRY .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uA818CnJRY .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uA818Dr4yP {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uA818Dr4yP .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uA818Dr4yP .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uA818Dr4yP {
    align-items: flex-end;
  }
  .cid-uA818Dr4yP .row {
    justify-content: flex-start;
  }
  .cid-uA818Dr4yP .content-wrap {
    width: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA818Dr4yP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA818Dr4yP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA818Dr4yP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA818Dr4yP .content-wrap {
    width: 100%;
  }
}
.cid-uA818DONh1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uA818DONh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA818DONh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA818DONh1 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uA818DONh1 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uA818DONh1 .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uA818DONh1 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uA818DONh1 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uA818DONh1 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA818DONh1 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uA818DONh1 .social-row {
  text-align: center;
}
.cid-uA818DONh1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uA818DONh1 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uA818DONh1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uA818DONh1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uA818DONh1 .card-title,
.cid-uA818DONh1 .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uA818Ey4Pw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uA818Ey4Pw .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uA8wStkj65 .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uA8wStkj65 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uA8wStkj65 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uA8wStkj65 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uA8wStkj65 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA8wStkj65 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uA8wStkj65 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uA8wStkj65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uA8wStkj65 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uA8wStkj65 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uA8wStkj65 .navbar.collapsed.opened .navbar-collapse.show,
.cid-uA8wStkj65 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uA8wStkj65 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uA8wStkj65 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uA8wStkj65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA8wStkj65 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA8wStkj65 .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-uA8wStkj65 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA8wStkj65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uA8wStkj65 .navbar {
    flex-wrap: nowrap;
  }
  .cid-uA8wStkj65 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uA8wStkj65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA8wStkj65 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uA8wStkj65 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uA8wStkj65 .navbar.opened .navbar-collapse.show,
  .cid-uA8wStkj65 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uA8wStkj65 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uA8wStkj65 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uA8wStkj65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA8wStkj65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA8wStkj65 .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-uA8wStkj65 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uA8wStkj65 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA8wStkj65 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uA8wStkj65 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uA8wStkj65 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uA8wStkj65 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uA8wStkj65 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uA8wStkj65 .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-uA8wStkj65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA8wStkj65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA8wStkj65 .dropdown-item.active,
.cid-uA8wStkj65 .dropdown-item:active {
  background-color: transparent;
}
.cid-uA8wStkj65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA8wStkj65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA8wStkj65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA8wStkj65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uA8wStkj65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA8wStkj65 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA8wStkj65 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uA8wStkj65 .navbar-buttons {
  text-align: center;
}
.cid-uA8wStkj65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uA8wStkj65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uA8wStkj65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uA8wStkj65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8wStkj65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uA8wStkj65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uA8wStkj65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8wStkj65 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uA8wStkj65 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uA8wStkj65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uA8wStkj65 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uA8wStkj65 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uA8wStkj65 a.nav-link:focus {
  outline: none;
}
.cid-uA8wStkj65 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uA8wStkj65 .nav-link:hover,
.cid-uA8wStkj65 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA8wStkj65 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uA8wStkj65 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uA8wSAVRfK {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uA8wSAVRfK .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uA8wSAVRfK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uA8wSAVRfK {
    align-items: flex-end;
  }
  .cid-uA8wSAVRfK .row {
    justify-content: flex-start;
  }
  .cid-uA8wSAVRfK .content-wrap {
    width: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA8wSAVRfK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA8wSAVRfK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA8wSAVRfK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA8wSAVRfK .content-wrap {
    width: 100%;
  }
}
.cid-uA8wSBwASs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uA8wSBwASs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8wSBwASs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8wSBwASs .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uA8wSBwASs .team-card:hover {
  transform: translateY(-10px);
}
.cid-uA8wSBwASs .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uA8wSBwASs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uA8wSBwASs .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uA8wSBwASs .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uA8wSBwASs .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uA8wSBwASs .social-row {
  text-align: center;
}
.cid-uA8wSBwASs .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uA8wSBwASs .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uA8wSBwASs .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uA8wSBwASs .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uA8wSBwASs .card-title,
.cid-uA8wSBwASs .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uA8wSCpgYC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uA8wSCpgYC .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uAAirq76wJ .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uAAirq76wJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uAAirq76wJ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uAAirq76wJ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uAAirq76wJ .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAAirq76wJ .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uAAirq76wJ .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uAAirq76wJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAAirq76wJ .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uAAirq76wJ .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uAAirq76wJ .navbar.collapsed.opened .navbar-collapse.show,
.cid-uAAirq76wJ .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uAAirq76wJ .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uAAirq76wJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uAAirq76wJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAAirq76wJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAAirq76wJ .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-uAAirq76wJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAAirq76wJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uAAirq76wJ .navbar {
    flex-wrap: nowrap;
  }
  .cid-uAAirq76wJ .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uAAirq76wJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAAirq76wJ .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uAAirq76wJ .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uAAirq76wJ .navbar.opened .navbar-collapse.show,
  .cid-uAAirq76wJ .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uAAirq76wJ .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uAAirq76wJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uAAirq76wJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAAirq76wJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAAirq76wJ .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-uAAirq76wJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAAirq76wJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAAirq76wJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uAAirq76wJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uAAirq76wJ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uAAirq76wJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAAirq76wJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAAirq76wJ .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-uAAirq76wJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAAirq76wJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAAirq76wJ .dropdown-item.active,
.cid-uAAirq76wJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uAAirq76wJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAAirq76wJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAAirq76wJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAAirq76wJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uAAirq76wJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAAirq76wJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAAirq76wJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAAirq76wJ .navbar-buttons {
  text-align: center;
}
.cid-uAAirq76wJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAAirq76wJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uAAirq76wJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAAirq76wJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAAirq76wJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAAirq76wJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAAirq76wJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAAirq76wJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAAirq76wJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAAirq76wJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAAirq76wJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAAirq76wJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uAAirq76wJ a.nav-link:focus {
  outline: none;
}
.cid-uAAirq76wJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAAirq76wJ .nav-link:hover,
.cid-uAAirq76wJ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAAirq76wJ .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uAAirq76wJ .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uAAirqOhJO {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uAAirqOhJO .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uAAirqOhJO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uAAirqOhJO {
    align-items: flex-end;
  }
  .cid-uAAirqOhJO .row {
    justify-content: flex-start;
  }
  .cid-uAAirqOhJO .content-wrap {
    width: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAAirqOhJO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAAirqOhJO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAAirqOhJO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAAirqOhJO .content-wrap {
    width: 100%;
  }
}
.cid-uAAtLjnQU4 {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uAAtLjnQU4 .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.6;
}
.cid-uAAtLjnQU4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uAAtLjnQU4 {
    align-items: flex-end;
  }
  .cid-uAAtLjnQU4 .row {
    justify-content: flex-start;
  }
  .cid-uAAtLjnQU4 .content-wrap {
    width: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uAAtLjnQU4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uAAtLjnQU4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAAtLjnQU4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uAAtLjnQU4 .content-wrap {
    width: 100%;
  }
}
.cid-uAAirr8kKA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uAAirr8kKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAAirr8kKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAAirr8kKA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uAAirr8kKA .team-card:hover {
  transform: translateY(-10px);
}
.cid-uAAirr8kKA .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uAAirr8kKA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uAAirr8kKA .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uAAirr8kKA .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uAAirr8kKA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uAAirr8kKA .social-row {
  text-align: center;
}
.cid-uAAirr8kKA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uAAirr8kKA .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uAAirr8kKA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uAAirr8kKA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uAAirr8kKA .card-title,
.cid-uAAirr8kKA .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uAAirrSmaq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uAAirrSmaq .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uByg1YHLiZ .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uByg1YHLiZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uByg1YHLiZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uByg1YHLiZ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uByg1YHLiZ .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uByg1YHLiZ .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uByg1YHLiZ .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uByg1YHLiZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uByg1YHLiZ .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uByg1YHLiZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uByg1YHLiZ .navbar.collapsed.opened .navbar-collapse.show,
.cid-uByg1YHLiZ .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uByg1YHLiZ .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uByg1YHLiZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uByg1YHLiZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByg1YHLiZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByg1YHLiZ .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-uByg1YHLiZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByg1YHLiZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uByg1YHLiZ .navbar {
    flex-wrap: nowrap;
  }
  .cid-uByg1YHLiZ .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uByg1YHLiZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByg1YHLiZ .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uByg1YHLiZ .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uByg1YHLiZ .navbar.opened .navbar-collapse.show,
  .cid-uByg1YHLiZ .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uByg1YHLiZ .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uByg1YHLiZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uByg1YHLiZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByg1YHLiZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByg1YHLiZ .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-uByg1YHLiZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uByg1YHLiZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uByg1YHLiZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uByg1YHLiZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uByg1YHLiZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uByg1YHLiZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uByg1YHLiZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uByg1YHLiZ .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-uByg1YHLiZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByg1YHLiZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByg1YHLiZ .dropdown-item.active,
.cid-uByg1YHLiZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uByg1YHLiZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByg1YHLiZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByg1YHLiZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByg1YHLiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uByg1YHLiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uByg1YHLiZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uByg1YHLiZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uByg1YHLiZ .navbar-buttons {
  text-align: center;
}
.cid-uByg1YHLiZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uByg1YHLiZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uByg1YHLiZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uByg1YHLiZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uByg1YHLiZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uByg1YHLiZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uByg1YHLiZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uByg1YHLiZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uByg1YHLiZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uByg1YHLiZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uByg1YHLiZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uByg1YHLiZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uByg1YHLiZ a.nav-link:focus {
  outline: none;
}
.cid-uByg1YHLiZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uByg1YHLiZ .nav-link:hover,
.cid-uByg1YHLiZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByg1YHLiZ .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uByg1YHLiZ .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uByg1Z6AHr {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uByg1Z6AHr .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uByg1Z6AHr .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uByg1Z6AHr {
    align-items: flex-end;
  }
  .cid-uByg1Z6AHr .row {
    justify-content: flex-start;
  }
  .cid-uByg1Z6AHr .content-wrap {
    width: 81%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByg1Z6AHr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByg1Z6AHr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uByg1Z6AHr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByg1Z6AHr .content-wrap {
    width: 100%;
  }
}
.cid-uByg1Zww45 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uByg1Zww45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByg1Zww45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByg1Zww45 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uByg1Zww45 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uByg1Zww45 .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uByg1Zww45 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uByg1Zww45 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uByg1Zww45 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByg1Zww45 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uByg1Zww45 .social-row {
  text-align: center;
}
.cid-uByg1Zww45 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uByg1Zww45 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uByg1Zww45 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uByg1Zww45 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uByg1Zww45 .card-title,
.cid-uByg1Zww45 .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uByg20j5AJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uByg20j5AJ .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uByiaLtW0X .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uByiaLtW0X .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uByiaLtW0X .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uByiaLtW0X .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uByiaLtW0X .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uByiaLtW0X .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uByiaLtW0X .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uByiaLtW0X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uByiaLtW0X .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uByiaLtW0X .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uByiaLtW0X .navbar.collapsed.opened .navbar-collapse.show,
.cid-uByiaLtW0X .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uByiaLtW0X .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uByiaLtW0X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uByiaLtW0X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uByiaLtW0X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uByiaLtW0X .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-uByiaLtW0X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uByiaLtW0X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uByiaLtW0X .navbar {
    flex-wrap: nowrap;
  }
  .cid-uByiaLtW0X .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uByiaLtW0X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uByiaLtW0X .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uByiaLtW0X .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uByiaLtW0X .navbar.opened .navbar-collapse.show,
  .cid-uByiaLtW0X .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uByiaLtW0X .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uByiaLtW0X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uByiaLtW0X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uByiaLtW0X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uByiaLtW0X .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-uByiaLtW0X .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uByiaLtW0X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uByiaLtW0X .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uByiaLtW0X .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uByiaLtW0X .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uByiaLtW0X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uByiaLtW0X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uByiaLtW0X .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-uByiaLtW0X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uByiaLtW0X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uByiaLtW0X .dropdown-item.active,
.cid-uByiaLtW0X .dropdown-item:active {
  background-color: transparent;
}
.cid-uByiaLtW0X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uByiaLtW0X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uByiaLtW0X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uByiaLtW0X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uByiaLtW0X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uByiaLtW0X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uByiaLtW0X ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uByiaLtW0X .navbar-buttons {
  text-align: center;
}
.cid-uByiaLtW0X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uByiaLtW0X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uByiaLtW0X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uByiaLtW0X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uByiaLtW0X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uByiaLtW0X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uByiaLtW0X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uByiaLtW0X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uByiaLtW0X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uByiaLtW0X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uByiaLtW0X .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uByiaLtW0X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uByiaLtW0X a.nav-link:focus {
  outline: none;
}
.cid-uByiaLtW0X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uByiaLtW0X .nav-link:hover,
.cid-uByiaLtW0X .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uByiaLtW0X .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uByiaLtW0X .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uByiaMEHN6 {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uByiaMEHN6 .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uByiaMEHN6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uByiaMEHN6 {
    align-items: flex-end;
  }
  .cid-uByiaMEHN6 .row {
    justify-content: flex-start;
  }
  .cid-uByiaMEHN6 .content-wrap {
    width: 81%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uByiaMEHN6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uByiaMEHN6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uByiaMEHN6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uByiaMEHN6 .content-wrap {
    width: 100%;
  }
}
.cid-uByiaN96SM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uByiaN96SM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uByiaN96SM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uByiaN96SM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uByiaN96SM .team-card:hover {
  transform: translateY(-10px);
}
.cid-uByiaN96SM .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uByiaN96SM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uByiaN96SM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uByiaN96SM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uByiaN96SM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uByiaN96SM .social-row {
  text-align: center;
}
.cid-uByiaN96SM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uByiaN96SM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uByiaN96SM .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uByiaN96SM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uByiaN96SM .card-title,
.cid-uByiaN96SM .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uByiaNVln2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uByiaNVln2 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uBU8T11xZZ .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uBU8T11xZZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uBU8T11xZZ .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uBU8T11xZZ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uBU8T11xZZ .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBU8T11xZZ .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uBU8T11xZZ .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uBU8T11xZZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uBU8T11xZZ .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uBU8T11xZZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uBU8T11xZZ .navbar.collapsed.opened .navbar-collapse.show,
.cid-uBU8T11xZZ .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uBU8T11xZZ .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uBU8T11xZZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uBU8T11xZZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBU8T11xZZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBU8T11xZZ .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-uBU8T11xZZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBU8T11xZZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uBU8T11xZZ .navbar {
    flex-wrap: nowrap;
  }
  .cid-uBU8T11xZZ .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uBU8T11xZZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBU8T11xZZ .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uBU8T11xZZ .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uBU8T11xZZ .navbar.opened .navbar-collapse.show,
  .cid-uBU8T11xZZ .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uBU8T11xZZ .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uBU8T11xZZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uBU8T11xZZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBU8T11xZZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBU8T11xZZ .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-uBU8T11xZZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uBU8T11xZZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBU8T11xZZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uBU8T11xZZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uBU8T11xZZ .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uBU8T11xZZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uBU8T11xZZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uBU8T11xZZ .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-uBU8T11xZZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBU8T11xZZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBU8T11xZZ .dropdown-item.active,
.cid-uBU8T11xZZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBU8T11xZZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBU8T11xZZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBU8T11xZZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBU8T11xZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uBU8T11xZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBU8T11xZZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBU8T11xZZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uBU8T11xZZ .navbar-buttons {
  text-align: center;
}
.cid-uBU8T11xZZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBU8T11xZZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uBU8T11xZZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uBU8T11xZZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uBU8T11xZZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uBU8T11xZZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uBU8T11xZZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBU8T11xZZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uBU8T11xZZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uBU8T11xZZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uBU8T11xZZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uBU8T11xZZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uBU8T11xZZ a.nav-link:focus {
  outline: none;
}
.cid-uBU8T11xZZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uBU8T11xZZ .nav-link:hover,
.cid-uBU8T11xZZ .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBU8T11xZZ .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uBU8T11xZZ .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uBU8T2PmON {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uBU8T2PmON .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.6;
}
.cid-uBU8T2PmON .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uBU8T2PmON {
    align-items: flex-end;
  }
  .cid-uBU8T2PmON .row {
    justify-content: flex-start;
  }
  .cid-uBU8T2PmON .content-wrap {
    width: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBU8T2PmON .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBU8T2PmON {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBU8T2PmON .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBU8T2PmON .content-wrap {
    width: 100%;
  }
}
.cid-uBU8T3caee {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uBU8T3caee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBU8T3caee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBU8T3caee .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uBU8T3caee .team-card:hover {
  transform: translateY(-10px);
}
.cid-uBU8T3caee .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uBU8T3caee .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uBU8T3caee .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uBU8T3caee .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBU8T3caee .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uBU8T3caee .social-row {
  text-align: center;
}
.cid-uBU8T3caee .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uBU8T3caee .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uBU8T3caee .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uBU8T3caee .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uBU8T3caee .card-title,
.cid-uBU8T3caee .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uBU8T4tQwS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uBU8T4tQwS .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uCdgDwQ429 .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uCdgDwQ429 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uCdgDwQ429 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uCdgDwQ429 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uCdgDwQ429 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCdgDwQ429 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uCdgDwQ429 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCdgDwQ429 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCdgDwQ429 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uCdgDwQ429 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uCdgDwQ429 .navbar.collapsed.opened .navbar-collapse.show,
.cid-uCdgDwQ429 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uCdgDwQ429 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uCdgDwQ429 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uCdgDwQ429 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCdgDwQ429 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCdgDwQ429 .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-uCdgDwQ429 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCdgDwQ429 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCdgDwQ429 .navbar {
    flex-wrap: nowrap;
  }
  .cid-uCdgDwQ429 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uCdgDwQ429 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCdgDwQ429 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uCdgDwQ429 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uCdgDwQ429 .navbar.opened .navbar-collapse.show,
  .cid-uCdgDwQ429 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uCdgDwQ429 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uCdgDwQ429 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uCdgDwQ429 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCdgDwQ429 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCdgDwQ429 .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-uCdgDwQ429 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCdgDwQ429 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCdgDwQ429 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uCdgDwQ429 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uCdgDwQ429 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uCdgDwQ429 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCdgDwQ429 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCdgDwQ429 .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-uCdgDwQ429 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCdgDwQ429 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCdgDwQ429 .dropdown-item.active,
.cid-uCdgDwQ429 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCdgDwQ429 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCdgDwQ429 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCdgDwQ429 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCdgDwQ429 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uCdgDwQ429 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCdgDwQ429 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCdgDwQ429 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCdgDwQ429 .navbar-buttons {
  text-align: center;
}
.cid-uCdgDwQ429 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCdgDwQ429 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uCdgDwQ429 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCdgDwQ429 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCdgDwQ429 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCdgDwQ429 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCdgDwQ429 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCdgDwQ429 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCdgDwQ429 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCdgDwQ429 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCdgDwQ429 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCdgDwQ429 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uCdgDwQ429 a.nav-link:focus {
  outline: none;
}
.cid-uCdgDwQ429 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCdgDwQ429 .nav-link:hover,
.cid-uCdgDwQ429 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCdgDwQ429 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uCdgDwQ429 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uCdhgREoq0 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCdhgREoq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdhgREoq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCdhgREoq0 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uCdhgREoq0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCdhgREoq0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uCdhgREoq0 .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uCdhgREoq0 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCdgDIaVUI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uCdgDIaVUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCdgDIaVUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCdgDIaVUI .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCdgDIaVUI .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCdgDIaVUI .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCdgDIaVUI .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCdgDIaVUI .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCdgDIaVUI .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCdgDIaVUI .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCdgDIaVUI .social-row {
  text-align: center;
}
.cid-uCdgDIaVUI .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCdgDIaVUI .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCdgDIaVUI .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCdgDIaVUI .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCdgDIaVUI .card-title,
.cid-uCdgDIaVUI .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uCdgDJoWpy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uCdgDJoWpy .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uCFHkxk9Qs .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uCFHkxk9Qs .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uCFHkxk9Qs .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uCFHkxk9Qs .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uCFHkxk9Qs .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCFHkxk9Qs .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uCFHkxk9Qs .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uCFHkxk9Qs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uCFHkxk9Qs .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uCFHkxk9Qs .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uCFHkxk9Qs .navbar.collapsed.opened .navbar-collapse.show,
.cid-uCFHkxk9Qs .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uCFHkxk9Qs .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uCFHkxk9Qs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uCFHkxk9Qs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCFHkxk9Qs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCFHkxk9Qs .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-uCFHkxk9Qs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCFHkxk9Qs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCFHkxk9Qs .navbar {
    flex-wrap: nowrap;
  }
  .cid-uCFHkxk9Qs .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uCFHkxk9Qs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCFHkxk9Qs .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uCFHkxk9Qs .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uCFHkxk9Qs .navbar.opened .navbar-collapse.show,
  .cid-uCFHkxk9Qs .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uCFHkxk9Qs .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uCFHkxk9Qs .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uCFHkxk9Qs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCFHkxk9Qs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCFHkxk9Qs .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-uCFHkxk9Qs .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uCFHkxk9Qs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCFHkxk9Qs .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uCFHkxk9Qs .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uCFHkxk9Qs .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uCFHkxk9Qs .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uCFHkxk9Qs .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uCFHkxk9Qs .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-uCFHkxk9Qs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCFHkxk9Qs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCFHkxk9Qs .dropdown-item.active,
.cid-uCFHkxk9Qs .dropdown-item:active {
  background-color: transparent;
}
.cid-uCFHkxk9Qs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCFHkxk9Qs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCFHkxk9Qs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCFHkxk9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uCFHkxk9Qs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCFHkxk9Qs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCFHkxk9Qs ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uCFHkxk9Qs .navbar-buttons {
  text-align: center;
}
.cid-uCFHkxk9Qs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCFHkxk9Qs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uCFHkxk9Qs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCFHkxk9Qs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCFHkxk9Qs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCFHkxk9Qs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCFHkxk9Qs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCFHkxk9Qs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCFHkxk9Qs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCFHkxk9Qs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCFHkxk9Qs .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uCFHkxk9Qs a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uCFHkxk9Qs a.nav-link:focus {
  outline: none;
}
.cid-uCFHkxk9Qs .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uCFHkxk9Qs .nav-link:hover,
.cid-uCFHkxk9Qs .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCFHkxk9Qs .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uCFHkxk9Qs .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uCFHkxRgn0 {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uCFHkxRgn0 .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uCFHkxRgn0 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uCFHkxRgn0 {
    align-items: flex-end;
  }
  .cid-uCFHkxRgn0 .row {
    justify-content: flex-start;
  }
  .cid-uCFHkxRgn0 .content-wrap {
    width: 81%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uCFHkxRgn0 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uCFHkxRgn0 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCFHkxRgn0 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uCFHkxRgn0 .content-wrap {
    width: 100%;
  }
}
.cid-uCFHkynM0m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uCFHkynM0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCFHkynM0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCFHkynM0m .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uCFHkynM0m .team-card:hover {
  transform: translateY(-10px);
}
.cid-uCFHkynM0m .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uCFHkynM0m .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uCFHkynM0m .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uCFHkynM0m .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCFHkynM0m .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uCFHkynM0m .social-row {
  text-align: center;
}
.cid-uCFHkynM0m .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uCFHkynM0m .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uCFHkynM0m .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uCFHkynM0m .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uCFHkynM0m .card-title,
.cid-uCFHkynM0m .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uCFHkzlu46 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uCFHkzlu46 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uGNHj9qsxS .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uGNHj9qsxS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uGNHj9qsxS .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uGNHj9qsxS .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uGNHj9qsxS .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGNHj9qsxS .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uGNHj9qsxS .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGNHj9qsxS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGNHj9qsxS .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uGNHj9qsxS .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uGNHj9qsxS .navbar.collapsed.opened .navbar-collapse.show,
.cid-uGNHj9qsxS .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uGNHj9qsxS .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uGNHj9qsxS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGNHj9qsxS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGNHj9qsxS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGNHj9qsxS .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-uGNHj9qsxS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGNHj9qsxS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uGNHj9qsxS .navbar {
    flex-wrap: nowrap;
  }
  .cid-uGNHj9qsxS .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uGNHj9qsxS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGNHj9qsxS .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uGNHj9qsxS .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uGNHj9qsxS .navbar.opened .navbar-collapse.show,
  .cid-uGNHj9qsxS .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uGNHj9qsxS .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uGNHj9qsxS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGNHj9qsxS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGNHj9qsxS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGNHj9qsxS .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-uGNHj9qsxS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGNHj9qsxS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGNHj9qsxS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uGNHj9qsxS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uGNHj9qsxS .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uGNHj9qsxS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGNHj9qsxS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGNHj9qsxS .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-uGNHj9qsxS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGNHj9qsxS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGNHj9qsxS .dropdown-item.active,
.cid-uGNHj9qsxS .dropdown-item:active {
  background-color: transparent;
}
.cid-uGNHj9qsxS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGNHj9qsxS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGNHj9qsxS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGNHj9qsxS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uGNHj9qsxS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGNHj9qsxS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGNHj9qsxS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGNHj9qsxS .navbar-buttons {
  text-align: center;
}
.cid-uGNHj9qsxS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGNHj9qsxS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uGNHj9qsxS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGNHj9qsxS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGNHj9qsxS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGNHj9qsxS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGNHj9qsxS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGNHj9qsxS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGNHj9qsxS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGNHj9qsxS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGNHj9qsxS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uGNHj9qsxS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uGNHj9qsxS a.nav-link:focus {
  outline: none;
}
.cid-uGNHj9qsxS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uGNHj9qsxS .nav-link:hover,
.cid-uGNHj9qsxS .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGNHj9qsxS .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uGNHj9qsxS .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uGNHj9Ok6X {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uGNHj9Ok6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGNHj9Ok6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGNHj9Ok6X .card-wrapper {
  background: #2b1c50;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uGNHj9Ok6X .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGNHj9Ok6X .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGNHj9Ok6X .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGNHj9Ok6X .mbr-text,
.cid-uGNHj9Ok6X .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uGNHj9Ok6X .card-title {
  color: #fafafa;
}
.cid-uGNHj9Ok6X .card-title DIV {
  text-align: left;
}
.cid-uGNHjaavgI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2b1c50;
}
.cid-uGNHjaavgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGNHjaavgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGNHjaavgI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGNHjaavgI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uGNHjaavgI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uGNHjaavgI .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-uGNHjaavgI .mbr-text,
.cid-uGNHjaavgI .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uGNHjau5d9 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-uGNHjau5d9 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uGNHjau5d9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uGNHjau5d9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uGNHjau5d9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uGNHjau5d9 .mbr-section-title {
  color: #bbbbbb;
}
.cid-uGNHjaNrUj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uGNHjaNrUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGNHjaNrUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGNHjaNrUj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uGNHjaNrUj .team-card:hover {
  transform: translateY(-10px);
}
.cid-uGNHjaNrUj .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uGNHjaNrUj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uGNHjaNrUj .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uGNHjaNrUj .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGNHjaNrUj .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uGNHjaNrUj .social-row {
  text-align: center;
}
.cid-uGNHjaNrUj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uGNHjaNrUj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uGNHjaNrUj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uGNHjaNrUj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uGNHjaNrUj .card-title,
.cid-uGNHjaNrUj .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uGNHjbJlO7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uGNHjbJlO7 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uGNPWAjQnR .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uGNPWAjQnR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uGNPWAjQnR .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uGNPWAjQnR .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uGNPWAjQnR .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGNPWAjQnR .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uGNPWAjQnR .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uGNPWAjQnR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGNPWAjQnR .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uGNPWAjQnR .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uGNPWAjQnR .navbar.collapsed.opened .navbar-collapse.show,
.cid-uGNPWAjQnR .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uGNPWAjQnR .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uGNPWAjQnR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uGNPWAjQnR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGNPWAjQnR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGNPWAjQnR .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-uGNPWAjQnR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGNPWAjQnR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uGNPWAjQnR .navbar {
    flex-wrap: nowrap;
  }
  .cid-uGNPWAjQnR .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uGNPWAjQnR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGNPWAjQnR .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uGNPWAjQnR .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uGNPWAjQnR .navbar.opened .navbar-collapse.show,
  .cid-uGNPWAjQnR .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uGNPWAjQnR .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uGNPWAjQnR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uGNPWAjQnR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGNPWAjQnR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGNPWAjQnR .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-uGNPWAjQnR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uGNPWAjQnR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGNPWAjQnR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uGNPWAjQnR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uGNPWAjQnR .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uGNPWAjQnR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uGNPWAjQnR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uGNPWAjQnR .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-uGNPWAjQnR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGNPWAjQnR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGNPWAjQnR .dropdown-item.active,
.cid-uGNPWAjQnR .dropdown-item:active {
  background-color: transparent;
}
.cid-uGNPWAjQnR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGNPWAjQnR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGNPWAjQnR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGNPWAjQnR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uGNPWAjQnR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGNPWAjQnR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGNPWAjQnR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uGNPWAjQnR .navbar-buttons {
  text-align: center;
}
.cid-uGNPWAjQnR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGNPWAjQnR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uGNPWAjQnR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uGNPWAjQnR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uGNPWAjQnR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uGNPWAjQnR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uGNPWAjQnR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGNPWAjQnR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uGNPWAjQnR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uGNPWAjQnR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uGNPWAjQnR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uGNPWAjQnR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uGNPWAjQnR a.nav-link:focus {
  outline: none;
}
.cid-uGNPWAjQnR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uGNPWAjQnR .nav-link:hover,
.cid-uGNPWAjQnR .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGNPWAjQnR .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uGNPWAjQnR .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uGNPWBasTM {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #2b1c50;
}
.cid-uGNPWBasTM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uGNPWBasTM {
    align-items: flex-end;
  }
  .cid-uGNPWBasTM .row {
    justify-content: flex-start;
  }
  .cid-uGNPWBasTM .content-wrap {
    width: 60%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGNPWBasTM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGNPWBasTM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGNPWBasTM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGNPWBasTM .content-wrap {
    width: 100%;
  }
}
.cid-uGNPWBasTM .mbr-text,
.cid-uGNPWBasTM .mbr-section-btn {
  color: #fafafa;
}
.cid-uGNPWBasTM .mbr-section-title {
  color: #ffffff;
}
.cid-uGNPWBxNQM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGNPWBxNQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGNPWBxNQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGNPWBxNQM .content-wrapper {
  background: #2b1c50;
}
@media (max-width: 991px) {
  .cid-uGNPWBxNQM .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uGNPWBxNQM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGNPWBxNQM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGNPWBxNQM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGNPWBxNQM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uGNPWBxNQM .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uGNPWBxNQM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGNPWBxNQM .card-title {
  text-align: left;
  color: #fafafa;
}
.cid-uGNPWBxNQM .mbr-text,
.cid-uGNPWBxNQM .mbr-section-btn {
  color: #ffffff;
}
.cid-uGNPWBYliT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGNPWBYliT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGNPWBYliT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGNPWBYliT .content-wrapper {
  background: #2b1c50;
}
@media (max-width: 991px) {
  .cid-uGNPWBYliT .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uGNPWBYliT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGNPWBYliT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGNPWBYliT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGNPWBYliT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uGNPWBYliT .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uGNPWBYliT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGNPWBYliT .card-title {
  color: #ffffff;
}
.cid-uGNPWBYliT .mbr-text,
.cid-uGNPWBYliT .mbr-section-btn {
  color: #ffffff;
}
.cid-uGNPWCim7h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uGNPWCim7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGNPWCim7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGNPWCim7h .content-wrapper {
  background: #2b1c50;
}
@media (max-width: 991px) {
  .cid-uGNPWCim7h .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uGNPWCim7h .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGNPWCim7h .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGNPWCim7h .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGNPWCim7h .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uGNPWCim7h .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uGNPWCim7h .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGNPWCim7h .card-title {
  color: #fafafa;
}
.cid-uGNPWCim7h .mbr-text,
.cid-uGNPWCim7h .mbr-section-btn {
  color: #ffffff;
}
.cid-uGNPWCMzNV {
  display: flex;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2b1c50;
}
.cid-uGNPWCMzNV .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uGNPWCMzNV {
    align-items: flex-end;
  }
  .cid-uGNPWCMzNV .row {
    justify-content: flex-start;
  }
  .cid-uGNPWCMzNV .content-wrap {
    width: 76%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uGNPWCMzNV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uGNPWCMzNV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uGNPWCMzNV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uGNPWCMzNV .content-wrap {
    width: 100%;
  }
}
.cid-uGNPWCMzNV .mbr-text,
.cid-uGNPWCMzNV .mbr-section-btn {
  color: #fafafa;
}
.cid-uGNPWCMzNV .mbr-section-title {
  color: #ffffff;
}
.cid-uGNPWD53jy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uGNPWD53jy .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uVvvmqtWN1 .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-uVvvmqtWN1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-uVvvmqtWN1 .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-uVvvmqtWN1 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-uVvvmqtWN1 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVvvmqtWN1 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-uVvvmqtWN1 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uVvvmqtWN1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVvvmqtWN1 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-uVvvmqtWN1 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-uVvvmqtWN1 .navbar.collapsed.opened .navbar-collapse.show,
.cid-uVvvmqtWN1 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-uVvvmqtWN1 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-uVvvmqtWN1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uVvvmqtWN1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVvvmqtWN1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVvvmqtWN1 .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-uVvvmqtWN1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVvvmqtWN1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uVvvmqtWN1 .navbar {
    flex-wrap: nowrap;
  }
  .cid-uVvvmqtWN1 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-uVvvmqtWN1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVvvmqtWN1 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-uVvvmqtWN1 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-uVvvmqtWN1 .navbar.opened .navbar-collapse.show,
  .cid-uVvvmqtWN1 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-uVvvmqtWN1 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-uVvvmqtWN1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uVvvmqtWN1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVvvmqtWN1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVvvmqtWN1 .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-uVvvmqtWN1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uVvvmqtWN1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVvvmqtWN1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-uVvvmqtWN1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-uVvvmqtWN1 .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-uVvvmqtWN1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uVvvmqtWN1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uVvvmqtWN1 .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-uVvvmqtWN1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVvvmqtWN1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVvvmqtWN1 .dropdown-item.active,
.cid-uVvvmqtWN1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVvvmqtWN1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVvvmqtWN1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVvvmqtWN1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVvvmqtWN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uVvvmqtWN1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVvvmqtWN1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVvvmqtWN1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uVvvmqtWN1 .navbar-buttons {
  text-align: center;
}
.cid-uVvvmqtWN1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVvvmqtWN1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uVvvmqtWN1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVvvmqtWN1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVvvmqtWN1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVvvmqtWN1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVvvmqtWN1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVvvmqtWN1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVvvmqtWN1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVvvmqtWN1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVvvmqtWN1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uVvvmqtWN1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-uVvvmqtWN1 a.nav-link:focus {
  outline: none;
}
.cid-uVvvmqtWN1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uVvvmqtWN1 .nav-link:hover,
.cid-uVvvmqtWN1 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVvvmqtWN1 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-uVvvmqtWN1 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uVvvmr56OZ {
  display: flex;
  background-image: url("../../../assets/images/mbr-1920x1284.jpg");
}
.cid-uVvvmr56OZ .mbr-overlay {
  background-color: #1d1335;
  opacity: 0.9;
}
.cid-uVvvmr56OZ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-uVvvmr56OZ {
    align-items: flex-end;
  }
  .cid-uVvvmr56OZ .row {
    justify-content: flex-start;
  }
  .cid-uVvvmr56OZ .content-wrap {
    width: 81%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVvvmr56OZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uVvvmr56OZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uVvvmr56OZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uVvvmr56OZ .content-wrap {
    width: 100%;
  }
}
.cid-uVvvmro2y8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uVvvmro2y8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvvmro2y8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVvvmro2y8 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uVvvmro2y8 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uVvvmro2y8 .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uVvvmro2y8 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uVvvmro2y8 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uVvvmro2y8 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVvvmro2y8 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uVvvmro2y8 .social-row {
  text-align: center;
}
.cid-uVvvmro2y8 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uVvvmro2y8 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uVvvmro2y8 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uVvvmro2y8 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVvvmro2y8 .card-title,
.cid-uVvvmro2y8 .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-uVvvmseZQX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-uVvvmseZQX .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-v08VSPgQew .collapsed:not(.opened) {
  flex-direction: row!important;
}
.cid-v08VSPgQew .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #232323;
}
.cid-v08VSPgQew .navbar.opened {
  transition: all .3s;
  background: #232323 !important;
}
.cid-v08VSPgQew .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-v08VSPgQew .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v08VSPgQew .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-v08VSPgQew .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem ;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-v08VSPgQew .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v08VSPgQew .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-v08VSPgQew .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-v08VSPgQew .navbar.collapsed.opened .navbar-collapse.show,
.cid-v08VSPgQew .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-v08VSPgQew .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-v08VSPgQew .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v08VSPgQew .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v08VSPgQew .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v08VSPgQew .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-v08VSPgQew .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v08VSPgQew .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v08VSPgQew .navbar {
    flex-wrap: nowrap;
  }
  .cid-v08VSPgQew .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem ;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-v08VSPgQew .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v08VSPgQew .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-v08VSPgQew .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-v08VSPgQew .navbar.opened .navbar-collapse.show,
  .cid-v08VSPgQew .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-v08VSPgQew .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-v08VSPgQew .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v08VSPgQew .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v08VSPgQew .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v08VSPgQew .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-v08VSPgQew .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v08VSPgQew .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v08VSPgQew .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-v08VSPgQew .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-v08VSPgQew .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-v08VSPgQew .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v08VSPgQew .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v08VSPgQew .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-v08VSPgQew .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v08VSPgQew .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v08VSPgQew .dropdown-item.active,
.cid-v08VSPgQew .dropdown-item:active {
  background-color: transparent;
}
.cid-v08VSPgQew .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v08VSPgQew .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v08VSPgQew .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v08VSPgQew .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-v08VSPgQew .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v08VSPgQew .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v08VSPgQew ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v08VSPgQew .navbar-buttons {
  text-align: center;
}
.cid-v08VSPgQew button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v08VSPgQew button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-v08VSPgQew button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v08VSPgQew button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v08VSPgQew button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v08VSPgQew button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v08VSPgQew nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v08VSPgQew nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v08VSPgQew nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v08VSPgQew nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v08VSPgQew .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v08VSPgQew a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-v08VSPgQew a.nav-link:focus {
  outline: none;
}
.cid-v08VSPgQew .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v08VSPgQew .nav-link:hover,
.cid-v08VSPgQew .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v08VSPgQew .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-v08VSPgQew .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-v08VSQ1sIh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v08VSQ1sIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v08VSQ1sIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v08VSQ1sIh .card-wrapper {
  background: #2b1c50;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v08VSQ1sIh .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v08VSQ1sIh .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v08VSQ1sIh .card-wrapper {
    padding: 4rem;
  }
}
.cid-v08VSQ1sIh .mbr-text,
.cid-v08VSQ1sIh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v08VSQ1sIh .card-title {
  color: #fafafa;
}
.cid-v08VSQ1sIh .card-title DIV {
  text-align: left;
}
.cid-v08VSQqmbd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2b1c50;
}
.cid-v08VSQqmbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v08VSQqmbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v08VSQqmbd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v08VSQqmbd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v08VSQqmbd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v08VSQqmbd .mbr-section-title {
  color: #fafafa;
  text-align: left;
}
.cid-v08VSQqmbd .mbr-text,
.cid-v08VSQqmbd .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v08VSQJ31d {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1282.jpg");
}
.cid-v08VSQJ31d .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-v08VSQJ31d form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v08VSQJ31d form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v08VSQJ31d form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v08VSQJ31d .mbr-section-title {
  color: #bbbbbb;
}
.cid-v08VSR6J4W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v08VSR6J4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v08VSR6J4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v08VSR6J4W .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v08VSR6J4W .team-card:hover {
  transform: translateY(-10px);
}
.cid-v08VSR6J4W .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-v08VSR6J4W .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v08VSR6J4W .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-v08VSR6J4W .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v08VSR6J4W .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-v08VSR6J4W .social-row {
  text-align: center;
}
.cid-v08VSR6J4W .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-v08VSR6J4W .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-v08VSR6J4W .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-v08VSR6J4W .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v08VSR6J4W .card-title,
.cid-v08VSR6J4W .social-row {
  text-align: left;
  color: #fafafa;
}
.cid-v08VSTgH2v {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v08VSTgH2v .media-container-row .mbr-text {
  color: #bbbbbb;
}
