body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Antonio', sans-serif;
  font-size: 4.4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.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.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff8b00 !important;
}
.bg-success {
  background-color: #bee500 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #ff8b00 !important;
}
.bg-danger {
  background-color: #ff8b00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b36100 !important;
  border-color: #b36100 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b36100 !important;
  border-color: #b36100 !important;
}
.btn-primary:hover {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b36100 !important;
  border-color: #b36100 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b36100 !important;
  border-color: #b36100 !important;
}
.btn-secondary:hover {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info:hover {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #ff8b00, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #bee500 !important;
  border-color: #bee500 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #7f9900 !important;
  border-color: #7f9900 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #7f9900 !important;
  border-color: #7f9900 !important;
}
.btn-success:hover {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #ff8b00, #bee500);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b36100 !important;
  border-color: #b36100 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b36100 !important;
  border-color: #b36100 !important;
}
.btn-warning:hover {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b36100 !important;
  border-color: #b36100 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b36100 !important;
  border-color: #b36100 !important;
}
.btn-danger:hover {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #ff8b00, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #ff8b00, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff8b00;
  color: #ff8b00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff8b00;
  color: #ff8b00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #ff8b00, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #bee500;
  color: #bee500;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #bee500;
  border-color: #bee500;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #bee500 !important;
  border-color: #bee500 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #ff8b00, #bee500);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff8b00;
  color: #ff8b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff8b00;
  color: #ff8b00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff8b00;
  border-color: #ff8b00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8b00 !important;
  border-color: #ff8b00 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #ff8b00, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #ff8b00, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #ff8b00 !important;
}
.text-secondary {
  color: #ff8b00 !important;
}
.text-success {
  color: #bee500 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ff8b00 !important;
}
.text-danger {
  color: #ff8b00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffb966 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffb966 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #e1ff4c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #333333 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffb966 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffb966 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #ff8b00;
}
.alert-danger {
  background-color: #ff8b00;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8b00;
  border-color: #ff8b00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8b00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe8cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2ffb2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe8cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe8cc;
}
/* Scroll to top button*/
blockquote {
  border-color: #ff8b00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8b00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8b00;
  border-bottom-color: #ff8b00;
}
.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: #000000 !important;
  background-color: #ff8b00 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff8b00 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff8b00' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn {
  transition: none;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sHnm3fpcGo .nav-item:focus,
.cid-sHnm3fpcGo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHnm3fpcGo .nav-item {
    position: relative;
  }
}
.cid-sHnm3fpcGo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sHnm3fpcGo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #191919;
  background: linear-gradient(#000000, #191919);
  background: none;
}
.cid-sHnm3fpcGo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sHnm3fpcGo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sHnm3fpcGo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sHnm3fpcGo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sHnm3fpcGo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.show,
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHnm3fpcGo .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sHnm3fpcGo .navbar.collapsed .right-menu,
.cid-sHnm3fpcGo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar .navbar-collapse.show,
  .cid-sHnm3fpcGo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sHnm3fpcGo .navbar .navbar-collapse.show .brand-container,
  .cid-sHnm3fpcGo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sHnm3fpcGo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHnm3fpcGo .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-sHnm3fpcGo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHnm3fpcGo .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sHnm3fpcGo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sHnm3fpcGo .navbar .right-menu,
  .cid-sHnm3fpcGo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sHnm3fpcGo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHnm3fpcGo .navbar.navbar-short .mbr-overlay {
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sHnm3fpcGo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHnm3fpcGo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sHnm3fpcGo .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sHnm3fpcGo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sHnm3fpcGo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHnm3fpcGo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHnm3fpcGo .dropdown-item.active,
.cid-sHnm3fpcGo .dropdown-item:active {
  background-color: transparent;
}
.cid-sHnm3fpcGo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHnm3fpcGo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sHnm3fpcGo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sHnm3fpcGo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHnm3fpcGo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHnm3fpcGo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sHnm3fpcGo .navbar-buttons {
  margin-left: auto;
}
.cid-sHnm3fpcGo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler:hover {
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler:active {
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHnm3fpcGo .navbar-dropdown {
  position: fixed;
}
.cid-sHnm3fpcGo a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sHnm3fpcGo a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-sHnm3fpcGo a.nav-link:hover:before {
  transform: scale(1);
}
.cid-sHnm3fpcGo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHnm3fpcGo .right-menu,
.cid-sHnm3fpcGo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sHnm3fpcGo .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHnm3fpcGo .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHnm3fpcGo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sHnm3fpcGo .card-wrapper {
  z-index: 3;
}
.cid-sHnm3fpcGo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sHnm3fpcGo .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-sHnm3fpcGo .navbar-brand img {
  width: auto !important;
}
.cid-sGWAvEmWFm {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/space-1920x1080.jpg");
  overflow: hidden;
}
.cid-sGWAvEmWFm .title__block {
  padding: 50px 15px;
}
.cid-sGWAvEmWFm .image {
  display: block;
  position: relative;
  display: flex !important;
  justify-content: flex-end;
}
.cid-sGWAvEmWFm .image img {
  height: 100%;
  object-fit: cover;
}
.cid-sGWAvEmWFm .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-sGWAvEmWFm .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.98);
}
.cid-sGWAvEmWFm .widget .widget__item:hover .mbr-iconfont {
  color: #ff8b00;
}
.cid-sGWAvEmWFm .widget .widget__item:nth-child(2) {
  background-color: rgba(255, 139, 0, 0.98);
}
.cid-sGWAvEmWFm .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-sGWAvEmWFm .widget .widget__text {
  margin: 5px 0;
}
.cid-sGWAvEmWFm .mbr-section-btn {
  margin-top: 20px;
}
.cid-sGWAvEmWFm .btn {
  margin-top: 0;
}
.cid-sGWAvEmWFm .popup__text {
  display: inline-block;
  margin-left: 10px;
  color: #ff8b00;
}
.cid-sGWAvEmWFm .mbr-media {
  display: inline-block;
}
.cid-sGWAvEmWFm .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-sGWAvEmWFm .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-sGWAvEmWFm .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-sGWAvEmWFm .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sGWAvEmWFm .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-sGWAvEmWFm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-sGWAvEmWFm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sGWAvEmWFm .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sGWAvEmWFm a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sGWAvEmWFm a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-sGWAvEmWFm .push__left {
    margin-right: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-sGWAvEmWFm .image {
    padding: 0;
  }
  .cid-sGWAvEmWFm .container,
  .cid-sGWAvEmWFm .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sGWAvEmWFm .widget {
    margin-left: 0;
  }
  .cid-sGWAvEmWFm .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-sGWAvEmWFm a.close {
    right: 50px;
    top: 25px;
  }
  .cid-sGWAvEmWFm .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-sGWAvEmWFm .image img {
    max-height: 400px;
  }
}
.cid-sGWAvEmWFm .mbr-section-title,
.cid-sGWAvEmWFm .mbr-figure {
  color: #cccccc;
}
.cid-sGWAvEmWFm .mbr-text,
.cid-sGWAvEmWFm .mbr-section-btn {
  color: #cccccc;
}
.cid-sHpH0NUoo0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-sHpH0NUoo0 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sHpH0NUoo0 img:hover {
  transform: scale(1.1);
}
.cid-sHpH0NUoo0 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sHpH0NUoo0 h2 {
  padding: 0;
  margin: 0;
}
.cid-sHpH0NUoo0 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHpH0NUoo0 .text-col {
  max-width: 950px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sHpH0NUoo0 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sHpH0NUoo0 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sHpH0NUoo0 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sHpH0NUoo0 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sHpH0NUoo0 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHpH0NUoo0 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sHpH0NUoo0 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sHpH0NUoo0 H2 {
  color: #333333;
}
.cid-sHpH0NUoo0 .mbr-text {
  color: #000000;
}
.cid-sHpH0NUoo0 H3 {
  color: #ff8b00;
}
.cid-sHpH0NUoo0 H1 {
  color: #000000;
}
.cid-sHmMZdnDdy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #131415;
}
.cid-sHmMZdnDdy .box {
  display: block !important;
}
.cid-sHmMZdnDdy .box {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ff8b00;
  display: none;
}
.cid-sHmMZdnDdy .row {
  box-shadow: 0px 65px 40px -40px rgba(51, 51, 51, 0.06);
}
.cid-sHmMZdnDdy .mbr-usd {
  vertical-align: top;
  display: inline-block;
  padding-top: 20px;
  color: #999999;
}
.cid-sHmMZdnDdy .card {
  padding: 0 !important;
}
.cid-sHmMZdnDdy .card-wrapper {
  background: #191919;
  background-position: center;
  padding: 4rem;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-sHmMZdnDdy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sHmMZdnDdy .card-subtitle {
  color: #cccccc;
  text-align: center;
}
.cid-sHmMZdnDdy .mbr-price {
  color: #ff8b00;
  text-align: left;
}
.cid-sHmMZdnDdy .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sHmMZdnDdy .mbr-text,
.cid-sHmMZdnDdy .link-align {
  color: #999999;
}
.cid-sHmMZdnDdy .main-title {
  color: #999999;
}
.cid-sHmMZdnDdy .month {
  color: #999999;
}
.cid-sHpGL1VSwR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e9e9e9;
}
.cid-sHpGL1VSwR img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sHpGL1VSwR img:hover {
  transform: scale(1.1);
}
.cid-sHpGL1VSwR .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sHpGL1VSwR h2 {
  padding: 0;
  margin: 0;
}
.cid-sHpGL1VSwR .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHpGL1VSwR .text-col {
  max-width: 950px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sHpGL1VSwR .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sHpGL1VSwR .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sHpGL1VSwR .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sHpGL1VSwR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sHpGL1VSwR .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sHpGL1VSwR .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sHpGL1VSwR .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sHpGL1VSwR H2 {
  color: #333333;
}
.cid-sHpGL1VSwR .mbr-text {
  color: #000000;
}
.cid-sHpGL1VSwR H3 {
  color: #ff8b00;
}
.cid-sMSmSpYS7T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sMSmSpYS7T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sMSmSpYS7T .container {
  max-width: 1400px;
}
.cid-sMSmSpYS7T .image-wrapper {
  position: relative;
}
.cid-sMSmSpYS7T .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #191919;
  position: absolute;
  z-index: 10;
}
.cid-sMSmSpYS7T .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sMSmSpYS7T .row {
  flex-direction: row-reverse;
}
.cid-sMSmSpYS7T img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sMSmSpYS7T .mbr-text {
  color: #818181;
}
.cid-tUo1cIzdtM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tUo1cIzdtM .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tUo1cIzdtM .card-wrapper {
    padding: 0;
  }
}
.cid-tUo1cIzdtM img {
  width: 100%;
}
.cid-tUo1cIzdtM .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tUo1cIzdtM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8b00, #ff8b00);
}
.cid-tUo1cIzdtM .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tUo1cIzdtM h4 {
  margin: 0;
}
.cid-tUo1cIzdtM .card-text {
  color: #f2f2f4;
}
.cid-tUo1cIzdtM .mbr-text {
  color: #000000;
}
.cid-tUo1cIzdtM .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tUo1cIzdtM .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-tUo1cIzdtM .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tUo1cIzdtM .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tUo1cIzdtM .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tUo1cIzdtM H3 {
  color: #787324;
}
.cid-tUo1cIzdtM .mbr-section-title,
.cid-tUo1cIzdtM .title-wrapper {
  color: #f2f2f4;
}
.cid-tUo1cIzdtM .mbr-text,
.cid-tUo1cIzdtM .mbr-section-btn {
  color: #f2f2f4;
}
.cid-tUo1cIzdtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUo1cIzdtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2h3bR5Fp8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tempfileforshare-20240122-173734-minijump-1766x1570.jpg");
}
.cid-u2h3bR5Fp8 .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-u2h3bR5Fp8 .card-wrapper {
    padding: 0;
  }
}
.cid-u2h3bR5Fp8 img {
  width: 100%;
}
.cid-u2h3bR5Fp8 .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #ff8b00, #ff8b00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-u2h3bR5Fp8 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #ff8b00, #ff8b00);
}
.cid-u2h3bR5Fp8 .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-u2h3bR5Fp8 h4 {
  margin: 0;
}
.cid-u2h3bR5Fp8 .card-text {
  color: #f2f2f4;
}
.cid-u2h3bR5Fp8 .mbr-text {
  color: #000000;
}
.cid-u2h3bR5Fp8 .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-u2h3bR5Fp8 .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .cid-u2h3bR5Fp8 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-u2h3bR5Fp8 .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2h3bR5Fp8 .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-u2h3bR5Fp8 H3 {
  color: #787324;
}
.cid-u2h3bR5Fp8 .mbr-section-title,
.cid-u2h3bR5Fp8 .title-wrapper {
  color: #f2f2f4;
}
.cid-u2h3bR5Fp8 .mbr-text,
.cid-u2h3bR5Fp8 .mbr-section-btn {
  color: #f2f2f4;
}
.cid-u2h3bR5Fp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2h3bR5Fp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sHpFwE6bZD {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #111111;
}
.cid-sHpFwE6bZD .container {
  max-width: 1500px;
}
.cid-sHpFwE6bZD img {
  width: 100%;
}
.cid-sHpFwE6bZD h2 {
  padding: 0;
  margin: 0;
}
.cid-sHpFwE6bZD .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-sHpFwE6bZD .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sHpFwE6bZD .img-col {
  position: relative;
}
.cid-sHpFwE6bZD .img2 {
  position: absolute;
  right: -6rem;
  top: 4rem;
  width: 280px;
}
@media (max-width: 1200px) {
  .cid-sHpFwE6bZD .img2 {
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sHpFwE6bZD .img-col {
    margin-top: 3rem;
  }
  .cid-sHpFwE6bZD .text-wrap {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-sHpFwE6bZD .img2 {
    width: 50%;
    top: 2rem;
  }
  .cid-sHpFwE6bZD .number {
    margin: auto;
  }
}
.cid-sHpFwE6bZD H2 {
  color: #999999;
}
.cid-sHpFwE6bZD .mbr-text {
  color: #999999;
}
.cid-sLEbTaKOEl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-sLEbTaKOEl .mbr-text,
.cid-sLEbTaKOEl .mbr-section-subtitle {
  color: #767676;
}
.cid-sLEbTaKOEl .mbr-text {
  margin-bottom: 0 !important;
  color: #ffffff;
  transition: .2s all;
}
.cid-sLEbTaKOEl .card-title {
  color: #66458e;
}
.cid-sLEbTaKOEl .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sLEbTaKOEl .card-img {
  padding-bottom: 2.65rem !important;
}
@media (max-width: 767px) {
  .cid-sLEbTaKOEl .mbr-section-subtitle,
  .cid-sLEbTaKOEl .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sLEbTaKOEl .card .card-img span {
    background: none;
  }
}
.cid-sLEbTaKOEl .card-wrap {
  border-radius: 5px;
  padding: 4.2rem 2rem 4.1rem;
}
.cid-sLEbTaKOEl .card1 {
  background-color: #111111;
}
.cid-sLEbTaKOEl .card2 {
  background-color: #111111;
}
.cid-sLEbTaKOEl .card3 {
  background-color: #111111;
}
.cid-sLEbTaKOEl .card4 {
  background-color: #bbbbbb;
}
.cid-sLEbTaKOEl .card-title,
.cid-sLEbTaKOEl .card-img {
  color: #ff8b00;
  text-transform: uppercase;
}
.cid-sLEbTaKOEl .mbr-section-title {
  color: #ff8b00;
}
.cid-sLITqE0LTE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sLITqE0LTE .google-map {
  height: 30rem;
  position: relative;
}
.cid-sLITqE0LTE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sLITqE0LTE .google-map [data-state-details] {
  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-sLITqE0LTE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sLEdoWiXhR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLEdoWiXhR .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sLEdoWiXhR .container {
  max-width: 1300px;
}
.cid-sHnm3fpcGo .nav-item:focus,
.cid-sHnm3fpcGo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHnm3fpcGo .nav-item {
    position: relative;
  }
}
.cid-sHnm3fpcGo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sHnm3fpcGo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #191919;
  background: linear-gradient(#000000, #191919);
  background: none;
}
.cid-sHnm3fpcGo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sHnm3fpcGo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sHnm3fpcGo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sHnm3fpcGo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sHnm3fpcGo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.show,
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHnm3fpcGo .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sHnm3fpcGo .navbar.collapsed .right-menu,
.cid-sHnm3fpcGo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar .navbar-collapse.show,
  .cid-sHnm3fpcGo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sHnm3fpcGo .navbar .navbar-collapse.show .brand-container,
  .cid-sHnm3fpcGo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sHnm3fpcGo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHnm3fpcGo .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-sHnm3fpcGo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHnm3fpcGo .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sHnm3fpcGo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sHnm3fpcGo .navbar .right-menu,
  .cid-sHnm3fpcGo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sHnm3fpcGo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHnm3fpcGo .navbar.navbar-short .mbr-overlay {
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sHnm3fpcGo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHnm3fpcGo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sHnm3fpcGo .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sHnm3fpcGo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sHnm3fpcGo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHnm3fpcGo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHnm3fpcGo .dropdown-item.active,
.cid-sHnm3fpcGo .dropdown-item:active {
  background-color: transparent;
}
.cid-sHnm3fpcGo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHnm3fpcGo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sHnm3fpcGo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sHnm3fpcGo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHnm3fpcGo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHnm3fpcGo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sHnm3fpcGo .navbar-buttons {
  margin-left: auto;
}
.cid-sHnm3fpcGo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler:hover {
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler:active {
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHnm3fpcGo .navbar-dropdown {
  position: fixed;
}
.cid-sHnm3fpcGo a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sHnm3fpcGo a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-sHnm3fpcGo a.nav-link:hover:before {
  transform: scale(1);
}
.cid-sHnm3fpcGo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHnm3fpcGo .right-menu,
.cid-sHnm3fpcGo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sHnm3fpcGo .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHnm3fpcGo .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHnm3fpcGo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sHnm3fpcGo .card-wrapper {
  z-index: 3;
}
.cid-sHnm3fpcGo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sHnm3fpcGo .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-sHnm3fpcGo .navbar-brand img {
  width: auto !important;
}
.cid-sLDWIemORe {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/space-1920x1080.jpg");
}
.cid-sLDWIemORe .mbr-section-title,
.cid-sLDWIemORe .mbr-section-subtitle {
  color: #000000;
}
.cid-sLDWIemORe .mbr-section-text {
  color: #232323;
}
.cid-sLDWIemORe .mbr-text,
.cid-sLDWIemORe .typed-text,
.cid-sLDWIemORe .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sLDWIemORe .btn {
  margin-left: 4px !important;
}
.cid-sLDWIemORe .animated-element {
  color: #ff8b00;
}
.cid-sLDWIemORe .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff8b00;
}
.cid-sLDWIemORe .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sLDWIemORe .typed-text,
  .cid-sLDWIemORe .mbr-section-subtitle,
  .cid-sLDWIemORe .mbr-section-text,
  .cid-sLDWIemORe .mbr-section-btn {
    text-align: center !important;
  }
}
@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-sIJOQpmaWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sIJOQpmaWd .wrap {
  overflow: hidden;
  background-color: #131415;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sIJOQpmaWd .wrap {
    height: auto;
  }
}
.cid-sIJOQpmaWd .wrap:hover .mbr-section-title a {
  color: #ff8b00 !important;
}
.cid-sIJOQpmaWd .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sIJOQpmaWd .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sIJOQpmaWd .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-sIJOQpmaWd .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-sIJOQpmaWd .text-wrapper {
    padding: 20px 0;
  }
}
.cid-sIJOQpmaWd .row {
  flex-direction: row-reverse;
}
.cid-sIJOQpmaWd .text-wrapper {
  padding: 70px 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-sIJOQpmaWd .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sIJOQpmaWd .text-wrapper {
    padding: 20px;
  }
}
.cid-sIJOQpmaWd .mbr-section-subtitle,
.cid-sIJOQpmaWd .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sIJOQpmaWd .image {
  width: 100%;
}
.cid-sIJOQpmaWd .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-sIJOQpmaWd .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sIJOQpmaWd .mbr-section-title {
  color: #ff8b00;
}
.cid-sIJOQpmaWd .mbr-text,
.cid-sIJOQpmaWd .mbr-section-btn {
  color: #999999;
}
.cid-sH0GwUyoIp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sH0GwUyoIp .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sH0GwUyoIp .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0GwUyoIp .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sH0GwUyoIp .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sH0GwUyoIp .mbr-text {
  color: #cccccc;
  line-height: 27px;
}
.cid-sH0GwUyoIp .brown {
  color: #ff8b00;
}
.cid-sH0GwUyoIp .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sH0GwUyoIp .paragraphs-wrapper .first-paragraph,
.cid-sH0GwUyoIp .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sH0GwUyoIp .text-element {
    padding-bottom: 0;
  }
  .cid-sH0GwUyoIp .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sH0GwUyoIp .paragraphs-wrapper .first-paragraph,
  .cid-sH0GwUyoIp .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sH0GwUyoIp .first-paragraph,
  .cid-sH0GwUyoIp .second-paragraph {
    width: 50%;
  }
  .cid-sH0GwUyoIp .first-paragraph {
    padding-right: .5rem;
  }
  .cid-sH0GwUyoIp .second-paragraph {
    padding-left: .5rem;
  }
  .cid-sH0GwUyoIp .text-element {
    padding: 6rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sH0GwUyoIp .mbr-section-title,
  .cid-sH0GwUyoIp .mbr-section-btn {
    text-align: left;
  }
}
.cid-sH0GwUyoIp .mbr-text,
.cid-sH0GwUyoIp .mbr-section-btn {
  color: #cccccc;
}
.cid-sH0GwUyoIp .title,
.cid-sH0GwUyoIp .mbr-section-title {
  color: #999999;
}
.cid-sH0GwUyoIp .title,
.cid-sH0GwUyoIp .brown {
  color: #ff8b00;
}
.cid-sLEdoWiXhR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLEdoWiXhR .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sLEdoWiXhR .container {
  max-width: 1300px;
}
.cid-sHnm3fpcGo .nav-item:focus,
.cid-sHnm3fpcGo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHnm3fpcGo .nav-item {
    position: relative;
  }
}
.cid-sHnm3fpcGo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sHnm3fpcGo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #191919;
  background: linear-gradient(#000000, #191919);
  background: none;
}
.cid-sHnm3fpcGo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sHnm3fpcGo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sHnm3fpcGo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sHnm3fpcGo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sHnm3fpcGo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.show,
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHnm3fpcGo .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sHnm3fpcGo .navbar.collapsed .right-menu,
.cid-sHnm3fpcGo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar .navbar-collapse.show,
  .cid-sHnm3fpcGo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sHnm3fpcGo .navbar .navbar-collapse.show .brand-container,
  .cid-sHnm3fpcGo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sHnm3fpcGo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHnm3fpcGo .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-sHnm3fpcGo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHnm3fpcGo .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sHnm3fpcGo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sHnm3fpcGo .navbar .right-menu,
  .cid-sHnm3fpcGo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sHnm3fpcGo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHnm3fpcGo .navbar.navbar-short .mbr-overlay {
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sHnm3fpcGo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHnm3fpcGo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sHnm3fpcGo .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sHnm3fpcGo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sHnm3fpcGo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHnm3fpcGo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHnm3fpcGo .dropdown-item.active,
.cid-sHnm3fpcGo .dropdown-item:active {
  background-color: transparent;
}
.cid-sHnm3fpcGo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHnm3fpcGo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sHnm3fpcGo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sHnm3fpcGo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHnm3fpcGo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHnm3fpcGo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sHnm3fpcGo .navbar-buttons {
  margin-left: auto;
}
.cid-sHnm3fpcGo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler:hover {
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler:active {
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHnm3fpcGo .navbar-dropdown {
  position: fixed;
}
.cid-sHnm3fpcGo a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sHnm3fpcGo a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-sHnm3fpcGo a.nav-link:hover:before {
  transform: scale(1);
}
.cid-sHnm3fpcGo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHnm3fpcGo .right-menu,
.cid-sHnm3fpcGo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sHnm3fpcGo .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHnm3fpcGo .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHnm3fpcGo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sHnm3fpcGo .card-wrapper {
  z-index: 3;
}
.cid-sHnm3fpcGo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sHnm3fpcGo .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-sHnm3fpcGo .navbar-brand img {
  width: auto !important;
}
.cid-sLDVfTbpvu {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/space-1920x1080.jpg");
}
.cid-sLDVfTbpvu .mbr-section-title,
.cid-sLDVfTbpvu .mbr-section-subtitle {
  color: #000000;
}
.cid-sLDVfTbpvu .mbr-section-text {
  color: #232323;
}
.cid-sLDVfTbpvu .mbr-text,
.cid-sLDVfTbpvu .typed-text,
.cid-sLDVfTbpvu .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sLDVfTbpvu .btn {
  margin-left: 4px !important;
}
.cid-sLDVfTbpvu .animated-element {
  color: #ff8b00;
}
.cid-sLDVfTbpvu .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff8b00;
}
.cid-sLDVfTbpvu .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sLDVfTbpvu .typed-text,
  .cid-sLDVfTbpvu .mbr-section-subtitle,
  .cid-sLDVfTbpvu .mbr-section-text,
  .cid-sLDVfTbpvu .mbr-section-btn {
    text-align: center !important;
  }
}
@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-sH53oZT7jS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-sH53oZT7jS .mbr-section-title {
  color: #999999;
}
.cid-sH53oZT7jS .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff8b00;
  background: linear-gradient(#ff8b00 0%, #ff8b00 69%, #ff8b00 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sH53oZT7jS .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-sH53oZT7jS .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-sH53oZT7jS .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-sH53oZT7jS .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-sH53oZT7jS .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 0;
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sH53oZT7jS .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sH53oZT7jS .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sH53oZT7jS .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-sH53oZT7jS .card .card-wrapper .card-box .card-title {
  color: #999999;
}
.cid-sH53oZT7jS H4 {
  color: #cccccc;
}
.cid-sH54ZMUzfZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sH54ZMUzfZ .mbr-section-title {
  color: #cccccc;
}
.cid-sH54ZMUzfZ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sH54ZMUzfZ .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-sH54ZMUzfZ .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-sH54ZMUzfZ .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-sH54ZMUzfZ .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-sH54ZMUzfZ .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 0;
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sH54ZMUzfZ .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sH54ZMUzfZ .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sH54ZMUzfZ .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-sH54ZMUzfZ .card .card-wrapper .card-box .card-title {
  color: #999999;
}
.cid-sMSdYeEAls {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sMSdYeEAls .mbr-section-title {
  color: #cccccc;
}
.cid-sMSdYeEAls .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sMSdYeEAls .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-sMSdYeEAls .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-sMSdYeEAls .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-sMSdYeEAls .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-sMSdYeEAls .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 0;
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sMSdYeEAls .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sMSdYeEAls .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sMSdYeEAls .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-sMSdYeEAls .card .card-wrapper .card-box .card-title {
  color: #999999;
}
.cid-sMSecVKm1y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #111111;
}
.cid-sMSecVKm1y .mbr-section-title {
  color: #cccccc;
}
.cid-sMSecVKm1y .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sMSecVKm1y .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-sMSecVKm1y .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-sMSecVKm1y .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-sMSecVKm1y .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-sMSecVKm1y .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 0;
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sMSecVKm1y .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sMSecVKm1y .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sMSecVKm1y .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-sMSecVKm1y .card .card-wrapper .card-box .card-title {
  color: #999999;
}
.cid-sMSequdpK5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-sMSequdpK5 .mbr-section-title {
  color: #cccccc;
}
.cid-sMSequdpK5 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sMSequdpK5 .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-sMSequdpK5 .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-sMSequdpK5 .card .card-wrapper .img-wrapper img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.cid-sMSequdpK5 .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-sMSequdpK5 .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #000000;
  letter-spacing: 0;
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sMSequdpK5 .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #c3cad2;
}
@media (max-width: 992px) {
  .cid-sMSequdpK5 .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sMSequdpK5 .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-sMSequdpK5 .card .card-wrapper .card-box .card-title {
  color: #999999;
}
.cid-sLEdoWiXhR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLEdoWiXhR .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sLEdoWiXhR .container {
  max-width: 1300px;
}
.cid-sHnm3fpcGo .nav-item:focus,
.cid-sHnm3fpcGo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sHnm3fpcGo .nav-item {
    position: relative;
  }
}
.cid-sHnm3fpcGo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sHnm3fpcGo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #191919;
  background: linear-gradient(#000000, #191919);
  background: none;
}
.cid-sHnm3fpcGo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sHnm3fpcGo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sHnm3fpcGo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sHnm3fpcGo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sHnm3fpcGo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.show,
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sHnm3fpcGo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHnm3fpcGo .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sHnm3fpcGo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sHnm3fpcGo .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sHnm3fpcGo .navbar.collapsed .right-menu,
.cid-sHnm3fpcGo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar .navbar-collapse.show,
  .cid-sHnm3fpcGo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sHnm3fpcGo .navbar .navbar-collapse.show .brand-container,
  .cid-sHnm3fpcGo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sHnm3fpcGo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHnm3fpcGo .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-sHnm3fpcGo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHnm3fpcGo .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sHnm3fpcGo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sHnm3fpcGo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sHnm3fpcGo .navbar .right-menu,
  .cid-sHnm3fpcGo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sHnm3fpcGo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHnm3fpcGo .navbar.navbar-short .mbr-overlay {
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sHnm3fpcGo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHnm3fpcGo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sHnm3fpcGo .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sHnm3fpcGo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sHnm3fpcGo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHnm3fpcGo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHnm3fpcGo .dropdown-item.active,
.cid-sHnm3fpcGo .dropdown-item:active {
  background-color: transparent;
}
.cid-sHnm3fpcGo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHnm3fpcGo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sHnm3fpcGo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sHnm3fpcGo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHnm3fpcGo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHnm3fpcGo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sHnm3fpcGo .navbar-buttons {
  margin-left: auto;
}
.cid-sHnm3fpcGo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler:hover {
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler:active {
  outline: none;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHnm3fpcGo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sHnm3fpcGo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHnm3fpcGo .navbar-dropdown {
  position: fixed;
}
.cid-sHnm3fpcGo a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sHnm3fpcGo a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-sHnm3fpcGo a.nav-link:hover:before {
  transform: scale(1);
}
.cid-sHnm3fpcGo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHnm3fpcGo .right-menu,
.cid-sHnm3fpcGo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sHnm3fpcGo .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sHnm3fpcGo .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHnm3fpcGo .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sHnm3fpcGo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sHnm3fpcGo .card-wrapper {
  z-index: 3;
}
.cid-sHnm3fpcGo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sHnm3fpcGo .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sHnm3fpcGo .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-sHnm3fpcGo .navbar-brand img {
  width: auto !important;
}
.cid-sLDX4ymFKj {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/space-1920x1080.jpg");
}
.cid-sLDX4ymFKj .mbr-section-title,
.cid-sLDX4ymFKj .mbr-section-subtitle {
  color: #000000;
}
.cid-sLDX4ymFKj .mbr-section-text {
  color: #232323;
}
.cid-sLDX4ymFKj .mbr-text,
.cid-sLDX4ymFKj .typed-text,
.cid-sLDX4ymFKj .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sLDX4ymFKj .btn {
  margin-left: 4px !important;
}
.cid-sLDX4ymFKj .animated-element {
  color: #ff8b00;
}
.cid-sLDX4ymFKj .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff8b00;
}
.cid-sLDX4ymFKj .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sLDX4ymFKj .typed-text,
  .cid-sLDX4ymFKj .mbr-section-subtitle,
  .cid-sLDX4ymFKj .mbr-section-text,
  .cid-sLDX4ymFKj .mbr-section-btn {
    text-align: center !important;
  }
}
@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-sIJSYiFbtd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sIJSYiFbtd .wrap {
  overflow: hidden;
  background-color: #131415;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sIJSYiFbtd .wrap {
    height: auto;
  }
}
.cid-sIJSYiFbtd .wrap:hover .mbr-section-title a {
  color: #ff8b00 !important;
}
.cid-sIJSYiFbtd .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sIJSYiFbtd .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sIJSYiFbtd .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-sIJSYiFbtd .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-sIJSYiFbtd .text-wrapper {
    padding: 20px 0;
  }
}
.cid-sIJSYiFbtd .row {
  flex-direction: row-reverse;
}
.cid-sIJSYiFbtd .text-wrapper {
  padding: 70px 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-sIJSYiFbtd .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sIJSYiFbtd .text-wrapper {
    padding: 20px;
  }
}
.cid-sIJSYiFbtd .mbr-section-subtitle,
.cid-sIJSYiFbtd .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sIJSYiFbtd .image {
  width: 100%;
}
.cid-sIJSYiFbtd .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-sIJSYiFbtd .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sIJSYiFbtd .mbr-section-title {
  color: #ff8b00;
}
.cid-sIJSYiFbtd .mbr-text,
.cid-sIJSYiFbtd .mbr-section-btn {
  color: #999999;
}
.cid-sLEdoWiXhR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLEdoWiXhR .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sLEdoWiXhR .container {
  max-width: 1300px;
}
.cid-sIBGHDU2AN .nav-item:focus,
.cid-sIBGHDU2AN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sIBGHDU2AN .nav-item {
    position: relative;
  }
}
.cid-sIBGHDU2AN .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sIBGHDU2AN .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #191919;
  background: linear-gradient(#000000, #191919);
  background: none;
}
.cid-sIBGHDU2AN .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sIBGHDU2AN .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sIBGHDU2AN .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sIBGHDU2AN .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sIBGHDU2AN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sIBGHDU2AN .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIBGHDU2AN .navbar.collapsed .navbar-collapse.show,
.cid-sIBGHDU2AN .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIBGHDU2AN .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sIBGHDU2AN .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sIBGHDU2AN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sIBGHDU2AN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIBGHDU2AN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIBGHDU2AN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sIBGHDU2AN .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sIBGHDU2AN .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIBGHDU2AN .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sIBGHDU2AN .navbar.collapsed .right-menu,
.cid-sIBGHDU2AN .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sIBGHDU2AN .navbar .navbar-collapse.show,
  .cid-sIBGHDU2AN .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sIBGHDU2AN .navbar .navbar-collapse.show .brand-container,
  .cid-sIBGHDU2AN .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sIBGHDU2AN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIBGHDU2AN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sIBGHDU2AN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIBGHDU2AN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIBGHDU2AN .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-sIBGHDU2AN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIBGHDU2AN .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sIBGHDU2AN .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIBGHDU2AN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sIBGHDU2AN .navbar .right-menu,
  .cid-sIBGHDU2AN .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sIBGHDU2AN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIBGHDU2AN .navbar.navbar-short .mbr-overlay {
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sIBGHDU2AN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIBGHDU2AN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sIBGHDU2AN .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sIBGHDU2AN .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sIBGHDU2AN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIBGHDU2AN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIBGHDU2AN .dropdown-item.active,
.cid-sIBGHDU2AN .dropdown-item:active {
  background-color: transparent;
}
.cid-sIBGHDU2AN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIBGHDU2AN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sIBGHDU2AN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sIBGHDU2AN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIBGHDU2AN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIBGHDU2AN ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sIBGHDU2AN ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sIBGHDU2AN .navbar-buttons {
  margin-left: auto;
}
.cid-sIBGHDU2AN button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-sIBGHDU2AN button.navbar-toggler:hover {
  outline: none;
}
.cid-sIBGHDU2AN button.navbar-toggler:active {
  outline: none;
}
.cid-sIBGHDU2AN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-sIBGHDU2AN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIBGHDU2AN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIBGHDU2AN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIBGHDU2AN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIBGHDU2AN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIBGHDU2AN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sIBGHDU2AN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sIBGHDU2AN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIBGHDU2AN .navbar-dropdown {
  position: fixed;
}
.cid-sIBGHDU2AN a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sIBGHDU2AN a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-sIBGHDU2AN a.nav-link:hover:before {
  transform: scale(1);
}
.cid-sIBGHDU2AN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sIBGHDU2AN .right-menu,
.cid-sIBGHDU2AN .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sIBGHDU2AN .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIBGHDU2AN .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIBGHDU2AN .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIBGHDU2AN .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIBGHDU2AN .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sIBGHDU2AN .card-wrapper {
  z-index: 3;
}
.cid-sIBGHDU2AN .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sIBGHDU2AN .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sIBGHDU2AN .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-sIBGHDU2AN .navbar-brand img {
  width: auto !important;
}
.cid-sLDWOV7LZe {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/space-1920x1080.jpg");
}
.cid-sLDWOV7LZe .mbr-section-title,
.cid-sLDWOV7LZe .mbr-section-subtitle {
  color: #000000;
}
.cid-sLDWOV7LZe .mbr-section-text {
  color: #232323;
}
.cid-sLDWOV7LZe .mbr-text,
.cid-sLDWOV7LZe .typed-text,
.cid-sLDWOV7LZe .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sLDWOV7LZe .btn {
  margin-left: 4px !important;
}
.cid-sLDWOV7LZe .animated-element {
  color: #ff8b00;
}
.cid-sLDWOV7LZe .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff8b00;
}
.cid-sLDWOV7LZe .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sLDWOV7LZe .typed-text,
  .cid-sLDWOV7LZe .mbr-section-subtitle,
  .cid-sLDWOV7LZe .mbr-section-text,
  .cid-sLDWOV7LZe .mbr-section-btn {
    text-align: center !important;
  }
}
@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-sIJSwTPLK1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sIJSwTPLK1 .wrap {
  overflow: hidden;
  background-color: #131415;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sIJSwTPLK1 .wrap {
    height: auto;
  }
}
.cid-sIJSwTPLK1 .wrap:hover .mbr-section-title a {
  color: #ff8b00 !important;
}
.cid-sIJSwTPLK1 .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sIJSwTPLK1 .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sIJSwTPLK1 .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-sIJSwTPLK1 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-sIJSwTPLK1 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-sIJSwTPLK1 .row {
  flex-direction: row-reverse;
}
.cid-sIJSwTPLK1 .text-wrapper {
  padding: 70px 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-sIJSwTPLK1 .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sIJSwTPLK1 .text-wrapper {
    padding: 20px;
  }
}
.cid-sIJSwTPLK1 .mbr-section-subtitle,
.cid-sIJSwTPLK1 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sIJSwTPLK1 .image {
  width: 100%;
}
.cid-sIJSwTPLK1 .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-sIJSwTPLK1 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sIJSwTPLK1 .mbr-section-title {
  color: #ff8b00;
}
.cid-sIJSwTPLK1 .mbr-text,
.cid-sIJSwTPLK1 .mbr-section-btn {
  color: #999999;
}
.cid-sLEdoWiXhR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLEdoWiXhR .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sLEdoWiXhR .container {
  max-width: 1300px;
}
.cid-sIIKWPdCnV .nav-item:focus,
.cid-sIIKWPdCnV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sIIKWPdCnV .nav-item {
    position: relative;
  }
}
.cid-sIIKWPdCnV .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sIIKWPdCnV .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #191919;
  background: linear-gradient(#000000, #191919);
  background: none;
}
.cid-sIIKWPdCnV .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sIIKWPdCnV .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sIIKWPdCnV .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sIIKWPdCnV .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sIIKWPdCnV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sIIKWPdCnV .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIIKWPdCnV .navbar.collapsed .navbar-collapse.show,
.cid-sIIKWPdCnV .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIIKWPdCnV .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sIIKWPdCnV .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sIIKWPdCnV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sIIKWPdCnV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIIKWPdCnV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIIKWPdCnV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sIIKWPdCnV .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sIIKWPdCnV .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIIKWPdCnV .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sIIKWPdCnV .navbar.collapsed .right-menu,
.cid-sIIKWPdCnV .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sIIKWPdCnV .navbar .navbar-collapse.show,
  .cid-sIIKWPdCnV .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sIIKWPdCnV .navbar .navbar-collapse.show .brand-container,
  .cid-sIIKWPdCnV .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sIIKWPdCnV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIIKWPdCnV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sIIKWPdCnV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIIKWPdCnV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIIKWPdCnV .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-sIIKWPdCnV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIIKWPdCnV .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sIIKWPdCnV .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIIKWPdCnV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sIIKWPdCnV .navbar .right-menu,
  .cid-sIIKWPdCnV .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sIIKWPdCnV .navbar.navbar-short {
  min-height: 60px;
}
.cid-sIIKWPdCnV .navbar.navbar-short .mbr-overlay {
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sIIKWPdCnV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIIKWPdCnV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sIIKWPdCnV .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sIIKWPdCnV .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sIIKWPdCnV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIIKWPdCnV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIIKWPdCnV .dropdown-item.active,
.cid-sIIKWPdCnV .dropdown-item:active {
  background-color: transparent;
}
.cid-sIIKWPdCnV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIIKWPdCnV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sIIKWPdCnV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sIIKWPdCnV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIIKWPdCnV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIIKWPdCnV ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sIIKWPdCnV ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sIIKWPdCnV .navbar-buttons {
  margin-left: auto;
}
.cid-sIIKWPdCnV button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-sIIKWPdCnV button.navbar-toggler:hover {
  outline: none;
}
.cid-sIIKWPdCnV button.navbar-toggler:active {
  outline: none;
}
.cid-sIIKWPdCnV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-sIIKWPdCnV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIIKWPdCnV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIIKWPdCnV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIIKWPdCnV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIIKWPdCnV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIIKWPdCnV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sIIKWPdCnV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sIIKWPdCnV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIIKWPdCnV .navbar-dropdown {
  position: fixed;
}
.cid-sIIKWPdCnV a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sIIKWPdCnV a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-sIIKWPdCnV a.nav-link:hover:before {
  transform: scale(1);
}
.cid-sIIKWPdCnV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sIIKWPdCnV .right-menu,
.cid-sIIKWPdCnV .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sIIKWPdCnV .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIIKWPdCnV .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sIIKWPdCnV .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIIKWPdCnV .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sIIKWPdCnV .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sIIKWPdCnV .card-wrapper {
  z-index: 3;
}
.cid-sIIKWPdCnV .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sIIKWPdCnV .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sIIKWPdCnV .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-sIIKWPdCnV .navbar-brand img {
  width: auto !important;
}
.cid-sLDX9biu3b {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/space-1920x1080.jpg");
}
.cid-sLDX9biu3b .mbr-section-title,
.cid-sLDX9biu3b .mbr-section-subtitle {
  color: #000000;
}
.cid-sLDX9biu3b .mbr-section-text {
  color: #232323;
}
.cid-sLDX9biu3b .mbr-text,
.cid-sLDX9biu3b .typed-text,
.cid-sLDX9biu3b .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sLDX9biu3b .btn {
  margin-left: 4px !important;
}
.cid-sLDX9biu3b .animated-element {
  color: #ff8b00;
}
.cid-sLDX9biu3b .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff8b00;
}
.cid-sLDX9biu3b .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sLDX9biu3b .typed-text,
  .cid-sLDX9biu3b .mbr-section-subtitle,
  .cid-sLDX9biu3b .mbr-section-text,
  .cid-sLDX9biu3b .mbr-section-btn {
    text-align: center !important;
  }
}
@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-sIJzWIFsm8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-sIJzWIFsm8 .wrap {
  overflow: hidden;
  background-color: #131415;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sIJzWIFsm8 .wrap {
    height: auto;
  }
}
.cid-sIJzWIFsm8 .wrap:hover .mbr-section-title a {
  color: #ff8b00 !important;
}
.cid-sIJzWIFsm8 .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sIJzWIFsm8 .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sIJzWIFsm8 .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-sIJzWIFsm8 .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-sIJzWIFsm8 .text-wrapper {
    padding: 20px 0;
  }
}
.cid-sIJzWIFsm8 .row {
  flex-direction: row-reverse;
}
.cid-sIJzWIFsm8 .text-wrapper {
  padding: 70px 40px;
  padding-right: 0;
}
@media (max-width: 991px) {
  .cid-sIJzWIFsm8 .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sIJzWIFsm8 .text-wrapper {
    padding: 20px;
  }
}
.cid-sIJzWIFsm8 .mbr-section-subtitle,
.cid-sIJzWIFsm8 .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sIJzWIFsm8 .image {
  width: 100%;
}
.cid-sIJzWIFsm8 .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-sIJzWIFsm8 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sIJzWIFsm8 .mbr-section-title {
  color: #ff8b00;
}
.cid-sIJzWIFsm8 .mbr-text,
.cid-sIJzWIFsm8 .mbr-section-btn {
  color: #999999;
}
.cid-sLEdoWiXhR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLEdoWiXhR .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sLEdoWiXhR .container {
  max-width: 1300px;
}
.cid-sKXti7L35D .nav-item:focus,
.cid-sKXti7L35D .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sKXti7L35D .nav-item {
    position: relative;
  }
}
.cid-sKXti7L35D .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sKXti7L35D .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #191919;
  background: linear-gradient(#000000, #191919);
  background: none;
}
.cid-sKXti7L35D .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sKXti7L35D .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sKXti7L35D .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sKXti7L35D .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sKXti7L35D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sKXti7L35D .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sKXti7L35D .navbar.collapsed .navbar-collapse.show,
.cid-sKXti7L35D .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKXti7L35D .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sKXti7L35D .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sKXti7L35D .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sKXti7L35D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKXti7L35D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sKXti7L35D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sKXti7L35D .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sKXti7L35D .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sKXti7L35D .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sKXti7L35D .navbar.collapsed .right-menu,
.cid-sKXti7L35D .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sKXti7L35D .navbar .navbar-collapse.show,
  .cid-sKXti7L35D .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sKXti7L35D .navbar .navbar-collapse.show .brand-container,
  .cid-sKXti7L35D .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sKXti7L35D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKXti7L35D .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sKXti7L35D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKXti7L35D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sKXti7L35D .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-sKXti7L35D .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sKXti7L35D .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sKXti7L35D .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sKXti7L35D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sKXti7L35D .navbar .right-menu,
  .cid-sKXti7L35D .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sKXti7L35D .navbar.navbar-short {
  min-height: 60px;
}
.cid-sKXti7L35D .navbar.navbar-short .mbr-overlay {
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sKXti7L35D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sKXti7L35D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sKXti7L35D .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sKXti7L35D .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sKXti7L35D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKXti7L35D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKXti7L35D .dropdown-item.active,
.cid-sKXti7L35D .dropdown-item:active {
  background-color: transparent;
}
.cid-sKXti7L35D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sKXti7L35D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sKXti7L35D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sKXti7L35D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKXti7L35D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKXti7L35D ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sKXti7L35D ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sKXti7L35D .navbar-buttons {
  margin-left: auto;
}
.cid-sKXti7L35D button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-sKXti7L35D button.navbar-toggler:hover {
  outline: none;
}
.cid-sKXti7L35D button.navbar-toggler:active {
  outline: none;
}
.cid-sKXti7L35D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-sKXti7L35D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sKXti7L35D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sKXti7L35D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sKXti7L35D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sKXti7L35D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKXti7L35D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sKXti7L35D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sKXti7L35D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sKXti7L35D .navbar-dropdown {
  position: fixed;
}
.cid-sKXti7L35D a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sKXti7L35D a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-sKXti7L35D a.nav-link:hover:before {
  transform: scale(1);
}
.cid-sKXti7L35D .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sKXti7L35D .right-menu,
.cid-sKXti7L35D .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sKXti7L35D .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sKXti7L35D .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sKXti7L35D .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKXti7L35D .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sKXti7L35D .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sKXti7L35D .card-wrapper {
  z-index: 3;
}
.cid-sKXti7L35D .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sKXti7L35D .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sKXti7L35D .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-sKXti7L35D .navbar-brand img {
  width: auto !important;
}
.cid-sLDWWZYU2C {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/space-1920x1080.jpg");
}
.cid-sLDWWZYU2C .mbr-section-title,
.cid-sLDWWZYU2C .mbr-section-subtitle {
  color: #000000;
}
.cid-sLDWWZYU2C .mbr-section-text {
  color: #232323;
}
.cid-sLDWWZYU2C .mbr-text,
.cid-sLDWWZYU2C .typed-text,
.cid-sLDWWZYU2C .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sLDWWZYU2C .btn {
  margin-left: 4px !important;
}
.cid-sLDWWZYU2C .animated-element {
  color: #ff8b00;
}
.cid-sLDWWZYU2C .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff8b00;
}
.cid-sLDWWZYU2C .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sLDWWZYU2C .typed-text,
  .cid-sLDWWZYU2C .mbr-section-subtitle,
  .cid-sLDWWZYU2C .mbr-section-text,
  .cid-sLDWWZYU2C .mbr-section-btn {
    text-align: center !important;
  }
}
@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-sKXti8W0rj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKXti8W0rj .wrap {
  overflow: hidden;
  background-color: #131415;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sKXti8W0rj .wrap {
    height: auto;
  }
}
.cid-sKXti8W0rj .wrap:hover .mbr-section-title a {
  color: #ff8b00 !important;
}
.cid-sKXti8W0rj .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sKXti8W0rj .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sKXti8W0rj .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-sKXti8W0rj .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-sKXti8W0rj .text-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cid-sKXti8W0rj .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sKXti8W0rj .text-wrapper {
    padding: 20px;
  }
}
.cid-sKXti8W0rj .mbr-section-subtitle,
.cid-sKXti8W0rj .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sKXti8W0rj .image {
  width: 100%;
}
.cid-sKXti8W0rj .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-sKXti8W0rj .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sKXti8W0rj .mbr-section-title {
  color: #ff8b00;
}
.cid-sKXti8W0rj .mbr-text,
.cid-sKXti8W0rj .mbr-section-btn {
  color: #ffffff;
}
.cid-sLJeaBSzQI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sLJeaBSzQI .wrap {
  overflow: hidden;
  background-color: #131415;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cid-sLJeaBSzQI .wrap {
    height: auto;
  }
}
.cid-sLJeaBSzQI .wrap:hover .mbr-section-title a {
  color: #ff8b00 !important;
}
.cid-sLJeaBSzQI .text-wrapper {
  padding: 70px 0;
  padding: 70px 40px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-sLJeaBSzQI .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sLJeaBSzQI .text-wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-sLJeaBSzQI .text-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .cid-sLJeaBSzQI .text-wrapper {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .cid-sLJeaBSzQI .text-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-sLJeaBSzQI .text-wrapper {
    padding: 20px;
  }
}
.cid-sLJeaBSzQI .mbr-section-subtitle,
.cid-sLJeaBSzQI .mbr-section-title {
  margin-bottom: 12px;
}
.cid-sLJeaBSzQI .image {
  width: 100%;
}
.cid-sLJeaBSzQI .image img {
  width: 101%;
  border-radius: 4px;
  object-fit: cover;
}
.cid-sLJeaBSzQI .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sLJeaBSzQI .mbr-section-title {
  color: #ff8b00;
}
.cid-sLJeaBSzQI .mbr-text,
.cid-sLJeaBSzQI .mbr-section-btn {
  color: #ffffff;
}
.cid-sLEdoWiXhR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLEdoWiXhR .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sLEdoWiXhR .container {
  max-width: 1300px;
}
.cid-sLDMe6wpKn .nav-item:focus,
.cid-sLDMe6wpKn .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sLDMe6wpKn .nav-item {
    position: relative;
  }
}
.cid-sLDMe6wpKn .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-sLDMe6wpKn .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #191919;
  background: linear-gradient(#000000, #191919);
  background: none;
}
.cid-sLDMe6wpKn .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sLDMe6wpKn .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-sLDMe6wpKn .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  z-index: 1;
  padding: .5rem 0;
}
@media (max-width: 991px) {
  .cid-sLDMe6wpKn .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-sLDMe6wpKn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sLDMe6wpKn .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sLDMe6wpKn .navbar.collapsed .navbar-collapse.show,
.cid-sLDMe6wpKn .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLDMe6wpKn .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-sLDMe6wpKn .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-sLDMe6wpKn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sLDMe6wpKn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sLDMe6wpKn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sLDMe6wpKn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 1rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sLDMe6wpKn .navbar.collapsed ul.navbar-nav li {
  margin-right: 14px;
}
.cid-sLDMe6wpKn .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sLDMe6wpKn .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: center;
}
.cid-sLDMe6wpKn .navbar.collapsed .right-menu,
.cid-sLDMe6wpKn .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-sLDMe6wpKn .navbar .navbar-collapse.show,
  .cid-sLDMe6wpKn .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
  }
  .cid-sLDMe6wpKn .navbar .navbar-collapse.show .brand-container,
  .cid-sLDMe6wpKn .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-sLDMe6wpKn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sLDMe6wpKn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sLDMe6wpKn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sLDMe6wpKn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sLDMe6wpKn .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-sLDMe6wpKn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sLDMe6wpKn .navbar ul.navbar-nav li {
    margin: auto !important;
  }
  .cid-sLDMe6wpKn .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sLDMe6wpKn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-sLDMe6wpKn .navbar .right-menu,
  .cid-sLDMe6wpKn .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sLDMe6wpKn .navbar.navbar-short {
  min-height: 60px;
}
.cid-sLDMe6wpKn .navbar.navbar-short .mbr-overlay {
  background: #191919 !important;
  background: linear-gradient(#000000, #191919) !important;
}
.cid-sLDMe6wpKn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sLDMe6wpKn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  .cid-sLDMe6wpKn .navbar {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.cid-sLDMe6wpKn .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sLDMe6wpKn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sLDMe6wpKn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sLDMe6wpKn .dropdown-item.active,
.cid-sLDMe6wpKn .dropdown-item:active {
  background-color: transparent;
}
.cid-sLDMe6wpKn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sLDMe6wpKn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
}
.cid-sLDMe6wpKn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #191919;
}
.cid-sLDMe6wpKn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sLDMe6wpKn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sLDMe6wpKn ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sLDMe6wpKn ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-sLDMe6wpKn .navbar-buttons {
  margin-left: auto;
}
.cid-sLDMe6wpKn button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
  outline: none;
}
.cid-sLDMe6wpKn button.navbar-toggler:hover {
  outline: none;
}
.cid-sLDMe6wpKn button.navbar-toggler:active {
  outline: none;
}
.cid-sLDMe6wpKn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #282727;
}
.cid-sLDMe6wpKn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sLDMe6wpKn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sLDMe6wpKn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sLDMe6wpKn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sLDMe6wpKn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLDMe6wpKn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-sLDMe6wpKn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-sLDMe6wpKn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sLDMe6wpKn .navbar-dropdown {
  position: fixed;
}
.cid-sLDMe6wpKn a.nav-link {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 3.41px;
}
.cid-sLDMe6wpKn a.nav-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: .3s ease;
}
.cid-sLDMe6wpKn a.nav-link:hover:before {
  transform: scale(1);
}
.cid-sLDMe6wpKn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sLDMe6wpKn .right-menu,
.cid-sLDMe6wpKn .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-sLDMe6wpKn .left-menu .navbar-nav {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sLDMe6wpKn .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sLDMe6wpKn .right-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLDMe6wpKn .right-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sLDMe6wpKn .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sLDMe6wpKn .card-wrapper {
  z-index: 3;
}
.cid-sLDMe6wpKn .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-sLDMe6wpKn .navbar-collapse {
    padding-top: 0;
  }
}
.cid-sLDMe6wpKn .nav-item:not(:last-child) {
  margin-right: 14px !important;
}
.cid-sLDMe6wpKn .navbar-brand img {
  width: auto !important;
}
.cid-sLDWBuFPMh {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/space-1920x1080.jpg");
}
.cid-sLDWBuFPMh .mbr-section-title,
.cid-sLDWBuFPMh .mbr-section-subtitle {
  color: #000000;
}
.cid-sLDWBuFPMh .mbr-section-text {
  color: #232323;
}
.cid-sLDWBuFPMh .mbr-text,
.cid-sLDWBuFPMh .typed-text,
.cid-sLDWBuFPMh .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sLDWBuFPMh .btn {
  margin-left: 4px !important;
}
.cid-sLDWBuFPMh .animated-element {
  color: #ff8b00;
}
.cid-sLDWBuFPMh .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff8b00;
}
.cid-sLDWBuFPMh .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sLDWBuFPMh .typed-text,
  .cid-sLDWBuFPMh .mbr-section-subtitle,
  .cid-sLDWBuFPMh .mbr-section-text,
  .cid-sLDWBuFPMh .mbr-section-btn {
    text-align: center !important;
  }
}
@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-sLDNXCTnkP {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/form-field-1920x1080.jpg");
}
.cid-sLDNXCTnkP .showAlerts {
  display: block !important;
}
.cid-sLDNXCTnkP .rowflexrev {
  display: -webkit-flex;
}
.cid-sLDNXCTnkP .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sLDNXCTnkP .title {
  margin-bottom: 2rem;
}
.cid-sLDNXCTnkP .mbr-section-subtitle {
  color: #000000;
}
.cid-sLDNXCTnkP textarea.form-control {
  min-height: 188px;
}
.cid-sLDNXCTnkP LABEL {
  color: #232323;
}
.cid-sLDNXCTnkP .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sLDNXCTnkP .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sLDNXCTnkP .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sLDNXCTnkP .mbr-section-gdpr {
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
}
.cid-sLDNXCTnkP .alert {
  margin-bottom: 0;
}
.cid-sLDNXCTnkP .alert-success {
  background-color: #fff00d;
}
.cid-sLDNXCTnkP .alert-danger {
  background-color: #ff4a52;
}
.cid-sLDNXCTnkP .btn {
  display: inline-flex;
}
.cid-sLDNXCTnkP .hidden {
  display: none;
}
.cid-sLDNXCTnkP .mbr-alert-success {
  text-align: center;
  color: #000000;
}
.cid-sLDNXCTnkP .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-sLDNXCTnkP H2 {
  color: #131415;
}
.cid-sLEdoWiXhR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sLEdoWiXhR .mbr-text {
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sLEdoWiXhR .container {
  max-width: 1300px;
}
