body {
  font-family: Dosis;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #4c4c4c !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #262626 !important;
  border-color: #262626 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #984bff !important;
  border-color: #984bff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #6c00fe !important;
  border-color: #6c00fe !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6c00fe !important;
  border-color: #6c00fe !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #191919;
  color: #191919 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #6200e4;
  color: #6200e4 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #984bff;
  border-color: #984bff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #984bff !important;
  border-color: #984bff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4c4c4c !important;
}
.text-secondary {
  color: #984bff !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #191919 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6200e4 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #4c4c4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a {
  background: #444444;
}
#scrollToTop a i:before {
  background: #ffffff;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
  opacity: .5;
  transition: .3s;
}
.mbr-arrow a {
  color: #ffffff;
}
.mbr-arrow:hover {
  opacity: .7;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #4c4c4c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #4c4c4c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #4c4c4c;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4c4c4c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.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: #4c4c4c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #984bff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%234c4c4c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-rzMt37x8iA {
  background-image: url("../../../assets/images/fondo-web.jpg-2000x1125.jpg");
}
.cid-rzMt37x8iA .mbr-text,
.cid-rzMt37x8iA .typed-text,
.cid-rzMt37x8iA .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rzMt37x8iA .btn {
  margin-left: 4px !important;
}
.cid-rzMt37x8iA .animated-element {
  color: #984bff;
}
.cid-rzMt37x8iA .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #984bff;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-rzMt37x8iA .mbr-section-title {
  text-align: center;
}
.cid-rzMt37x8iA .typed-text {
  text-align: center;
}
.cid-rzMt37x8iA .mbr-section-text,
.cid-rzMt37x8iA .mbr-section-btn {
  text-align: center;
}
.cid-ucNmW4NM3P {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #141414;
}
.cid-ucNmW4NM3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucNmW4NM3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucNmW4NM3P .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ucNmW4NM3P .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ucNmW4NM3P .container {
    padding: 0 24px;
  }
}
.cid-ucNmW4NM3P .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-ucNmW4NM3P .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-ucNmW4NM3P .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-ucNmW4NM3P .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-ucNmW4NM3P .mbr-section-title {
  color: #202020;
}
.cid-ucNmW4NM3P .mbr-text,
.cid-ucNmW4NM3P .text-wrap {
  color: #828282;
  text-align: center;
}
.cid-ucNmW4NM3P .mbr-section-title,
.cid-ucNmW4NM3P .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1KPGmuBep {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-v1KPGmuBep img,
.cid-v1KPGmuBep .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1KPGmuBep .item:focus,
.cid-v1KPGmuBep span:focus {
  outline: none;
}
.cid-v1KPGmuBep .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v1KPGmuBep .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1KPGmuBep .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1KPGmuBep .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1KPGmuBep .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1KPGmuBep .mbr-section-title {
  color: #ffffff;
}
.cid-v1KPGmuBep .mbr-text,
.cid-v1KPGmuBep .mbr-section-btn {
  text-align: center;
}
.cid-v1KPGmuBep .item-title {
  text-align: center;
}
.cid-v1KPGmuBep .item-subtitle {
  text-align: left;
}
.cid-v1KPHHcy74 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #141414;
}
.cid-v1KPHHcy74 img,
.cid-v1KPHHcy74 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1KPHHcy74 .item:focus,
.cid-v1KPHHcy74 span:focus {
  outline: none;
}
.cid-v1KPHHcy74 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v1KPHHcy74 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1KPHHcy74 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1KPHHcy74 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1KPHHcy74 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1KPHHcy74 .mbr-section-title {
  color: #ffffff;
}
.cid-v1KPHHcy74 .mbr-text,
.cid-v1KPHHcy74 .mbr-section-btn {
  text-align: center;
}
.cid-v1KPHHcy74 .item-title {
  text-align: center;
}
.cid-v1KPHHcy74 .item-subtitle {
  text-align: left;
}
.cid-u2kqqEiuJc {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #141414;
}
.cid-u2kqqEiuJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kqqEiuJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rzMr7rM4hq {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #141414;
}
.cid-rzMr7rM4hq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-rzMr7rM4hq .mbr-section-title {
  margin: 0;
}
.cid-rzMr7rM4hq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-rzMr7rM4hq .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-rzMr7rM4hq .card-img {
  text-align: left;
}
.cid-rzMr7rM4hq .row-item {
  padding-bottom: 2rem;
}
.cid-rzMr7rM4hq .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-rzMr7rM4hq .card-img,
  .cid-rzMr7rM4hq .mbr-text,
  .cid-rzMr7rM4hq .mbr-card-title,
  .cid-rzMr7rM4hq .mbr-section-subtitle,
  .cid-rzMr7rM4hq .mbr-section-title,
  .cid-rzMr7rM4hq .underline {
    text-align: center !important;
  }
}
.cid-rzMr7rM4hq .mbr-text {
  color: #828282;
}
.cid-rzMr7rM4hq .mbr-section-subtitle {
  color: #828282;
}
.cid-rzMr7rM4hq .mbr-section-title,
.cid-rzMr7rM4hq .underline {
  color: #ffffff;
}
.cid-rzMr7rM4hq .mbr-card-title,
.cid-rzMr7rM4hq .card-img {
  color: #ffffff;
}
.cid-u6XIWGCdw2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #141414;
}
.cid-u6XIWGCdw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6XIWGCdw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-u6XIWGCdw2 .col-content {
    text-align: center;
  }
}
.cid-u6XIWGCdw2 .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-u6XIWGCdw2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6XIWGCdw2 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-u6XIWGCdw2 .mbr-section-btn {
  margin-top: 22px;
}
.cid-u6XIWGCdw2 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-u6XIWGCdw2 .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u6XIWGCdw2 .text-item {
    text-align: center;
  }
}
.cid-u6XIWGCdw2 .mbr-text {
  color: #24262b;
}
.cid-u6XIWGCdw2 .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-u6XIWGCdw2 .mbr-section-subtitle,
.cid-u6XIWGCdw2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tpzuZKhlY4 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #141414;
}
.cid-tpzuZKhlY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpzuZKhlY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpzuZKhlY4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tpzuZKhlY4 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tpzuZKhlY4 .embla__button--next,
.cid-tpzuZKhlY4 .embla__button--prev {
  display: flex;
}
.cid-tpzuZKhlY4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tpzuZKhlY4 .embla__button {
    display: none;
  }
}
.cid-tpzuZKhlY4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tpzuZKhlY4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tpzuZKhlY4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpzuZKhlY4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tpzuZKhlY4 .embla__button {
    top: auto;
  }
}
.cid-tpzuZKhlY4 .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tpzuZKhlY4 .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tpzuZKhlY4 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tpzuZKhlY4 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tpzuZKhlY4 .embla {
  position: relative;
  width: 100%;
}
.cid-tpzuZKhlY4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tpzuZKhlY4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tpzuZKhlY4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tpzuZKhlY4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tpzuZKhlY4 .user_text {
  color: #828282;
}
.cid-tpzuZKhlY4 H3 {
  color: #ffffff;
}
.cid-tpzuZKhlY4 .user_name {
  color: #cccccc;
}
.cid-u6XBWwMSJj {
  padding-top: 1rem;
  padding-bottom: 9rem;
  background-color: #141414;
}
.cid-u6XBWwMSJj .mbr-text {
  color: #767676;
}
.cid-u6XBWwMSJj .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u6XBWwMSJj .card-box {
    flex-direction: column;
  }
}
.cid-u6XBWwMSJj .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-u6XBWwMSJj .mbr-section-subtitle {
  color: #767676;
}
.cid-u6XBWwMSJj .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u6XBWwMSJj .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-u6XBWwMSJj .title .card-title {
  z-index: 1;
}
.cid-u6XBWwMSJj h4 {
  margin: 0;
}
.cid-u6XBWwMSJj .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-u6XBWwMSJj .card {
    margin-bottom: 1.5rem;
  }
}
.cid-u6XBWwMSJj .card-title,
.cid-u6XBWwMSJj .card-img {
  color: #ffffff;
}
.cid-u6XBWwMSJj .num,
.cid-u6XBWwMSJj .line {
  color: #ffffff;
}
.cid-u6XBWwMSJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6XBWwMSJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EIa7uCKx {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #141414;
}
.cid-u9EIa7uCKx .mbr-section-subtitle {
  color: #cccccc;
}
.cid-u9EIa7uCKx h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-u9EIa7uCKx h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u9EIa7uCKx h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-u9EIa7uCKx .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #984bff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-u9EIa7uCKx .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-u9EIa7uCKx .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-u9EIa7uCKx .mbr-iconfont-social:hover:before {
  background: #984bff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-u9EIa7uCKx .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-u9EIa7uCKx .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-u9EIa7uCKx .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-u9EIa7uCKx .mbr-section-title,
.cid-u9EIa7uCKx .social-list {
  color: #000000;
}
@media (max-width: 768px) {
  .cid-u9EIa7uCKx h2:before,
  .cid-u9EIa7uCKx h2:after {
    display: none;
  }
}
.cid-u9EIa7uCKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EIa7uCKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2ksQsmnn4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background: #141414;
}
.cid-u2ksQsmnn4 p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-u2ksQsmnn4 .row {
    justify-content: flex-start !important;
  }
}
.cid-u2ksQsmnn4 .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-u2ksQsmnn4 .mbr-section-title {
  text-align: center;
}
.cid-u2ksQsmnn4 .mbr-section-subtitle {
  text-align: center;
}
.cid-u2ksQsmnn4 .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-u2ksQsmnn4 .card-container {
    margin-bottom: 2rem;
  }
}
.cid-u2ksQsmnn4 .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-u2ksQsmnn4 .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-u2ksQsmnn4 .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-u2ksQsmnn4 .card-title {
  color: #ffffff;
}
.cid-u2ksQsmnn4 P {
  color: #fafafa;
}
.cid-tp0n7zSRHZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tp0n7zSRHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tp0n7zSRHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tp0n7zSRHZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-tp0n7zSRHZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tp0n7zSRHZ .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-tp0n7zSRHZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tp0n7zSRHZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u2kD66A5n9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u2kD66A5n9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kD66A5n9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kD66A5n9 .copyright {
  color: #ffffff;
}
.cid-u2kD66A5n9 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u2kD66A5n9 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u2kD66A5n9 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u2kD66A5n9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2kD66A5n9 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2kD66A5n9 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2kD66A5n9 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u2kD66A5n9 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u2kD66A5n9 .row-links-soc,
.cid-u2kD66A5n9 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u2kD66A5n9 .copyright,
.cid-u2kD66A5n9 .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u34uN4XTSH {
  background-color: #ffffff;
}
.cid-u34uN4XTSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u34uN4XTSH .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u34uN4XTSH .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u34uN4XTSH img {
  border-radius: 1rem;
}
.cid-u34uN4XTSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u34uN4XTSH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u34uN4XTSH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u34uN4XTSH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u34uN4XTSH .mbr-section-title {
  color: #19303d;
}
.cid-u34uN4XTSH .mbr-section-subtitle,
.cid-u34uN4XTSH .subtitle-wrap {
  color: #19303d;
}
.cid-u34uN4XTSH .mbr-text,
.cid-u34uN4XTSH .mbr-section-btn {
  color: #828282;
}
.cid-u34uN5ogVL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u34uN5ogVL img,
.cid-u34uN5ogVL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u34uN5ogVL .item:focus,
.cid-u34uN5ogVL span:focus {
  outline: none;
}
.cid-u34uN5ogVL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u34uN5ogVL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u34uN5ogVL .item {
  padding: 0;
  margin: 0;
}
.cid-u34uN5ogVL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u34uN5ogVL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u34uN5ogVL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u34uN5ogVL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u34uN5ogVL .mbr-section-title {
  color: #232323;
}
.cid-u34uN64g1u {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u34uN64g1u .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u34uN64g1u .mbr-section-title {
  margin: 0;
}
.cid-u34uN64g1u .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u34uN64g1u .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u34uN64g1u .card-img {
  text-align: left;
}
.cid-u34uN64g1u .row-item {
  padding-bottom: 2rem;
}
.cid-u34uN64g1u .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u34uN64g1u .card-img,
  .cid-u34uN64g1u .mbr-text,
  .cid-u34uN64g1u .mbr-card-title,
  .cid-u34uN64g1u .mbr-section-subtitle,
  .cid-u34uN64g1u .mbr-section-title,
  .cid-u34uN64g1u .underline {
    text-align: center !important;
  }
}
.cid-u34uN64g1u .mbr-text {
  color: #828282;
}
.cid-u34uN64g1u .mbr-section-subtitle {
  color: #828282;
}
.cid-u34uN64g1u .mbr-card-title,
.cid-u34uN64g1u .card-img {
  text-align: center;
}
.cid-u34uN6KmOL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u34uN6KmOL .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u34uN6KmOL .mbr-section-title {
  margin: 0;
}
.cid-u34uN6KmOL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u34uN6KmOL .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u34uN6KmOL .card-img {
  text-align: left;
}
.cid-u34uN6KmOL .row-item {
  padding-bottom: 2rem;
}
.cid-u34uN6KmOL .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u34uN6KmOL .card-img,
  .cid-u34uN6KmOL .mbr-text,
  .cid-u34uN6KmOL .mbr-card-title,
  .cid-u34uN6KmOL .mbr-section-subtitle,
  .cid-u34uN6KmOL .mbr-section-title,
  .cid-u34uN6KmOL .underline {
    text-align: center !important;
  }
}
.cid-u34uN6KmOL .mbr-text {
  color: #828282;
}
.cid-u34uN6KmOL .mbr-section-subtitle {
  color: #828282;
}
.cid-u34uN6KmOL .mbr-card-title,
.cid-u34uN6KmOL .card-img {
  text-align: center;
}
.cid-u34uN7kIUy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u34uN7kIUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u34uN7kIUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u34uN7kIUy .copyright {
  color: #ffffff;
}
.cid-u34uN7kIUy .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u34uN7kIUy .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u34uN7kIUy .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u34uN7kIUy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u34uN7kIUy .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u34uN7kIUy .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u34uN7kIUy .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u34uN7kIUy .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u34uN7kIUy .row-links-soc,
.cid-u34uN7kIUy .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u34uN7kIUy .copyright,
.cid-u34uN7kIUy .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u6WDM6TfR0 {
  background-color: #ffffff;
}
.cid-u6WDM6TfR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WDM6TfR0 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u6WDM6TfR0 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u6WDM6TfR0 img {
  border-radius: 1rem;
}
.cid-u6WDM6TfR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WDM6TfR0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6WDM6TfR0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6WDM6TfR0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6WDM6TfR0 .mbr-section-title {
  color: #232323;
}
.cid-u6WDM6TfR0 .mbr-section-subtitle,
.cid-u6WDM6TfR0 .subtitle-wrap {
  color: #828282;
}
.cid-u6WDM6TfR0 .mbr-text,
.cid-u6WDM6TfR0 .mbr-section-btn {
  color: #828282;
}
.cid-u6WDM7oTAO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6WDM7oTAO img,
.cid-u6WDM7oTAO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6WDM7oTAO .item:focus,
.cid-u6WDM7oTAO span:focus {
  outline: none;
}
.cid-u6WDM7oTAO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u6WDM7oTAO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6WDM7oTAO .item {
  padding: 0;
  margin: 0;
}
.cid-u6WDM7oTAO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6WDM7oTAO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6WDM7oTAO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6WDM7oTAO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6WDM7oTAO .mbr-section-title {
  color: #232323;
}
.cid-u6WDM88a66 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6WDM88a66 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6WDM88a66 .mbr-section-title {
  margin: 0;
}
.cid-u6WDM88a66 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6WDM88a66 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6WDM88a66 .card-img {
  text-align: left;
}
.cid-u6WDM88a66 .row-item {
  padding-bottom: 2rem;
}
.cid-u6WDM88a66 .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6WDM88a66 .card-img,
  .cid-u6WDM88a66 .mbr-text,
  .cid-u6WDM88a66 .mbr-card-title,
  .cid-u6WDM88a66 .mbr-section-subtitle,
  .cid-u6WDM88a66 .mbr-section-title,
  .cid-u6WDM88a66 .underline {
    text-align: center !important;
  }
}
.cid-u6WDM88a66 .mbr-text {
  color: #828282;
}
.cid-u6WDM88a66 .mbr-section-subtitle {
  color: #828282;
}
.cid-u6WDM88a66 .mbr-card-title,
.cid-u6WDM88a66 .card-img {
  text-align: center;
}
.cid-u6WDM8Oyvq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u6WDM8Oyvq .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6WDM8Oyvq .mbr-section-title {
  margin: 0;
}
.cid-u6WDM8Oyvq .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6WDM8Oyvq .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6WDM8Oyvq .card-img {
  text-align: left;
}
.cid-u6WDM8Oyvq .row-item {
  padding-bottom: 2rem;
}
.cid-u6WDM8Oyvq .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6WDM8Oyvq .card-img,
  .cid-u6WDM8Oyvq .mbr-text,
  .cid-u6WDM8Oyvq .mbr-card-title,
  .cid-u6WDM8Oyvq .mbr-section-subtitle,
  .cid-u6WDM8Oyvq .mbr-section-title,
  .cid-u6WDM8Oyvq .underline {
    text-align: center !important;
  }
}
.cid-u6WDM8Oyvq .mbr-text {
  color: #828282;
}
.cid-u6WDM8Oyvq .mbr-section-subtitle {
  color: #828282;
}
.cid-u6WDM8Oyvq .mbr-card-title,
.cid-u6WDM8Oyvq .card-img {
  text-align: center;
}
.cid-u6WDM9kkbI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u6WDM9kkbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WDM9kkbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WDM9kkbI .copyright {
  color: #ffffff;
}
.cid-u6WDM9kkbI .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u6WDM9kkbI .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6WDM9kkbI .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u6WDM9kkbI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6WDM9kkbI .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6WDM9kkbI .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6WDM9kkbI .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6WDM9kkbI .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u6WDM9kkbI .row-links-soc,
.cid-u6WDM9kkbI .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u6WDM9kkbI .copyright,
.cid-u6WDM9kkbI .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-tpzB2NtW3j {
  background-color: #ffffff;
}
.cid-tpzB2NtW3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpzB2NtW3j .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tpzB2NtW3j .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-tpzB2NtW3j img {
  border-radius: 1rem;
}
.cid-tpzB2NtW3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpzB2NtW3j .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tpzB2NtW3j .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tpzB2NtW3j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpzB2NtW3j .mbr-section-title {
  color: #000000;
}
.cid-tpzB2NtW3j .mbr-section-subtitle,
.cid-tpzB2NtW3j .subtitle-wrap {
  color: #828282;
}
.cid-tpzB2NtW3j .mbr-text,
.cid-tpzB2NtW3j .mbr-section-btn {
  color: #828282;
}
.cid-u2kCrZL8pb {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2kCrZL8pb img,
.cid-u2kCrZL8pb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2kCrZL8pb .item:focus,
.cid-u2kCrZL8pb span:focus {
  outline: none;
}
.cid-u2kCrZL8pb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u2kCrZL8pb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u2kCrZL8pb .item {
  padding: 0;
  margin: 0;
}
.cid-u2kCrZL8pb .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u2kCrZL8pb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2kCrZL8pb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u2kCrZL8pb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2kCrZL8pb .mbr-section-title {
  color: #232323;
}
.cid-tpzC3n2HXA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpzC3n2HXA .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-tpzC3n2HXA .mbr-section-title {
  margin: 0;
}
.cid-tpzC3n2HXA .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tpzC3n2HXA .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-tpzC3n2HXA .card-img {
  text-align: left;
}
.cid-tpzC3n2HXA .row-item {
  padding-bottom: 2rem;
}
.cid-tpzC3n2HXA .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-tpzC3n2HXA .card-img,
  .cid-tpzC3n2HXA .mbr-text,
  .cid-tpzC3n2HXA .mbr-card-title,
  .cid-tpzC3n2HXA .mbr-section-subtitle,
  .cid-tpzC3n2HXA .mbr-section-title,
  .cid-tpzC3n2HXA .underline {
    text-align: center !important;
  }
}
.cid-tpzC3n2HXA .mbr-text {
  color: #828282;
}
.cid-tpzC3n2HXA .mbr-section-subtitle {
  color: #828282;
}
.cid-tpzC3n2HXA .mbr-card-title,
.cid-tpzC3n2HXA .card-img {
  text-align: center;
}
.cid-u34q4TBuXZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u34q4TBuXZ .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u34q4TBuXZ .mbr-section-title {
  margin: 0;
}
.cid-u34q4TBuXZ .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u34q4TBuXZ .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u34q4TBuXZ .card-img {
  text-align: left;
}
.cid-u34q4TBuXZ .row-item {
  padding-bottom: 2rem;
}
.cid-u34q4TBuXZ .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u34q4TBuXZ .card-img,
  .cid-u34q4TBuXZ .mbr-text,
  .cid-u34q4TBuXZ .mbr-card-title,
  .cid-u34q4TBuXZ .mbr-section-subtitle,
  .cid-u34q4TBuXZ .mbr-section-title,
  .cid-u34q4TBuXZ .underline {
    text-align: center !important;
  }
}
.cid-u34q4TBuXZ .mbr-text {
  color: #828282;
}
.cid-u34q4TBuXZ .mbr-section-subtitle {
  color: #828282;
}
.cid-u34q4TBuXZ .mbr-card-title,
.cid-u34q4TBuXZ .card-img {
  text-align: center;
}
.cid-u2kD66A5n9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u2kD66A5n9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2kD66A5n9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2kD66A5n9 .copyright {
  color: #ffffff;
}
.cid-u2kD66A5n9 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u2kD66A5n9 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u2kD66A5n9 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u2kD66A5n9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u2kD66A5n9 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u2kD66A5n9 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u2kD66A5n9 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u2kD66A5n9 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u2kD66A5n9 .row-links-soc,
.cid-u2kD66A5n9 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u2kD66A5n9 .copyright,
.cid-u2kD66A5n9 .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u6XYs2HRs0 {
  background-color: #ffffff;
}
.cid-u6XYs2HRs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6XYs2HRs0 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u6XYs2HRs0 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u6XYs2HRs0 img {
  border-radius: 1rem;
}
.cid-u6XYs2HRs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6XYs2HRs0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6XYs2HRs0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6XYs2HRs0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6XYs2HRs0 .mbr-section-title {
  color: #232323;
}
.cid-u6XYs2HRs0 .mbr-section-subtitle,
.cid-u6XYs2HRs0 .subtitle-wrap {
  color: #828282;
}
.cid-u6XYs2HRs0 .mbr-text,
.cid-u6XYs2HRs0 .mbr-section-btn {
  color: #828282;
}
.cid-u6XYs3yCHU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6XYs3yCHU img,
.cid-u6XYs3yCHU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6XYs3yCHU .item:focus,
.cid-u6XYs3yCHU span:focus {
  outline: none;
}
.cid-u6XYs3yCHU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u6XYs3yCHU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6XYs3yCHU .item {
  padding: 0;
  margin: 0;
}
.cid-u6XYs3yCHU .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6XYs3yCHU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6XYs3yCHU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6XYs3yCHU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6XYs3yCHU .mbr-section-title {
  color: #232323;
}
.cid-u6XYs4AYQS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6XYs4AYQS .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6XYs4AYQS .mbr-section-title {
  margin: 0;
}
.cid-u6XYs4AYQS .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6XYs4AYQS .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6XYs4AYQS .card-img {
  text-align: left;
}
.cid-u6XYs4AYQS .row-item {
  padding-bottom: 2rem;
}
.cid-u6XYs4AYQS .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6XYs4AYQS .card-img,
  .cid-u6XYs4AYQS .mbr-text,
  .cid-u6XYs4AYQS .mbr-card-title,
  .cid-u6XYs4AYQS .mbr-section-subtitle,
  .cid-u6XYs4AYQS .mbr-section-title,
  .cid-u6XYs4AYQS .underline {
    text-align: center !important;
  }
}
.cid-u6XYs4AYQS .mbr-text {
  color: #828282;
}
.cid-u6XYs4AYQS .mbr-section-subtitle {
  color: #828282;
}
.cid-u6XYs4AYQS .mbr-card-title,
.cid-u6XYs4AYQS .card-img {
  text-align: center;
}
.cid-u6XYs5UWTE {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u6XYs5UWTE .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6XYs5UWTE .mbr-section-title {
  margin: 0;
}
.cid-u6XYs5UWTE .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6XYs5UWTE .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6XYs5UWTE .card-img {
  text-align: left;
}
.cid-u6XYs5UWTE .row-item {
  padding-bottom: 2rem;
}
.cid-u6XYs5UWTE .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6XYs5UWTE .card-img,
  .cid-u6XYs5UWTE .mbr-text,
  .cid-u6XYs5UWTE .mbr-card-title,
  .cid-u6XYs5UWTE .mbr-section-subtitle,
  .cid-u6XYs5UWTE .mbr-section-title,
  .cid-u6XYs5UWTE .underline {
    text-align: center !important;
  }
}
.cid-u6XYs5UWTE .mbr-text {
  color: #828282;
}
.cid-u6XYs5UWTE .mbr-section-subtitle {
  color: #828282;
}
.cid-u6XYs5UWTE .mbr-card-title,
.cid-u6XYs5UWTE .card-img {
  text-align: center;
}
.cid-u6XYs6Mao7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u6XYs6Mao7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6XYs6Mao7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6XYs6Mao7 .copyright {
  color: #ffffff;
}
.cid-u6XYs6Mao7 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u6XYs6Mao7 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6XYs6Mao7 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u6XYs6Mao7 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6XYs6Mao7 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6XYs6Mao7 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6XYs6Mao7 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6XYs6Mao7 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u6XYs6Mao7 .row-links-soc,
.cid-u6XYs6Mao7 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u6XYs6Mao7 .copyright,
.cid-u6XYs6Mao7 .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u6Y0fpf5Yg {
  background-color: #ffffff;
}
.cid-u6Y0fpf5Yg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Y0fpf5Yg .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u6Y0fpf5Yg .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u6Y0fpf5Yg img {
  border-radius: 1rem;
}
.cid-u6Y0fpf5Yg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Y0fpf5Yg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6Y0fpf5Yg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Y0fpf5Yg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6Y0fpf5Yg .mbr-section-title {
  color: #232323;
}
.cid-u6Y0fpf5Yg .mbr-section-subtitle,
.cid-u6Y0fpf5Yg .subtitle-wrap {
  color: #828282;
}
.cid-u6Y0fpf5Yg .mbr-text,
.cid-u6Y0fpf5Yg .mbr-section-btn {
  color: #828282;
}
.cid-u6Y0fpYAG7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6Y0fpYAG7 img,
.cid-u6Y0fpYAG7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6Y0fpYAG7 .item:focus,
.cid-u6Y0fpYAG7 span:focus {
  outline: none;
}
.cid-u6Y0fpYAG7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u6Y0fpYAG7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6Y0fpYAG7 .item {
  padding: 0;
  margin: 0;
}
.cid-u6Y0fpYAG7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6Y0fpYAG7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6Y0fpYAG7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6Y0fpYAG7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6Y0fpYAG7 .mbr-section-title {
  color: #232323;
}
.cid-u6Y0fqOaNu {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6Y0fqOaNu .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6Y0fqOaNu .mbr-section-title {
  margin: 0;
}
.cid-u6Y0fqOaNu .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6Y0fqOaNu .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6Y0fqOaNu .card-img {
  text-align: left;
}
.cid-u6Y0fqOaNu .row-item {
  padding-bottom: 2rem;
}
.cid-u6Y0fqOaNu .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6Y0fqOaNu .card-img,
  .cid-u6Y0fqOaNu .mbr-text,
  .cid-u6Y0fqOaNu .mbr-card-title,
  .cid-u6Y0fqOaNu .mbr-section-subtitle,
  .cid-u6Y0fqOaNu .mbr-section-title,
  .cid-u6Y0fqOaNu .underline {
    text-align: center !important;
  }
}
.cid-u6Y0fqOaNu .mbr-text {
  color: #828282;
}
.cid-u6Y0fqOaNu .mbr-section-subtitle {
  color: #828282;
}
.cid-u6Y0fqOaNu .mbr-card-title,
.cid-u6Y0fqOaNu .card-img {
  text-align: center;
}
.cid-u6Y0frKG83 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u6Y0frKG83 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6Y0frKG83 .mbr-section-title {
  margin: 0;
}
.cid-u6Y0frKG83 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6Y0frKG83 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6Y0frKG83 .card-img {
  text-align: left;
}
.cid-u6Y0frKG83 .row-item {
  padding-bottom: 2rem;
}
.cid-u6Y0frKG83 .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6Y0frKG83 .card-img,
  .cid-u6Y0frKG83 .mbr-text,
  .cid-u6Y0frKG83 .mbr-card-title,
  .cid-u6Y0frKG83 .mbr-section-subtitle,
  .cid-u6Y0frKG83 .mbr-section-title,
  .cid-u6Y0frKG83 .underline {
    text-align: center !important;
  }
}
.cid-u6Y0frKG83 .mbr-text {
  color: #828282;
}
.cid-u6Y0frKG83 .mbr-section-subtitle {
  color: #828282;
}
.cid-u6Y0frKG83 .mbr-card-title,
.cid-u6Y0frKG83 .card-img {
  text-align: center;
}
.cid-u6Y0fsBgdZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u6Y0fsBgdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Y0fsBgdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Y0fsBgdZ .copyright {
  color: #ffffff;
}
.cid-u6Y0fsBgdZ .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u6Y0fsBgdZ .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6Y0fsBgdZ .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u6Y0fsBgdZ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6Y0fsBgdZ .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Y0fsBgdZ .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6Y0fsBgdZ .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6Y0fsBgdZ .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u6Y0fsBgdZ .row-links-soc,
.cid-u6Y0fsBgdZ .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u6Y0fsBgdZ .copyright,
.cid-u6Y0fsBgdZ .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u6Y0NUyPHl {
  background-color: #ffffff;
}
.cid-u6Y0NUyPHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Y0NUyPHl .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u6Y0NUyPHl .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u6Y0NUyPHl img {
  border-radius: 1rem;
}
.cid-u6Y0NUyPHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Y0NUyPHl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6Y0NUyPHl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Y0NUyPHl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6Y0NUyPHl .mbr-section-title {
  color: #232323;
}
.cid-u6Y0NUyPHl .mbr-section-subtitle,
.cid-u6Y0NUyPHl .subtitle-wrap {
  color: #828282;
}
.cid-u6Y0NUyPHl .mbr-text,
.cid-u6Y0NUyPHl .mbr-section-btn {
  color: #828282;
}
.cid-u6Y0NWi09y {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6Y0NWi09y img,
.cid-u6Y0NWi09y .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6Y0NWi09y .item:focus,
.cid-u6Y0NWi09y span:focus {
  outline: none;
}
.cid-u6Y0NWi09y .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u6Y0NWi09y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6Y0NWi09y .item {
  padding: 0;
  margin: 0;
}
.cid-u6Y0NWi09y .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6Y0NWi09y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6Y0NWi09y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6Y0NWi09y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6Y0NWi09y .mbr-section-title {
  color: #232323;
}
.cid-u6Y0NXeWcn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6Y0NXeWcn .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6Y0NXeWcn .mbr-section-title {
  margin: 0;
}
.cid-u6Y0NXeWcn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6Y0NXeWcn .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6Y0NXeWcn .card-img {
  text-align: left;
}
.cid-u6Y0NXeWcn .row-item {
  padding-bottom: 2rem;
}
.cid-u6Y0NXeWcn .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6Y0NXeWcn .card-img,
  .cid-u6Y0NXeWcn .mbr-text,
  .cid-u6Y0NXeWcn .mbr-card-title,
  .cid-u6Y0NXeWcn .mbr-section-subtitle,
  .cid-u6Y0NXeWcn .mbr-section-title,
  .cid-u6Y0NXeWcn .underline {
    text-align: center !important;
  }
}
.cid-u6Y0NXeWcn .mbr-text {
  color: #828282;
}
.cid-u6Y0NXeWcn .mbr-section-subtitle {
  color: #828282;
}
.cid-u6Y0NXeWcn .mbr-card-title,
.cid-u6Y0NXeWcn .card-img {
  text-align: center;
}
.cid-u6Y0NYmQVL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u6Y0NYmQVL .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6Y0NYmQVL .mbr-section-title {
  margin: 0;
}
.cid-u6Y0NYmQVL .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6Y0NYmQVL .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6Y0NYmQVL .card-img {
  text-align: left;
}
.cid-u6Y0NYmQVL .row-item {
  padding-bottom: 2rem;
}
.cid-u6Y0NYmQVL .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6Y0NYmQVL .card-img,
  .cid-u6Y0NYmQVL .mbr-text,
  .cid-u6Y0NYmQVL .mbr-card-title,
  .cid-u6Y0NYmQVL .mbr-section-subtitle,
  .cid-u6Y0NYmQVL .mbr-section-title,
  .cid-u6Y0NYmQVL .underline {
    text-align: center !important;
  }
}
.cid-u6Y0NYmQVL .mbr-text {
  color: #828282;
}
.cid-u6Y0NYmQVL .mbr-section-subtitle {
  color: #828282;
}
.cid-u6Y0NYmQVL .mbr-card-title,
.cid-u6Y0NYmQVL .card-img {
  text-align: center;
}
.cid-u6Y0NZgjwy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u6Y0NZgjwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Y0NZgjwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Y0NZgjwy .copyright {
  color: #ffffff;
}
.cid-u6Y0NZgjwy .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u6Y0NZgjwy .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6Y0NZgjwy .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u6Y0NZgjwy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6Y0NZgjwy .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Y0NZgjwy .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6Y0NZgjwy .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6Y0NZgjwy .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u6Y0NZgjwy .row-links-soc,
.cid-u6Y0NZgjwy .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u6Y0NZgjwy .copyright,
.cid-u6Y0NZgjwy .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9EJFK9Lri {
  background-color: #ffffff;
}
.cid-u9EJFK9Lri .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EJFK9Lri .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9EJFK9Lri .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9EJFK9Lri img {
  border-radius: 1rem;
}
.cid-u9EJFK9Lri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EJFK9Lri .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9EJFK9Lri .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9EJFK9Lri .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9EJFK9Lri .mbr-section-title {
  color: #232323;
}
.cid-u9EJFK9Lri .mbr-section-subtitle,
.cid-u9EJFK9Lri .subtitle-wrap {
  color: #828282;
}
.cid-u9EJFK9Lri .mbr-text,
.cid-u9EJFK9Lri .mbr-section-btn {
  color: #828282;
}
.cid-u9EJFKBRE9 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9EJFKBRE9 img,
.cid-u9EJFKBRE9 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EJFKBRE9 .item:focus,
.cid-u9EJFKBRE9 span:focus {
  outline: none;
}
.cid-u9EJFKBRE9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9EJFKBRE9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9EJFKBRE9 .item {
  padding: 0;
  margin: 0;
}
.cid-u9EJFKBRE9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9EJFKBRE9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EJFKBRE9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9EJFKBRE9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9EJFKBRE9 .mbr-section-title {
  color: #232323;
}
.cid-u9EJFLqS4H {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9EJFLqS4H .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9EJFLqS4H .mbr-section-title {
  margin: 0;
}
.cid-u9EJFLqS4H .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9EJFLqS4H .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9EJFLqS4H .card-img {
  text-align: left;
}
.cid-u9EJFLqS4H .row-item {
  padding-bottom: 2rem;
}
.cid-u9EJFLqS4H .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9EJFLqS4H .card-img,
  .cid-u9EJFLqS4H .mbr-text,
  .cid-u9EJFLqS4H .mbr-card-title,
  .cid-u9EJFLqS4H .mbr-section-subtitle,
  .cid-u9EJFLqS4H .mbr-section-title,
  .cid-u9EJFLqS4H .underline {
    text-align: center !important;
  }
}
.cid-u9EJFLqS4H .mbr-text {
  color: #828282;
}
.cid-u9EJFLqS4H .mbr-section-subtitle {
  color: #828282;
}
.cid-u9EJFLqS4H .mbr-card-title,
.cid-u9EJFLqS4H .card-img {
  text-align: center;
}
.cid-u9EJFM52hf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9EJFM52hf .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9EJFM52hf .mbr-section-title {
  margin: 0;
}
.cid-u9EJFM52hf .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9EJFM52hf .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9EJFM52hf .card-img {
  text-align: left;
}
.cid-u9EJFM52hf .row-item {
  padding-bottom: 2rem;
}
.cid-u9EJFM52hf .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9EJFM52hf .card-img,
  .cid-u9EJFM52hf .mbr-text,
  .cid-u9EJFM52hf .mbr-card-title,
  .cid-u9EJFM52hf .mbr-section-subtitle,
  .cid-u9EJFM52hf .mbr-section-title,
  .cid-u9EJFM52hf .underline {
    text-align: center !important;
  }
}
.cid-u9EJFM52hf .mbr-text {
  color: #828282;
}
.cid-u9EJFM52hf .mbr-section-subtitle {
  color: #828282;
}
.cid-u9EJFM52hf .mbr-card-title,
.cid-u9EJFM52hf .card-img {
  text-align: center;
}
.cid-u9EJFMHNJh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9EJFMHNJh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EJFMHNJh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EJFMHNJh .copyright {
  color: #ffffff;
}
.cid-u9EJFMHNJh .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9EJFMHNJh .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9EJFMHNJh .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9EJFMHNJh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9EJFMHNJh .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9EJFMHNJh .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9EJFMHNJh .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9EJFMHNJh .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9EJFMHNJh .row-links-soc,
.cid-u9EJFMHNJh .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9EJFMHNJh .copyright,
.cid-u9EJFMHNJh .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u6Y4yHDt2Y {
  background-color: #ffffff;
}
.cid-u6Y4yHDt2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Y4yHDt2Y .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u6Y4yHDt2Y .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u6Y4yHDt2Y img {
  border-radius: 1rem;
}
.cid-u6Y4yHDt2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Y4yHDt2Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6Y4yHDt2Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6Y4yHDt2Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6Y4yHDt2Y .mbr-section-title {
  color: #232323;
}
.cid-u6Y4yHDt2Y .mbr-section-subtitle,
.cid-u6Y4yHDt2Y .subtitle-wrap {
  color: #828282;
}
.cid-u6Y4yHDt2Y .mbr-text,
.cid-u6Y4yHDt2Y .mbr-section-btn {
  color: #828282;
}
.cid-u6Y4yIyKia {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6Y4yIyKia img,
.cid-u6Y4yIyKia .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6Y4yIyKia .item:focus,
.cid-u6Y4yIyKia span:focus {
  outline: none;
}
.cid-u6Y4yIyKia .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u6Y4yIyKia .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6Y4yIyKia .item {
  padding: 0;
  margin: 0;
}
.cid-u6Y4yIyKia .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6Y4yIyKia .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6Y4yIyKia .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6Y4yIyKia .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6Y4yIyKia .mbr-section-title {
  color: #232323;
}
.cid-u6Y4yJZcFR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u6Y4yJZcFR .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6Y4yJZcFR .mbr-section-title {
  margin: 0;
}
.cid-u6Y4yJZcFR .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6Y4yJZcFR .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6Y4yJZcFR .card-img {
  text-align: left;
}
.cid-u6Y4yJZcFR .row-item {
  padding-bottom: 2rem;
}
.cid-u6Y4yJZcFR .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6Y4yJZcFR .card-img,
  .cid-u6Y4yJZcFR .mbr-text,
  .cid-u6Y4yJZcFR .mbr-card-title,
  .cid-u6Y4yJZcFR .mbr-section-subtitle,
  .cid-u6Y4yJZcFR .mbr-section-title,
  .cid-u6Y4yJZcFR .underline {
    text-align: center !important;
  }
}
.cid-u6Y4yJZcFR .mbr-text {
  color: #828282;
}
.cid-u6Y4yJZcFR .mbr-section-subtitle {
  color: #828282;
}
.cid-u6Y4yJZcFR .mbr-card-title,
.cid-u6Y4yJZcFR .card-img {
  text-align: center;
}
.cid-u6Y4yLtEle {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u6Y4yLtEle .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u6Y4yLtEle .mbr-section-title {
  margin: 0;
}
.cid-u6Y4yLtEle .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u6Y4yLtEle .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u6Y4yLtEle .card-img {
  text-align: left;
}
.cid-u6Y4yLtEle .row-item {
  padding-bottom: 2rem;
}
.cid-u6Y4yLtEle .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u6Y4yLtEle .card-img,
  .cid-u6Y4yLtEle .mbr-text,
  .cid-u6Y4yLtEle .mbr-card-title,
  .cid-u6Y4yLtEle .mbr-section-subtitle,
  .cid-u6Y4yLtEle .mbr-section-title,
  .cid-u6Y4yLtEle .underline {
    text-align: center !important;
  }
}
.cid-u6Y4yLtEle .mbr-text {
  color: #828282;
}
.cid-u6Y4yLtEle .mbr-section-subtitle {
  color: #828282;
}
.cid-u6Y4yLtEle .mbr-card-title,
.cid-u6Y4yLtEle .card-img {
  text-align: center;
}
.cid-u6Y4yMS9al {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u6Y4yMS9al .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6Y4yMS9al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6Y4yMS9al .copyright {
  color: #ffffff;
}
.cid-u6Y4yMS9al .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u6Y4yMS9al .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6Y4yMS9al .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u6Y4yMS9al .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6Y4yMS9al .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6Y4yMS9al .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6Y4yMS9al .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6Y4yMS9al .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u6Y4yMS9al .row-links-soc,
.cid-u6Y4yMS9al .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u6Y4yMS9al .copyright,
.cid-u6Y4yMS9al .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9EOgreAz6 {
  background-color: #ffffff;
}
.cid-u9EOgreAz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EOgreAz6 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9EOgreAz6 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9EOgreAz6 img {
  border-radius: 1rem;
}
.cid-u9EOgreAz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EOgreAz6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9EOgreAz6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9EOgreAz6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9EOgreAz6 .mbr-section-title {
  color: #232323;
}
.cid-u9EOgreAz6 .mbr-section-subtitle,
.cid-u9EOgreAz6 .subtitle-wrap {
  color: #828282;
}
.cid-u9EOgreAz6 .mbr-text,
.cid-u9EOgreAz6 .mbr-section-btn {
  color: #828282;
}
.cid-u9EOgrzpIQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9EOgrzpIQ img,
.cid-u9EOgrzpIQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EOgrzpIQ .item:focus,
.cid-u9EOgrzpIQ span:focus {
  outline: none;
}
.cid-u9EOgrzpIQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9EOgrzpIQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9EOgrzpIQ .item {
  padding: 0;
  margin: 0;
}
.cid-u9EOgrzpIQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9EOgrzpIQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EOgrzpIQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9EOgrzpIQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9EOgrzpIQ .mbr-section-title {
  color: #232323;
}
.cid-u9EOgteKEa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9EOgteKEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EOgteKEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EOgteKEa .copyright {
  color: #ffffff;
}
.cid-u9EOgteKEa .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9EOgteKEa .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9EOgteKEa .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9EOgteKEa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9EOgteKEa .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9EOgteKEa .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9EOgteKEa .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9EOgteKEa .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9EOgteKEa .row-links-soc,
.cid-u9EOgteKEa .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9EOgteKEa .copyright,
.cid-u9EOgteKEa .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9ERMxuCtJ {
  background-color: #ffffff;
}
.cid-u9ERMxuCtJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ERMxuCtJ .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9ERMxuCtJ .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9ERMxuCtJ img {
  border-radius: 1rem;
}
.cid-u9ERMxuCtJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ERMxuCtJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9ERMxuCtJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9ERMxuCtJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9ERMxuCtJ .mbr-section-title {
  color: #232323;
}
.cid-u9ERMxuCtJ .mbr-section-subtitle,
.cid-u9ERMxuCtJ .subtitle-wrap {
  color: #828282;
}
.cid-u9ERMxuCtJ .mbr-text,
.cid-u9ERMxuCtJ .mbr-section-btn {
  color: #828282;
}
.cid-u9ERMyb7nf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9ERMyb7nf img,
.cid-u9ERMyb7nf .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9ERMyb7nf .item:focus,
.cid-u9ERMyb7nf span:focus {
  outline: none;
}
.cid-u9ERMyb7nf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9ERMyb7nf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9ERMyb7nf .item {
  padding: 0;
  margin: 0;
}
.cid-u9ERMyb7nf .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9ERMyb7nf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9ERMyb7nf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9ERMyb7nf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9ERMyb7nf .mbr-section-title {
  color: #232323;
}
.cid-u9ERMAIjMf {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9ERMAIjMf .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9ERMAIjMf .mbr-section-title {
  margin: 0;
}
.cid-u9ERMAIjMf .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9ERMAIjMf .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9ERMAIjMf .card-img {
  text-align: left;
}
.cid-u9ERMAIjMf .row-item {
  padding-bottom: 2rem;
}
.cid-u9ERMAIjMf .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9ERMAIjMf .card-img,
  .cid-u9ERMAIjMf .mbr-text,
  .cid-u9ERMAIjMf .mbr-card-title,
  .cid-u9ERMAIjMf .mbr-section-subtitle,
  .cid-u9ERMAIjMf .mbr-section-title,
  .cid-u9ERMAIjMf .underline {
    text-align: center !important;
  }
}
.cid-u9ERMAIjMf .mbr-text {
  color: #828282;
}
.cid-u9ERMAIjMf .mbr-section-subtitle {
  color: #828282;
}
.cid-u9ERMAIjMf .mbr-card-title,
.cid-u9ERMAIjMf .card-img {
  text-align: center;
}
.cid-u9ERMBNCYb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9ERMBNCYb .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9ERMBNCYb .mbr-section-title {
  margin: 0;
}
.cid-u9ERMBNCYb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9ERMBNCYb .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9ERMBNCYb .card-img {
  text-align: left;
}
.cid-u9ERMBNCYb .row-item {
  padding-bottom: 2rem;
}
.cid-u9ERMBNCYb .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9ERMBNCYb .card-img,
  .cid-u9ERMBNCYb .mbr-text,
  .cid-u9ERMBNCYb .mbr-card-title,
  .cid-u9ERMBNCYb .mbr-section-subtitle,
  .cid-u9ERMBNCYb .mbr-section-title,
  .cid-u9ERMBNCYb .underline {
    text-align: center !important;
  }
}
.cid-u9ERMBNCYb .mbr-text {
  color: #828282;
}
.cid-u9ERMBNCYb .mbr-section-subtitle {
  color: #828282;
}
.cid-u9ERMBNCYb .mbr-card-title,
.cid-u9ERMBNCYb .card-img {
  text-align: center;
}
.cid-u9ERMCe2JH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9ERMCe2JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ERMCe2JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9ERMCe2JH .copyright {
  color: #ffffff;
}
.cid-u9ERMCe2JH .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9ERMCe2JH .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9ERMCe2JH .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9ERMCe2JH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9ERMCe2JH .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9ERMCe2JH .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9ERMCe2JH .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9ERMCe2JH .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9ERMCe2JH .row-links-soc,
.cid-u9ERMCe2JH .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9ERMCe2JH .copyright,
.cid-u9ERMCe2JH .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9EXKWSunl {
  background-color: #ffffff;
}
.cid-u9EXKWSunl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EXKWSunl .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9EXKWSunl .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9EXKWSunl img {
  border-radius: 1rem;
}
.cid-u9EXKWSunl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EXKWSunl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9EXKWSunl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9EXKWSunl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9EXKWSunl .mbr-section-title {
  color: #232323;
}
.cid-u9EXKWSunl .mbr-section-subtitle,
.cid-u9EXKWSunl .subtitle-wrap {
  color: #828282;
}
.cid-u9EXKWSunl .mbr-text,
.cid-u9EXKWSunl .mbr-section-btn {
  color: #828282;
}
.cid-u9EXKXvQHX {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9EXKXvQHX img,
.cid-u9EXKXvQHX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EXKXvQHX .item:focus,
.cid-u9EXKXvQHX span:focus {
  outline: none;
}
.cid-u9EXKXvQHX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9EXKXvQHX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9EXKXvQHX .item {
  padding: 0;
  margin: 0;
}
.cid-u9EXKXvQHX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9EXKXvQHX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EXKXvQHX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9EXKXvQHX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9EXKXvQHX .mbr-section-title {
  color: #232323;
}
.cid-u9EXL1u4ff {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9EXL1u4ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EXL1u4ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EXL1u4ff .copyright {
  color: #ffffff;
}
.cid-u9EXL1u4ff .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9EXL1u4ff .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9EXL1u4ff .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9EXL1u4ff .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9EXL1u4ff .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9EXL1u4ff .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9EXL1u4ff .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9EXL1u4ff .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9EXL1u4ff .row-links-soc,
.cid-u9EXL1u4ff .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9EXL1u4ff .copyright,
.cid-u9EXL1u4ff .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9F17S114z {
  background-color: #ffffff;
}
.cid-u9F17S114z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F17S114z .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9F17S114z .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9F17S114z img {
  border-radius: 1rem;
}
.cid-u9F17S114z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F17S114z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9F17S114z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9F17S114z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9F17S114z .mbr-section-title {
  color: #232323;
}
.cid-u9F17S114z .mbr-section-subtitle,
.cid-u9F17S114z .subtitle-wrap {
  color: #828282;
}
.cid-u9F17S114z .mbr-text,
.cid-u9F17S114z .mbr-section-btn {
  color: #828282;
}
.cid-u9F17SqZwa {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9F17SqZwa img,
.cid-u9F17SqZwa .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F17SqZwa .item:focus,
.cid-u9F17SqZwa span:focus {
  outline: none;
}
.cid-u9F17SqZwa .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9F17SqZwa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9F17SqZwa .item {
  padding: 0;
  margin: 0;
}
.cid-u9F17SqZwa .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9F17SqZwa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F17SqZwa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9F17SqZwa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9F17SqZwa .mbr-section-title {
  color: #232323;
}
.cid-u9F17T09vc {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9F17T09vc .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9F17T09vc .mbr-section-title {
  margin: 0;
}
.cid-u9F17T09vc .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9F17T09vc .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9F17T09vc .card-img {
  text-align: left;
}
.cid-u9F17T09vc .row-item {
  padding-bottom: 2rem;
}
.cid-u9F17T09vc .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9F17T09vc .card-img,
  .cid-u9F17T09vc .mbr-text,
  .cid-u9F17T09vc .mbr-card-title,
  .cid-u9F17T09vc .mbr-section-subtitle,
  .cid-u9F17T09vc .mbr-section-title,
  .cid-u9F17T09vc .underline {
    text-align: center !important;
  }
}
.cid-u9F17T09vc .mbr-text {
  color: #828282;
}
.cid-u9F17T09vc .mbr-section-subtitle {
  color: #828282;
}
.cid-u9F17T09vc .mbr-card-title,
.cid-u9F17T09vc .card-img {
  text-align: center;
}
.cid-u9F17TCuaK {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9F17TCuaK .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9F17TCuaK .mbr-section-title {
  margin: 0;
}
.cid-u9F17TCuaK .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9F17TCuaK .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9F17TCuaK .card-img {
  text-align: left;
}
.cid-u9F17TCuaK .row-item {
  padding-bottom: 2rem;
}
.cid-u9F17TCuaK .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9F17TCuaK .card-img,
  .cid-u9F17TCuaK .mbr-text,
  .cid-u9F17TCuaK .mbr-card-title,
  .cid-u9F17TCuaK .mbr-section-subtitle,
  .cid-u9F17TCuaK .mbr-section-title,
  .cid-u9F17TCuaK .underline {
    text-align: center !important;
  }
}
.cid-u9F17TCuaK .mbr-text {
  color: #828282;
}
.cid-u9F17TCuaK .mbr-section-subtitle {
  color: #828282;
}
.cid-u9F17TCuaK .mbr-card-title,
.cid-u9F17TCuaK .card-img {
  text-align: center;
}
.cid-u9F17Ub0N4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9F17Ub0N4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F17Ub0N4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F17Ub0N4 .copyright {
  color: #ffffff;
}
.cid-u9F17Ub0N4 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9F17Ub0N4 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9F17Ub0N4 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9F17Ub0N4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9F17Ub0N4 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9F17Ub0N4 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9F17Ub0N4 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9F17Ub0N4 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9F17Ub0N4 .row-links-soc,
.cid-u9F17Ub0N4 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9F17Ub0N4 .copyright,
.cid-u9F17Ub0N4 .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9F4zyGieU {
  background-color: #ffffff;
}
.cid-u9F4zyGieU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F4zyGieU .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9F4zyGieU .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9F4zyGieU img {
  border-radius: 1rem;
}
.cid-u9F4zyGieU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F4zyGieU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9F4zyGieU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9F4zyGieU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9F4zyGieU .mbr-section-title {
  color: #232323;
}
.cid-u9F4zyGieU .mbr-section-subtitle,
.cid-u9F4zyGieU .subtitle-wrap {
  color: #828282;
}
.cid-u9F4zyGieU .mbr-text,
.cid-u9F4zyGieU .mbr-section-btn {
  color: #828282;
}
.cid-u9F4zz6yu8 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9F4zz6yu8 img,
.cid-u9F4zz6yu8 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F4zz6yu8 .item:focus,
.cid-u9F4zz6yu8 span:focus {
  outline: none;
}
.cid-u9F4zz6yu8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9F4zz6yu8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9F4zz6yu8 .item {
  padding: 0;
  margin: 0;
}
.cid-u9F4zz6yu8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9F4zz6yu8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F4zz6yu8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9F4zz6yu8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9F4zz6yu8 .mbr-section-title {
  color: #232323;
}
.cid-u9F4zzFtWB {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9F4zzFtWB .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9F4zzFtWB .mbr-section-title {
  margin: 0;
}
.cid-u9F4zzFtWB .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9F4zzFtWB .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9F4zzFtWB .card-img {
  text-align: left;
}
.cid-u9F4zzFtWB .row-item {
  padding-bottom: 2rem;
}
.cid-u9F4zzFtWB .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9F4zzFtWB .card-img,
  .cid-u9F4zzFtWB .mbr-text,
  .cid-u9F4zzFtWB .mbr-card-title,
  .cid-u9F4zzFtWB .mbr-section-subtitle,
  .cid-u9F4zzFtWB .mbr-section-title,
  .cid-u9F4zzFtWB .underline {
    text-align: center !important;
  }
}
.cid-u9F4zzFtWB .mbr-text {
  color: #828282;
}
.cid-u9F4zzFtWB .mbr-section-subtitle {
  color: #828282;
}
.cid-u9F4zzFtWB .mbr-card-title,
.cid-u9F4zzFtWB .card-img {
  text-align: center;
}
.cid-u9F4zAiYlO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9F4zAiYlO .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9F4zAiYlO .mbr-section-title {
  margin: 0;
}
.cid-u9F4zAiYlO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9F4zAiYlO .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9F4zAiYlO .card-img {
  text-align: left;
}
.cid-u9F4zAiYlO .row-item {
  padding-bottom: 2rem;
}
.cid-u9F4zAiYlO .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9F4zAiYlO .card-img,
  .cid-u9F4zAiYlO .mbr-text,
  .cid-u9F4zAiYlO .mbr-card-title,
  .cid-u9F4zAiYlO .mbr-section-subtitle,
  .cid-u9F4zAiYlO .mbr-section-title,
  .cid-u9F4zAiYlO .underline {
    text-align: center !important;
  }
}
.cid-u9F4zAiYlO .mbr-text {
  color: #828282;
}
.cid-u9F4zAiYlO .mbr-section-subtitle {
  color: #828282;
}
.cid-u9F4zAiYlO .mbr-card-title,
.cid-u9F4zAiYlO .card-img {
  text-align: center;
}
.cid-u9F4zAMDhv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9F4zAMDhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F4zAMDhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F4zAMDhv .copyright {
  color: #ffffff;
}
.cid-u9F4zAMDhv .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9F4zAMDhv .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9F4zAMDhv .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9F4zAMDhv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9F4zAMDhv .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9F4zAMDhv .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9F4zAMDhv .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9F4zAMDhv .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9F4zAMDhv .row-links-soc,
.cid-u9F4zAMDhv .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9F4zAMDhv .copyright,
.cid-u9F4zAMDhv .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9F7wbbxHT {
  background-color: #ffffff;
}
.cid-u9F7wbbxHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F7wbbxHT .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9F7wbbxHT .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9F7wbbxHT img {
  border-radius: 1rem;
}
.cid-u9F7wbbxHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F7wbbxHT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9F7wbbxHT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9F7wbbxHT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9F7wbbxHT .mbr-section-title {
  color: #232323;
}
.cid-u9F7wbbxHT .mbr-section-subtitle,
.cid-u9F7wbbxHT .subtitle-wrap {
  color: #828282;
}
.cid-u9F7wbbxHT .mbr-text,
.cid-u9F7wbbxHT .mbr-section-btn {
  color: #828282;
}
.cid-u9F7wbzt2e {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9F7wbzt2e img,
.cid-u9F7wbzt2e .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F7wbzt2e .item:focus,
.cid-u9F7wbzt2e span:focus {
  outline: none;
}
.cid-u9F7wbzt2e .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9F7wbzt2e .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9F7wbzt2e .item {
  padding: 0;
  margin: 0;
}
.cid-u9F7wbzt2e .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9F7wbzt2e .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F7wbzt2e .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9F7wbzt2e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9F7wbzt2e .mbr-section-title {
  color: #232323;
}
.cid-u9F7wcansv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9F7wcansv .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9F7wcansv .mbr-section-title {
  margin: 0;
}
.cid-u9F7wcansv .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9F7wcansv .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9F7wcansv .card-img {
  text-align: left;
}
.cid-u9F7wcansv .row-item {
  padding-bottom: 2rem;
}
.cid-u9F7wcansv .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9F7wcansv .card-img,
  .cid-u9F7wcansv .mbr-text,
  .cid-u9F7wcansv .mbr-card-title,
  .cid-u9F7wcansv .mbr-section-subtitle,
  .cid-u9F7wcansv .mbr-section-title,
  .cid-u9F7wcansv .underline {
    text-align: center !important;
  }
}
.cid-u9F7wcansv .mbr-text {
  color: #828282;
}
.cid-u9F7wcansv .mbr-section-subtitle {
  color: #828282;
}
.cid-u9F7wcansv .mbr-card-title,
.cid-u9F7wcansv .card-img {
  text-align: center;
}
.cid-u9F7wcP9Hi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9F7wcP9Hi .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9F7wcP9Hi .mbr-section-title {
  margin: 0;
}
.cid-u9F7wcP9Hi .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9F7wcP9Hi .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9F7wcP9Hi .card-img {
  text-align: left;
}
.cid-u9F7wcP9Hi .row-item {
  padding-bottom: 2rem;
}
.cid-u9F7wcP9Hi .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9F7wcP9Hi .card-img,
  .cid-u9F7wcP9Hi .mbr-text,
  .cid-u9F7wcP9Hi .mbr-card-title,
  .cid-u9F7wcP9Hi .mbr-section-subtitle,
  .cid-u9F7wcP9Hi .mbr-section-title,
  .cid-u9F7wcP9Hi .underline {
    text-align: center !important;
  }
}
.cid-u9F7wcP9Hi .mbr-text {
  color: #828282;
}
.cid-u9F7wcP9Hi .mbr-section-subtitle {
  color: #828282;
}
.cid-u9F7wcP9Hi .mbr-card-title,
.cid-u9F7wcP9Hi .card-img {
  text-align: center;
}
.cid-u9F7wdokXk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9F7wdokXk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F7wdokXk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F7wdokXk .copyright {
  color: #ffffff;
}
.cid-u9F7wdokXk .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9F7wdokXk .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9F7wdokXk .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9F7wdokXk .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9F7wdokXk .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9F7wdokXk .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9F7wdokXk .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9F7wdokXk .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9F7wdokXk .row-links-soc,
.cid-u9F7wdokXk .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9F7wdokXk .copyright,
.cid-u9F7wdokXk .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9F8ZNm4Mi {
  background-color: #ffffff;
}
.cid-u9F8ZNm4Mi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F8ZNm4Mi .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9F8ZNm4Mi .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9F8ZNm4Mi img {
  border-radius: 1rem;
}
.cid-u9F8ZNm4Mi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F8ZNm4Mi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9F8ZNm4Mi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9F8ZNm4Mi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9F8ZNm4Mi .mbr-section-title {
  color: #232323;
}
.cid-u9F8ZNm4Mi .mbr-section-subtitle,
.cid-u9F8ZNm4Mi .subtitle-wrap {
  color: #828282;
}
.cid-u9F8ZNm4Mi .mbr-text,
.cid-u9F8ZNm4Mi .mbr-section-btn {
  color: #828282;
}
.cid-u9F8ZNMiWd {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9F8ZNMiWd img,
.cid-u9F8ZNMiWd .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9F8ZNMiWd .item:focus,
.cid-u9F8ZNMiWd span:focus {
  outline: none;
}
.cid-u9F8ZNMiWd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9F8ZNMiWd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9F8ZNMiWd .item {
  padding: 0;
  margin: 0;
}
.cid-u9F8ZNMiWd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9F8ZNMiWd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9F8ZNMiWd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9F8ZNMiWd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9F8ZNMiWd .mbr-section-title {
  color: #232323;
}
.cid-u9F8ZOmmcj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9F8ZOmmcj .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9F8ZOmmcj .mbr-section-title {
  margin: 0;
}
.cid-u9F8ZOmmcj .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9F8ZOmmcj .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9F8ZOmmcj .card-img {
  text-align: left;
}
.cid-u9F8ZOmmcj .row-item {
  padding-bottom: 2rem;
}
.cid-u9F8ZOmmcj .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9F8ZOmmcj .card-img,
  .cid-u9F8ZOmmcj .mbr-text,
  .cid-u9F8ZOmmcj .mbr-card-title,
  .cid-u9F8ZOmmcj .mbr-section-subtitle,
  .cid-u9F8ZOmmcj .mbr-section-title,
  .cid-u9F8ZOmmcj .underline {
    text-align: center !important;
  }
}
.cid-u9F8ZOmmcj .mbr-text {
  color: #828282;
}
.cid-u9F8ZOmmcj .mbr-section-subtitle {
  color: #828282;
}
.cid-u9F8ZOmmcj .mbr-card-title,
.cid-u9F8ZOmmcj .card-img {
  text-align: center;
}
.cid-u9F8ZOXx6g {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9F8ZOXx6g .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9F8ZOXx6g .mbr-section-title {
  margin: 0;
}
.cid-u9F8ZOXx6g .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9F8ZOXx6g .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9F8ZOXx6g .card-img {
  text-align: left;
}
.cid-u9F8ZOXx6g .row-item {
  padding-bottom: 2rem;
}
.cid-u9F8ZOXx6g .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9F8ZOXx6g .card-img,
  .cid-u9F8ZOXx6g .mbr-text,
  .cid-u9F8ZOXx6g .mbr-card-title,
  .cid-u9F8ZOXx6g .mbr-section-subtitle,
  .cid-u9F8ZOXx6g .mbr-section-title,
  .cid-u9F8ZOXx6g .underline {
    text-align: center !important;
  }
}
.cid-u9F8ZOXx6g .mbr-text {
  color: #828282;
}
.cid-u9F8ZOXx6g .mbr-section-subtitle {
  color: #828282;
}
.cid-u9F8ZOXx6g .mbr-card-title,
.cid-u9F8ZOXx6g .card-img {
  text-align: center;
}
.cid-u9F8ZPC7ZI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9F8ZPC7ZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9F8ZPC7ZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9F8ZPC7ZI .copyright {
  color: #ffffff;
}
.cid-u9F8ZPC7ZI .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9F8ZPC7ZI .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9F8ZPC7ZI .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9F8ZPC7ZI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9F8ZPC7ZI .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9F8ZPC7ZI .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9F8ZPC7ZI .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9F8ZPC7ZI .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9F8ZPC7ZI .row-links-soc,
.cid-u9F8ZPC7ZI .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9F8ZPC7ZI .copyright,
.cid-u9F8ZPC7ZI .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9FcdoA1wc {
  background-color: #ffffff;
}
.cid-u9FcdoA1wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FcdoA1wc .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9FcdoA1wc .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9FcdoA1wc img {
  border-radius: 1rem;
}
.cid-u9FcdoA1wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FcdoA1wc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9FcdoA1wc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9FcdoA1wc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9FcdoA1wc .mbr-section-title {
  color: #232323;
}
.cid-u9FcdoA1wc .mbr-section-subtitle,
.cid-u9FcdoA1wc .subtitle-wrap {
  color: #828282;
}
.cid-u9FcdoA1wc .mbr-text,
.cid-u9FcdoA1wc .mbr-section-btn {
  color: #828282;
}
.cid-u9Fcdp2zxt {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9Fcdp2zxt img,
.cid-u9Fcdp2zxt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9Fcdp2zxt .item:focus,
.cid-u9Fcdp2zxt span:focus {
  outline: none;
}
.cid-u9Fcdp2zxt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9Fcdp2zxt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9Fcdp2zxt .item {
  padding: 0;
  margin: 0;
}
.cid-u9Fcdp2zxt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9Fcdp2zxt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9Fcdp2zxt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9Fcdp2zxt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9Fcdp2zxt .mbr-section-title {
  color: #232323;
}
.cid-u9FcdpEErb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9FcdpEErb .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FcdpEErb .mbr-section-title {
  margin: 0;
}
.cid-u9FcdpEErb .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FcdpEErb .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FcdpEErb .card-img {
  text-align: left;
}
.cid-u9FcdpEErb .row-item {
  padding-bottom: 2rem;
}
.cid-u9FcdpEErb .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FcdpEErb .card-img,
  .cid-u9FcdpEErb .mbr-text,
  .cid-u9FcdpEErb .mbr-card-title,
  .cid-u9FcdpEErb .mbr-section-subtitle,
  .cid-u9FcdpEErb .mbr-section-title,
  .cid-u9FcdpEErb .underline {
    text-align: center !important;
  }
}
.cid-u9FcdpEErb .mbr-text {
  color: #828282;
}
.cid-u9FcdpEErb .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FcdpEErb .mbr-card-title,
.cid-u9FcdpEErb .card-img {
  text-align: center;
}
.cid-u9FcdqjfuD {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9FcdqjfuD .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FcdqjfuD .mbr-section-title {
  margin: 0;
}
.cid-u9FcdqjfuD .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FcdqjfuD .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FcdqjfuD .card-img {
  text-align: left;
}
.cid-u9FcdqjfuD .row-item {
  padding-bottom: 2rem;
}
.cid-u9FcdqjfuD .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FcdqjfuD .card-img,
  .cid-u9FcdqjfuD .mbr-text,
  .cid-u9FcdqjfuD .mbr-card-title,
  .cid-u9FcdqjfuD .mbr-section-subtitle,
  .cid-u9FcdqjfuD .mbr-section-title,
  .cid-u9FcdqjfuD .underline {
    text-align: center !important;
  }
}
.cid-u9FcdqjfuD .mbr-text {
  color: #828282;
}
.cid-u9FcdqjfuD .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FcdqjfuD .mbr-card-title,
.cid-u9FcdqjfuD .card-img {
  text-align: center;
}
.cid-u9FcdqP7oP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9FcdqP7oP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FcdqP7oP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FcdqP7oP .copyright {
  color: #ffffff;
}
.cid-u9FcdqP7oP .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9FcdqP7oP .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9FcdqP7oP .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9FcdqP7oP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9FcdqP7oP .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9FcdqP7oP .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9FcdqP7oP .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9FcdqP7oP .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9FcdqP7oP .row-links-soc,
.cid-u9FcdqP7oP .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9FcdqP7oP .copyright,
.cid-u9FcdqP7oP .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9FeJkNihB {
  background-color: #ffffff;
}
.cid-u9FeJkNihB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FeJkNihB .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9FeJkNihB .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9FeJkNihB img {
  border-radius: 1rem;
}
.cid-u9FeJkNihB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FeJkNihB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9FeJkNihB .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9FeJkNihB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9FeJkNihB .mbr-section-title {
  color: #232323;
}
.cid-u9FeJkNihB .mbr-section-subtitle,
.cid-u9FeJkNihB .subtitle-wrap {
  color: #828282;
}
.cid-u9FeJkNihB .mbr-text,
.cid-u9FeJkNihB .mbr-section-btn {
  color: #828282;
}
.cid-u9FeJlkXwH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9FeJlkXwH img,
.cid-u9FeJlkXwH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FeJlkXwH .item:focus,
.cid-u9FeJlkXwH span:focus {
  outline: none;
}
.cid-u9FeJlkXwH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9FeJlkXwH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9FeJlkXwH .item {
  padding: 0;
  margin: 0;
}
.cid-u9FeJlkXwH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9FeJlkXwH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FeJlkXwH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9FeJlkXwH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9FeJlkXwH .mbr-section-title {
  color: #232323;
}
.cid-u9FeJlVvQp {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9FeJlVvQp .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FeJlVvQp .mbr-section-title {
  margin: 0;
}
.cid-u9FeJlVvQp .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FeJlVvQp .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FeJlVvQp .card-img {
  text-align: left;
}
.cid-u9FeJlVvQp .row-item {
  padding-bottom: 2rem;
}
.cid-u9FeJlVvQp .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FeJlVvQp .card-img,
  .cid-u9FeJlVvQp .mbr-text,
  .cid-u9FeJlVvQp .mbr-card-title,
  .cid-u9FeJlVvQp .mbr-section-subtitle,
  .cid-u9FeJlVvQp .mbr-section-title,
  .cid-u9FeJlVvQp .underline {
    text-align: center !important;
  }
}
.cid-u9FeJlVvQp .mbr-text {
  color: #828282;
}
.cid-u9FeJlVvQp .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FeJlVvQp .mbr-card-title,
.cid-u9FeJlVvQp .card-img {
  text-align: center;
}
.cid-u9FeJmP6MO {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9FeJmP6MO .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FeJmP6MO .mbr-section-title {
  margin: 0;
}
.cid-u9FeJmP6MO .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FeJmP6MO .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FeJmP6MO .card-img {
  text-align: left;
}
.cid-u9FeJmP6MO .row-item {
  padding-bottom: 2rem;
}
.cid-u9FeJmP6MO .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FeJmP6MO .card-img,
  .cid-u9FeJmP6MO .mbr-text,
  .cid-u9FeJmP6MO .mbr-card-title,
  .cid-u9FeJmP6MO .mbr-section-subtitle,
  .cid-u9FeJmP6MO .mbr-section-title,
  .cid-u9FeJmP6MO .underline {
    text-align: center !important;
  }
}
.cid-u9FeJmP6MO .mbr-text {
  color: #828282;
}
.cid-u9FeJmP6MO .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FeJmP6MO .mbr-card-title,
.cid-u9FeJmP6MO .card-img {
  text-align: center;
}
.cid-u9FeJniedn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9FeJniedn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FeJniedn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FeJniedn .copyright {
  color: #ffffff;
}
.cid-u9FeJniedn .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9FeJniedn .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9FeJniedn .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9FeJniedn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9FeJniedn .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9FeJniedn .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9FeJniedn .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9FeJniedn .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9FeJniedn .row-links-soc,
.cid-u9FeJniedn .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9FeJniedn .copyright,
.cid-u9FeJniedn .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9EPSMjIaT {
  background-color: #ffffff;
}
.cid-u9EPSMjIaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EPSMjIaT .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9EPSMjIaT .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9EPSMjIaT img {
  border-radius: 1rem;
}
.cid-u9EPSMjIaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EPSMjIaT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9EPSMjIaT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9EPSMjIaT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9EPSMjIaT .mbr-section-title {
  color: #232323;
}
.cid-u9EPSMjIaT .mbr-section-subtitle,
.cid-u9EPSMjIaT .subtitle-wrap {
  color: #828282;
}
.cid-u9EPSMjIaT .mbr-text,
.cid-u9EPSMjIaT .mbr-section-btn {
  color: #828282;
}
.cid-u9EPSMINVF {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9EPSMINVF img,
.cid-u9EPSMINVF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9EPSMINVF .item:focus,
.cid-u9EPSMINVF span:focus {
  outline: none;
}
.cid-u9EPSMINVF .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9EPSMINVF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9EPSMINVF .item {
  padding: 0;
  margin: 0;
}
.cid-u9EPSMINVF .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9EPSMINVF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9EPSMINVF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9EPSMINVF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9EPSMINVF .mbr-section-title {
  color: #232323;
}
.cid-u9EPSNlWt3 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9EPSNlWt3 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9EPSNlWt3 .mbr-section-title {
  margin: 0;
}
.cid-u9EPSNlWt3 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9EPSNlWt3 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9EPSNlWt3 .card-img {
  text-align: left;
}
.cid-u9EPSNlWt3 .row-item {
  padding-bottom: 2rem;
}
.cid-u9EPSNlWt3 .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9EPSNlWt3 .card-img,
  .cid-u9EPSNlWt3 .mbr-text,
  .cid-u9EPSNlWt3 .mbr-card-title,
  .cid-u9EPSNlWt3 .mbr-section-subtitle,
  .cid-u9EPSNlWt3 .mbr-section-title,
  .cid-u9EPSNlWt3 .underline {
    text-align: center !important;
  }
}
.cid-u9EPSNlWt3 .mbr-text {
  color: #828282;
}
.cid-u9EPSNlWt3 .mbr-section-subtitle {
  color: #828282;
}
.cid-u9EPSNlWt3 .mbr-card-title,
.cid-u9EPSNlWt3 .card-img {
  text-align: center;
}
.cid-u9EPSNZtz4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9EPSNZtz4 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9EPSNZtz4 .mbr-section-title {
  margin: 0;
}
.cid-u9EPSNZtz4 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9EPSNZtz4 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9EPSNZtz4 .card-img {
  text-align: left;
}
.cid-u9EPSNZtz4 .row-item {
  padding-bottom: 2rem;
}
.cid-u9EPSNZtz4 .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9EPSNZtz4 .card-img,
  .cid-u9EPSNZtz4 .mbr-text,
  .cid-u9EPSNZtz4 .mbr-card-title,
  .cid-u9EPSNZtz4 .mbr-section-subtitle,
  .cid-u9EPSNZtz4 .mbr-section-title,
  .cid-u9EPSNZtz4 .underline {
    text-align: center !important;
  }
}
.cid-u9EPSNZtz4 .mbr-text {
  color: #828282;
}
.cid-u9EPSNZtz4 .mbr-section-subtitle {
  color: #828282;
}
.cid-u9EPSNZtz4 .mbr-card-title,
.cid-u9EPSNZtz4 .card-img {
  text-align: center;
}
.cid-u9EPSOs72L {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9EPSOs72L .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9EPSOs72L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9EPSOs72L .copyright {
  color: #ffffff;
}
.cid-u9EPSOs72L .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9EPSOs72L .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9EPSOs72L .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9EPSOs72L .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9EPSOs72L .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9EPSOs72L .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9EPSOs72L .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9EPSOs72L .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9EPSOs72L .row-links-soc,
.cid-u9EPSOs72L .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9EPSOs72L .copyright,
.cid-u9EPSOs72L .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9FjK3CuZg {
  background-color: #ffffff;
}
.cid-u9FjK3CuZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FjK3CuZg .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9FjK3CuZg .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9FjK3CuZg img {
  border-radius: 1rem;
}
.cid-u9FjK3CuZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FjK3CuZg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9FjK3CuZg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9FjK3CuZg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9FjK3CuZg .mbr-section-title {
  color: #232323;
}
.cid-u9FjK3CuZg .mbr-section-subtitle,
.cid-u9FjK3CuZg .subtitle-wrap {
  color: #828282;
}
.cid-u9FjK3CuZg .mbr-text,
.cid-u9FjK3CuZg .mbr-section-btn {
  color: #828282;
}
.cid-u9FjK4hVe6 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9FjK4hVe6 img,
.cid-u9FjK4hVe6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FjK4hVe6 .item:focus,
.cid-u9FjK4hVe6 span:focus {
  outline: none;
}
.cid-u9FjK4hVe6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9FjK4hVe6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9FjK4hVe6 .item {
  padding: 0;
  margin: 0;
}
.cid-u9FjK4hVe6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9FjK4hVe6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FjK4hVe6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9FjK4hVe6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9FjK4hVe6 .mbr-section-title {
  color: #232323;
}
.cid-u9FjK57FQn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9FjK57FQn .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FjK57FQn .mbr-section-title {
  margin: 0;
}
.cid-u9FjK57FQn .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FjK57FQn .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FjK57FQn .card-img {
  text-align: left;
}
.cid-u9FjK57FQn .row-item {
  padding-bottom: 2rem;
}
.cid-u9FjK57FQn .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FjK57FQn .card-img,
  .cid-u9FjK57FQn .mbr-text,
  .cid-u9FjK57FQn .mbr-card-title,
  .cid-u9FjK57FQn .mbr-section-subtitle,
  .cid-u9FjK57FQn .mbr-section-title,
  .cid-u9FjK57FQn .underline {
    text-align: center !important;
  }
}
.cid-u9FjK57FQn .mbr-text {
  color: #828282;
}
.cid-u9FjK57FQn .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FjK57FQn .mbr-card-title,
.cid-u9FjK57FQn .card-img {
  text-align: center;
}
.cid-u9FjK607Uo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9FjK607Uo .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FjK607Uo .mbr-section-title {
  margin: 0;
}
.cid-u9FjK607Uo .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FjK607Uo .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FjK607Uo .card-img {
  text-align: left;
}
.cid-u9FjK607Uo .row-item {
  padding-bottom: 2rem;
}
.cid-u9FjK607Uo .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FjK607Uo .card-img,
  .cid-u9FjK607Uo .mbr-text,
  .cid-u9FjK607Uo .mbr-card-title,
  .cid-u9FjK607Uo .mbr-section-subtitle,
  .cid-u9FjK607Uo .mbr-section-title,
  .cid-u9FjK607Uo .underline {
    text-align: center !important;
  }
}
.cid-u9FjK607Uo .mbr-text {
  color: #828282;
}
.cid-u9FjK607Uo .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FjK607Uo .mbr-card-title,
.cid-u9FjK607Uo .card-img {
  text-align: center;
}
.cid-u9FjK6FsVa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9FjK6FsVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FjK6FsVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FjK6FsVa .copyright {
  color: #ffffff;
}
.cid-u9FjK6FsVa .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9FjK6FsVa .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9FjK6FsVa .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9FjK6FsVa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9FjK6FsVa .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9FjK6FsVa .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9FjK6FsVa .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9FjK6FsVa .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9FjK6FsVa .row-links-soc,
.cid-u9FjK6FsVa .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9FjK6FsVa .copyright,
.cid-u9FjK6FsVa .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9FmD4L4v7 {
  background-color: #ffffff;
}
.cid-u9FmD4L4v7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FmD4L4v7 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9FmD4L4v7 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9FmD4L4v7 img {
  border-radius: 1rem;
}
.cid-u9FmD4L4v7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FmD4L4v7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9FmD4L4v7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9FmD4L4v7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9FmD4L4v7 .mbr-section-title {
  color: #232323;
}
.cid-u9FmD4L4v7 .mbr-section-subtitle,
.cid-u9FmD4L4v7 .subtitle-wrap {
  color: #828282;
}
.cid-u9FmD4L4v7 .mbr-text,
.cid-u9FmD4L4v7 .mbr-section-btn {
  color: #828282;
}
.cid-u9FmD5d2Bg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9FmD5d2Bg img,
.cid-u9FmD5d2Bg .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FmD5d2Bg .item:focus,
.cid-u9FmD5d2Bg span:focus {
  outline: none;
}
.cid-u9FmD5d2Bg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9FmD5d2Bg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9FmD5d2Bg .item {
  padding: 0;
  margin: 0;
}
.cid-u9FmD5d2Bg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9FmD5d2Bg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FmD5d2Bg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9FmD5d2Bg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9FmD5d2Bg .mbr-section-title {
  color: #232323;
}
.cid-u9FmD5MWzI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9FmD5MWzI .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FmD5MWzI .mbr-section-title {
  margin: 0;
}
.cid-u9FmD5MWzI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FmD5MWzI .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FmD5MWzI .card-img {
  text-align: left;
}
.cid-u9FmD5MWzI .row-item {
  padding-bottom: 2rem;
}
.cid-u9FmD5MWzI .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FmD5MWzI .card-img,
  .cid-u9FmD5MWzI .mbr-text,
  .cid-u9FmD5MWzI .mbr-card-title,
  .cid-u9FmD5MWzI .mbr-section-subtitle,
  .cid-u9FmD5MWzI .mbr-section-title,
  .cid-u9FmD5MWzI .underline {
    text-align: center !important;
  }
}
.cid-u9FmD5MWzI .mbr-text {
  color: #828282;
}
.cid-u9FmD5MWzI .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FmD5MWzI .mbr-card-title,
.cid-u9FmD5MWzI .card-img {
  text-align: center;
}
.cid-u9FmD6tsPe {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9FmD6tsPe .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FmD6tsPe .mbr-section-title {
  margin: 0;
}
.cid-u9FmD6tsPe .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FmD6tsPe .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FmD6tsPe .card-img {
  text-align: left;
}
.cid-u9FmD6tsPe .row-item {
  padding-bottom: 2rem;
}
.cid-u9FmD6tsPe .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FmD6tsPe .card-img,
  .cid-u9FmD6tsPe .mbr-text,
  .cid-u9FmD6tsPe .mbr-card-title,
  .cid-u9FmD6tsPe .mbr-section-subtitle,
  .cid-u9FmD6tsPe .mbr-section-title,
  .cid-u9FmD6tsPe .underline {
    text-align: center !important;
  }
}
.cid-u9FmD6tsPe .mbr-text {
  color: #828282;
}
.cid-u9FmD6tsPe .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FmD6tsPe .mbr-card-title,
.cid-u9FmD6tsPe .card-img {
  text-align: center;
}
.cid-u9FmD7aJME {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9FmD7aJME .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FmD7aJME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FmD7aJME .copyright {
  color: #ffffff;
}
.cid-u9FmD7aJME .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9FmD7aJME .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9FmD7aJME .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9FmD7aJME .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9FmD7aJME .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9FmD7aJME .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9FmD7aJME .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9FmD7aJME .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9FmD7aJME .row-links-soc,
.cid-u9FmD7aJME .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9FmD7aJME .copyright,
.cid-u9FmD7aJME .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u6XGqNvNHT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-u6XGqNvNHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6XGqNvNHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6XGqNvNHT .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6XGqNvNHT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u6XGqNvNHT .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-u6XGqNvNHT .mbr-text,
.cid-u6XGqNvNHT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u6XGqNvNHT .card-title,
.cid-u6XGqNvNHT .card-box {
  text-align: left;
  color: #000000;
}
.cid-u6XGqOilLq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u6XGqOilLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6XGqOilLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6XGqOilLq .copyright {
  color: #ffffff;
}
.cid-u6XGqOilLq .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u6XGqOilLq .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6XGqOilLq .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u6XGqOilLq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6XGqOilLq .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6XGqOilLq .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6XGqOilLq .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6XGqOilLq .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u6XGqOilLq .row-links-soc,
.cid-u6XGqOilLq .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u6XGqOilLq .copyright,
.cid-u6XGqOilLq .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u9FtoGJvN0 {
  background-color: #ffffff;
}
.cid-u9FtoGJvN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FtoGJvN0 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9FtoGJvN0 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u9FtoGJvN0 img {
  border-radius: 1rem;
}
.cid-u9FtoGJvN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FtoGJvN0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9FtoGJvN0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9FtoGJvN0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9FtoGJvN0 .mbr-section-title {
  color: #232323;
}
.cid-u9FtoGJvN0 .mbr-section-subtitle,
.cid-u9FtoGJvN0 .subtitle-wrap {
  color: #828282;
}
.cid-u9FtoGJvN0 .mbr-text,
.cid-u9FtoGJvN0 .mbr-section-btn {
  color: #828282;
}
.cid-u9FtoHeh0Q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9FtoHeh0Q img,
.cid-u9FtoHeh0Q .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9FtoHeh0Q .item:focus,
.cid-u9FtoHeh0Q span:focus {
  outline: none;
}
.cid-u9FtoHeh0Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u9FtoHeh0Q .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u9FtoHeh0Q .item {
  padding: 0;
  margin: 0;
}
.cid-u9FtoHeh0Q .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9FtoHeh0Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9FtoHeh0Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9FtoHeh0Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9FtoHeh0Q .mbr-section-title {
  color: #232323;
}
.cid-u9FtoHQudx {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u9FtoHQudx .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FtoHQudx .mbr-section-title {
  margin: 0;
}
.cid-u9FtoHQudx .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FtoHQudx .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FtoHQudx .card-img {
  text-align: left;
}
.cid-u9FtoHQudx .row-item {
  padding-bottom: 2rem;
}
.cid-u9FtoHQudx .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FtoHQudx .card-img,
  .cid-u9FtoHQudx .mbr-text,
  .cid-u9FtoHQudx .mbr-card-title,
  .cid-u9FtoHQudx .mbr-section-subtitle,
  .cid-u9FtoHQudx .mbr-section-title,
  .cid-u9FtoHQudx .underline {
    text-align: center !important;
  }
}
.cid-u9FtoHQudx .mbr-text {
  color: #828282;
}
.cid-u9FtoHQudx .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FtoHQudx .mbr-card-title,
.cid-u9FtoHQudx .card-img {
  text-align: center;
}
.cid-u9FtoIxhFo {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-u9FtoIxhFo .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-u9FtoIxhFo .mbr-section-title {
  margin: 0;
}
.cid-u9FtoIxhFo .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u9FtoIxhFo .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-u9FtoIxhFo .card-img {
  text-align: left;
}
.cid-u9FtoIxhFo .row-item {
  padding-bottom: 2rem;
}
.cid-u9FtoIxhFo .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-u9FtoIxhFo .card-img,
  .cid-u9FtoIxhFo .mbr-text,
  .cid-u9FtoIxhFo .mbr-card-title,
  .cid-u9FtoIxhFo .mbr-section-subtitle,
  .cid-u9FtoIxhFo .mbr-section-title,
  .cid-u9FtoIxhFo .underline {
    text-align: center !important;
  }
}
.cid-u9FtoIxhFo .mbr-text {
  color: #828282;
}
.cid-u9FtoIxhFo .mbr-section-subtitle {
  color: #828282;
}
.cid-u9FtoIxhFo .mbr-card-title,
.cid-u9FtoIxhFo .card-img {
  text-align: center;
}
.cid-u9FtoJiAaT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u9FtoJiAaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9FtoJiAaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9FtoJiAaT .copyright {
  color: #ffffff;
}
.cid-u9FtoJiAaT .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9FtoJiAaT .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u9FtoJiAaT .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u9FtoJiAaT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9FtoJiAaT .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9FtoJiAaT .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9FtoJiAaT .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9FtoJiAaT .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u9FtoJiAaT .row-links-soc,
.cid-u9FtoJiAaT .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u9FtoJiAaT .copyright,
.cid-u9FtoJiAaT .line {
  color: #ffffff;
}
.cid-uhGlhSkXie .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhGlhSkXie .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhGlhSkXie .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhGlhSkXie .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhGlhSkXie .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhGlhSkXie .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhGlhSkXie .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhGlhSkXie .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhGlhSkXie .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhGlhSkXie .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhGlhSkXie .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhGlhSkXie .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhGlhSkXie .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhGlhSkXie .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-uhGlhSkXie .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhGlhSkXie .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhGlhSkXie .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhGlhSkXie .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhGlhSkXie .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhGlhSkXie .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhGlhSkXie .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhGlhSkXie .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhGlhSkXie .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhGlhSkXie .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-uhGlhSkXie .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhGlhSkXie .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhGlhSkXie .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhGlhSkXie .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhGlhSkXie .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhGlhSkXie .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhGlhSkXie .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhGlhSkXie .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhGlhSkXie .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhGlhSkXie .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhGlhSkXie .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhGlhSkXie .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-uhGlhSkXie .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhGlhSkXie .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhGlhSkXie .dropdown-item.active,
.cid-uhGlhSkXie .dropdown-item:active {
  background-color: transparent;
}
.cid-uhGlhSkXie .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhGlhSkXie .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhGlhSkXie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhGlhSkXie .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhGlhSkXie .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhGlhSkXie .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhGlhSkXie ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhGlhSkXie .navbar-buttons {
  text-align: center;
}
.cid-uhGlhSkXie button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhGlhSkXie button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhGlhSkXie button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhGlhSkXie button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhGlhSkXie button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhGlhSkXie button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhGlhSkXie nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhGlhSkXie nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhGlhSkXie nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhGlhSkXie nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhGlhSkXie .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhGlhSkXie a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhGlhSkXie .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhGlhSkXie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhGlhSkXie .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhGlhSkXie .nav-link:hover,
.cid-uhGlhSkXie .dropdown-item:hover {
  color: #984bff !important;
}
.cid-uhGlhNws2j {
  background-color: #ffffff;
}
.cid-uhGlhNws2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhGlhNws2j .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uhGlhNws2j .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-uhGlhNws2j img {
  border-radius: 1rem;
}
.cid-uhGlhNws2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhGlhNws2j .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhGlhNws2j .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhGlhNws2j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhGlhNws2j .mbr-section-title {
  color: #232323;
}
.cid-uhGlhNws2j .mbr-section-subtitle,
.cid-uhGlhNws2j .subtitle-wrap {
  color: #828282;
}
.cid-uhGlhNws2j .mbr-text,
.cid-uhGlhNws2j .mbr-section-btn {
  color: #828282;
}
.cid-uhGlhP2pUI {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-uhGlhP2pUI img,
.cid-uhGlhP2pUI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhGlhP2pUI .item:focus,
.cid-uhGlhP2pUI span:focus {
  outline: none;
}
.cid-uhGlhP2pUI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uhGlhP2pUI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uhGlhP2pUI .item {
  padding: 0;
  margin: 0;
}
.cid-uhGlhP2pUI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhGlhP2pUI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhGlhP2pUI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhGlhP2pUI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhGlhP2pUI .mbr-section-title {
  color: #232323;
}
.cid-uhGlhS277n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-uhGlhS277n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhGlhS277n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhGlhS277n .copyright {
  color: #ffffff;
}
.cid-uhGlhS277n .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhGlhS277n .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhGlhS277n .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uhGlhS277n .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhGlhS277n .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhGlhS277n .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhGlhS277n .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uhGlhS277n .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uhGlhS277n .row-links-soc,
.cid-uhGlhS277n .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uhGlhS277n .copyright,
.cid-uhGlhS277n .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-uhvlmGmlFj {
  background-color: #ffffff;
}
.cid-uhvlmGmlFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhvlmGmlFj .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uhvlmGmlFj .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-uhvlmGmlFj img {
  border-radius: 1rem;
}
.cid-uhvlmGmlFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhvlmGmlFj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uhvlmGmlFj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uhvlmGmlFj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uhvlmGmlFj .mbr-section-title {
  color: #232323;
}
.cid-uhvlmGmlFj .mbr-section-subtitle,
.cid-uhvlmGmlFj .subtitle-wrap {
  color: #828282;
}
.cid-uhvlmGmlFj .mbr-text,
.cid-uhvlmGmlFj .mbr-section-btn {
  color: #828282;
}
.cid-uhvlmGYP84 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhvlmGYP84 img,
.cid-uhvlmGYP84 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uhvlmGYP84 .item:focus,
.cid-uhvlmGYP84 span:focus {
  outline: none;
}
.cid-uhvlmGYP84 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uhvlmGYP84 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uhvlmGYP84 .item {
  padding: 0;
  margin: 0;
}
.cid-uhvlmGYP84 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhvlmGYP84 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhvlmGYP84 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uhvlmGYP84 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhvlmGYP84 .mbr-section-title {
  color: #232323;
}
.cid-uhvlmHJlgi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhvlmHJlgi .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-uhvlmHJlgi .mbr-section-title {
  margin: 0;
}
.cid-uhvlmHJlgi .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uhvlmHJlgi .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uhvlmHJlgi .card-img {
  text-align: left;
}
.cid-uhvlmHJlgi .row-item {
  padding-bottom: 2rem;
}
.cid-uhvlmHJlgi .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-uhvlmHJlgi .card-img,
  .cid-uhvlmHJlgi .mbr-text,
  .cid-uhvlmHJlgi .mbr-card-title,
  .cid-uhvlmHJlgi .mbr-section-subtitle,
  .cid-uhvlmHJlgi .mbr-section-title,
  .cid-uhvlmHJlgi .underline {
    text-align: center !important;
  }
}
.cid-uhvlmHJlgi .mbr-text {
  color: #828282;
}
.cid-uhvlmHJlgi .mbr-section-subtitle {
  color: #828282;
}
.cid-uhvlmHJlgi .mbr-card-title,
.cid-uhvlmHJlgi .card-img {
  text-align: center;
}
.cid-uhvlmIwmq1 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uhvlmIwmq1 .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-uhvlmIwmq1 .mbr-section-title {
  margin: 0;
}
.cid-uhvlmIwmq1 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uhvlmIwmq1 .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uhvlmIwmq1 .card-img {
  text-align: left;
}
.cid-uhvlmIwmq1 .row-item {
  padding-bottom: 2rem;
}
.cid-uhvlmIwmq1 .row-item:hover .card-img .mbr-iconfont {
  color: #984bff !important;
}
@media (max-width: 767px) {
  .cid-uhvlmIwmq1 .card-img,
  .cid-uhvlmIwmq1 .mbr-text,
  .cid-uhvlmIwmq1 .mbr-card-title,
  .cid-uhvlmIwmq1 .mbr-section-subtitle,
  .cid-uhvlmIwmq1 .mbr-section-title,
  .cid-uhvlmIwmq1 .underline {
    text-align: center !important;
  }
}
.cid-uhvlmIwmq1 .mbr-text {
  color: #828282;
}
.cid-uhvlmIwmq1 .mbr-section-subtitle {
  color: #828282;
}
.cid-uhvlmIwmq1 .mbr-card-title,
.cid-uhvlmIwmq1 .card-img {
  text-align: center;
}
.cid-uhvlmJcKCL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-uhvlmJcKCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhvlmJcKCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhvlmJcKCL .copyright {
  color: #ffffff;
}
.cid-uhvlmJcKCL .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uhvlmJcKCL .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uhvlmJcKCL .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uhvlmJcKCL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uhvlmJcKCL .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uhvlmJcKCL .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uhvlmJcKCL .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uhvlmJcKCL .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uhvlmJcKCL .row-links-soc,
.cid-uhvlmJcKCL .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uhvlmJcKCL .copyright,
.cid-uhvlmJcKCL .line {
  color: #ffffff;
}
.cid-uqJOmwoY8n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uqJOmwoY8n .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uqJOmwoY8n .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uqJOmwoY8n .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uqJOmwoY8n .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uqJOmwoY8n .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqJOmwoY8n .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uqJOmwoY8n .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uqJOmwoY8n .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uqJOmwoY8n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqJOmwoY8n .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uqJOmwoY8n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqJOmwoY8n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqJOmwoY8n .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-uqJOmwoY8n .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uqJOmwoY8n .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uqJOmwoY8n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqJOmwoY8n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uqJOmwoY8n .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uqJOmwoY8n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqJOmwoY8n .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uqJOmwoY8n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqJOmwoY8n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqJOmwoY8n .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-uqJOmwoY8n .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uqJOmwoY8n .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uqJOmwoY8n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uqJOmwoY8n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqJOmwoY8n .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uqJOmwoY8n .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uqJOmwoY8n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uqJOmwoY8n .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uqJOmwoY8n .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uqJOmwoY8n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uqJOmwoY8n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uqJOmwoY8n .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-uqJOmwoY8n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqJOmwoY8n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqJOmwoY8n .dropdown-item.active,
.cid-uqJOmwoY8n .dropdown-item:active {
  background-color: transparent;
}
.cid-uqJOmwoY8n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqJOmwoY8n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqJOmwoY8n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqJOmwoY8n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uqJOmwoY8n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uqJOmwoY8n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqJOmwoY8n ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uqJOmwoY8n .navbar-buttons {
  text-align: center;
}
.cid-uqJOmwoY8n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uqJOmwoY8n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uqJOmwoY8n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uqJOmwoY8n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uqJOmwoY8n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uqJOmwoY8n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uqJOmwoY8n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqJOmwoY8n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uqJOmwoY8n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uqJOmwoY8n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uqJOmwoY8n .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uqJOmwoY8n a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uqJOmwoY8n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uqJOmwoY8n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uqJOmwoY8n .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uqJOmwoY8n .nav-link:hover,
.cid-uqJOmwoY8n .dropdown-item:hover {
  color: #984bff !important;
}
.cid-uqJTuPiNG3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #080808;
}
.cid-uqJTuPiNG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqJTuPiNG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqJTuPiNG3 .row {
  justify-content: flex-start;
}
.cid-uqJTuPiNG3 .container {
  max-width: 1140px;
  margin: 0 auto;
}
.cid-uqJTuPiNG3 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .cid-uqJTuPiNG3 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uqJTuPiNG3 .container-fluid {
    padding: 0 15px;
  }
}
.cid-uqJTuPiNG3 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uqJTuPiNG3 .content-container {
    padding: 70px 30px;
  }
}
.cid-uqJTuPiNG3 .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uqJTuPiNG3 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uqJTuPiNG3 .mbr-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-uqJTuPiNG3 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uqJTuPiNG3 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uqJTuPiNG3 .mbr-section-subtitle,
.cid-uqJTuPiNG3 .mbr-section-btn {
  color: #7a7a7a;
}
.cid-utQdPAk5RB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #080808;
}
.cid-utQdPAk5RB img,
.cid-utQdPAk5RB .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utQdPAk5RB .item:focus,
.cid-utQdPAk5RB span:focus {
  outline: none;
}
.cid-utQdPAk5RB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-utQdPAk5RB .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utQdPAk5RB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utQdPAk5RB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utQdPAk5RB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utQdPAk5RB .mbr-section-title {
  color: #ffffff;
}
.cid-utQdPAk5RB .mbr-text,
.cid-utQdPAk5RB .mbr-section-btn {
  text-align: center;
}
.cid-utQdPAk5RB .item-title {
  text-align: center;
}
.cid-utQdPAk5RB .item-subtitle {
  text-align: left;
}
.cid-utVXjvSpWL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080808;
}
.cid-utVXjvSpWL img,
.cid-utVXjvSpWL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utVXjvSpWL .item:focus,
.cid-utVXjvSpWL span:focus {
  outline: none;
}
.cid-utVXjvSpWL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-utVXjvSpWL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utVXjvSpWL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utVXjvSpWL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utVXjvSpWL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utVXjvSpWL .mbr-section-title {
  color: #ffffff;
}
.cid-utVXjvSpWL .mbr-text,
.cid-utVXjvSpWL .mbr-section-btn {
  text-align: center;
}
.cid-utVXjvSpWL .item-title {
  text-align: center;
}
.cid-utVXjvSpWL .item-subtitle {
  text-align: left;
}
.cid-utQUEi9GGO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #080808;
}
.cid-utQUEi9GGO img,
.cid-utQUEi9GGO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utQUEi9GGO .item:focus,
.cid-utQUEi9GGO span:focus {
  outline: none;
}
.cid-utQUEi9GGO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-utQUEi9GGO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utQUEi9GGO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utQUEi9GGO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utQUEi9GGO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utQUEi9GGO .mbr-section-title {
  color: #ffffff;
}
.cid-utQUEi9GGO .mbr-text,
.cid-utQUEi9GGO .mbr-section-btn {
  text-align: center;
}
.cid-utQUEi9GGO .item-title {
  text-align: center;
}
.cid-utQUEi9GGO .item-subtitle {
  text-align: left;
}
.cid-utQe0FTVal {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080808;
}
.cid-utQe0FTVal img,
.cid-utQe0FTVal .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utQe0FTVal .item:focus,
.cid-utQe0FTVal span:focus {
  outline: none;
}
.cid-utQe0FTVal .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-utQe0FTVal .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utQe0FTVal .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utQe0FTVal .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utQe0FTVal .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utQe0FTVal .mbr-section-title {
  color: #ffffff;
}
.cid-utQe0FTVal .mbr-text,
.cid-utQe0FTVal .mbr-section-btn {
  text-align: center;
}
.cid-utQe0FTVal .item-title {
  text-align: center;
}
.cid-utQe0FTVal .item-subtitle {
  text-align: left;
}
.cid-utW0L1N0Yq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #080808;
}
.cid-utW0L1N0Yq img,
.cid-utW0L1N0Yq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utW0L1N0Yq .item:focus,
.cid-utW0L1N0Yq span:focus {
  outline: none;
}
.cid-utW0L1N0Yq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-utW0L1N0Yq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utW0L1N0Yq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utW0L1N0Yq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utW0L1N0Yq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utW0L1N0Yq .mbr-section-title {
  color: #ffffff;
}
.cid-utW0L1N0Yq .mbr-text,
.cid-utW0L1N0Yq .mbr-section-btn {
  text-align: center;
}
.cid-utW0L1N0Yq .item-title {
  text-align: center;
}
.cid-utW0L1N0Yq .item-subtitle {
  text-align: left;
}
.cid-utW23gjpFV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #080808;
}
.cid-utW23gjpFV img,
.cid-utW23gjpFV .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utW23gjpFV .item:focus,
.cid-utW23gjpFV span:focus {
  outline: none;
}
.cid-utW23gjpFV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-utW23gjpFV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utW23gjpFV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utW23gjpFV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utW23gjpFV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utW23gjpFV .mbr-section-title {
  color: #ffffff;
}
.cid-utW23gjpFV .mbr-text,
.cid-utW23gjpFV .mbr-section-btn {
  text-align: center;
}
.cid-utW23gjpFV .item-title {
  text-align: center;
}
.cid-utW23gjpFV .item-subtitle {
  text-align: left;
}
.cid-utW2TmqiyZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #080808;
}
.cid-utW2TmqiyZ img,
.cid-utW2TmqiyZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-utW2TmqiyZ .item:focus,
.cid-utW2TmqiyZ span:focus {
  outline: none;
}
.cid-utW2TmqiyZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-utW2TmqiyZ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-utW2TmqiyZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-utW2TmqiyZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-utW2TmqiyZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-utW2TmqiyZ .mbr-section-title {
  color: #ffffff;
}
.cid-utW2TmqiyZ .mbr-text,
.cid-utW2TmqiyZ .mbr-section-btn {
  text-align: center;
}
.cid-utW2TmqiyZ .item-title {
  text-align: center;
}
.cid-utW2TmqiyZ .item-subtitle {
  text-align: left;
}
.cid-uqJOmBpPG4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-uqJOmBpPG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqJOmBpPG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqJOmBpPG4 .copyright {
  color: #ffffff;
}
.cid-uqJOmBpPG4 .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uqJOmBpPG4 .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uqJOmBpPG4 .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uqJOmBpPG4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uqJOmBpPG4 .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uqJOmBpPG4 .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uqJOmBpPG4 .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqJOmBpPG4 .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uqJOmBpPG4 .row-links-soc,
.cid-uqJOmBpPG4 .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uqJOmBpPG4 .copyright,
.cid-uqJOmBpPG4 .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u6WG4yX7jz {
  background-color: #ffffff;
}
.cid-u6WG4yX7jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WG4yX7jz .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u6WG4yX7jz .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #ffffff;
  z-index: -1;
}
.cid-u6WG4yX7jz img {
  border-radius: 1rem;
}
.cid-u6WG4yX7jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WG4yX7jz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6WG4yX7jz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6WG4yX7jz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6WG4yX7jz .mbr-section-title {
  color: #232323;
}
.cid-u6WG4yX7jz .mbr-section-subtitle,
.cid-u6WG4yX7jz .subtitle-wrap {
  color: #828282;
}
.cid-u6WG4yX7jz .mbr-text,
.cid-u6WG4yX7jz .mbr-section-btn {
  color: #828282;
}
.cid-u6WG4zALby {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u6WG4zALby img,
.cid-u6WG4zALby .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u6WG4zALby .item:focus,
.cid-u6WG4zALby span:focus {
  outline: none;
}
.cid-u6WG4zALby .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u6WG4zALby .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u6WG4zALby .item {
  padding: 0;
  margin: 0;
}
.cid-u6WG4zALby .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6WG4zALby .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6WG4zALby .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u6WG4zALby .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6WG4zALby .mbr-section-title {
  color: #232323;
}
.cid-u6WG4BIj6g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u6WG4BIj6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6WG4BIj6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6WG4BIj6g .copyright {
  color: #ffffff;
}
.cid-u6WG4BIj6g .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u6WG4BIj6g .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6WG4BIj6g .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u6WG4BIj6g .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6WG4BIj6g .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6WG4BIj6g .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6WG4BIj6g .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6WG4BIj6g .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u6WG4BIj6g .row-links-soc,
.cid-u6WG4BIj6g .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u6WG4BIj6g .copyright,
.cid-u6WG4BIj6g .line {
  color: #ffffff;
}
.cid-uhFU8jbzB6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #080808;
  background: none;
}
.cid-uhFU8jbzB6 .navbar.opened {
  transition: all .3s;
  background: #080808 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item {
  transition: all .3s;
  padding: .3rem 1.5rem;
  border-bottom: 1px solid #000000;
  color: #ffffff !important;
  background: #141414 !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-uhFU8jbzB6 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-uhFU8jbzB6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu {
  min-width: 100%;
  padding: 3px 0 0 0;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #4c4c4c;
}
.cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-uhFU8jbzB6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: white !important;
}
.cid-uhFU8jbzB6 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-uhFU8jbzB6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .nav-dropdown .link {
    margin: 0.667em 1.667em;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uhFU8jbzB6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
    color: inherit !important;
  }
  .cid-uhFU8jbzB6 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uhFU8jbzB6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uhFU8jbzB6 .navbar.navbar-short {
  background: #080808 !important;
  min-height: 60px;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uhFU8jbzB6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uhFU8jbzB6 .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-uhFU8jbzB6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhFU8jbzB6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhFU8jbzB6 .dropdown-item.active,
.cid-uhFU8jbzB6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uhFU8jbzB6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #080808;
}
.cid-uhFU8jbzB6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-uhFU8jbzB6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhFU8jbzB6 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-uhFU8jbzB6 .navbar-buttons {
  text-align: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uhFU8jbzB6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uhFU8jbzB6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uhFU8jbzB6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uhFU8jbzB6 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  letter-spacing: 2px;
}
.cid-uhFU8jbzB6 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uhFU8jbzB6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-dropdown .link {
  margin: 1.667em 1.667em;
}
.cid-uhFU8jbzB6 .nav-link:hover,
.cid-uhFU8jbzB6 .dropdown-item:hover {
  color: #984bff !important;
}
.cid-u6XEWnWODT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-u6XEWnWODT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6XEWnWODT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6XEWnWODT .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6XEWnWODT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-u6XEWnWODT .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-u6XEWnWODT .mbr-text,
.cid-u6XEWnWODT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u6XEWnWODT .card-title,
.cid-u6XEWnWODT .card-box {
  text-align: left;
  color: #000000;
}
.cid-u6XEP3VCnx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-u6XEP3VCnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6XEP3VCnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6XEP3VCnx .copyright {
  color: #ffffff;
}
.cid-u6XEP3VCnx .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u6XEP3VCnx .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u6XEP3VCnx .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-u6XEP3VCnx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6XEP3VCnx .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6XEP3VCnx .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6XEP3VCnx .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u6XEP3VCnx .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-u6XEP3VCnx .row-links-soc,
.cid-u6XEP3VCnx .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-u6XEP3VCnx .copyright,
.cid-u6XEP3VCnx .line {
  color: #ffffff;
}
