.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.9rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00d0f3 !important;
}
.bg-success {
  background-color: #a78aff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #ff4c39 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
  box-shadow: 0 0 33px 0 #00d0f3;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #27e0ff !important;
  border-color: #27e0ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdbdff !important;
  border-color: #cdbdff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7a6c !important;
  border-color: #ff7a6c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00d0f3;
  color: #00d0f3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00d0f3 !important;
  background-color: transparent !important;
  border-color: #00d0f3 !important;
  box-shadow: 0 0 33px 0 #00d0f3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a78aff;
  color: #a78aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78aff !important;
  background-color: transparent !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff4c39;
  color: #ff4c39;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff4c39 !important;
  background-color: transparent !important;
  border-color: #ff4c39 !important;
  box-shadow: 0 0 33px 0 #ff4c39;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4c39 !important;
  border-color: #ff4c39 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00d0f3 !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #ff4c39 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #00798d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a24ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d21400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00d0f3;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #ff4c39;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00d0f3;
  border-color: #00d0f3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00d0f3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c0f6ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #00d0f3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #00d0f3;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00d0f3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00d0f3;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00d0f3;
  border-bottom-color: #00d0f3;
}
.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: #00d0f3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff398a !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='%2300d0f3' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v7M2IdIeP6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7M2IdIeP6 nav.navbar {
  position: fixed;
}
.cid-v7M2IdIeP6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7M2IdIeP6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7M2IdIeP6 .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7M2IdIeP6 .dropdown-item:hover,
.cid-v7M2IdIeP6 .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7M2IdIeP6 .dropdown-item:hover span {
  color: white;
}
.cid-v7M2IdIeP6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7M2IdIeP6 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7M2IdIeP6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7M2IdIeP6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7M2IdIeP6 .nav-link {
  position: relative;
}
.cid-v7M2IdIeP6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7M2IdIeP6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v7M2IdIeP6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7M2IdIeP6 .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7M2IdIeP6 .dropdown-menu,
.cid-v7M2IdIeP6 .navbar.opened {
  background: #000000 !important;
}
.cid-v7M2IdIeP6 .nav-item:focus,
.cid-v7M2IdIeP6 .nav-link:focus {
  outline: none;
}
.cid-v7M2IdIeP6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7M2IdIeP6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7M2IdIeP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7M2IdIeP6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7M2IdIeP6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7M2IdIeP6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7M2IdIeP6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7M2IdIeP6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7M2IdIeP6 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7M2IdIeP6 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7M2IdIeP6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7M2IdIeP6 .navbar.collapsed {
  justify-content: center;
}
.cid-v7M2IdIeP6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7M2IdIeP6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7M2IdIeP6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7M2IdIeP6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7M2IdIeP6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7M2IdIeP6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7M2IdIeP6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7M2IdIeP6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7M2IdIeP6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7M2IdIeP6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7M2IdIeP6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7M2IdIeP6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7M2IdIeP6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7M2IdIeP6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7M2IdIeP6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7M2IdIeP6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7M2IdIeP6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7M2IdIeP6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7M2IdIeP6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7M2IdIeP6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7M2IdIeP6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7M2IdIeP6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7M2IdIeP6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7M2IdIeP6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7M2IdIeP6 .navbar-brand .navbar-caption:hover,
.cid-v7M2IdIeP6 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7M2IdIeP6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7M2IdIeP6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7M2IdIeP6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7M2IdIeP6 .dropdown-item.active,
.cid-v7M2IdIeP6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7M2IdIeP6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7M2IdIeP6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7M2IdIeP6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7M2IdIeP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7M2IdIeP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7M2IdIeP6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7M2IdIeP6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7M2IdIeP6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7M2IdIeP6 ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7M2IdIeP6 .navbar-buttons {
  text-align: center;
}
.cid-v7M2IdIeP6 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7M2IdIeP6 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7M2IdIeP6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7M2IdIeP6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7M2IdIeP6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7M2IdIeP6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7M2IdIeP6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7M2IdIeP6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7M2IdIeP6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7M2IdIeP6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7M2IdIeP6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7M2IdIeP6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7M2IdIeP6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7M2IdIeP6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7M2IdIeP6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7M2IdIeP6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7M2IdIeP6 .navbar {
    height: 70px;
  }
  .cid-v7M2IdIeP6 .navbar.opened {
    height: auto;
  }
  .cid-v7M2IdIeP6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7M2IdIeP6 .navbar-nav {
  margin: 0 auto;
}
.cid-v7M2IdIeP6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7M2IdIeP6 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7M2IdIeP6 .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7M2IdIeP6 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7M2IdIeP6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7M2IdIeP6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7M2IdIeP6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7M2IdIeP6 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7M2IdIeP6 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7M2IdIeP6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7M2IdIeP6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7M2IdIeP6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7M2IdIeP6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7M2IdIeP6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7M2IdIeP6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7M2IdIeP6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7M2IdIeP6 .content-wrap {
  min-height: 90px;
}
.cid-v7M2IdY6WI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  position: relative;
}
.cid-v7M2IdY6WI::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v7M2IdY6WI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7M2IdY6WI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7M2IdY6WI .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v7M2IdY6WI .content-wrapper {
    margin-top: 0;
  }
}
.cid-v7M2IdY6WI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7M2IdY6WI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7M2IdY6WI .mbr-section-title {
  color: #ffffff;
}
.cid-v7M2IdY6WI .mbr-text {
  color: #ffffff;
}
.cid-v7Sxlnmygk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050049;
}
.cid-v7Sxlnmygk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Sxlnmygk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Sxlnmygk .row {
  justify-content: center;
}
.cid-v7Sxlnmygk .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7Sxlnmygk .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7Sxlnmygk .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v7Sxlnmygk .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7Sxlnmygk .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7Sxlnmygk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7Sxlnmygk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7Sxlnmygk .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7Sxlnmygk .mbr-label,
.cid-v7Sxlnmygk .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7Sxlnmygk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7Sxlnmygk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v7Sxlnmygk .mbr-text,
.cid-v7Sxlnmygk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7Sxlnmygk .mbr-section-title,
.cid-v7Sxlnmygk .mbr-section-btn {
  text-align: center;
}
.cid-v7M2IeHzvS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7M2IeHzvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7M2IeHzvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7M2IeHzvS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7M2IeHzvS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v7M2IeHzvS .items-wrapper {
  margin: 0 -13px;
}
.cid-v7M2IeHzvS .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-v7M2IeHzvS .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-v7M2IeHzvS .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v7M2IeHzvS .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-v7M2IeHzvS .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v7M2IeHzvS .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-v7M2IeHzvS .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v7M2IeHzvS .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-v7M2IeHzvS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7M2IeHzvS .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v7M2IeHzvS .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-v7M2IeHzvS .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v7M2IeHzvS .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0047ff, #1f2329 85%);
}
.cid-v7M2IeHzvS .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ff398a, #1f2329 85%);
}
.cid-v7M2IeHzvS .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #a78aff, #1f2329 85%);
}
.cid-v7M2IeHzvS .mbr-section-title,
.cid-v7M2IeHzvS .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7M2IeHzvS .item-title {
  color: #ffffff;
}
.cid-v7M2IeHzvS .item-text {
  color: #ffffff;
}
.cid-v7SITsqCLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050049;
}
.cid-v7SITsqCLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7SITsqCLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7SITsqCLU .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7SITsqCLU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v7SITsqCLU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7SITsqCLU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7SITsqCLU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7SITsqCLU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v7SITsqCLU .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7SITsqCLU .item {
    margin-bottom: 28px;
  }
}
.cid-v7SITsqCLU .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #252525;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7SITsqCLU .item .item-wrapper {
    padding: 16px;
  }
}
.cid-v7SITsqCLU .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7SITsqCLU .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-v7SITsqCLU .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7SITsqCLU .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v7SITsqCLU .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7SITsqCLU .mbr-section-title {
  color: #1659ff;
  text-align: center;
}
.cid-v7SITsqCLU .mbr-text,
.cid-v7SITsqCLU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7SITsqCLU .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7SITsqCLU .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7SJm2wDCL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7SJm2wDCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7SJm2wDCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7SJm2wDCL .container {
    padding: 0 22px;
  }
}
.cid-v7SJm2wDCL .row {
  justify-content: center;
}
.cid-v7SJm2wDCL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7SJm2wDCL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7SJm2wDCL .card-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7SJm2wDCL .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7SJm2wDCL .card-wrapper .item-img {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding: 50px 70px;
}
@media (max-width: 992px) {
  .cid-v7SJm2wDCL .card-wrapper .item-img {
    padding: 25px 30px;
  }
}
.cid-v7SJm2wDCL .card-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7SJm2wDCL .card-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(18deg, #000000 150px, transparent 100%);
  z-index: 1;
}
.cid-v7SJm2wDCL .card-wrapper .item-img .card-box {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v7SJm2wDCL .card-wrapper .item-img .card-box {
    width: 100%;
  }
}
.cid-v7SJm2wDCL .card-wrapper .item-img .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-v7SJm2wDCL .card-wrapper .item-img .card-box .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  color: #ffffff;
  display: inline-flex;
}
.cid-v7SJm2wDCL .card-wrapper .item-img .card-box .title-wrap .card-title {
  margin-bottom: 10px;
}
.cid-v7SJm2wDCL .card-wrapper .item-img .card-box .text-wrap .card-text {
  margin-bottom: 0;
}
.cid-v7SJm2wDCL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7SJm2wDCL .card-title {
  color: #ffffff;
}
.cid-v7SJm2wDCL .card-text {
  color: #ffffff;
}
.cid-v7SONHfcsj {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-v7SONHfcsj h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-v7SONHfcsj .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-v7SONHfcsj .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-v7SONHfcsj .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-v7SONHfcsj .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-v7SONHfcsj .panel-group {
  width: 100%;
}
.cid-v7SONHfcsj .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-v7SONHfcsj .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v7SONHfcsj .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-v7SONHfcsj .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-v7SONHfcsj .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7SONHfcsj .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-v7SONHfcsj .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-v7SONHfcsj .card .panel-body {
  background: #879a9f;
}
.cid-v7SONHfcsj .sign {
  color: #000000;
}
.cid-v7SONHfcsj .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7SONHfcsj .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-v7SONHfcsj .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-v7SONHfcsj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7SONHfcsj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7SMFqPTLw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7SMFqPTLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7SMFqPTLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7SMFqPTLw .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-v7SMFqPTLw .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-v7SMFqPTLw .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7SMFqPTLw .item-img {
    width: 100%;
  }
}
.cid-v7SMFqPTLw .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v7SMFqPTLw .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-v7SMFqPTLw .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-v7SMFqPTLw .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v7SMFqPTLw .card-title {
  color: #131313;
}
.cid-v7SMFqPTLw .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-v7SMFqPTLw .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-v7SMFqPTLw .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-v7SMFqPTLw .list-item {
  width: 100%;
}
.cid-v7SMFqPTLw .list-text {
  color: #131313;
}
.cid-v7SMFqPTLw .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v7SMFqPTLw .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-v7Shd3jDxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Shd3jDxy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Shd3jDxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Shd3jDxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .container {
    padding: 0 22px;
  }
}
.cid-v7Shd3jDxy .row {
  position: relative;
  z-index: 1;
}
.cid-v7Shd3jDxy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Shd3jDxy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Shd3jDxy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Shd3jDxy .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Shd3jDxy .mbr-text {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Shd3jDxy .list {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-contact {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-desc {
  color: #ffffff;
}
.cid-v8wYU0slmX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8wYU0slmX .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8wYU0slmX .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8wYU0slmX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8wYU0slmX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8wYU0slmX .embla__slide .slide-content {
  width: 100%;
}
.cid-v8wYU0slmX .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8wYU0slmX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8wYU0slmX .embla__button--next,
.cid-v8wYU0slmX .embla__button--prev {
  display: flex;
}
.cid-v8wYU0slmX .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8wYU0slmX .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8wYU0slmX .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8wYU0slmX .embla__button.embla__button--next {
  right: 0;
}
.cid-v8wYU0slmX .embla {
  position: relative;
  width: 100%;
}
.cid-v8wYU0slmX .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8wYU0slmX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8wYU0slmX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8wYU0slmX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7Mhm19FPJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7Mhm19FPJ nav.navbar {
  position: fixed;
}
.cid-v7Mhm19FPJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Mhm19FPJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7Mhm19FPJ .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7Mhm19FPJ .dropdown-item:hover,
.cid-v7Mhm19FPJ .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7Mhm19FPJ .dropdown-item:hover span {
  color: white;
}
.cid-v7Mhm19FPJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7Mhm19FPJ .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7Mhm19FPJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7Mhm19FPJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7Mhm19FPJ .nav-link {
  position: relative;
}
.cid-v7Mhm19FPJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7Mhm19FPJ .container {
    flex-wrap: nowrap;
  }
}
.cid-v7Mhm19FPJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7Mhm19FPJ .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7Mhm19FPJ .dropdown-menu,
.cid-v7Mhm19FPJ .navbar.opened {
  background: #000000 !important;
}
.cid-v7Mhm19FPJ .nav-item:focus,
.cid-v7Mhm19FPJ .nav-link:focus {
  outline: none;
}
.cid-v7Mhm19FPJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7Mhm19FPJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7Mhm19FPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7Mhm19FPJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Mhm19FPJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7Mhm19FPJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7Mhm19FPJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7Mhm19FPJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v7Mhm19FPJ .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7Mhm19FPJ .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7Mhm19FPJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7Mhm19FPJ .navbar.collapsed {
  justify-content: center;
}
.cid-v7Mhm19FPJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7Mhm19FPJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7Mhm19FPJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7Mhm19FPJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7Mhm19FPJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7Mhm19FPJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7Mhm19FPJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7Mhm19FPJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7Mhm19FPJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7Mhm19FPJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7Mhm19FPJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7Mhm19FPJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7Mhm19FPJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7Mhm19FPJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7Mhm19FPJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7Mhm19FPJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7Mhm19FPJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7Mhm19FPJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7Mhm19FPJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7Mhm19FPJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7Mhm19FPJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7Mhm19FPJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7Mhm19FPJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7Mhm19FPJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7Mhm19FPJ .navbar-brand .navbar-caption:hover,
.cid-v7Mhm19FPJ .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7Mhm19FPJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7Mhm19FPJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7Mhm19FPJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7Mhm19FPJ .dropdown-item.active,
.cid-v7Mhm19FPJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v7Mhm19FPJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7Mhm19FPJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7Mhm19FPJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7Mhm19FPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7Mhm19FPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7Mhm19FPJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7Mhm19FPJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7Mhm19FPJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7Mhm19FPJ ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7Mhm19FPJ .navbar-buttons {
  text-align: center;
}
.cid-v7Mhm19FPJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7Mhm19FPJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7Mhm19FPJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7Mhm19FPJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7Mhm19FPJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7Mhm19FPJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7Mhm19FPJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7Mhm19FPJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7Mhm19FPJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7Mhm19FPJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Mhm19FPJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7Mhm19FPJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7Mhm19FPJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Mhm19FPJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7Mhm19FPJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7Mhm19FPJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7Mhm19FPJ .navbar {
    height: 70px;
  }
  .cid-v7Mhm19FPJ .navbar.opened {
    height: auto;
  }
  .cid-v7Mhm19FPJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7Mhm19FPJ .navbar-nav {
  margin: 0 auto;
}
.cid-v7Mhm19FPJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7Mhm19FPJ .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7Mhm19FPJ .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7Mhm19FPJ .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7Mhm19FPJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7Mhm19FPJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7Mhm19FPJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7Mhm19FPJ .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7Mhm19FPJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7Mhm19FPJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7Mhm19FPJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7Mhm19FPJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7Mhm19FPJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7Mhm19FPJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7Mhm19FPJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7Mhm19FPJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7Mhm19FPJ .content-wrap {
  min-height: 90px;
}
.cid-v7PJZhBuAx {
  background-color: #000000;
  overflow: hidden;
}
.cid-v7PJZhBuAx::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7PJZhBuAx::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7PJZhBuAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7PJZhBuAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7PJZhBuAx .content-wrap {
  margin: 0 -30px;
}
.cid-v7PJZhBuAx .content-wrap .card {
  padding: 0 30px;
}
.cid-v7PJZhBuAx .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7PJZhBuAx .title-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7PJZhBuAx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7PJZhBuAx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7PJZhBuAx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7PJZhBuAx .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7PJZhBuAx .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7PJZhBuAx .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v7PJZhBuAx .image-wrapper {
    padding: 20px;
    margin-top: 40px;
  }
}
.cid-v7PJZhBuAx .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7PJZhBuAx .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7PJZhBuAx .image-wrapper .image-wrap {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7PJZhBuAx .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7PJZhBuAx .mbr-label,
.cid-v7PJZhBuAx .label-wrapper {
  color: #ffffff;
}
.cid-v7PJZhBuAx .mbr-section-title {
  color: #ffffff;
}
.cid-v7PJZhBuAx .mbr-text,
.cid-v7PJZhBuAx .text-wrapper {
  color: #ffffff;
}
.cid-v7Tzb2TAbc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-v7Tzb2TAbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Tzb2TAbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Tzb2TAbc .row {
  margin: 0 -15px;
}
.cid-v7Tzb2TAbc .row .card {
  padding: 0 15px;
}
.cid-v7Tzb2TAbc .image-wrapper img {
  height: 525px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7Tzb2TAbc .image-wrapper img {
    height: 300px;
    margin-top: 40px;
  }
}
.cid-v7Tzb2TAbc .content-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7Tzb2TAbc .content-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-v7Tzb2TAbc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7Tzb2TAbc .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7Tzb2TAbc .content-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7Tzb2TAbc .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v7Tzb2TAbc .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7Tzb2TAbc .mbr-section-title {
  color: #fefff5;
}
.cid-v7Tzb2TAbc .mbr-desc {
  color: #fefff5;
}
.cid-v7Tzb2TAbc .mbr-label {
  color: #fefff5;
}
.cid-v7Tzb2TAbc .mbr-text {
  color: #fefff5;
}
.cid-v7SWSjEDxV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7SWSjEDxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7SWSjEDxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7SWSjEDxV .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7SWSjEDxV .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7SWSjEDxV .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7SWSjEDxV .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7SWSjEDxV .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7SWSjEDxV .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7SWSjEDxV .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7SWSjEDxV .content-wrap .card {
  justify-content: center;
}
.cid-v7SWSjEDxV .item {
  margin-bottom: 48px;
}
.cid-v7SWSjEDxV .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .item {
    margin-bottom: 20px;
  }
  .cid-v7SWSjEDxV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7SWSjEDxV .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7SWSjEDxV .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7SWSjEDxV .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7SWSjEDxV .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7SWSjEDxV .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7SWSjEDxV .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7SWSjEDxV .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7SWSjEDxV .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7SWSjEDxV .mbr-label {
  color: #9ba9c4;
}
.cid-v7SWSjEDxV .mbr-section-title {
  color: #ffffff;
}
.cid-v7SWSjEDxV .mbr-text,
.cid-v7SWSjEDxV .text-wrapper {
  color: #9ba9c4;
}
.cid-v7SWSjEDxV .item-title {
  color: #ffffff;
}
.cid-v7SWSjEDxV .item-text {
  color: #9ba9c4;
}
.cid-v7SWSjEDxV .list {
  color: #d1d4e3;
}
.cid-v7Mhm2wXHN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7Mhm2wXHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Mhm2wXHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Mhm2wXHN .row {
  justify-content: center;
}
.cid-v7Mhm2wXHN .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7Mhm2wXHN .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7Mhm2wXHN .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v7Mhm2wXHN .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7Mhm2wXHN .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7Mhm2wXHN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7Mhm2wXHN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7Mhm2wXHN .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7Mhm2wXHN .mbr-label,
.cid-v7Mhm2wXHN .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7Mhm2wXHN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7Mhm2wXHN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v7Mhm2wXHN .mbr-text,
.cid-v7Mhm2wXHN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7Mhm2wXHN .mbr-section-title,
.cid-v7Mhm2wXHN .mbr-section-btn {
  text-align: center;
}
.cid-v7TqdnbnXO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7TqdnbnXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TqdnbnXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7TqdnbnXO .row {
  justify-content: center;
}
.cid-v7TqdnbnXO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7TqdnbnXO .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7TqdnbnXO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7TqdnbnXO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7TqdnbnXO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7TqdnbnXO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7TqdnbnXO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-v7TqdnbnXO .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v7TqdnbnXO .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7TqdnbnXO .items-wrapper {
    display: block;
  }
}
.cid-v7TqdnbnXO .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-v7TqdnbnXO .item {
    transform: none;
  }
}
.cid-v7TqdnbnXO .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .cid-v7TqdnbnXO .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v7TqdnbnXO .item {
    margin-bottom: 16px;
  }
}
.cid-v7TqdnbnXO .item .item-wrapper {
  height: 100%;
  background-color: #00d0f3;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-v7TqdnbnXO .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-v7TqdnbnXO .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-v7TqdnbnXO .item .item-wrapper .card-number,
.cid-v7TqdnbnXO .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7TqdnbnXO .item .item-wrapper .card-number,
  .cid-v7TqdnbnXO .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.cid-v7TqdnbnXO .item .item-wrapper .card-box .card-title,
.cid-v7TqdnbnXO .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.cid-v7TqdnbnXO .item .item-wrapper .card-box .card-text,
.cid-v7TqdnbnXO .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.cid-v7TqdnbnXO .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7TqdnbnXO .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v7TqdnbnXO .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v7TqdnbnXO .item .card_2 {
  background-color: transparent;
  border: 3px solid #00d0f3;
}
.cid-v7TqdnbnXO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7TqdnbnXO .mbr-text,
.cid-v7TqdnbnXO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7TqdnbnXO .card-number {
  color: #000000;
}
.cid-v7TqdnbnXO .card-title {
  color: #000000;
}
.cid-v7TqdnbnXO .card-text {
  color: #000000;
}
.cid-v7TqdnbnXO .card-number_2 {
  color: #ffffff;
}
.cid-v7TqdnbnXO .card-title_2 {
  color: #cbff5b;
}
.cid-v7TqdnbnXO .card-text_2 {
  color: #ffffff;
}
.cid-v7TydnZTuJ {
  align-items: flex-start;
  padding-top: 0;
}
.cid-v7TydnZTuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TydnZTuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/inchirieri-atv-busteni-traseu-muntii-baiului2034-720x720.webp");
}
.cid-v7TydnZTuJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v7TydnZTuJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7TydnZTuJ .container {
    padding: 0 22px;
  }
}
.cid-v7TydnZTuJ .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 180px 80px 64px;
  background-color: #1f2329;
}
@media (max-width: 1440px) {
  .cid-v7TydnZTuJ .content-wrapper {
    padding: 180px 80px 32px;
  }
}
@media (max-width: 1199px) {
  .cid-v7TydnZTuJ .content-wrapper {
    padding: 180px 40px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v7TydnZTuJ .content-wrapper {
    padding: 180px 22px 32px;
  }
}
.cid-v7TydnZTuJ .content-wrapper .content-wrap {
  width: 90%;
}
@media (max-width: 1199px) {
  .cid-v7TydnZTuJ .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v7TydnZTuJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v7TydnZTuJ .content-wrapper .content-wrap .mbr-text {
  margin: 8px 0 6px;
}
.cid-v7TydnZTuJ .content-wrapper img {
  position: absolute;
  object-fit: cover;
  height: 200px;
  width: 200px;
}
@media (max-width: 1500px) {
  .cid-v7TydnZTuJ .content-wrapper img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1199px) {
  .cid-v7TydnZTuJ .content-wrapper img {
    display: none;
  }
}
.cid-v7TydnZTuJ .content-wrapper .image_1 {
  bottom: 0;
  left: 0;
  border-radius: 0 100% 0 0 !important;
}
.cid-v7TydnZTuJ .content-wrapper .image_2 {
  bottom: 0;
  right: 0;
  border-radius: 100% 0 0 0 !important;
}
.cid-v7TydnZTuJ .mbr-section-title {
  color: #ffffff;
}
.cid-v7TydnZTuJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v7TydnZTuJ .mbr-section-title,
.cid-v7TydnZTuJ .mbr-section-btn {
  text-align: center;
}
.cid-v7TkOjpnqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2329;
}
.cid-v7TkOjpnqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7TkOjpnqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7TkOjpnqN .items-wrapper {
  margin: 0 -30px;
}
.cid-v7TkOjpnqN .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v7TkOjpnqN .item {
    margin-bottom: 40px;
  }
  .cid-v7TkOjpnqN .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7TkOjpnqN .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v7TkOjpnqN .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v7TkOjpnqN .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v7TkOjpnqN .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-v7TkOjpnqN .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v7TkOjpnqN .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v7TkOjpnqN .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v7TkOjpnqN .item-title {
  color: #ffffff;
}
.cid-v7TkOjpnqN .item-text {
  color: #9ba9c4;
}
.cid-v7Mhm2ZTPk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #a78aff 110%);
}
.cid-v7Mhm2ZTPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Mhm2ZTPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Mhm2ZTPk .row {
  justify-content: center;
}
.cid-v7Mhm2ZTPk .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v7Mhm2ZTPk .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7Mhm2ZTPk .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v7Mhm2ZTPk .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7Mhm2ZTPk .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v7Mhm2ZTPk .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7Mhm2ZTPk .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v7Mhm2ZTPk .mbr-section-title {
  color: #ffffff;
}
.cid-v7Mhm2ZTPk .mbr-text {
  color: #ffffff;
}
.cid-v7Mhm2ZTPk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v7Mhm2ZTPk .mbr-section-title,
.cid-v7Mhm2ZTPk .mbr-section-btn {
  text-align: center;
}
.cid-v7SST9KVNX {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-v7SST9KVNX h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-v7SST9KVNX .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-v7SST9KVNX .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-v7SST9KVNX .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-v7SST9KVNX .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-v7SST9KVNX .panel-group {
  width: 100%;
}
.cid-v7SST9KVNX .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-v7SST9KVNX .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v7SST9KVNX .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-v7SST9KVNX .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-v7SST9KVNX .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7SST9KVNX .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-v7SST9KVNX .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-v7SST9KVNX .card .panel-body {
  background: #879a9f;
}
.cid-v7SST9KVNX .sign {
  color: #000000;
}
.cid-v7SST9KVNX .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7SST9KVNX .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-v7SST9KVNX .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-v7SST9KVNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7SST9KVNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7POToTXvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7POToTXvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7POToTXvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7POToTXvX .row {
  margin: 0 !important;
  row-gap: 40px;
}
.cid-v7POToTXvX .item-img {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  padding: 0 !important;
}
.cid-v7POToTXvX .item-img img {
  max-width: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7POToTXvX .item-img {
    width: 100%;
  }
}
.cid-v7POToTXvX .item-content {
  width: 50%;
  padding: 0 !important;
}
@media (max-width: 1500px) {
  .cid-v7POToTXvX .item-content {
    padding-left: 40px !important;
  }
}
@media (max-width: 1199px) {
  .cid-v7POToTXvX .item-content {
    padding-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .cid-v7POToTXvX .item-content {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-v7POToTXvX .card-title {
  color: #131313;
}
.cid-v7POToTXvX .card-text {
  margin-top: 25px;
  color: #131313;
}
.cid-v7POToTXvX .list-box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 991px) {
  .cid-v7POToTXvX .list-box {
    margin-top: 24px;
    row-gap: 5px;
  }
}
.cid-v7POToTXvX .list-item {
  width: 100%;
}
.cid-v7POToTXvX .list-text {
  color: #131313;
}
.cid-v7POToTXvX .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v7POToTXvX .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-v7Shd3jDxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Shd3jDxy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Shd3jDxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Shd3jDxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .container {
    padding: 0 22px;
  }
}
.cid-v7Shd3jDxy .row {
  position: relative;
  z-index: 1;
}
.cid-v7Shd3jDxy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Shd3jDxy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Shd3jDxy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Shd3jDxy .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Shd3jDxy .mbr-text {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Shd3jDxy .list {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-contact {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-desc {
  color: #ffffff;
}
.cid-v8DbeOavZZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8DbeOavZZ .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8DbeOavZZ .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8DbeOavZZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8DbeOavZZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8DbeOavZZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v8DbeOavZZ .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8DbeOavZZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8DbeOavZZ .embla__button--next,
.cid-v8DbeOavZZ .embla__button--prev {
  display: flex;
}
.cid-v8DbeOavZZ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8DbeOavZZ .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8DbeOavZZ .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8DbeOavZZ .embla__button.embla__button--next {
  right: 0;
}
.cid-v8DbeOavZZ .embla {
  position: relative;
  width: 100%;
}
.cid-v8DbeOavZZ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8DbeOavZZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8DbeOavZZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8DbeOavZZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7MhwvuFNR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7MhwvuFNR nav.navbar {
  position: fixed;
}
.cid-v7MhwvuFNR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7MhwvuFNR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7MhwvuFNR .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7MhwvuFNR .dropdown-item:hover,
.cid-v7MhwvuFNR .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7MhwvuFNR .dropdown-item:hover span {
  color: white;
}
.cid-v7MhwvuFNR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7MhwvuFNR .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7MhwvuFNR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7MhwvuFNR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7MhwvuFNR .nav-link {
  position: relative;
}
.cid-v7MhwvuFNR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7MhwvuFNR .container {
    flex-wrap: nowrap;
  }
}
.cid-v7MhwvuFNR .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7MhwvuFNR .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7MhwvuFNR .dropdown-menu,
.cid-v7MhwvuFNR .navbar.opened {
  background: #000000 !important;
}
.cid-v7MhwvuFNR .nav-item:focus,
.cid-v7MhwvuFNR .nav-link:focus {
  outline: none;
}
.cid-v7MhwvuFNR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7MhwvuFNR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7MhwvuFNR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7MhwvuFNR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7MhwvuFNR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7MhwvuFNR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7MhwvuFNR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7MhwvuFNR .navbar.opened {
  transition: all 0.3s;
}
.cid-v7MhwvuFNR .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7MhwvuFNR .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7MhwvuFNR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7MhwvuFNR .navbar.collapsed {
  justify-content: center;
}
.cid-v7MhwvuFNR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7MhwvuFNR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7MhwvuFNR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7MhwvuFNR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7MhwvuFNR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7MhwvuFNR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7MhwvuFNR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7MhwvuFNR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7MhwvuFNR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7MhwvuFNR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7MhwvuFNR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7MhwvuFNR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7MhwvuFNR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7MhwvuFNR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7MhwvuFNR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7MhwvuFNR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7MhwvuFNR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7MhwvuFNR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7MhwvuFNR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7MhwvuFNR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7MhwvuFNR .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7MhwvuFNR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7MhwvuFNR .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7MhwvuFNR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7MhwvuFNR .navbar-brand .navbar-caption:hover,
.cid-v7MhwvuFNR .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7MhwvuFNR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7MhwvuFNR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7MhwvuFNR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7MhwvuFNR .dropdown-item.active,
.cid-v7MhwvuFNR .dropdown-item:active {
  background-color: transparent;
}
.cid-v7MhwvuFNR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7MhwvuFNR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7MhwvuFNR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7MhwvuFNR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7MhwvuFNR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7MhwvuFNR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7MhwvuFNR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7MhwvuFNR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7MhwvuFNR ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7MhwvuFNR .navbar-buttons {
  text-align: center;
}
.cid-v7MhwvuFNR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7MhwvuFNR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7MhwvuFNR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7MhwvuFNR button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7MhwvuFNR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7MhwvuFNR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7MhwvuFNR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7MhwvuFNR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7MhwvuFNR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7MhwvuFNR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7MhwvuFNR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7MhwvuFNR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7MhwvuFNR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7MhwvuFNR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7MhwvuFNR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7MhwvuFNR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7MhwvuFNR .navbar {
    height: 70px;
  }
  .cid-v7MhwvuFNR .navbar.opened {
    height: auto;
  }
  .cid-v7MhwvuFNR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7MhwvuFNR .navbar-nav {
  margin: 0 auto;
}
.cid-v7MhwvuFNR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7MhwvuFNR .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7MhwvuFNR .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7MhwvuFNR .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7MhwvuFNR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7MhwvuFNR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7MhwvuFNR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7MhwvuFNR .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7MhwvuFNR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7MhwvuFNR .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7MhwvuFNR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7MhwvuFNR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7MhwvuFNR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7MhwvuFNR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7MhwvuFNR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7MhwvuFNR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7MhwvuFNR .content-wrap {
  min-height: 90px;
}
.cid-v7MhwvKy7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
  position: relative;
}
.cid-v7MhwvKy7U::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v7MhwvKy7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MhwvKy7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MhwvKy7U .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v7MhwvKy7U .content-wrapper {
    margin-top: 0;
  }
}
.cid-v7MhwvKy7U .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7MhwvKy7U .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7MhwvKy7U .mbr-section-title {
  color: #ffffff;
}
.cid-v7MhwvKy7U .mbr-text {
  color: #ffffff;
}
.cid-v7MhwwZNgD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #a78aff 110%);
}
.cid-v7MhwwZNgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MhwwZNgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MhwwZNgD .row {
  justify-content: center;
}
.cid-v7MhwwZNgD .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v7MhwwZNgD .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7MhwwZNgD .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v7MhwwZNgD .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7MhwwZNgD .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v7MhwwZNgD .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7MhwwZNgD .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v7MhwwZNgD .mbr-section-title {
  color: #ffffff;
}
.cid-v7MhwwZNgD .mbr-text {
  color: #ffffff;
}
.cid-v7MhwwZNgD .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v7MhwwZNgD .mbr-section-title,
.cid-v7MhwwZNgD .mbr-section-btn {
  text-align: center;
}
.cid-v7VN0P1UtV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/photo-1759783970935-212a85f3bf5d.webp");
}
.cid-v7VN0P1UtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VN0P1UtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7VN0P1UtV .container {
    padding: 0 15px;
  }
}
.cid-v7VN0P1UtV .row {
  justify-content: center;
}
.cid-v7VN0P1UtV .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7VN0P1UtV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7VN0P1UtV .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v7VN0P1UtV .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7VN0P1UtV .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v7VN0P1UtV .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7VN0P1UtV .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v7VN0P1UtV .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v7VN0P1UtV .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v7VN0P1UtV .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v7VN0P1UtV .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7VN0P1UtV .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v7VN0P1UtV .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v7VN0P1UtV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7VN0P1UtV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7VN0P1UtV .list {
  color: #ffffff;
}
.cid-v7VN0P1UtV .list,
.cid-v7VN0P1UtV .item-wrap {
  text-align: left;
}
.cid-v7VXYX2N0b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v7VXYX2N0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VXYX2N0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VXYX2N0b .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7VXYX2N0b .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v7VXYX2N0b .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7VXYX2N0b .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7VXYX2N0b .mbr-section-title {
  color: #f5f8ff;
}
.cid-v7VXYX2N0b .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v7VXYX2N0b .mbr-section-title,
.cid-v7VXYX2N0b .title-wrapper,
.cid-v7VXYX2N0b .mbr-section-btn {
  text-align: center;
}
.cid-v7MhwwGKXe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7MhwwGKXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MhwwGKXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MhwwGKXe .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-v7MhwwGKXe .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v7MhwwGKXe .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7MhwwGKXe .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-v7MhwwGKXe .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-v7MhwwGKXe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-v7MhwwGKXe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7MhwwGKXe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-v7MhwwGKXe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #ffffff, #0047ff 70%);
  transition: all 1s ease-in-out;
}
.cid-v7MhwwGKXe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-v7MhwwGKXe .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-v7MhwwGKXe .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7MhwwGKXe .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-v7MhwwGKXe .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7MhwwGKXe .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-v7YoJ7peXW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v7YoJ7peXW .container {
  max-width: 1400px;
}
.cid-v7YoJ7peXW .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #00d0f3;
  margin-bottom: 2rem;
  border-bottom: 1px solid #00d0f3;
  padding-bottom: 2rem;
}
.cid-v7YoJ7peXW .row {
  justify-content: center;
}
.cid-v7YoJ7peXW .card-text {
  color: #ffffff;
}
.cid-v7YoJ7peXW .card-title {
  margin-bottom: 0.5rem;
}
.cid-v7YoJ7peXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YoJ7peXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YoJ7peXW .mbr-section-title {
  color: #ffffff;
}
.cid-v7YoJ7peXW .card-title,
.cid-v7YoJ7peXW .iconfont-wrapper {
  color: #ffffff;
}
.cid-v7YgpMuRi9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #a78aff 110%);
}
.cid-v7YgpMuRi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YgpMuRi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YgpMuRi9 .row {
  justify-content: center;
}
.cid-v7YgpMuRi9 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v7YgpMuRi9 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7YgpMuRi9 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v7YgpMuRi9 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7YgpMuRi9 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v7YgpMuRi9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7YgpMuRi9 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v7YgpMuRi9 .mbr-section-title {
  color: #ffffff;
}
.cid-v7YgpMuRi9 .mbr-text {
  color: #ffffff;
}
.cid-v7YgpMuRi9 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v7YgpMuRi9 .mbr-section-title,
.cid-v7YgpMuRi9 .mbr-section-btn {
  text-align: center;
}
.cid-v7VQdcLeJZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1751693949514-ddbb6d512229.webp");
}
.cid-v7VQdcLeJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7VQdcLeJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7VQdcLeJZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7VQdcLeJZ .container {
    padding: 0 15px;
  }
}
.cid-v7VQdcLeJZ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7VQdcLeJZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7VQdcLeJZ .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-v7VQdcLeJZ .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-v7VQdcLeJZ .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-v7VQdcLeJZ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-v7VQdcLeJZ .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-v7VQdcLeJZ .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v7VQdcLeJZ .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7VQdcLeJZ .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-v7VQdcLeJZ .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-v7VQdcLeJZ .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-v7VQdcLeJZ .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-v7VQdcLeJZ .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-v7VQdcLeJZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7VQdcLeJZ .panel-title {
  color: #ffffff;
}
.cid-v7VQdcLeJZ .panel-text {
  color: #d2d2df;
}
.cid-v7Yi99Fc05 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050049;
}
.cid-v7Yi99Fc05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Yi99Fc05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Yi99Fc05 .card {
  justify-content: center;
}
.cid-v7Yi99Fc05 .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .cid-v7Yi99Fc05 .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v7Yi99Fc05 .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.cid-v7Yi99Fc05 .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-v7Yi99Fc05 .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-v7Yi99Fc05 .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-v7Yi99Fc05 .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7Yi99Fc05 .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-v7Yi99Fc05 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7Yi99Fc05 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7Yi99Fc05 .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7Yi99Fc05 .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7Yi99Fc05 .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7Yi99Fc05 .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-v7Yi99Fc05 .mbr-label {
  color: #ffffff;
}
.cid-v7Yi99Fc05 .mbr-address {
  color: #ffffff;
}
.cid-v7Yi99Fc05 .mbr-phone {
  color: #ffffff;
}
.cid-v7Shd3jDxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Shd3jDxy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Shd3jDxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Shd3jDxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .container {
    padding: 0 22px;
  }
}
.cid-v7Shd3jDxy .row {
  position: relative;
  z-index: 1;
}
.cid-v7Shd3jDxy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Shd3jDxy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Shd3jDxy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Shd3jDxy .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Shd3jDxy .mbr-text {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Shd3jDxy .list {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-contact {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-desc {
  color: #ffffff;
}
.cid-v8wZFoAPtL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8wZFoAPtL .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8wZFoAPtL .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8wZFoAPtL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8wZFoAPtL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8wZFoAPtL .embla__slide .slide-content {
  width: 100%;
}
.cid-v8wZFoAPtL .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8wZFoAPtL .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8wZFoAPtL .embla__button--next,
.cid-v8wZFoAPtL .embla__button--prev {
  display: flex;
}
.cid-v8wZFoAPtL .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8wZFoAPtL .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8wZFoAPtL .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8wZFoAPtL .embla__button.embla__button--next {
  right: 0;
}
.cid-v8wZFoAPtL .embla {
  position: relative;
  width: 100%;
}
.cid-v8wZFoAPtL .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8wZFoAPtL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8wZFoAPtL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8wZFoAPtL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7MdARBvBm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7MdARBvBm nav.navbar {
  position: fixed;
}
.cid-v7MdARBvBm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7MdARBvBm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7MdARBvBm .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7MdARBvBm .dropdown-item:hover,
.cid-v7MdARBvBm .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7MdARBvBm .dropdown-item:hover span {
  color: white;
}
.cid-v7MdARBvBm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7MdARBvBm .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7MdARBvBm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7MdARBvBm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7MdARBvBm .nav-link {
  position: relative;
}
.cid-v7MdARBvBm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7MdARBvBm .container {
    flex-wrap: nowrap;
  }
}
.cid-v7MdARBvBm .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7MdARBvBm .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7MdARBvBm .dropdown-menu,
.cid-v7MdARBvBm .navbar.opened {
  background: #000000 !important;
}
.cid-v7MdARBvBm .nav-item:focus,
.cid-v7MdARBvBm .nav-link:focus {
  outline: none;
}
.cid-v7MdARBvBm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7MdARBvBm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7MdARBvBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7MdARBvBm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7MdARBvBm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7MdARBvBm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7MdARBvBm .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7MdARBvBm .navbar.opened {
  transition: all 0.3s;
}
.cid-v7MdARBvBm .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7MdARBvBm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7MdARBvBm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7MdARBvBm .navbar.collapsed {
  justify-content: center;
}
.cid-v7MdARBvBm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7MdARBvBm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7MdARBvBm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7MdARBvBm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7MdARBvBm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7MdARBvBm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7MdARBvBm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7MdARBvBm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7MdARBvBm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7MdARBvBm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7MdARBvBm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7MdARBvBm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7MdARBvBm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7MdARBvBm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7MdARBvBm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7MdARBvBm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7MdARBvBm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7MdARBvBm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7MdARBvBm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7MdARBvBm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7MdARBvBm .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7MdARBvBm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7MdARBvBm .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7MdARBvBm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7MdARBvBm .navbar-brand .navbar-caption:hover,
.cid-v7MdARBvBm .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7MdARBvBm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7MdARBvBm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7MdARBvBm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7MdARBvBm .dropdown-item.active,
.cid-v7MdARBvBm .dropdown-item:active {
  background-color: transparent;
}
.cid-v7MdARBvBm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7MdARBvBm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7MdARBvBm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7MdARBvBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7MdARBvBm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7MdARBvBm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7MdARBvBm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7MdARBvBm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7MdARBvBm ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7MdARBvBm .navbar-buttons {
  text-align: center;
}
.cid-v7MdARBvBm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7MdARBvBm .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7MdARBvBm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7MdARBvBm button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7MdARBvBm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7MdARBvBm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7MdARBvBm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7MdARBvBm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7MdARBvBm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7MdARBvBm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7MdARBvBm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7MdARBvBm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7MdARBvBm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7MdARBvBm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7MdARBvBm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7MdARBvBm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7MdARBvBm .navbar {
    height: 70px;
  }
  .cid-v7MdARBvBm .navbar.opened {
    height: auto;
  }
  .cid-v7MdARBvBm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7MdARBvBm .navbar-nav {
  margin: 0 auto;
}
.cid-v7MdARBvBm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7MdARBvBm .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7MdARBvBm .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7MdARBvBm .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7MdARBvBm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7MdARBvBm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7MdARBvBm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7MdARBvBm .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7MdARBvBm .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7MdARBvBm .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7MdARBvBm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7MdARBvBm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7MdARBvBm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7MdARBvBm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7MdARBvBm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7MdARBvBm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7MdARBvBm .content-wrap {
  min-height: 90px;
}
.cid-v7MdAS5b9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  position: relative;
}
.cid-v7MdAS5b9s::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v7MdAS5b9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MdAS5b9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MdAS5b9s .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v7MdAS5b9s .content-wrapper {
    margin-top: 0;
  }
}
.cid-v7MdAS5b9s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7MdAS5b9s .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7MdAS5b9s .mbr-section-title {
  color: #ffffff;
}
.cid-v7MdAS5b9s .mbr-text {
  color: #ffffff;
}
.cid-v87OUJllna {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ebebeb;
}
.cid-v87OUJllna .mbr-text {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-v87OUJllna .row {
    justify-content: flex-start !important;
  }
}
.cid-v87OUJllna .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-v87OUJllna .mbr-section-title {
  text-align: center;
}
.cid-v87OUJllna .mbr-section-subtitle {
  text-align: center;
}
.cid-v87OUJllna .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-v87OUJllna .card-container {
    margin-bottom: 2rem;
  }
}
.cid-v87OUJllna .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-v87OUJllna .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-v87OUJllna .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-v7MdAVjWTj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 70%, #0047ff 110%);
}
.cid-v7MdAVjWTj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MdAVjWTj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MdAVjWTj .row {
  justify-content: center;
}
.cid-v7MdAVjWTj .form-wrapper {
  background-color: #000000;
  padding: 45px 45px 80px 45px;
}
@media (max-width: 992px) {
  .cid-v7MdAVjWTj .form-wrapper {
    width: 100%;
    padding: 22px 16px;
  }
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #0047ff, #ffffff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #1f2329;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #0047ff !important;
  box-shadow: none;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v7MdAVjWTj .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v7MdAVjWTj .mbr-section-btn {
  text-align: right;
}
.cid-v7MdAVjWTj label {
  color: #ffffff;
}
.cid-v87T8LEm2D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #0035ba;
}
.cid-v87T8LEm2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87T8LEm2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v87T8LEm2D .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-v87T8LEm2D .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-v87T8LEm2D .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v87T8LEm2D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v87T8LEm2D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v87T8LEm2D .content-head {
  max-width: 800px;
}
.cid-v87T8LEm2D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v87YBaU1Cr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v87YBaU1Cr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87YBaU1Cr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v87YBaU1Cr .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v87YBaU1Cr .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v87YBaU1Cr .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v87YBaU1Cr .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v87YBaU1Cr .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-v87YBaU1Cr .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v87YBaU1Cr .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v87YBaU1Cr .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-v87YBaU1Cr .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v87YBaU1Cr .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v87YBaU1Cr .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-v87YBaU1Cr .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v87YBaU1Cr .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v87YBaU1Cr .mbr-label,
.cid-v87YBaU1Cr .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-v87YBaU1Cr .mbr-section-title {
  color: #f5f8ff;
}
.cid-v87YBaU1Cr .mbr-text,
.cid-v87YBaU1Cr .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-v87YBaU1Cr .mbr-section-title,
.cid-v87YBaU1Cr .mbr-section-btn {
  text-align: center;
}
.cid-v87X8Faq1R {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-v87X8Faq1R h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-v87X8Faq1R .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-v87X8Faq1R .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-v87X8Faq1R .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-v87X8Faq1R .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-v87X8Faq1R .panel-group {
  width: 100%;
}
.cid-v87X8Faq1R .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-v87X8Faq1R .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v87X8Faq1R .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-v87X8Faq1R .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-v87X8Faq1R .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v87X8Faq1R .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-v87X8Faq1R .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-v87X8Faq1R .card .panel-body {
  background: #879a9f;
}
.cid-v87X8Faq1R .sign {
  color: #000000;
}
.cid-v87X8Faq1R .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v87X8Faq1R .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-v87X8Faq1R .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-v87X8Faq1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v87X8Faq1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8802yM5rz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050049;
}
.cid-v8802yM5rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8802yM5rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8802yM5rz .card {
  justify-content: center;
}
.cid-v8802yM5rz .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .cid-v8802yM5rz .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v8802yM5rz .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.cid-v8802yM5rz .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-v8802yM5rz .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-v8802yM5rz .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-v8802yM5rz .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8802yM5rz .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-v8802yM5rz .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8802yM5rz .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v8802yM5rz .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8802yM5rz .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v8802yM5rz .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8802yM5rz .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-v8802yM5rz .mbr-label {
  color: #ffffff;
}
.cid-v8802yM5rz .mbr-address {
  color: #ffffff;
}
.cid-v8802yM5rz .mbr-phone {
  color: #ffffff;
}
.cid-v7Shd3jDxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Shd3jDxy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Shd3jDxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Shd3jDxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .container {
    padding: 0 22px;
  }
}
.cid-v7Shd3jDxy .row {
  position: relative;
  z-index: 1;
}
.cid-v7Shd3jDxy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Shd3jDxy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Shd3jDxy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Shd3jDxy .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Shd3jDxy .mbr-text {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Shd3jDxy .list {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-contact {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-desc {
  color: #ffffff;
}
.cid-v8x1dGYzPs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8x1dGYzPs .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8x1dGYzPs .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8x1dGYzPs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8x1dGYzPs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8x1dGYzPs .embla__slide .slide-content {
  width: 100%;
}
.cid-v8x1dGYzPs .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8x1dGYzPs .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8x1dGYzPs .embla__button--next,
.cid-v8x1dGYzPs .embla__button--prev {
  display: flex;
}
.cid-v8x1dGYzPs .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8x1dGYzPs .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8x1dGYzPs .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8x1dGYzPs .embla__button.embla__button--next {
  right: 0;
}
.cid-v8x1dGYzPs .embla {
  position: relative;
  width: 100%;
}
.cid-v8x1dGYzPs .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8x1dGYzPs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8x1dGYzPs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8x1dGYzPs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7Meg3nzs0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7Meg3nzs0 nav.navbar {
  position: fixed;
}
.cid-v7Meg3nzs0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Meg3nzs0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7Meg3nzs0 .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7Meg3nzs0 .dropdown-item:hover,
.cid-v7Meg3nzs0 .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7Meg3nzs0 .dropdown-item:hover span {
  color: white;
}
.cid-v7Meg3nzs0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7Meg3nzs0 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7Meg3nzs0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7Meg3nzs0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7Meg3nzs0 .nav-link {
  position: relative;
}
.cid-v7Meg3nzs0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7Meg3nzs0 .container {
    flex-wrap: nowrap;
  }
}
.cid-v7Meg3nzs0 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7Meg3nzs0 .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7Meg3nzs0 .dropdown-menu,
.cid-v7Meg3nzs0 .navbar.opened {
  background: #000000 !important;
}
.cid-v7Meg3nzs0 .nav-item:focus,
.cid-v7Meg3nzs0 .nav-link:focus {
  outline: none;
}
.cid-v7Meg3nzs0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7Meg3nzs0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7Meg3nzs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7Meg3nzs0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Meg3nzs0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7Meg3nzs0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7Meg3nzs0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7Meg3nzs0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7Meg3nzs0 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7Meg3nzs0 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7Meg3nzs0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7Meg3nzs0 .navbar.collapsed {
  justify-content: center;
}
.cid-v7Meg3nzs0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7Meg3nzs0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7Meg3nzs0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7Meg3nzs0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7Meg3nzs0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7Meg3nzs0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7Meg3nzs0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7Meg3nzs0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7Meg3nzs0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7Meg3nzs0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7Meg3nzs0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7Meg3nzs0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7Meg3nzs0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7Meg3nzs0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7Meg3nzs0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7Meg3nzs0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7Meg3nzs0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7Meg3nzs0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7Meg3nzs0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7Meg3nzs0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7Meg3nzs0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7Meg3nzs0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7Meg3nzs0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7Meg3nzs0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7Meg3nzs0 .navbar-brand .navbar-caption:hover,
.cid-v7Meg3nzs0 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7Meg3nzs0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7Meg3nzs0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7Meg3nzs0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7Meg3nzs0 .dropdown-item.active,
.cid-v7Meg3nzs0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7Meg3nzs0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7Meg3nzs0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7Meg3nzs0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7Meg3nzs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7Meg3nzs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7Meg3nzs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7Meg3nzs0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7Meg3nzs0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7Meg3nzs0 ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7Meg3nzs0 .navbar-buttons {
  text-align: center;
}
.cid-v7Meg3nzs0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7Meg3nzs0 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7Meg3nzs0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7Meg3nzs0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7Meg3nzs0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7Meg3nzs0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7Meg3nzs0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7Meg3nzs0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7Meg3nzs0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7Meg3nzs0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Meg3nzs0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7Meg3nzs0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7Meg3nzs0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Meg3nzs0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7Meg3nzs0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7Meg3nzs0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7Meg3nzs0 .navbar {
    height: 70px;
  }
  .cid-v7Meg3nzs0 .navbar.opened {
    height: auto;
  }
  .cid-v7Meg3nzs0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7Meg3nzs0 .navbar-nav {
  margin: 0 auto;
}
.cid-v7Meg3nzs0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7Meg3nzs0 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7Meg3nzs0 .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7Meg3nzs0 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7Meg3nzs0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7Meg3nzs0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7Meg3nzs0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7Meg3nzs0 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7Meg3nzs0 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7Meg3nzs0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7Meg3nzs0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7Meg3nzs0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7Meg3nzs0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7Meg3nzs0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7Meg3nzs0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7Meg3nzs0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7Meg3nzs0 .content-wrap {
  min-height: 90px;
}
.cid-v7Meg3WDAl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  position: relative;
}
.cid-v7Meg3WDAl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v7Meg3WDAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Meg3WDAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7Meg3WDAl .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v7Meg3WDAl .content-wrapper {
    margin-top: 0;
  }
}
.cid-v7Meg3WDAl .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7Meg3WDAl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7Meg3WDAl .mbr-section-title {
  color: #ffffff;
}
.cid-v7Meg3WDAl .mbr-text {
  color: #ffffff;
}
.cid-v7MR8hXk60 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #050049 -20%, #000000 40%, #0037f3 200%);
}
@media (max-width: 768px) {
  .cid-v7MR8hXk60 {
    background-image: linear-gradient(45deg, #050049 -60%, #000000 40%, #0037f3 200%);
  }
}
.cid-v7MR8hXk60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MR8hXk60 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MR8hXk60 .row {
  justify-content: space-between;
}
.cid-v7MR8hXk60 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v7MR8hXk60 .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-v7MR8hXk60 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7MR8hXk60 .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-v7MR8hXk60 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v7MR8hXk60 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v7MR8hXk60 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7MR8hXk60 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MR8hXk60 .item-title {
  color: #ffffff;
}
.cid-v7MR8hXk60 .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7Shd3jDxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Shd3jDxy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Shd3jDxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Shd3jDxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .container {
    padding: 0 22px;
  }
}
.cid-v7Shd3jDxy .row {
  position: relative;
  z-index: 1;
}
.cid-v7Shd3jDxy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Shd3jDxy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Shd3jDxy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Shd3jDxy .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Shd3jDxy .mbr-text {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Shd3jDxy .list {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-contact {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-desc {
  color: #ffffff;
}
.cid-v8x1gGgExJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8x1gGgExJ .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8x1gGgExJ .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8x1gGgExJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8x1gGgExJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8x1gGgExJ .embla__slide .slide-content {
  width: 100%;
}
.cid-v8x1gGgExJ .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8x1gGgExJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8x1gGgExJ .embla__button--next,
.cid-v8x1gGgExJ .embla__button--prev {
  display: flex;
}
.cid-v8x1gGgExJ .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8x1gGgExJ .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8x1gGgExJ .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8x1gGgExJ .embla__button.embla__button--next {
  right: 0;
}
.cid-v8x1gGgExJ .embla {
  position: relative;
  width: 100%;
}
.cid-v8x1gGgExJ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8x1gGgExJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8x1gGgExJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8x1gGgExJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7Sm4SYVHv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7Sm4SYVHv nav.navbar {
  position: fixed;
}
.cid-v7Sm4SYVHv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Sm4SYVHv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7Sm4SYVHv .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7Sm4SYVHv .dropdown-item:hover,
.cid-v7Sm4SYVHv .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7Sm4SYVHv .dropdown-item:hover span {
  color: white;
}
.cid-v7Sm4SYVHv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7Sm4SYVHv .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7Sm4SYVHv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7Sm4SYVHv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7Sm4SYVHv .nav-link {
  position: relative;
}
.cid-v7Sm4SYVHv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7Sm4SYVHv .container {
    flex-wrap: nowrap;
  }
}
.cid-v7Sm4SYVHv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7Sm4SYVHv .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7Sm4SYVHv .dropdown-menu,
.cid-v7Sm4SYVHv .navbar.opened {
  background: #000000 !important;
}
.cid-v7Sm4SYVHv .nav-item:focus,
.cid-v7Sm4SYVHv .nav-link:focus {
  outline: none;
}
.cid-v7Sm4SYVHv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7Sm4SYVHv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7Sm4SYVHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7Sm4SYVHv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7Sm4SYVHv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7Sm4SYVHv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7Sm4SYVHv .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7Sm4SYVHv .navbar.opened {
  transition: all 0.3s;
}
.cid-v7Sm4SYVHv .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7Sm4SYVHv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7Sm4SYVHv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7Sm4SYVHv .navbar.collapsed {
  justify-content: center;
}
.cid-v7Sm4SYVHv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7Sm4SYVHv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7Sm4SYVHv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7Sm4SYVHv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7Sm4SYVHv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7Sm4SYVHv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7Sm4SYVHv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7Sm4SYVHv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7Sm4SYVHv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7Sm4SYVHv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7Sm4SYVHv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7Sm4SYVHv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7Sm4SYVHv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7Sm4SYVHv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7Sm4SYVHv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7Sm4SYVHv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7Sm4SYVHv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7Sm4SYVHv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7Sm4SYVHv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7Sm4SYVHv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7Sm4SYVHv .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7Sm4SYVHv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7Sm4SYVHv .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7Sm4SYVHv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7Sm4SYVHv .navbar-brand .navbar-caption:hover,
.cid-v7Sm4SYVHv .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7Sm4SYVHv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7Sm4SYVHv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7Sm4SYVHv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7Sm4SYVHv .dropdown-item.active,
.cid-v7Sm4SYVHv .dropdown-item:active {
  background-color: transparent;
}
.cid-v7Sm4SYVHv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7Sm4SYVHv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7Sm4SYVHv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7Sm4SYVHv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7Sm4SYVHv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7Sm4SYVHv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7Sm4SYVHv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7Sm4SYVHv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7Sm4SYVHv ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7Sm4SYVHv .navbar-buttons {
  text-align: center;
}
.cid-v7Sm4SYVHv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7Sm4SYVHv .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7Sm4SYVHv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7Sm4SYVHv button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7Sm4SYVHv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7Sm4SYVHv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7Sm4SYVHv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7Sm4SYVHv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7Sm4SYVHv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7Sm4SYVHv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Sm4SYVHv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7Sm4SYVHv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7Sm4SYVHv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7Sm4SYVHv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7Sm4SYVHv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7Sm4SYVHv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7Sm4SYVHv .navbar {
    height: 70px;
  }
  .cid-v7Sm4SYVHv .navbar.opened {
    height: auto;
  }
  .cid-v7Sm4SYVHv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7Sm4SYVHv .navbar-nav {
  margin: 0 auto;
}
.cid-v7Sm4SYVHv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7Sm4SYVHv .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7Sm4SYVHv .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7Sm4SYVHv .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7Sm4SYVHv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7Sm4SYVHv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7Sm4SYVHv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7Sm4SYVHv .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7Sm4SYVHv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7Sm4SYVHv .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7Sm4SYVHv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7Sm4SYVHv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7Sm4SYVHv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7Sm4SYVHv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7Sm4SYVHv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7Sm4SYVHv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7Sm4SYVHv .content-wrap {
  min-height: 90px;
}
.cid-v8bD16KKqe {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-v8bD16KKqe .mbr-overlay {
  background-color: #94a393;
  opacity: 0.1;
}
.cid-v8bD16KKqe .row {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: calc((50vh + 50vw) / 2);
}
.cid-v8bD16KKqe .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v8bD16KKqe .content-wrap {
    flex-wrap: wrap;
    width: 100%;
  }
}
.cid-v8bD16KKqe .mbr-section-title {
  flex-grow: 1;
  margin-bottom: 0;
}
.cid-v8bD16KKqe .text-wrap {
  width: max-content;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-v8bD16KKqe .text-wrap {
    width: 100%;
    padding-top: 36px;
  }
}
.cid-v8bD16KKqe .mbr-text {
  margin-top: 5px;
}
.cid-v881rH2Ooy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-v881rH2Ooy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v881rH2Ooy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v881rH2Ooy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v881rH2Ooy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v881rH2Ooy .container {
    padding: 0 16px;
  }
}
.cid-v881rH2Ooy .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v881rH2Ooy .row {
    margin: 0 10px;
  }
}
.cid-v881rH2Ooy .row .item {
  padding: 0;
}
.cid-v881rH2Ooy .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v881rH2Ooy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v881rH2Ooy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v881rH2Ooy .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v881rH2Ooy .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v881rH2Ooy .panel-group .card:first-child {
  border-top: none;
}
.cid-v881rH2Ooy .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v881rH2Ooy .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v881rH2Ooy .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v881rH2Ooy .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v881rH2Ooy .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v881rH2Ooy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v881rH2Ooy .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v881rH2Ooy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v881rH2Ooy .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v881rH2Ooy .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v881rH2Ooy .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v881rH2Ooy .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v881rH2Ooy .image-wrapper {
  height: 100%;
}
.cid-v881rH2Ooy .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v881rH2Ooy .image-wrapper img {
    height: 350px;
  }
}
.cid-v881rH2Ooy .mbr-section-title {
  color: #fdfcfc;
}
.cid-v881rH2Ooy .panel-title-edit {
  color: #fdfcfc;
}
.cid-v881rH2Ooy .panel-text {
  color: #fdfcfc;
}
.cid-v882lgCIsV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-v882lgCIsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v882lgCIsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v882lgCIsV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v882lgCIsV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v882lgCIsV .container {
    padding: 0 16px;
  }
}
.cid-v882lgCIsV .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v882lgCIsV .row {
    margin: 0 10px;
  }
}
.cid-v882lgCIsV .row .item {
  padding: 0;
}
.cid-v882lgCIsV .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v882lgCIsV .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v882lgCIsV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v882lgCIsV .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v882lgCIsV .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v882lgCIsV .panel-group .card:first-child {
  border-top: none;
}
.cid-v882lgCIsV .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v882lgCIsV .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v882lgCIsV .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v882lgCIsV .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v882lgCIsV .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v882lgCIsV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v882lgCIsV .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v882lgCIsV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v882lgCIsV .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v882lgCIsV .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v882lgCIsV .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v882lgCIsV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v882lgCIsV .image-wrapper {
  height: 100%;
}
.cid-v882lgCIsV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v882lgCIsV .image-wrapper img {
    height: 350px;
  }
}
.cid-v882lgCIsV .mbr-section-title {
  color: #fdfcfc;
}
.cid-v882lgCIsV .panel-title-edit {
  color: #fdfcfc;
}
.cid-v882lgCIsV .panel-text {
  color: #fdfcfc;
}
.cid-v884yDAE2W {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-v884yDAE2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v884yDAE2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v884yDAE2W .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v884yDAE2W .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v884yDAE2W .container {
    padding: 0 16px;
  }
}
.cid-v884yDAE2W .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v884yDAE2W .row {
    margin: 0 10px;
  }
}
.cid-v884yDAE2W .row .item {
  padding: 0;
}
.cid-v884yDAE2W .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v884yDAE2W .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v884yDAE2W .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v884yDAE2W .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v884yDAE2W .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v884yDAE2W .panel-group .card:first-child {
  border-top: none;
}
.cid-v884yDAE2W .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v884yDAE2W .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v884yDAE2W .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v884yDAE2W .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v884yDAE2W .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v884yDAE2W .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v884yDAE2W .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v884yDAE2W .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v884yDAE2W .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v884yDAE2W .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v884yDAE2W .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v884yDAE2W .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v884yDAE2W .image-wrapper {
  height: 100%;
}
.cid-v884yDAE2W .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v884yDAE2W .image-wrapper img {
    height: 350px;
  }
}
.cid-v884yDAE2W .mbr-section-title {
  color: #fdfcfc;
}
.cid-v884yDAE2W .panel-title-edit {
  color: #fdfcfc;
}
.cid-v884yDAE2W .panel-text {
  color: #fdfcfc;
}
.cid-v885LPyh9r {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-v885LPyh9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v885LPyh9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v885LPyh9r .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v885LPyh9r .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v885LPyh9r .container {
    padding: 0 16px;
  }
}
.cid-v885LPyh9r .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v885LPyh9r .row {
    margin: 0 10px;
  }
}
.cid-v885LPyh9r .row .item {
  padding: 0;
}
.cid-v885LPyh9r .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v885LPyh9r .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v885LPyh9r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v885LPyh9r .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v885LPyh9r .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v885LPyh9r .panel-group .card:first-child {
  border-top: none;
}
.cid-v885LPyh9r .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v885LPyh9r .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v885LPyh9r .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v885LPyh9r .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v885LPyh9r .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v885LPyh9r .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v885LPyh9r .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v885LPyh9r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v885LPyh9r .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v885LPyh9r .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v885LPyh9r .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v885LPyh9r .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v885LPyh9r .image-wrapper {
  height: 100%;
}
.cid-v885LPyh9r .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v885LPyh9r .image-wrapper img {
    height: 350px;
  }
}
.cid-v885LPyh9r .mbr-section-title {
  color: #fdfcfc;
}
.cid-v885LPyh9r .panel-title-edit {
  color: #fdfcfc;
}
.cid-v885LPyh9r .panel-text {
  color: #fdfcfc;
}
.cid-v8bz9UyuVJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-v8bz9UyuVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bz9UyuVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bz9UyuVJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8bz9UyuVJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8bz9UyuVJ .container {
    padding: 0 16px;
  }
}
.cid-v8bz9UyuVJ .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8bz9UyuVJ .row {
    margin: 0 10px;
  }
}
.cid-v8bz9UyuVJ .row .item {
  padding: 0;
}
.cid-v8bz9UyuVJ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8bz9UyuVJ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8bz9UyuVJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8bz9UyuVJ .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v8bz9UyuVJ .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v8bz9UyuVJ .panel-group .card:first-child {
  border-top: none;
}
.cid-v8bz9UyuVJ .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v8bz9UyuVJ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v8bz9UyuVJ .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8bz9UyuVJ .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v8bz9UyuVJ .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v8bz9UyuVJ .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v8bz9UyuVJ .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v8bz9UyuVJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8bz9UyuVJ .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v8bz9UyuVJ .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v8bz9UyuVJ .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v8bz9UyuVJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8bz9UyuVJ .image-wrapper {
  height: 100%;
}
.cid-v8bz9UyuVJ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8bz9UyuVJ .image-wrapper img {
    height: 350px;
  }
}
.cid-v8bz9UyuVJ .mbr-section-title {
  color: #fdfcfc;
}
.cid-v8bz9UyuVJ .panel-title-edit {
  color: #fdfcfc;
}
.cid-v8bz9UyuVJ .panel-text {
  color: #fdfcfc;
}
.cid-v8bzB24csr {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-v8bzB24csr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bzB24csr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bzB24csr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8bzB24csr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8bzB24csr .container {
    padding: 0 16px;
  }
}
.cid-v8bzB24csr .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8bzB24csr .row {
    margin: 0 10px;
  }
}
.cid-v8bzB24csr .row .item {
  padding: 0;
}
.cid-v8bzB24csr .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8bzB24csr .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8bzB24csr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8bzB24csr .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v8bzB24csr .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v8bzB24csr .panel-group .card:first-child {
  border-top: none;
}
.cid-v8bzB24csr .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v8bzB24csr .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v8bzB24csr .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8bzB24csr .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v8bzB24csr .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v8bzB24csr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v8bzB24csr .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v8bzB24csr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8bzB24csr .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v8bzB24csr .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v8bzB24csr .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v8bzB24csr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8bzB24csr .image-wrapper {
  height: 100%;
}
.cid-v8bzB24csr .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8bzB24csr .image-wrapper img {
    height: 350px;
  }
}
.cid-v8bzB24csr .mbr-section-title {
  color: #fdfcfc;
}
.cid-v8bzB24csr .panel-title-edit {
  color: #fdfcfc;
}
.cid-v8bzB24csr .panel-text {
  color: #fdfcfc;
}
.cid-v8bA5naTCK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-v8bA5naTCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bA5naTCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bA5naTCK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8bA5naTCK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8bA5naTCK .container {
    padding: 0 16px;
  }
}
.cid-v8bA5naTCK .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8bA5naTCK .row {
    margin: 0 10px;
  }
}
.cid-v8bA5naTCK .row .item {
  padding: 0;
}
.cid-v8bA5naTCK .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8bA5naTCK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8bA5naTCK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8bA5naTCK .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v8bA5naTCK .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v8bA5naTCK .panel-group .card:first-child {
  border-top: none;
}
.cid-v8bA5naTCK .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v8bA5naTCK .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v8bA5naTCK .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8bA5naTCK .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v8bA5naTCK .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v8bA5naTCK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v8bA5naTCK .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v8bA5naTCK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8bA5naTCK .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v8bA5naTCK .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v8bA5naTCK .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v8bA5naTCK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8bA5naTCK .image-wrapper {
  height: 100%;
}
.cid-v8bA5naTCK .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8bA5naTCK .image-wrapper img {
    height: 350px;
  }
}
.cid-v8bA5naTCK .mbr-section-title {
  color: #fdfcfc;
}
.cid-v8bA5naTCK .panel-title-edit {
  color: #fdfcfc;
}
.cid-v8bA5naTCK .panel-text {
  color: #fdfcfc;
}
.cid-v8bAymLEIx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #192227;
}
.cid-v8bAymLEIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bAymLEIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bAymLEIx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8bAymLEIx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8bAymLEIx .container {
    padding: 0 16px;
  }
}
.cid-v8bAymLEIx .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8bAymLEIx .row {
    margin: 0 10px;
  }
}
.cid-v8bAymLEIx .row .item {
  padding: 0;
}
.cid-v8bAymLEIx .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8bAymLEIx .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8bAymLEIx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8bAymLEIx .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v8bAymLEIx .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v8bAymLEIx .panel-group .card:first-child {
  border-top: none;
}
.cid-v8bAymLEIx .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v8bAymLEIx .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v8bAymLEIx .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8bAymLEIx .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v8bAymLEIx .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v8bAymLEIx .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v8bAymLEIx .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v8bAymLEIx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8bAymLEIx .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v8bAymLEIx .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v8bAymLEIx .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v8bAymLEIx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8bAymLEIx .image-wrapper {
  height: 100%;
}
.cid-v8bAymLEIx .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8bAymLEIx .image-wrapper img {
    height: 350px;
  }
}
.cid-v8bAymLEIx .mbr-section-title {
  color: #fdfcfc;
}
.cid-v8bAymLEIx .panel-title-edit {
  color: #fdfcfc;
}
.cid-v8bAymLEIx .panel-text {
  color: #fdfcfc;
}
.cid-v8bBwQJNVb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-v8bBwQJNVb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bBwQJNVb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bBwQJNVb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v8bBwQJNVb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v8bBwQJNVb .container {
    padding: 0 16px;
  }
}
.cid-v8bBwQJNVb .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-v8bBwQJNVb .row {
    margin: 0 10px;
  }
}
.cid-v8bBwQJNVb .row .item {
  padding: 0;
}
.cid-v8bBwQJNVb .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8bBwQJNVb .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8bBwQJNVb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8bBwQJNVb .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-v8bBwQJNVb .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-v8bBwQJNVb .panel-group .card:first-child {
  border-top: none;
}
.cid-v8bBwQJNVb .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v8bBwQJNVb .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v8bBwQJNVb .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8bBwQJNVb .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-v8bBwQJNVb .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #00d0f3;
}
.cid-v8bBwQJNVb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #00d0f3;
  background-color: #192227;
}
.cid-v8bBwQJNVb .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #192227;
}
.cid-v8bBwQJNVb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v8bBwQJNVb .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #192227;
  background-color: #00d0f3;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v8bBwQJNVb .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v8bBwQJNVb .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-v8bBwQJNVb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v8bBwQJNVb .image-wrapper {
  height: 100%;
}
.cid-v8bBwQJNVb .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8bBwQJNVb .image-wrapper img {
    height: 350px;
  }
}
.cid-v8bBwQJNVb .mbr-section-title {
  color: #fdfcfc;
}
.cid-v8bBwQJNVb .panel-title-edit {
  color: #fdfcfc;
}
.cid-v8bBwQJNVb .panel-text {
  color: #fdfcfc;
}
.cid-v7Sm518JNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Sm518JNG::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Sm518JNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Sm518JNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Sm518JNG .container {
    padding: 0 22px;
  }
}
.cid-v7Sm518JNG .row {
  position: relative;
  z-index: 1;
}
.cid-v7Sm518JNG .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Sm518JNG .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Sm518JNG .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Sm518JNG .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Sm518JNG .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Sm518JNG .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Sm518JNG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Sm518JNG .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Sm518JNG .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Sm518JNG .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Sm518JNG .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Sm518JNG .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Sm518JNG .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Sm518JNG .nav-wrapper .list .item-wrap:hover,
.cid-v7Sm518JNG .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Sm518JNG .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Sm518JNG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Sm518JNG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Sm518JNG .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Sm518JNG .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Sm518JNG .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Sm518JNG .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Sm518JNG .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Sm518JNG .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Sm518JNG .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Sm518JNG .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Sm518JNG .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Sm518JNG .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Sm518JNG .mbr-text {
  color: #ffffff;
}
.cid-v7Sm518JNG .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Sm518JNG .list {
  color: #ffffff;
}
.cid-v7Sm518JNG .mbr-contact {
  color: #ffffff;
}
.cid-v7Sm518JNG .mbr-desc {
  color: #ffffff;
}
.cid-v8x0ZO5Uo4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8x0ZO5Uo4 .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8x0ZO5Uo4 .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8x0ZO5Uo4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8x0ZO5Uo4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8x0ZO5Uo4 .embla__slide .slide-content {
  width: 100%;
}
.cid-v8x0ZO5Uo4 .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8x0ZO5Uo4 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8x0ZO5Uo4 .embla__button--next,
.cid-v8x0ZO5Uo4 .embla__button--prev {
  display: flex;
}
.cid-v8x0ZO5Uo4 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8x0ZO5Uo4 .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8x0ZO5Uo4 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8x0ZO5Uo4 .embla__button.embla__button--next {
  right: 0;
}
.cid-v8x0ZO5Uo4 .embla {
  position: relative;
  width: 100%;
}
.cid-v8x0ZO5Uo4 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8x0ZO5Uo4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8x0ZO5Uo4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8x0ZO5Uo4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uE0ZATlHGy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-uE0ZATlHGy nav.navbar {
  position: fixed;
}
.cid-uE0ZATlHGy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE0ZATlHGy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE0ZATlHGy .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .dropdown-item:hover,
.cid-uE0ZATlHGy .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .dropdown-item:hover span {
  color: white;
}
.cid-uE0ZATlHGy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE0ZATlHGy .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE0ZATlHGy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE0ZATlHGy .nav-link {
  position: relative;
}
.cid-uE0ZATlHGy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uE0ZATlHGy .container {
    flex-wrap: nowrap;
  }
}
.cid-uE0ZATlHGy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uE0ZATlHGy .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uE0ZATlHGy .dropdown-menu,
.cid-uE0ZATlHGy .navbar.opened {
  background: #000000 !important;
}
.cid-uE0ZATlHGy .nav-item:focus,
.cid-uE0ZATlHGy .nav-link:focus {
  outline: none;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE0ZATlHGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE0ZATlHGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE0ZATlHGy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE0ZATlHGy .navbar.opened {
  transition: all 0.3s;
}
.cid-uE0ZATlHGy .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uE0ZATlHGy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uE0ZATlHGy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE0ZATlHGy .navbar.collapsed {
  justify-content: center;
}
.cid-uE0ZATlHGy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE0ZATlHGy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE0ZATlHGy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uE0ZATlHGy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE0ZATlHGy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE0ZATlHGy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE0ZATlHGy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uE0ZATlHGy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE0ZATlHGy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE0ZATlHGy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uE0ZATlHGy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE0ZATlHGy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE0ZATlHGy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uE0ZATlHGy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uE0ZATlHGy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uE0ZATlHGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE0ZATlHGy .navbar-brand .navbar-caption:hover,
.cid-uE0ZATlHGy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE0ZATlHGy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uE0ZATlHGy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uE0ZATlHGy .dropdown-item.active,
.cid-uE0ZATlHGy .dropdown-item:active {
  background-color: transparent;
}
.cid-uE0ZATlHGy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uE0ZATlHGy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE0ZATlHGy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uE0ZATlHGy ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uE0ZATlHGy .navbar-buttons {
  text-align: center;
}
.cid-uE0ZATlHGy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uE0ZATlHGy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uE0ZATlHGy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uE0ZATlHGy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uE0ZATlHGy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE0ZATlHGy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE0ZATlHGy .navbar {
    height: 70px;
  }
  .cid-uE0ZATlHGy .navbar.opened {
    height: auto;
  }
  .cid-uE0ZATlHGy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE0ZATlHGy .navbar-nav {
  margin: 0 auto;
}
.cid-uE0ZATlHGy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uE0ZATlHGy .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uE0ZATlHGy .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uE0ZATlHGy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uE0ZATlHGy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uE0ZATlHGy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uE0ZATlHGy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uE0ZATlHGy .content-wrap {
  min-height: 90px;
}
.cid-uE0ZB7pOIo {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  position: relative;
}
.cid-uE0ZB7pOIo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uE0ZB7pOIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZB7pOIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZB7pOIo .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uE0ZB7pOIo .content-wrapper {
    margin-top: 0;
  }
}
.cid-uE0ZB7pOIo .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE0ZB7pOIo .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uE0ZB7pOIo .mbr-section-title {
  color: #ffffff;
}
.cid-uE0ZB7pOIo .mbr-text {
  color: #ffffff;
}
.cid-v7KB8rJDAP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v7KB8rJDAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7KB8rJDAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7KB8rJDAP .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7KB8rJDAP .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7KB8rJDAP .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7KB8rJDAP .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7KB8rJDAP .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7KB8rJDAP .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7KB8rJDAP .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7KB8rJDAP .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7KB8rJDAP .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7KB8rJDAP .content-wrap .card {
  justify-content: center;
}
.cid-v7KB8rJDAP .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7KB8rJDAP .item {
    margin-bottom: 40px;
  }
  .cid-v7KB8rJDAP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7KB8rJDAP .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v7KB8rJDAP .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-v7KB8rJDAP .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v7KB8rJDAP .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-v7KB8rJDAP .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-v7KB8rJDAP .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v7KB8rJDAP .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v7KB8rJDAP .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v7KB8rJDAP::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
.cid-v7KB8rJDAP .mbr-label {
  color: #9ba9c4;
}
.cid-v7KB8rJDAP .mbr-section-title {
  color: #ffffff;
}
.cid-v7KB8rJDAP .mbr-text,
.cid-v7KB8rJDAP .text-wrapper {
  color: #9ba9c4;
}
.cid-v7KB8rJDAP .item-name {
  color: #ffffff;
}
.cid-v7KB8rJDAP .item-role {
  color: #9ba9c4;
}
.cid-v7KB8rJDAP .item-text {
  color: #9ba9c4;
}
.cid-uE0ZBP4X9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE0ZBP4X9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZBP4X9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZBP4X9R .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE0ZBP4X9R .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE0ZBP4X9R .items-wrapper {
  margin: 0 -13px;
}
.cid-uE0ZBP4X9R .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uE0ZBP4X9R .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uE0ZBP4X9R .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uE0ZBP4X9R .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uE0ZBP4X9R .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #0047ff, #1f2329 85%);
}
.cid-uE0ZBP4X9R .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ff398a, #1f2329 85%);
}
.cid-uE0ZBP4X9R .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #a78aff, #1f2329 85%);
}
.cid-uE0ZBP4X9R .mbr-section-title,
.cid-uE0ZBP4X9R .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZBP4X9R .item-title {
  color: #ffffff;
}
.cid-uE0ZBP4X9R .item-text {
  color: #ffffff;
}
.cid-uE0ZJz6NGv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uE0ZJz6NGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZJz6NGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZJz6NGv .row {
  justify-content: center;
}
.cid-uE0ZJz6NGv .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE0ZJz6NGv .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uE0ZJz6NGv .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uE0ZJz6NGv .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uE0ZJz6NGv .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uE0ZJz6NGv .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE0ZJz6NGv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uE0ZJz6NGv .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uE0ZJz6NGv .mbr-label,
.cid-uE0ZJz6NGv .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZJz6NGv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZJz6NGv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZJz6NGv .mbr-text,
.cid-uE0ZJz6NGv .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZJz6NGv .mbr-section-title,
.cid-uE0ZJz6NGv .mbr-section-btn {
  text-align: center;
}
.cid-v7LTSRHKOK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7LTSRHKOK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7LTSRHKOK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7LTSRHKOK .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-v7LTSRHKOK .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v7LTSRHKOK .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7LTSRHKOK .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-v7LTSRHKOK .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-v7LTSRHKOK .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-v7LTSRHKOK .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7LTSRHKOK .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-v7LTSRHKOK .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #ffffff, #0047ff 70%);
  transition: all 1s ease-in-out;
}
.cid-v7LTSRHKOK .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-v7LTSRHKOK .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-v7LTSRHKOK .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7LTSRHKOK .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-v7LTSRHKOK .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7LTSRHKOK .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uE0ZLnzWry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0047ff;
  background-image: linear-gradient(135deg, #000000 10%, #0047ff 80%, #ffffff 130%);
}
.cid-uE0ZLnzWry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZLnzWry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZLnzWry .row {
  justify-content: center;
}
.cid-uE0ZLnzWry .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uE0ZLnzWry .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uE0ZLnzWry .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE0ZLnzWry .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uE0ZLnzWry .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uE0ZLnzWry .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uE0ZLnzWry .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uE0ZLnzWry .mbr-section-title {
  color: #ffffff;
}
.cid-uE0ZLnzWry .mbr-text,
.cid-uE0ZLnzWry .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZLnzWry .mbr-section-title,
.cid-uE0ZLnzWry .mbr-section-btn,
.cid-uE0ZLnzWry .logo-wrapper {
  text-align: center;
}
.cid-uE0ZPMavZJ {
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uE0ZPMavZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZPMavZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZPMavZJ .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uE0ZPMavZJ .content-wrap {
    height: 350px;
  }
}
.cid-uE0ZRQ91i1 {
  background-color: #000000;
  background-image: linear-gradient(125deg, #0047ff -50%, #000000);
}
.cid-uE0ZRQ91i1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZRQ91i1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZRQ91i1 .row {
  justify-content: center;
}
.cid-uE0ZRQ91i1 .image-wrapper {
  position: relative;
}
.cid-uE0ZRQ91i1 .image-wrapper .main-image img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE0ZRQ91i1 .image-wrapper .main-image img {
    height: 350px;
  }
}
.cid-uE0ZRQ91i1 .image-wrapper .logo-wrap img {
  position: absolute;
  top: -3rem;
  right: 8rem;
  transform: rotate(8deg);
  object-fit: cover;
  z-index: 1;
  height: 130px;
  width: 130px;
}
@media (max-width: 992px) {
  .cid-uE0ZRQ91i1 .image-wrapper .logo-wrap img {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}
.cid-uE0ZRQ91i1 .image-wrapper .image-wrap img {
  position: absolute;
  top: 2rem;
  left: -4rem;
  transform: rotate(-8deg);
  object-fit: cover;
  z-index: 1;
  height: 170px;
  width: 230px;
}
@media (max-width: 992px) {
  .cid-uE0ZRQ91i1 .image-wrapper .image-wrap img {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 16px;
    height: 350px;
  }
}
.cid-v7KiefQ1fk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #00d0f3 -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-v7KiefQ1fk {
    background-image: linear-gradient(45deg, #00d0f3 -60%, #000000 40%);
  }
}
.cid-v7KiefQ1fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7KiefQ1fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7KiefQ1fk .row {
  justify-content: space-between;
}
.cid-v7KiefQ1fk .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7KiefQ1fk .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-v7KiefQ1fk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v7KiefQ1fk .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-v7KiefQ1fk .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #00d0f3;
}
@media (max-width: 992px) {
  .cid-v7KiefQ1fk .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-v7KiefQ1fk .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-v7KiefQ1fk .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-v7KiefQ1fk .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v7KiefQ1fk .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-v7KiefQ1fk .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-v7KiefQ1fk .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v7KiefQ1fk .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v7KiefQ1fk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v7KiefQ1fk .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-v7KiefQ1fk .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v7KiefQ1fk .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v7KiefQ1fk .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-v7KiefQ1fk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v7KiefQ1fk .mbr-section-title {
  color: #ffffff;
}
.cid-v7KiefQ1fk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v7KiefQ1fk .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-v7KiefQ1fk .panel-title-edit {
  color: #ffffff;
}
.cid-v7KiefQ1fk .panel-text {
  color: #ffffff;
}
.cid-v8dpzStcrg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #101010;
}
.cid-v8dpzStcrg img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.cid-v8dpzStcrg .mbr-iconfont-1 {
  color: #f0ad4e;
  font-size: 1rem;
  transition: 0.7s;
}
.cid-v8dpzStcrg .mbr-section-title {
  margin-bottom: 4rem;
}
.cid-v8dpzStcrg .mbr-section-subtitle {
  color: #e9204f;
  margin-bottom: 1.5rem;
}
.cid-v8dpzStcrg .card-img {
  margin-bottom: 1.3rem;
}
.cid-v8dpzStcrg .card-title {
  margin-bottom: 1.5rem;
}
.cid-v8dpzStcrg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8dpzStcrg .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v8dpzStcrg .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-v8dpzStcrg .row {
    padding: 0 1rem;
  }
  .cid-v8dpzStcrg .card-inner {
    padding: 3.3rem 2.5rem;
  }
}
.cid-v8dpzStcrg .card-inner {
  background-color: #191919;
  transition: 0.3s;
  border: 2px solid rgba(255, 76, 57, 0);
}
.cid-v8dpzStcrg .card:hover .card-inner {
  border: 2px solid #ff4c39;
}
.cid-v8dpzStcrg .mbr-text {
  margin-bottom: 1.3rem;
  color: #828282;
}
.cid-v8dpzStcrg .card-people {
  display: flex;
  align-items: center;
}
.cid-v8dpzStcrg .user_image {
  margin-right: 1rem;
}
.cid-v8dpzStcrg .mbr-author-desc {
  color: #e9204f;
  font-weight: 500;
}
.cid-v8dpzStcrg .vertical-line:before {
  content: '';
  background-color: #ff4c39;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-v8dpzStcrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8dpzStcrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8dt2tIFXC {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #2c2f35;
}
.cid-v8dt2tIFXC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8dt2tIFXC .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #00d0f3;
  margin-left: .5rem;
  margin-right: .5rem;
}
.cid-v8dt2tIFXC .mbr-iconfont-social:before {
  padding: .6rem;
  border: 1px solid;
  border-radius: 100px;
  transition: all .3s;
}
.cid-v8dt2tIFXC .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-v8dt2tIFXC .mbr-iconfont-social:hover:before {
  background: #00d0f3;
  transition: all .3s;
  border-color: transparent;
}
.cid-v8dt2tIFXC .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-v8dt2tIFXC .mbr-iconfont-social {
    margin-left: .2rem;
    margin-right: .2rem;
  }
}
.cid-v8dt2tIFXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8dt2tIFXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8dt2tIFXC .mbr-section-title,
.cid-v8dt2tIFXC .social-list {
  color: #ffffff;
}
.cid-v7M80xNFct {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7M80xNFct .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7M80xNFct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7M80xNFct .card {
  justify-content: center;
}
.cid-v7M80xNFct .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-v7M80xNFct .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v7M80xNFct .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-v7M80xNFct .images-wrapper {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v7M80xNFct .images-wrapper {
    margin-left: 0;
  }
}
.cid-v7M80xNFct .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-v7M80xNFct .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-v7M80xNFct .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-v7M80xNFct .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7M80xNFct .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-v7M80xNFct .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7M80xNFct .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7M80xNFct .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7M80xNFct .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7M80xNFct .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7M80xNFct .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-v7M80xNFct .mbr-label {
  color: #ffffff;
}
.cid-v7M80xNFct .mbr-address {
  color: #ffffff;
}
.cid-v7M80xNFct .mbr-phone {
  color: #ffffff;
}
.cid-v7M80xNFct .mbr-phone,
.cid-v7M80xNFct .text-wrapper {
  text-align: left;
}
.cid-v7M7QOphdh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7M7QOphdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7M7QOphdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7M7QOphdh .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v7M7QOphdh .google-map {
    margin-bottom: 32px;
  }
}
.cid-v7M7QOphdh .google-map::before {
  content: '';
  position: absolute;
  bottom: -56px;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #a78aff, #0047ff, transparent);
  height: 1px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7M7QOphdh .google-map::before {
    bottom: -32px;
  }
}
.cid-v7M7QOphdh .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-v7M7QOphdh .google-map iframe {
    height: 350px;
  }
}
.cid-v7Shd3jDxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Shd3jDxy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Shd3jDxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Shd3jDxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .container {
    padding: 0 22px;
  }
}
.cid-v7Shd3jDxy .row {
  position: relative;
  z-index: 1;
}
.cid-v7Shd3jDxy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Shd3jDxy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Shd3jDxy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Shd3jDxy .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Shd3jDxy .mbr-text {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Shd3jDxy .list {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-contact {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-desc {
  color: #ffffff;
}
.cid-v8r8aodov6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8r8aodov6 .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8r8aodov6 .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8r8aodov6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8r8aodov6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8r8aodov6 .embla__slide .slide-content {
  width: 100%;
}
.cid-v8r8aodov6 .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8r8aodov6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8r8aodov6 .embla__button--next,
.cid-v8r8aodov6 .embla__button--prev {
  display: flex;
}
.cid-v8r8aodov6 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8r8aodov6 .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8r8aodov6 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8r8aodov6 .embla__button.embla__button--next {
  right: 0;
}
.cid-v8r8aodov6 .embla {
  position: relative;
  width: 100%;
}
.cid-v8r8aodov6 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8r8aodov6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8r8aodov6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8r8aodov6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7YB0vhXZB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7YB0vhXZB nav.navbar {
  position: fixed;
}
.cid-v7YB0vhXZB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7YB0vhXZB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7YB0vhXZB .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7YB0vhXZB .dropdown-item:hover,
.cid-v7YB0vhXZB .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7YB0vhXZB .dropdown-item:hover span {
  color: white;
}
.cid-v7YB0vhXZB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7YB0vhXZB .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7YB0vhXZB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7YB0vhXZB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7YB0vhXZB .nav-link {
  position: relative;
}
.cid-v7YB0vhXZB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7YB0vhXZB .container {
    flex-wrap: nowrap;
  }
}
.cid-v7YB0vhXZB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7YB0vhXZB .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7YB0vhXZB .dropdown-menu,
.cid-v7YB0vhXZB .navbar.opened {
  background: #000000 !important;
}
.cid-v7YB0vhXZB .nav-item:focus,
.cid-v7YB0vhXZB .nav-link:focus {
  outline: none;
}
.cid-v7YB0vhXZB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7YB0vhXZB .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7YB0vhXZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7YB0vhXZB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7YB0vhXZB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7YB0vhXZB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7YB0vhXZB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7YB0vhXZB .navbar.opened {
  transition: all 0.3s;
}
.cid-v7YB0vhXZB .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7YB0vhXZB .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7YB0vhXZB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7YB0vhXZB .navbar.collapsed {
  justify-content: center;
}
.cid-v7YB0vhXZB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7YB0vhXZB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7YB0vhXZB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7YB0vhXZB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7YB0vhXZB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7YB0vhXZB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7YB0vhXZB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7YB0vhXZB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7YB0vhXZB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7YB0vhXZB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7YB0vhXZB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7YB0vhXZB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7YB0vhXZB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7YB0vhXZB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7YB0vhXZB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7YB0vhXZB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7YB0vhXZB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7YB0vhXZB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7YB0vhXZB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7YB0vhXZB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7YB0vhXZB .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7YB0vhXZB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7YB0vhXZB .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7YB0vhXZB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7YB0vhXZB .navbar-brand .navbar-caption:hover,
.cid-v7YB0vhXZB .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7YB0vhXZB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7YB0vhXZB .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7YB0vhXZB .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7YB0vhXZB .dropdown-item.active,
.cid-v7YB0vhXZB .dropdown-item:active {
  background-color: transparent;
}
.cid-v7YB0vhXZB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7YB0vhXZB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7YB0vhXZB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7YB0vhXZB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7YB0vhXZB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7YB0vhXZB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7YB0vhXZB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7YB0vhXZB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7YB0vhXZB ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7YB0vhXZB .navbar-buttons {
  text-align: center;
}
.cid-v7YB0vhXZB .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7YB0vhXZB .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7YB0vhXZB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7YB0vhXZB button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7YB0vhXZB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7YB0vhXZB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7YB0vhXZB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7YB0vhXZB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7YB0vhXZB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7YB0vhXZB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7YB0vhXZB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7YB0vhXZB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7YB0vhXZB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7YB0vhXZB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7YB0vhXZB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7YB0vhXZB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7YB0vhXZB .navbar {
    height: 70px;
  }
  .cid-v7YB0vhXZB .navbar.opened {
    height: auto;
  }
  .cid-v7YB0vhXZB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7YB0vhXZB .navbar-nav {
  margin: 0 auto;
}
.cid-v7YB0vhXZB .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7YB0vhXZB .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7YB0vhXZB .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7YB0vhXZB .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7YB0vhXZB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7YB0vhXZB .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7YB0vhXZB .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7YB0vhXZB .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7YB0vhXZB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7YB0vhXZB .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7YB0vhXZB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7YB0vhXZB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7YB0vhXZB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7YB0vhXZB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7YB0vhXZB .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7YB0vhXZB .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7YB0vhXZB .content-wrap {
  min-height: 90px;
}
.cid-v7YB0xbCMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/inchirieri-atv-busteni-traseu-muntii-baiului209-599x599.webp");
  position: relative;
}
.cid-v7YB0xbCMF::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v7YB0xbCMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0xbCMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0xbCMF .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v7YB0xbCMF .content-wrapper {
    margin-top: 0;
  }
}
.cid-v7YB0xbCMF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7YB0xbCMF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7YB0xbCMF .mbr-section-title {
  color: #ffffff;
}
.cid-v7YB0xbCMF .mbr-text {
  color: #ffffff;
}
.cid-v7YB0yjSPC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #a78aff 110%);
}
.cid-v7YB0yjSPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0yjSPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0yjSPC .row {
  justify-content: center;
}
.cid-v7YB0yjSPC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v7YB0yjSPC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7YB0yjSPC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v7YB0yjSPC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7YB0yjSPC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v7YB0yjSPC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7YB0yjSPC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v7YB0yjSPC .mbr-section-title {
  color: #ffffff;
}
.cid-v7YB0yjSPC .mbr-text {
  color: #ffffff;
}
.cid-v7YB0yjSPC .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v7YB0yjSPC .mbr-section-title,
.cid-v7YB0yjSPC .mbr-section-btn {
  text-align: center;
}
.cid-v7YE3D7vG2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7YE3D7vG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YE3D7vG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YE3D7vG2 .row {
  justify-content: center;
}
.cid-v7YE3D7vG2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v7YE3D7vG2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v7YE3D7vG2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7YE3D7vG2 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v7YE3D7vG2 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7YE3D7vG2 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7YE3D7vG2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-v7YE3D7vG2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v7YE3D7vG2 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-v7YE3D7vG2 .items-wrapper {
    display: block;
  }
}
.cid-v7YE3D7vG2 .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .cid-v7YE3D7vG2 .item {
    transform: none;
  }
}
.cid-v7YE3D7vG2 .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .cid-v7YE3D7vG2 .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-v7YE3D7vG2 .item {
    margin-bottom: 16px;
  }
}
.cid-v7YE3D7vG2 .item .item-wrapper {
  height: 100%;
  background-color: #00d0f3;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-v7YE3D7vG2 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-v7YE3D7vG2 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-v7YE3D7vG2 .item .item-wrapper .card-number,
.cid-v7YE3D7vG2 .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v7YE3D7vG2 .item .item-wrapper .card-number,
  .cid-v7YE3D7vG2 .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.cid-v7YE3D7vG2 .item .item-wrapper .card-box .card-title,
.cid-v7YE3D7vG2 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.cid-v7YE3D7vG2 .item .item-wrapper .card-box .card-text,
.cid-v7YE3D7vG2 .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.cid-v7YE3D7vG2 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7YE3D7vG2 .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-v7YE3D7vG2 .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v7YE3D7vG2 .item .card_2 {
  background-color: transparent;
  border: 3px solid #00d0f3;
}
.cid-v7YE3D7vG2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7YE3D7vG2 .mbr-text,
.cid-v7YE3D7vG2 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7YE3D7vG2 .card-number {
  color: #000000;
}
.cid-v7YE3D7vG2 .card-title {
  color: #000000;
}
.cid-v7YE3D7vG2 .card-text {
  color: #000000;
}
.cid-v7YE3D7vG2 .card-number_2 {
  color: #ffffff;
}
.cid-v7YE3D7vG2 .card-title_2 {
  color: #cbff5b;
}
.cid-v7YE3D7vG2 .card-text_2 {
  color: #ffffff;
}
.cid-v7YB0zozDC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/photo-1583567774518-482968786456.webp");
}
.cid-v7YB0zozDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0zozDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7YB0zozDC .container {
    padding: 0 15px;
  }
}
.cid-v7YB0zozDC .row {
  justify-content: center;
}
.cid-v7YB0zozDC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7YB0zozDC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7YB0zozDC .subtitle-wrapper {
  padding-right: 28px;
  padding-right: 0;
  padding-left: 28px;
}
@media (max-width: 992px) {
  .cid-v7YB0zozDC .subtitle-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v7YB0zozDC .subtitle-wrapper {
    padding: 0;
  }
}
.cid-v7YB0zozDC .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7YB0zozDC .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v7YB0zozDC .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-v7YB0zozDC .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-v7YB0zozDC .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-v7YB0zozDC .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7YB0zozDC .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-v7YB0zozDC .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-v7YB0zozDC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7YB0zozDC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7YB0zozDC .list {
  color: #ffffff;
}
.cid-v7YB0zozDC .list,
.cid-v7YB0zozDC .item-wrap {
  text-align: left;
}
.cid-v7YB0AyKfy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v7YB0AyKfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0AyKfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0AyKfy .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7YB0AyKfy .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v7YB0AyKfy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7YB0AyKfy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v7YB0AyKfy .mbr-section-title {
  color: #f5f8ff;
}
.cid-v7YB0AyKfy .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v7YB0AyKfy .mbr-section-title,
.cid-v7YB0AyKfy .title-wrapper,
.cid-v7YB0AyKfy .mbr-section-btn {
  text-align: center;
}
.cid-v7YB0BF8Y7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v7YB0BF8Y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0BF8Y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0BF8Y7 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #1f2329;
}
@media (max-width: 992px) {
  .cid-v7YB0BF8Y7 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #ffffff;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #ffffff, #0047ff 70%);
  transition: all 1s ease-in-out;
}
.cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-v7YB0BF8Y7 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-v7YB0BF8Y7 .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7YB0BF8Y7 .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-v7YB0BF8Y7 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7YB0BF8Y7 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-v7YB0D2I0L {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v7YB0D2I0L .container {
  max-width: 1400px;
}
.cid-v7YB0D2I0L .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #00d0f3;
  margin-bottom: 2rem;
  border-bottom: 1px solid #00d0f3;
  padding-bottom: 2rem;
}
.cid-v7YB0D2I0L .row {
  justify-content: center;
}
.cid-v7YB0D2I0L .card-text {
  color: #ffffff;
}
.cid-v7YB0D2I0L .card-title {
  margin-bottom: 0.5rem;
}
.cid-v7YB0D2I0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0D2I0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0D2I0L .mbr-section-title {
  color: #ffffff;
}
.cid-v7YB0D2I0L .card-title,
.cid-v7YB0D2I0L .iconfont-wrapper {
  color: #ffffff;
}
.cid-v7YB0EyLHe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #a78aff 110%);
}
.cid-v7YB0EyLHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0EyLHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0EyLHe .row {
  justify-content: center;
}
.cid-v7YB0EyLHe .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v7YB0EyLHe .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7YB0EyLHe .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v7YB0EyLHe .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7YB0EyLHe .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v7YB0EyLHe .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7YB0EyLHe .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v7YB0EyLHe .mbr-section-title {
  color: #ffffff;
}
.cid-v7YB0EyLHe .mbr-text {
  color: #ffffff;
}
.cid-v7YB0EyLHe .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v7YB0EyLHe .mbr-section-title,
.cid-v7YB0EyLHe .mbr-section-btn {
  text-align: center;
}
.cid-v7YB0FFBbm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/inchirieri-atv-busteni-traseu-muntii-baiului207-720x720.webp");
}
.cid-v7YB0FFBbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0FFBbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0FFBbm .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7YB0FFBbm .container {
    padding: 0 15px;
  }
}
.cid-v7YB0FFBbm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7YB0FFBbm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v7YB0FFBbm .panel-group .card {
  border: none;
  border-radius: 0;
}
.cid-v7YB0FFBbm .panel-group .card .card-header {
  padding: 20px 0;
  border: none;
  background-color: transparent;
}
.cid-v7YB0FFBbm .panel-group .card .card-header .panel-title {
  display: inline-flex;
  align-items: center;
}
.cid-v7YB0FFBbm .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #f2ac2b;
}
.cid-v7YB0FFBbm .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #f2ac2b;
}
.cid-v7YB0FFBbm .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-v7YB0FFBbm .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7YB0FFBbm .panel-group .card .card-header .panel-title .mbr-iconfont {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .cid-v7YB0FFBbm .panel-group .card .card-header .panel-title .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-v7YB0FFBbm .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 20px 75px;
}
@media (max-width: 992px) {
  .cid-v7YB0FFBbm .panel-group .card .panel-collapse .panel-body {
    padding: 0 0 20px 44px;
  }
}
.cid-v7YB0FFBbm .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.4;
  margin-bottom: 0;
}
.cid-v7YB0FFBbm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v7YB0FFBbm .panel-title {
  color: #ffffff;
}
.cid-v7YB0FFBbm .panel-text {
  color: #d2d2df;
}
.cid-v7YHPOrNOW {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-v7YHPOrNOW h4 {
  display: -webkit-flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-v7YHPOrNOW .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-v7YHPOrNOW .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-v7YHPOrNOW .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-v7YHPOrNOW .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-v7YHPOrNOW .panel-group {
  width: 100%;
}
.cid-v7YHPOrNOW .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-v7YHPOrNOW .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-v7YHPOrNOW .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-v7YHPOrNOW .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-v7YHPOrNOW .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v7YHPOrNOW .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-v7YHPOrNOW .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-v7YHPOrNOW .card .panel-body {
  background: #879a9f;
}
.cid-v7YHPOrNOW .sign {
  color: #000000;
}
.cid-v7YHPOrNOW .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7YHPOrNOW .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-v7YHPOrNOW .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-v7YHPOrNOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YHPOrNOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0GYRhL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050049;
}
.cid-v7YB0GYRhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0GYRhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7YB0GYRhL .card {
  justify-content: center;
}
.cid-v7YB0GYRhL .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .cid-v7YB0GYRhL .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v7YB0GYRhL .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.cid-v7YB0GYRhL .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-v7YB0GYRhL .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-v7YB0GYRhL .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-v7YB0GYRhL .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7YB0GYRhL .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-v7YB0GYRhL .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7YB0GYRhL .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v7YB0GYRhL .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7YB0GYRhL .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v7YB0GYRhL .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7YB0GYRhL .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-v7YB0GYRhL .mbr-label {
  color: #ffffff;
}
.cid-v7YB0GYRhL .mbr-address {
  color: #ffffff;
}
.cid-v7YB0GYRhL .mbr-phone {
  color: #ffffff;
}
.cid-v7YB0IemMF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7YB0IemMF::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7YB0IemMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7YB0IemMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7YB0IemMF .container {
    padding: 0 22px;
  }
}
.cid-v7YB0IemMF .row {
  position: relative;
  z-index: 1;
}
.cid-v7YB0IemMF .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7YB0IemMF .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7YB0IemMF .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7YB0IemMF .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7YB0IemMF .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7YB0IemMF .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7YB0IemMF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7YB0IemMF .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7YB0IemMF .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7YB0IemMF .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7YB0IemMF .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7YB0IemMF .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7YB0IemMF .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7YB0IemMF .nav-wrapper .list .item-wrap:hover,
.cid-v7YB0IemMF .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7YB0IemMF .nav-wrapper .list .item-wrap:hover::before,
.cid-v7YB0IemMF .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7YB0IemMF .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7YB0IemMF .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7YB0IemMF .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7YB0IemMF .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7YB0IemMF .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7YB0IemMF .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7YB0IemMF .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7YB0IemMF .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7YB0IemMF .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7YB0IemMF .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7YB0IemMF .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7YB0IemMF .mbr-text {
  color: #ffffff;
}
.cid-v7YB0IemMF .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7YB0IemMF .list {
  color: #ffffff;
}
.cid-v7YB0IemMF .mbr-contact {
  color: #ffffff;
}
.cid-v7YB0IemMF .mbr-desc {
  color: #ffffff;
}
.cid-v8x05CjAxo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8x05CjAxo .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8x05CjAxo .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8x05CjAxo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8x05CjAxo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8x05CjAxo .embla__slide .slide-content {
  width: 100%;
}
.cid-v8x05CjAxo .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8x05CjAxo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8x05CjAxo .embla__button--next,
.cid-v8x05CjAxo .embla__button--prev {
  display: flex;
}
.cid-v8x05CjAxo .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8x05CjAxo .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8x05CjAxo .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8x05CjAxo .embla__button.embla__button--next {
  right: 0;
}
.cid-v8x05CjAxo .embla {
  position: relative;
  width: 100%;
}
.cid-v8x05CjAxo .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8x05CjAxo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8x05CjAxo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8x05CjAxo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7NByjvyvD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7NByjvyvD nav.navbar {
  position: fixed;
}
.cid-v7NByjvyvD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7NByjvyvD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7NByjvyvD .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7NByjvyvD .dropdown-item:hover,
.cid-v7NByjvyvD .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7NByjvyvD .dropdown-item:hover span {
  color: white;
}
.cid-v7NByjvyvD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7NByjvyvD .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7NByjvyvD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7NByjvyvD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7NByjvyvD .nav-link {
  position: relative;
}
.cid-v7NByjvyvD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7NByjvyvD .container {
    flex-wrap: nowrap;
  }
}
.cid-v7NByjvyvD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7NByjvyvD .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7NByjvyvD .dropdown-menu,
.cid-v7NByjvyvD .navbar.opened {
  background: #000000 !important;
}
.cid-v7NByjvyvD .nav-item:focus,
.cid-v7NByjvyvD .nav-link:focus {
  outline: none;
}
.cid-v7NByjvyvD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7NByjvyvD .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7NByjvyvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7NByjvyvD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7NByjvyvD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7NByjvyvD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7NByjvyvD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7NByjvyvD .navbar.opened {
  transition: all 0.3s;
}
.cid-v7NByjvyvD .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7NByjvyvD .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7NByjvyvD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7NByjvyvD .navbar.collapsed {
  justify-content: center;
}
.cid-v7NByjvyvD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7NByjvyvD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7NByjvyvD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7NByjvyvD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7NByjvyvD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7NByjvyvD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7NByjvyvD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7NByjvyvD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7NByjvyvD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7NByjvyvD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7NByjvyvD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7NByjvyvD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7NByjvyvD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7NByjvyvD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7NByjvyvD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7NByjvyvD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7NByjvyvD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7NByjvyvD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7NByjvyvD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7NByjvyvD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7NByjvyvD .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7NByjvyvD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7NByjvyvD .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7NByjvyvD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7NByjvyvD .navbar-brand .navbar-caption:hover,
.cid-v7NByjvyvD .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7NByjvyvD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7NByjvyvD .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7NByjvyvD .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7NByjvyvD .dropdown-item.active,
.cid-v7NByjvyvD .dropdown-item:active {
  background-color: transparent;
}
.cid-v7NByjvyvD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7NByjvyvD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7NByjvyvD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7NByjvyvD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7NByjvyvD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7NByjvyvD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7NByjvyvD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7NByjvyvD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7NByjvyvD ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7NByjvyvD .navbar-buttons {
  text-align: center;
}
.cid-v7NByjvyvD .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7NByjvyvD .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7NByjvyvD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7NByjvyvD button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7NByjvyvD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7NByjvyvD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7NByjvyvD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7NByjvyvD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7NByjvyvD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7NByjvyvD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7NByjvyvD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7NByjvyvD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7NByjvyvD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7NByjvyvD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7NByjvyvD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7NByjvyvD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7NByjvyvD .navbar {
    height: 70px;
  }
  .cid-v7NByjvyvD .navbar.opened {
    height: auto;
  }
  .cid-v7NByjvyvD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7NByjvyvD .navbar-nav {
  margin: 0 auto;
}
.cid-v7NByjvyvD .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7NByjvyvD .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7NByjvyvD .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7NByjvyvD .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7NByjvyvD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7NByjvyvD .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7NByjvyvD .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7NByjvyvD .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7NByjvyvD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7NByjvyvD .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7NByjvyvD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7NByjvyvD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7NByjvyvD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7NByjvyvD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7NByjvyvD .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7NByjvyvD .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7NByjvyvD .content-wrap {
  min-height: 90px;
}
.cid-v7NByk0pYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  position: relative;
}
.cid-v7NByk0pYD::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v7NByk0pYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7NByk0pYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7NByk0pYD .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v7NByk0pYD .content-wrapper {
    margin-top: 0;
  }
}
.cid-v7NByk0pYD .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7NByk0pYD .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7NByk0pYD .mbr-section-title {
  color: #ffffff;
}
.cid-v7NByk0pYD .mbr-text {
  color: #ffffff;
}
.cid-v7NByki3Qn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #0047ff -20%, #000000 40%, #00d0f3 200%);
}
@media (max-width: 768px) {
  .cid-v7NByki3Qn {
    background-image: linear-gradient(45deg, #0047ff -60%, #000000 40%, #00d0f3 200%);
  }
}
.cid-v7NByki3Qn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7NByki3Qn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7NByki3Qn .row {
  justify-content: space-between;
}
.cid-v7NByki3Qn .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v7NByki3Qn .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-v7NByki3Qn .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7NByki3Qn .items-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-v7NByki3Qn .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v7NByki3Qn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v7NByki3Qn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7NByki3Qn .mbr-section-title {
  color: #ffffff;
}
.cid-v7NByki3Qn .item-title {
  color: #ffffff;
}
.cid-v7NByki3Qn .item-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7Shd3jDxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Shd3jDxy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Shd3jDxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Shd3jDxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .container {
    padding: 0 22px;
  }
}
.cid-v7Shd3jDxy .row {
  position: relative;
  z-index: 1;
}
.cid-v7Shd3jDxy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Shd3jDxy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Shd3jDxy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Shd3jDxy .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Shd3jDxy .mbr-text {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Shd3jDxy .list {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-contact {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-desc {
  color: #ffffff;
}
.cid-v8x1VD6BC0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8x1VD6BC0 .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8x1VD6BC0 .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8x1VD6BC0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8x1VD6BC0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8x1VD6BC0 .embla__slide .slide-content {
  width: 100%;
}
.cid-v8x1VD6BC0 .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8x1VD6BC0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8x1VD6BC0 .embla__button--next,
.cid-v8x1VD6BC0 .embla__button--prev {
  display: flex;
}
.cid-v8x1VD6BC0 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8x1VD6BC0 .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8x1VD6BC0 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8x1VD6BC0 .embla__button.embla__button--next {
  right: 0;
}
.cid-v8x1VD6BC0 .embla {
  position: relative;
  width: 100%;
}
.cid-v8x1VD6BC0 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8x1VD6BC0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8x1VD6BC0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8x1VD6BC0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v7MmDl4lxs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v7MmDl4lxs nav.navbar {
  position: fixed;
}
.cid-v7MmDl4lxs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7MmDl4lxs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7MmDl4lxs .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7MmDl4lxs .dropdown-item:hover,
.cid-v7MmDl4lxs .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v7MmDl4lxs .dropdown-item:hover span {
  color: white;
}
.cid-v7MmDl4lxs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7MmDl4lxs .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7MmDl4lxs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7MmDl4lxs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7MmDl4lxs .nav-link {
  position: relative;
}
.cid-v7MmDl4lxs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v7MmDl4lxs .container {
    flex-wrap: nowrap;
  }
}
.cid-v7MmDl4lxs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7MmDl4lxs .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v7MmDl4lxs .dropdown-menu,
.cid-v7MmDl4lxs .navbar.opened {
  background: #000000 !important;
}
.cid-v7MmDl4lxs .nav-item:focus,
.cid-v7MmDl4lxs .nav-link:focus {
  outline: none;
}
.cid-v7MmDl4lxs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7MmDl4lxs .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v7MmDl4lxs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7MmDl4lxs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7MmDl4lxs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7MmDl4lxs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7MmDl4lxs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7MmDl4lxs .navbar.opened {
  transition: all 0.3s;
}
.cid-v7MmDl4lxs .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v7MmDl4lxs .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7MmDl4lxs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7MmDl4lxs .navbar.collapsed {
  justify-content: center;
}
.cid-v7MmDl4lxs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7MmDl4lxs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7MmDl4lxs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v7MmDl4lxs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7MmDl4lxs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7MmDl4lxs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v7MmDl4lxs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7MmDl4lxs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7MmDl4lxs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7MmDl4lxs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7MmDl4lxs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7MmDl4lxs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7MmDl4lxs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7MmDl4lxs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v7MmDl4lxs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7MmDl4lxs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7MmDl4lxs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7MmDl4lxs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7MmDl4lxs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7MmDl4lxs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7MmDl4lxs .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7MmDl4lxs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7MmDl4lxs .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v7MmDl4lxs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7MmDl4lxs .navbar-brand .navbar-caption:hover,
.cid-v7MmDl4lxs .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v7MmDl4lxs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7MmDl4lxs .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7MmDl4lxs .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v7MmDl4lxs .dropdown-item.active,
.cid-v7MmDl4lxs .dropdown-item:active {
  background-color: transparent;
}
.cid-v7MmDl4lxs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7MmDl4lxs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7MmDl4lxs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7MmDl4lxs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v7MmDl4lxs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v7MmDl4lxs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7MmDl4lxs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7MmDl4lxs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v7MmDl4lxs ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v7MmDl4lxs .navbar-buttons {
  text-align: center;
}
.cid-v7MmDl4lxs .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v7MmDl4lxs .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v7MmDl4lxs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7MmDl4lxs button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7MmDl4lxs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7MmDl4lxs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7MmDl4lxs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7MmDl4lxs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7MmDl4lxs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7MmDl4lxs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7MmDl4lxs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7MmDl4lxs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7MmDl4lxs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7MmDl4lxs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v7MmDl4lxs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7MmDl4lxs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7MmDl4lxs .navbar {
    height: 70px;
  }
  .cid-v7MmDl4lxs .navbar.opened {
    height: auto;
  }
  .cid-v7MmDl4lxs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7MmDl4lxs .navbar-nav {
  margin: 0 auto;
}
.cid-v7MmDl4lxs .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7MmDl4lxs .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v7MmDl4lxs .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7MmDl4lxs .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v7MmDl4lxs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7MmDl4lxs .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7MmDl4lxs .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7MmDl4lxs .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v7MmDl4lxs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v7MmDl4lxs .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7MmDl4lxs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7MmDl4lxs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7MmDl4lxs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7MmDl4lxs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7MmDl4lxs .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7MmDl4lxs .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7MmDl4lxs .content-wrap {
  min-height: 90px;
}
.cid-v7MmDlmiG5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
  position: relative;
}
.cid-v7MmDlmiG5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v7MmDlmiG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MmDlmiG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MmDlmiG5 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v7MmDlmiG5 .content-wrapper {
    margin-top: 0;
  }
}
.cid-v7MmDlmiG5 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7MmDlmiG5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7MmDlmiG5 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MmDlmiG5 .mbr-text {
  color: #ffffff;
}
.cid-v7MmDn6HGv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #00d0f3 110%);
}
.cid-v7MmDn6HGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MmDn6HGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MmDn6HGv .row {
  justify-content: center;
}
.cid-v7MmDn6HGv .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v7MmDn6HGv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7MmDn6HGv .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v7MmDn6HGv .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v7MmDn6HGv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v7MmDn6HGv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7MmDn6HGv .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v7MmDn6HGv .mbr-section-title {
  color: #ffffff;
}
.cid-v7MmDn6HGv .mbr-text {
  color: #ffffff;
}
.cid-v7MmDn6HGv .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v7MmDn6HGv .mbr-section-title,
.cid-v7MmDn6HGv .mbr-section-btn {
  text-align: center;
}
.cid-v8bOYYQCHz {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v8bOYYQCHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bOYYQCHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bOYYQCHz .card-wrapper {
  background-color: #00d0f3;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-v8bOYYQCHz .card-wrapper {
    padding: 24px;
  }
}
.cid-v8bOYYQCHz .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
.cid-v8bOYYQCHz .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 64px;
  display: inline-block;
}
.cid-v8bOYYQCHz .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8bOYYQCHz .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper {
  margin: 0 -4px;
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 40px 32px;
  background-color: #002099;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 12px;
  }
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #ffb3c1;
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
}
.cid-v8bOYYQCHz .card-wrapper .items-wrapper .item .item-wrapper .item-btn .btn {
  margin-bottom: 0;
}
.cid-v8bOYYQCHz .card-wrapper .main-btn {
  margin-top: 40px;
  width: 100%;
}
.cid-v8bOYYQCHz .card-wrapper .main-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v8bOYYQCHz .card-wrapper .main-btn .btn {
    padding: 24px;
  }
}
.cid-v8bOYYQCHz .mbr-section-title {
  color: #ffb3c1;
}
.cid-v8bOYYQCHz .item-title {
  color: #ffb3c1;
}
.cid-v8bOYYQCHz .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8bOYYQCHz .item-title,
.cid-v8bOYYQCHz .icon-wrapper,
.cid-v8bOYYQCHz .item-btn {
  text-align: center;
}
.cid-v8bOYYQCHz .mbr-section-title,
.cid-v8bOYYQCHz .title-wrap,
.cid-v8bOYYQCHz .iconfont-wrapper {
  color: #ffffff;
}
.cid-v8bOYYQCHz .item-title,
.cid-v8bOYYQCHz .item-btn,
.cid-v8bOYYQCHz .icon-wrapper {
  color: #ffffff;
}
.cid-v8bTDSVAbq {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v8bTDSVAbq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bTDSVAbq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bTDSVAbq .card-wrapper {
  background-color: #454545;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-v8bTDSVAbq .card-wrapper {
    padding: 24px;
  }
}
.cid-v8bTDSVAbq .card-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 40px;
}
.cid-v8bTDSVAbq .card-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 64px;
  display: inline-block;
}
.cid-v8bTDSVAbq .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8bTDSVAbq .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper {
  margin: 0 -4px;
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper {
  padding: 40px 32px;
  background-color: #002099;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 12px;
  }
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #ffb3c1;
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 0;
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 20px;
}
.cid-v8bTDSVAbq .card-wrapper .items-wrapper .item .item-wrapper .item-btn .btn {
  margin-bottom: 0;
}
.cid-v8bTDSVAbq .card-wrapper .main-btn {
  margin-top: 40px;
  width: 100%;
}
.cid-v8bTDSVAbq .card-wrapper .main-btn .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v8bTDSVAbq .card-wrapper .main-btn .btn {
    padding: 24px;
  }
}
.cid-v8bTDSVAbq .mbr-section-title {
  color: #ffb3c1;
}
.cid-v8bTDSVAbq .item-title {
  color: #ffb3c1;
}
.cid-v8bTDSVAbq .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-v8bTDSVAbq .item-title,
.cid-v8bTDSVAbq .icon-wrapper,
.cid-v8bTDSVAbq .item-btn {
  text-align: center;
}
.cid-v8bTDSVAbq .mbr-section-title,
.cid-v8bTDSVAbq .title-wrap,
.cid-v8bTDSVAbq .iconfont-wrapper {
  color: #ffffff;
}
.cid-v8bTDSVAbq .item-title,
.cid-v8bTDSVAbq .item-btn,
.cid-v8bTDSVAbq .icon-wrapper {
  color: #ffffff;
}
.cid-v7MmDnqGY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0047ff;
  background-image: linear-gradient(135deg, #000000 10%, #0047ff 80%, #ffffff 130%);
}
.cid-v7MmDnqGY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7MmDnqGY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7MmDnqGY6 .row {
  justify-content: center;
}
.cid-v7MmDnqGY6 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-v7MmDnqGY6 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-v7MmDnqGY6 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v7MmDnqGY6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7MmDnqGY6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7MmDnqGY6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v7MmDnqGY6 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-v7MmDnqGY6 .mbr-section-title {
  color: #ffffff;
}
.cid-v7MmDnqGY6 .mbr-text,
.cid-v7MmDnqGY6 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7MmDnqGY6 .mbr-section-title,
.cid-v7MmDnqGY6 .mbr-section-btn,
.cid-v7MmDnqGY6 .logo-wrapper {
  text-align: center;
}
.cid-v8bW5UPyGZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050049;
}
.cid-v8bW5UPyGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bW5UPyGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bW5UPyGZ .card {
  justify-content: center;
}
.cid-v8bW5UPyGZ .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .cid-v8bW5UPyGZ .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v8bW5UPyGZ .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.cid-v8bW5UPyGZ .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-v8bW5UPyGZ .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-v8bW5UPyGZ .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-v8bW5UPyGZ .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8bW5UPyGZ .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-v8bW5UPyGZ .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8bW5UPyGZ .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v8bW5UPyGZ .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8bW5UPyGZ .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v8bW5UPyGZ .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8bW5UPyGZ .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-v8bW5UPyGZ .mbr-label {
  color: #ffffff;
}
.cid-v8bW5UPyGZ .mbr-address {
  color: #ffffff;
}
.cid-v8bW5UPyGZ .mbr-phone {
  color: #ffffff;
}
.cid-v7Shd3jDxy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v7Shd3jDxy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v7Shd3jDxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7Shd3jDxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .container {
    padding: 0 22px;
  }
}
.cid-v7Shd3jDxy .row {
  position: relative;
  z-index: 1;
}
.cid-v7Shd3jDxy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v7Shd3jDxy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v7Shd3jDxy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7Shd3jDxy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v7Shd3jDxy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before,
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v7Shd3jDxy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v7Shd3jDxy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v7Shd3jDxy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v7Shd3jDxy .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v7Shd3jDxy .mbr-text {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v7Shd3jDxy .list {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-contact {
  color: #ffffff;
}
.cid-v7Shd3jDxy .mbr-desc {
  color: #ffffff;
}
.cid-v8x0r5v1uh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8x0r5v1uh .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8x0r5v1uh .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8x0r5v1uh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8x0r5v1uh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8x0r5v1uh .embla__slide .slide-content {
  width: 100%;
}
.cid-v8x0r5v1uh .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8x0r5v1uh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8x0r5v1uh .embla__button--next,
.cid-v8x0r5v1uh .embla__button--prev {
  display: flex;
}
.cid-v8x0r5v1uh .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8x0r5v1uh .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8x0r5v1uh .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8x0r5v1uh .embla__button.embla__button--next {
  right: 0;
}
.cid-v8x0r5v1uh .embla {
  position: relative;
  width: 100%;
}
.cid-v8x0r5v1uh .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8x0r5v1uh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8x0r5v1uh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8x0r5v1uh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v8bXqwyCEf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 90px;
}
.cid-v8bXqwyCEf nav.navbar {
  position: fixed;
}
.cid-v8bXqwyCEf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8bXqwyCEf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8bXqwyCEf .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v8bXqwyCEf .dropdown-item:hover,
.cid-v8bXqwyCEf .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-v8bXqwyCEf .dropdown-item:hover span {
  color: white;
}
.cid-v8bXqwyCEf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8bXqwyCEf .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8bXqwyCEf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8bXqwyCEf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8bXqwyCEf .nav-link {
  position: relative;
}
.cid-v8bXqwyCEf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-v8bXqwyCEf .container {
    flex-wrap: nowrap;
  }
}
.cid-v8bXqwyCEf .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v8bXqwyCEf .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-v8bXqwyCEf .dropdown-menu,
.cid-v8bXqwyCEf .navbar.opened {
  background: #000000 !important;
}
.cid-v8bXqwyCEf .nav-item:focus,
.cid-v8bXqwyCEf .nav-link:focus {
  outline: none;
}
.cid-v8bXqwyCEf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8bXqwyCEf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v8bXqwyCEf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8bXqwyCEf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8bXqwyCEf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8bXqwyCEf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8bXqwyCEf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8bXqwyCEf .navbar.opened {
  transition: all 0.3s;
}
.cid-v8bXqwyCEf .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-v8bXqwyCEf .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v8bXqwyCEf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8bXqwyCEf .navbar.collapsed {
  justify-content: center;
}
.cid-v8bXqwyCEf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8bXqwyCEf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8bXqwyCEf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-v8bXqwyCEf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8bXqwyCEf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8bXqwyCEf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8bXqwyCEf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8bXqwyCEf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8bXqwyCEf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8bXqwyCEf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8bXqwyCEf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8bXqwyCEf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8bXqwyCEf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8bXqwyCEf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8bXqwyCEf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8bXqwyCEf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8bXqwyCEf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8bXqwyCEf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v8bXqwyCEf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8bXqwyCEf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8bXqwyCEf .navbar.navbar-short {
  min-height: 96px;
}
.cid-v8bXqwyCEf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v8bXqwyCEf .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v8bXqwyCEf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v8bXqwyCEf .navbar-brand .navbar-caption:hover,
.cid-v8bXqwyCEf .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v8bXqwyCEf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8bXqwyCEf .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v8bXqwyCEf .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-v8bXqwyCEf .dropdown-item.active,
.cid-v8bXqwyCEf .dropdown-item:active {
  background-color: transparent;
}
.cid-v8bXqwyCEf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8bXqwyCEf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8bXqwyCEf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8bXqwyCEf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-v8bXqwyCEf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v8bXqwyCEf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v8bXqwyCEf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8bXqwyCEf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v8bXqwyCEf ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-v8bXqwyCEf .navbar-buttons {
  text-align: center;
}
.cid-v8bXqwyCEf .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-v8bXqwyCEf .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v8bXqwyCEf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v8bXqwyCEf button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v8bXqwyCEf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v8bXqwyCEf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v8bXqwyCEf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8bXqwyCEf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v8bXqwyCEf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v8bXqwyCEf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8bXqwyCEf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8bXqwyCEf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8bXqwyCEf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8bXqwyCEf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8bXqwyCEf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8bXqwyCEf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8bXqwyCEf .navbar {
    height: 70px;
  }
  .cid-v8bXqwyCEf .navbar.opened {
    height: auto;
  }
  .cid-v8bXqwyCEf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8bXqwyCEf .navbar-nav {
  margin: 0 auto;
}
.cid-v8bXqwyCEf .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v8bXqwyCEf .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-v8bXqwyCEf .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v8bXqwyCEf .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-v8bXqwyCEf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v8bXqwyCEf .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v8bXqwyCEf .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v8bXqwyCEf .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-v8bXqwyCEf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v8bXqwyCEf .navbar {
    justify-content: flex-start !important;
  }
  .cid-v8bXqwyCEf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v8bXqwyCEf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v8bXqwyCEf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v8bXqwyCEf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v8bXqwyCEf .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v8bXqwyCEf .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v8bXqwyCEf .content-wrap {
  min-height: 90px;
}
.cid-v8bXqxWyR1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/inchirieri-atv-busteni-punct-de-lucru-plecare-alunis-51-a-3.webp");
  position: relative;
}
.cid-v8bXqxWyR1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #000000 18%, transparent 90%, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-v8bXqxWyR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bXqxWyR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bXqxWyR1 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-v8bXqxWyR1 .content-wrapper {
    margin-top: 0;
  }
}
.cid-v8bXqxWyR1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #a78aff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v8bXqxWyR1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v8bXqxWyR1 .mbr-section-title {
  color: #ffffff;
}
.cid-v8bXqxWyR1 .mbr-text {
  color: #ffffff;
}
.cid-v8bXqyZjRp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #00d0f3 110%);
}
.cid-v8bXqyZjRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bXqyZjRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bXqyZjRp .row {
  justify-content: center;
}
.cid-v8bXqyZjRp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v8bXqyZjRp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8bXqyZjRp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v8bXqyZjRp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v8bXqyZjRp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-v8bXqyZjRp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8bXqyZjRp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-v8bXqyZjRp .mbr-section-title {
  color: #ffffff;
}
.cid-v8bXqyZjRp .mbr-text {
  color: #ffffff;
}
.cid-v8bXqyZjRp .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v8bXqyZjRp .mbr-section-title,
.cid-v8bXqyZjRp .mbr-section-btn {
  text-align: center;
}
.cid-v8bZfoq1a1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v8bZfoq1a1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bZfoq1a1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bZfoq1a1 .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8bZfoq1a1 .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v8bZfoq1a1 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-v8bZfoq1a1 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8bZfoq1a1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v8bZfoq1a1 .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-v8bZfoq1a1 .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-v8bZfoq1a1 .content-wrapper .items-wrap .item .item-wrapper {
  padding: 46px 24px;
  border: 1px solid #323046;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8bZfoq1a1 .content-wrapper .items-wrap .item .item-wrapper {
    padding: 14px;
  }
}
.cid-v8bZfoq1a1 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-number {
  margin-bottom: 16px;
}
.cid-v8bZfoq1a1 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v8bZfoq1a1 .content-wrapper .items-wrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8bZfoq1a1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8bZfoq1a1 .item-number {
  color: #00d0f3;
}
.cid-v8bZfoq1a1 .item-title {
  color: #ffffff;
}
.cid-v8bZfoq1a1 .item-text {
  color: #ffffff;
}
.cid-v8bXqBQeX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0047ff;
  background-image: linear-gradient(135deg, #000000 10%, #0047ff 80%, #ffffff 130%);
}
.cid-v8bXqBQeX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bXqBQeX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bXqBQeX1 .row {
  justify-content: center;
}
.cid-v8bXqBQeX1 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-v8bXqBQeX1 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-v8bXqBQeX1 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v8bXqBQeX1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8bXqBQeX1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8bXqBQeX1 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v8bXqBQeX1 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-v8bXqBQeX1 .mbr-section-title {
  color: #ffffff;
}
.cid-v8bXqBQeX1 .mbr-text,
.cid-v8bXqBQeX1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8bXqBQeX1 .mbr-section-title,
.cid-v8bXqBQeX1 .mbr-section-btn,
.cid-v8bXqBQeX1 .logo-wrapper {
  text-align: center;
}
.cid-v8c04Q4aBd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050049;
}
.cid-v8c04Q4aBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8c04Q4aBd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8c04Q4aBd .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v8c04Q4aBd .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-v8c04Q4aBd .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-v8c04Q4aBd .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-v8c04Q4aBd .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v8c04Q4aBd .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8c04Q4aBd .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8c04Q4aBd .items-wrapper {
  margin: 0 -10px;
}
.cid-v8c04Q4aBd .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v8c04Q4aBd .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8c04Q4aBd .item .item-wrapper {
  height: 100%;
  background-color: #0035ba;
  padding: 8px;
}
.cid-v8c04Q4aBd .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-v8c04Q4aBd .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 24px;
}
.cid-v8c04Q4aBd .item .item-wrapper .card-box .number-wrapper .item-number {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #00d0f3;
}
.cid-v8c04Q4aBd .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-v8c04Q4aBd .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8c04Q4aBd .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v8c04Q4aBd .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8c04Q4aBd .mbr-label,
.cid-v8c04Q4aBd .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8c04Q4aBd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v8c04Q4aBd .mbr-text,
.cid-v8c04Q4aBd .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8c04Q4aBd .item-number {
  color: #000000;
}
.cid-v8c04Q4aBd .item-title {
  color: #000000;
}
.cid-v8c04Q4aBd .item-text {
  color: #4f4f4f;
}
.cid-v8bXqDZlrT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #050049;
}
.cid-v8bXqDZlrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bXqDZlrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8bXqDZlrT .card {
  justify-content: center;
}
.cid-v8bXqDZlrT .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .cid-v8bXqDZlrT .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v8bXqDZlrT .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.cid-v8bXqDZlrT .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-v8bXqDZlrT .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-v8bXqDZlrT .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-v8bXqDZlrT .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8bXqDZlrT .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-v8bXqDZlrT .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8bXqDZlrT .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v8bXqDZlrT .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8bXqDZlrT .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v8bXqDZlrT .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8bXqDZlrT .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-v8bXqDZlrT .mbr-label {
  color: #ffffff;
}
.cid-v8bXqDZlrT .mbr-address {
  color: #ffffff;
}
.cid-v8bXqDZlrT .mbr-phone {
  color: #ffffff;
}
.cid-v8bXqEYKWc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background12.webp");
}
.cid-v8bXqEYKWc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v8bXqEYKWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8bXqEYKWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8bXqEYKWc .container {
    padding: 0 22px;
  }
}
.cid-v8bXqEYKWc .row {
  position: relative;
  z-index: 1;
}
.cid-v8bXqEYKWc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v8bXqEYKWc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8bXqEYKWc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v8bXqEYKWc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v8bXqEYKWc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8bXqEYKWc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v8bXqEYKWc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8bXqEYKWc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8bXqEYKWc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v8bXqEYKWc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v8bXqEYKWc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v8bXqEYKWc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v8bXqEYKWc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8bXqEYKWc .nav-wrapper .list .item-wrap:hover,
.cid-v8bXqEYKWc .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v8bXqEYKWc .nav-wrapper .list .item-wrap:hover::before,
.cid-v8bXqEYKWc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v8bXqEYKWc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8bXqEYKWc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8bXqEYKWc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v8bXqEYKWc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v8bXqEYKWc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8bXqEYKWc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v8bXqEYKWc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v8bXqEYKWc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v8bXqEYKWc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v8bXqEYKWc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v8bXqEYKWc .mbr-section-title {
  color: #00d0f3;
  text-align: left;
}
.cid-v8bXqEYKWc .mbr-text {
  color: #ffffff;
}
.cid-v8bXqEYKWc .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-v8bXqEYKWc .list {
  color: #ffffff;
}
.cid-v8bXqEYKWc .mbr-contact {
  color: #ffffff;
}
.cid-v8bXqEYKWc .mbr-desc {
  color: #ffffff;
}
.cid-v8x0Lg6Mcp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #080813;
  overflow: hidden;
}
.cid-v8x0Lg6Mcp .mbr-section-title {
  margin-bottom: 32px;
  opacity: .5;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v8x0Lg6Mcp .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-v8x0Lg6Mcp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-v8x0Lg6Mcp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v8x0Lg6Mcp .embla__slide .slide-content {
  width: 100%;
}
.cid-v8x0Lg6Mcp .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #080813;
}
.cid-v8x0Lg6Mcp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-v8x0Lg6Mcp .embla__button--next,
.cid-v8x0Lg6Mcp .embla__button--prev {
  display: flex;
}
.cid-v8x0Lg6Mcp .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #bcfe1e !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v8x0Lg6Mcp .embla__button:hover {
  opacity: .5 !important;
}
.cid-v8x0Lg6Mcp .embla__button.embla__button--prev {
  right: 48px;
}
.cid-v8x0Lg6Mcp .embla__button.embla__button--next {
  right: 0;
}
.cid-v8x0Lg6Mcp .embla {
  position: relative;
  width: 100%;
}
.cid-v8x0Lg6Mcp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v8x0Lg6Mcp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8x0Lg6Mcp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8x0Lg6Mcp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
