.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: #0047ff !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: #0047ff !important;
  border-color: #0047ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #336cff !important;
  border-color: #336cff !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: #0047ff;
  color: #0047ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0047ff !important;
  background-color: transparent !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0047ff !important;
  border-color: #0047ff !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: #0047ff !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: #002b99 !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: #0047ff;
}
.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: #0047ff;
  border-color: #0047ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0047ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ccdaff;
}
.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: #0047ff !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: #0047ff;
}
/* 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: #0047ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0047ff;
}
.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: #0047ff;
  border-bottom-color: #0047ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0047ff !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='%230047ff' %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;
}
.cid-uE0ZATlHGy .navbar-dropdown {
  position: relative !important;
}
.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 - 3rem);
  }
}
.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;
}
.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;
  justify-content: flex-end;
  margin: 0;
}
.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: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  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-uUBJ2CZqPz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUBJ2CZqPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBJ2CZqPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBJ2CZqPz .row {
  justify-content: space-between;
}
.cid-uUBJ2CZqPz .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uUBJ2CZqPz .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUBJ2CZqPz .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uUBJ2CZqPz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUBJ2CZqPz .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uUBJ2CZqPz .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUBJ2CZqPz .mbr-label {
  color: #000000;
}
.cid-uUBJ2CZqPz .mbr-section-title {
  color: #000000;
}
.cid-uUBJ2CZqPz .mbr-desc {
  color: #000000;
}
.cid-uUBJ2CZqPz .mbr-text {
  color: #8a8a8a;
}
.cid-uUBJ2CZqPz .mbr-text,
.cid-uUBJ2CZqPz .mbr-section-btn {
  color: #000000;
}
.cid-uUBJlXpVrs {
  background-image: url("../../../assets/images/webpc-passthru.webp");
}
.cid-uUBJlXpVrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBJlXpVrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBJlXpVrs .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUBJlXpVrs .content-wrap {
    height: 350px;
  }
}
.cid-uE0ZJz6NGv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  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: left;
}
.cid-uE0ZJz6NGv .mbr-section-title,
.cid-uE0ZJz6NGv .mbr-section-btn {
  text-align: center;
}
.cid-uUBHidmuTw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUBHidmuTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBHidmuTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBHidmuTw .card-wrapper {
  display: flex;
  background-color: #000000;
  justify-content: space-between;
  padding: 48px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uUBHidmuTw .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uUBHidmuTw .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUBHidmuTw .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #a78aff 0%, transparent 80%);
  height: 1px;
  width: 100%;
}
.cid-uUBHidmuTw .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUBHidmuTw .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uUBHidmuTw .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uUBHidmuTw .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUBHidmuTw .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uUBHidmuTw .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uUBHidmuTw .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uUBHidmuTw .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uUBHidmuTw .mbr-section-title {
  color: #ffffff;
}
.cid-uUBHidmuTw .mbr-text {
  color: #ffffff;
}
.cid-uUBHCoVMAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uUBHCoVMAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBHCoVMAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBHCoVMAA .card-wrapper {
  position: relative;
  background-color: #f5f8ff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uUBHCoVMAA .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uUBHCoVMAA .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uUBHCoVMAA .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uUBHCoVMAA .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uUBHCoVMAA .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uUBHCoVMAA .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uUBHCoVMAA .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uUBHCoVMAA .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUBHCoVMAA .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uUBHCoVMAA .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uUBHCoVMAA .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uUBHCoVMAA .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uUBHCoVMAA .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUBHCoVMAA .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uUBHCoVMAA .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uUBHCoVMAA .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUBHCoVMAA .mbr-section-title {
  color: #000000;
}
.cid-uUBHCoVMAA .mbr-text,
.cid-uUBHCoVMAA .text-wrapper {
  color: #000000;
}
.cid-uUBJwVqINp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUBJwVqINp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBJwVqINp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBJwVqINp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUBJwVqINp .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUBJwVqINp .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUBJwVqINp .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uUBJwVqINp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUBJwVqINp .card {
  justify-content: flex-end;
}
.cid-uUBJwVqINp .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-uUBJwVqINp .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-uUBJwVqINp .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uUBJwVqINp .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-uUBJwVqINp .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUBJwVqINp .image-wrapper img {
    height: 300px;
  }
}
.cid-uUBJwVqINp .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUBJwVqINp .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uUBJwVqINp .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUBJwVqINp .mbr-label {
  color: #000000;
}
.cid-uUBJwVqINp .mbr-section-title {
  color: #000000;
}
.cid-uUBJwVqINp .mbr-text {
  color: #000000;
}
.cid-uUBHN4ereD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUBHN4ereD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBHN4ereD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBHN4ereD .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUBHN4ereD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUBHN4ereD .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUBHN4ereD .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uUBHN4ereD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUBHN4ereD .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uUBHN4ereD .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-uUBHN4ereD .mbr-text {
  margin-bottom: 30px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUBHN4ereD .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uUBHN4ereD .mbr-label {
  color: #000000;
}
.cid-uUBHN4ereD .mbr-section-title {
  color: #ffffff;
}
.cid-uUBIjYmzX4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUBIjYmzX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBIjYmzX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBIjYmzX4 .row {
  margin: 0 -8px;
}
.cid-uUBIjYmzX4 .row .card {
  padding: 0 8px;
}
.cid-uUBIjYmzX4 .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #000000;
}
@media (max-width: 1440px) {
  .cid-uUBIjYmzX4 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uUBIjYmzX4 .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uUBIjYmzX4 .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUBIjYmzX4 .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUBIjYmzX4 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uUBIjYmzX4 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUBIjYmzX4 .image-wrapper {
  height: 100%;
}
.cid-uUBIjYmzX4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUBIjYmzX4 .image-wrapper img {
    height: 300px;
  }
}
.cid-uUBIjYmzX4 .mbr-section-title {
  color: #2c2c26;
}
.cid-uUBIjYmzX4 .mbr-text,
.cid-uUBIjYmzX4 .text-wrapper {
  color: #ffffff;
}
.cid-uUBIjYmzX4 .mbr-section-title,
.cid-uUBIjYmzX4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uUBJKSSSHh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUBJKSSSHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBJKSSSHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBJKSSSHh .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uUBJKSSSHh .google-map {
    margin-bottom: 32px;
  }
}
.cid-uUBJKSSSHh .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-uUBJKSSSHh .google-map::before {
    bottom: -32px;
  }
}
.cid-uUBJKSSSHh .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uUBJKSSSHh .google-map iframe {
    height: 350px;
  }
}
.cid-uE0ZYvGUso {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uE0ZYvGUso .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZYvGUso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZYvGUso .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #f5f8ff -30%, #f5f8ff 20%, #02050a 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uE0ZYvGUso .card-wrapper {
    padding: 16px;
  }
}
.cid-uE0ZYvGUso .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE0ZYvGUso .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uE0ZYvGUso .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uE0ZYvGUso .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uE0ZYvGUso .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZYvGUso .list {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZYvGUso .list,
.cid-uE0ZYvGUso .item-wrap,
.cid-uE0ZYvGUso .tabs-wrapper {
  text-align: center;
}
.cid-uUBJXXcumc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUBJXXcumc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBJXXcumc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBJXXcumc .row {
  justify-content: center;
}
.cid-uUBJXXcumc .card {
  justify-content: center;
}
.cid-uUBJXXcumc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUBJXXcumc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUBJXXcumc .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUBJXXcumc .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uUBJXXcumc .nav-wrapper .list .item-wrap:hover,
.cid-uUBJXXcumc .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uUBJXXcumc .list,
.cid-uUBJXXcumc .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUBL7zyJZt .navbar-dropdown {
  position: relative !important;
}
.cid-uUBL7zyJZt .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-uUBL7zyJZt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUBL7zyJZt .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uUBL7zyJZt .dropdown-item:hover,
.cid-uUBL7zyJZt .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uUBL7zyJZt .dropdown-item:hover span {
  color: white;
}
.cid-uUBL7zyJZt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUBL7zyJZt .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUBL7zyJZt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUBL7zyJZt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUBL7zyJZt .nav-link {
  position: relative;
}
.cid-uUBL7zyJZt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uUBL7zyJZt .container {
    flex-wrap: nowrap;
  }
}
.cid-uUBL7zyJZt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUBL7zyJZt .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uUBL7zyJZt .dropdown-menu,
.cid-uUBL7zyJZt .navbar.opened {
  background: #000000 !important;
}
.cid-uUBL7zyJZt .nav-item:focus,
.cid-uUBL7zyJZt .nav-link:focus {
  outline: none;
}
.cid-uUBL7zyJZt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUBL7zyJZt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUBL7zyJZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUBL7zyJZt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUBL7zyJZt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBL7zyJZt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBL7zyJZt .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-uUBL7zyJZt .navbar.opened {
  transition: all 0.3s;
}
.cid-uUBL7zyJZt .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uUBL7zyJZt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uUBL7zyJZt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUBL7zyJZt .navbar.collapsed {
  justify-content: center;
}
.cid-uUBL7zyJZt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUBL7zyJZt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUBL7zyJZt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUBL7zyJZt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUBL7zyJZt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUBL7zyJZt .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-uUBL7zyJZt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUBL7zyJZt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUBL7zyJZt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUBL7zyJZt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUBL7zyJZt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUBL7zyJZt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUBL7zyJZt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUBL7zyJZt .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-uUBL7zyJZt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUBL7zyJZt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUBL7zyJZt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUBL7zyJZt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUBL7zyJZt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUBL7zyJZt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUBL7zyJZt .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUBL7zyJZt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUBL7zyJZt .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-uUBL7zyJZt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUBL7zyJZt .navbar-brand .navbar-caption:hover,
.cid-uUBL7zyJZt .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uUBL7zyJZt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUBL7zyJZt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUBL7zyJZt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uUBL7zyJZt .dropdown-item.active,
.cid-uUBL7zyJZt .dropdown-item:active {
  background-color: transparent;
}
.cid-uUBL7zyJZt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUBL7zyJZt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUBL7zyJZt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUBL7zyJZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uUBL7zyJZt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUBL7zyJZt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUBL7zyJZt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUBL7zyJZt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUBL7zyJZt ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uUBL7zyJZt .navbar-buttons {
  text-align: center;
}
.cid-uUBL7zyJZt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uUBL7zyJZt .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-uUBL7zyJZt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUBL7zyJZt 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-uUBL7zyJZt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUBL7zyJZt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUBL7zyJZt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUBL7zyJZt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUBL7zyJZt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUBL7zyJZt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBL7zyJZt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBL7zyJZt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBL7zyJZt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBL7zyJZt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUBL7zyJZt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUBL7zyJZt .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-uUBL7zyJZt .navbar {
    height: 70px;
  }
  .cid-uUBL7zyJZt .navbar.opened {
    height: auto;
  }
  .cid-uUBL7zyJZt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUBL7zyJZt .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uUBL7zyJZt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUBL7zyJZt .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-uUBL7zyJZt .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUBL7zyJZt .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-uUBL7zyJZt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUBL7zyJZt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUBL7zyJZt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uUBL7zyJZt .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uUBL7zyJZt .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uUBL7zyJZt .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUBL7zyJZt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUBL7zyJZt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUBL7zyJZt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUBL7zyJZt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUBL7zyJZt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uUBL7zyJZt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uUBL7zyJZt .content-wrap {
  min-height: 90px;
}
.cid-uUBL7AV0mh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uUBL7AV0mh::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-uUBL7AV0mh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBL7AV0mh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBL7AV0mh .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uUBL7AV0mh .content-wrapper {
    margin-top: 0;
  }
}
.cid-uUBL7AV0mh .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-uUBL7AV0mh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUBL7AV0mh .mbr-section-title {
  color: #ffffff;
}
.cid-uUBL7AV0mh .mbr-text {
  color: #ffffff;
}
.cid-uUBL7C6rNI {
  background-image: url("../../../assets/images/10-specializations-comm-electricians-3.jpeg-2000x1334.jpg");
}
.cid-uUBL7C6rNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBL7C6rNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBL7C6rNI .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUBL7C6rNI .content-wrap {
    height: 350px;
  }
}
.cid-uUBLkxzi0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUBLkxzi0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLkxzi0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLkxzi0I .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUBLkxzi0I .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uUBLkxzi0I .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uUBLkxzi0I .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUBLkxzi0I .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uUBLkxzi0I .mbr-desc,
.cid-uUBLkxzi0I .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uUBLkxzi0I .mbr-text,
.cid-uUBLkxzi0I .icon-wrapper {
  text-align: left;
}
.cid-uUBL7FLRTF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUBL7FLRTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBL7FLRTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBL7FLRTF .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uUBL7FLRTF .google-map {
    margin-bottom: 32px;
  }
}
.cid-uUBL7FLRTF .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-uUBL7FLRTF .google-map::before {
    bottom: -32px;
  }
}
.cid-uUBL7FLRTF .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uUBL7FLRTF .google-map iframe {
    height: 350px;
  }
}
.cid-uUBL7GxlLY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUBL7GxlLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBL7GxlLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBL7GxlLY .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #f5f8ff -30%, #f5f8ff 20%, #02050a 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUBL7GxlLY .card-wrapper {
    padding: 16px;
  }
}
.cid-uUBL7GxlLY .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uUBL7GxlLY .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUBL7GxlLY .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uUBL7GxlLY .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUBL7GxlLY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUBL7GxlLY .list {
  color: #ffffff;
  text-align: center;
}
.cid-uUBL7GxlLY .list,
.cid-uUBL7GxlLY .item-wrap,
.cid-uUBL7GxlLY .tabs-wrapper {
  text-align: center;
}
.cid-uUBL7H3TWU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUBL7H3TWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBL7H3TWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBL7H3TWU .row {
  justify-content: center;
}
.cid-uUBL7H3TWU .card {
  justify-content: center;
}
.cid-uUBL7H3TWU .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUBL7H3TWU .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUBL7H3TWU .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUBL7H3TWU .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uUBL7H3TWU .nav-wrapper .list .item-wrap:hover,
.cid-uUBL7H3TWU .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uUBL7H3TWU .list,
.cid-uUBL7H3TWU .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUBLAgAGiN .navbar-dropdown {
  position: relative !important;
}
.cid-uUBLAgAGiN .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-uUBLAgAGiN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUBLAgAGiN .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uUBLAgAGiN .dropdown-item:hover,
.cid-uUBLAgAGiN .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uUBLAgAGiN .dropdown-item:hover span {
  color: white;
}
.cid-uUBLAgAGiN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUBLAgAGiN .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUBLAgAGiN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUBLAgAGiN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUBLAgAGiN .nav-link {
  position: relative;
}
.cid-uUBLAgAGiN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uUBLAgAGiN .container {
    flex-wrap: nowrap;
  }
}
.cid-uUBLAgAGiN .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUBLAgAGiN .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uUBLAgAGiN .dropdown-menu,
.cid-uUBLAgAGiN .navbar.opened {
  background: #000000 !important;
}
.cid-uUBLAgAGiN .nav-item:focus,
.cid-uUBLAgAGiN .nav-link:focus {
  outline: none;
}
.cid-uUBLAgAGiN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUBLAgAGiN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUBLAgAGiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUBLAgAGiN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUBLAgAGiN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBLAgAGiN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBLAgAGiN .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-uUBLAgAGiN .navbar.opened {
  transition: all 0.3s;
}
.cid-uUBLAgAGiN .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uUBLAgAGiN .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uUBLAgAGiN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUBLAgAGiN .navbar.collapsed {
  justify-content: center;
}
.cid-uUBLAgAGiN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUBLAgAGiN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUBLAgAGiN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUBLAgAGiN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUBLAgAGiN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUBLAgAGiN .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-uUBLAgAGiN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUBLAgAGiN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUBLAgAGiN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUBLAgAGiN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUBLAgAGiN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUBLAgAGiN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUBLAgAGiN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUBLAgAGiN .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-uUBLAgAGiN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUBLAgAGiN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUBLAgAGiN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUBLAgAGiN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUBLAgAGiN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUBLAgAGiN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUBLAgAGiN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUBLAgAGiN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUBLAgAGiN .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-uUBLAgAGiN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUBLAgAGiN .navbar-brand .navbar-caption:hover,
.cid-uUBLAgAGiN .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uUBLAgAGiN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUBLAgAGiN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUBLAgAGiN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uUBLAgAGiN .dropdown-item.active,
.cid-uUBLAgAGiN .dropdown-item:active {
  background-color: transparent;
}
.cid-uUBLAgAGiN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUBLAgAGiN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUBLAgAGiN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUBLAgAGiN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uUBLAgAGiN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUBLAgAGiN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUBLAgAGiN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUBLAgAGiN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUBLAgAGiN ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uUBLAgAGiN .navbar-buttons {
  text-align: center;
}
.cid-uUBLAgAGiN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uUBLAgAGiN .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-uUBLAgAGiN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUBLAgAGiN 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-uUBLAgAGiN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUBLAgAGiN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUBLAgAGiN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUBLAgAGiN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUBLAgAGiN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUBLAgAGiN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBLAgAGiN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBLAgAGiN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBLAgAGiN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBLAgAGiN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUBLAgAGiN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUBLAgAGiN .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-uUBLAgAGiN .navbar {
    height: 70px;
  }
  .cid-uUBLAgAGiN .navbar.opened {
    height: auto;
  }
  .cid-uUBLAgAGiN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUBLAgAGiN .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uUBLAgAGiN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUBLAgAGiN .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-uUBLAgAGiN .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUBLAgAGiN .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-uUBLAgAGiN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUBLAgAGiN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUBLAgAGiN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uUBLAgAGiN .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uUBLAgAGiN .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uUBLAgAGiN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUBLAgAGiN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUBLAgAGiN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUBLAgAGiN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUBLAgAGiN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUBLAgAGiN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uUBLAgAGiN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uUBLAgAGiN .content-wrap {
  min-height: 90px;
}
.cid-uUBLAiGdTW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uUBLAiGdTW::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-uUBLAiGdTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLAiGdTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLAiGdTW .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uUBLAiGdTW .content-wrapper {
    margin-top: 0;
  }
}
.cid-uUBLAiGdTW .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-uUBLAiGdTW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUBLAiGdTW .mbr-section-title {
  color: #ffffff;
}
.cid-uUBLAiGdTW .mbr-text {
  color: #ffffff;
}
.cid-uUBLAjeqYY {
  background-image: url("../../../assets/images/4032.jpg-1500x841.jpg");
}
.cid-uUBLAjeqYY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLAjeqYY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLAjeqYY .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUBLAjeqYY .content-wrap {
    height: 350px;
  }
}
.cid-uUBLAjLN8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUBLAjLN8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLAjLN8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLAjLN8P .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUBLAjLN8P .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uUBLAjLN8P .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uUBLAjLN8P .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUBLAjLN8P .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uUBLAjLN8P .mbr-desc,
.cid-uUBLAjLN8P .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uUBLAjLN8P .mbr-text,
.cid-uUBLAjLN8P .icon-wrapper {
  text-align: left;
}
.cid-uUBLAkmki6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUBLAkmki6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLAkmki6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLAkmki6 .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uUBLAkmki6 .google-map {
    margin-bottom: 32px;
  }
}
.cid-uUBLAkmki6 .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-uUBLAkmki6 .google-map::before {
    bottom: -32px;
  }
}
.cid-uUBLAkmki6 .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uUBLAkmki6 .google-map iframe {
    height: 350px;
  }
}
.cid-uUBLAl170t {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUBLAl170t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLAl170t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLAl170t .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #f5f8ff -30%, #f5f8ff 20%, #02050a 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUBLAl170t .card-wrapper {
    padding: 16px;
  }
}
.cid-uUBLAl170t .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uUBLAl170t .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUBLAl170t .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uUBLAl170t .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUBLAl170t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUBLAl170t .list {
  color: #ffffff;
  text-align: center;
}
.cid-uUBLAl170t .list,
.cid-uUBLAl170t .item-wrap,
.cid-uUBLAl170t .tabs-wrapper {
  text-align: center;
}
.cid-uUBLAm4ZKg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUBLAm4ZKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLAm4ZKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLAm4ZKg .row {
  justify-content: center;
}
.cid-uUBLAm4ZKg .card {
  justify-content: center;
}
.cid-uUBLAm4ZKg .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUBLAm4ZKg .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUBLAm4ZKg .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUBLAm4ZKg .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uUBLAm4ZKg .nav-wrapper .list .item-wrap:hover,
.cid-uUBLAm4ZKg .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uUBLAm4ZKg .list,
.cid-uUBLAm4ZKg .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uUBLQwvRCv .navbar-dropdown {
  position: relative !important;
}
.cid-uUBLQwvRCv .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-uUBLQwvRCv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uUBLQwvRCv .dropdown-item {
  border: none;
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uUBLQwvRCv .dropdown-item:hover,
.cid-uUBLQwvRCv .dropdown-item:focus {
  background: #1f2329 !important;
  color: #ffffff !important;
}
.cid-uUBLQwvRCv .dropdown-item:hover span {
  color: white;
}
.cid-uUBLQwvRCv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUBLQwvRCv .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUBLQwvRCv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUBLQwvRCv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUBLQwvRCv .nav-link {
  position: relative;
}
.cid-uUBLQwvRCv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uUBLQwvRCv .container {
    flex-wrap: nowrap;
  }
}
.cid-uUBLQwvRCv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUBLQwvRCv .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uUBLQwvRCv .dropdown-menu,
.cid-uUBLQwvRCv .navbar.opened {
  background: #000000 !important;
}
.cid-uUBLQwvRCv .nav-item:focus,
.cid-uUBLQwvRCv .nav-link:focus {
  outline: none;
}
.cid-uUBLQwvRCv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUBLQwvRCv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUBLQwvRCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUBLQwvRCv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUBLQwvRCv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUBLQwvRCv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUBLQwvRCv .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-uUBLQwvRCv .navbar.opened {
  transition: all 0.3s;
}
.cid-uUBLQwvRCv .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uUBLQwvRCv .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uUBLQwvRCv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUBLQwvRCv .navbar.collapsed {
  justify-content: center;
}
.cid-uUBLQwvRCv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUBLQwvRCv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUBLQwvRCv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUBLQwvRCv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUBLQwvRCv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUBLQwvRCv .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-uUBLQwvRCv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUBLQwvRCv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUBLQwvRCv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUBLQwvRCv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUBLQwvRCv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUBLQwvRCv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUBLQwvRCv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUBLQwvRCv .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-uUBLQwvRCv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUBLQwvRCv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUBLQwvRCv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUBLQwvRCv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUBLQwvRCv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUBLQwvRCv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUBLQwvRCv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uUBLQwvRCv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uUBLQwvRCv .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-uUBLQwvRCv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUBLQwvRCv .navbar-brand .navbar-caption:hover,
.cid-uUBLQwvRCv .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uUBLQwvRCv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUBLQwvRCv .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUBLQwvRCv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uUBLQwvRCv .dropdown-item.active,
.cid-uUBLQwvRCv .dropdown-item:active {
  background-color: transparent;
}
.cid-uUBLQwvRCv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUBLQwvRCv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUBLQwvRCv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUBLQwvRCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uUBLQwvRCv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUBLQwvRCv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUBLQwvRCv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUBLQwvRCv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUBLQwvRCv ul.navbar-nav {
    padding: 0;
    background-color: #1f2329;
    border: none;
  }
}
.cid-uUBLQwvRCv .navbar-buttons {
  text-align: center;
}
.cid-uUBLQwvRCv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uUBLQwvRCv .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-uUBLQwvRCv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUBLQwvRCv 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-uUBLQwvRCv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUBLQwvRCv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUBLQwvRCv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUBLQwvRCv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUBLQwvRCv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUBLQwvRCv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBLQwvRCv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUBLQwvRCv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUBLQwvRCv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUBLQwvRCv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUBLQwvRCv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUBLQwvRCv .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-uUBLQwvRCv .navbar {
    height: 70px;
  }
  .cid-uUBLQwvRCv .navbar.opened {
    height: auto;
  }
  .cid-uUBLQwvRCv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUBLQwvRCv .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-uUBLQwvRCv .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUBLQwvRCv .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-uUBLQwvRCv .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUBLQwvRCv .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-uUBLQwvRCv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUBLQwvRCv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUBLQwvRCv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uUBLQwvRCv .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uUBLQwvRCv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uUBLQwvRCv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUBLQwvRCv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUBLQwvRCv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUBLQwvRCv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUBLQwvRCv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUBLQwvRCv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uUBLQwvRCv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uUBLQwvRCv .content-wrap {
  min-height: 90px;
}
.cid-uUBLQxQKeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uUBLQxQKeG::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-uUBLQxQKeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLQxQKeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLQxQKeG .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uUBLQxQKeG .content-wrapper {
    margin-top: 0;
  }
}
.cid-uUBLQxQKeG .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-uUBLQxQKeG .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uUBLQxQKeG .mbr-section-title {
  color: #ffffff;
}
.cid-uUBLQxQKeG .mbr-text {
  color: #ffffff;
}
.cid-uUBLQyJBs8 {
  background-image: url("../../../assets/images/anton-dmitriev-kbkoaghy8mu-unsplash-1.jpg-1920x1280.jpg");
}
.cid-uUBLQyJBs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLQyJBs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLQyJBs8 .content-wrap {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uUBLQyJBs8 .content-wrap {
    height: 350px;
  }
}
.cid-uUBLQzoZ2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f8ff;
}
.cid-uUBLQzoZ2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLQzoZ2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLQzoZ2s .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUBLQzoZ2s .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-uUBLQzoZ2s .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-uUBLQzoZ2s .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUBLQzoZ2s .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uUBLQzoZ2s .mbr-desc,
.cid-uUBLQzoZ2s .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uUBLQzoZ2s .mbr-text,
.cid-uUBLQzoZ2s .icon-wrapper {
  text-align: left;
}
.cid-uUBLQAficB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUBLQAficB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLQAficB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLQAficB .google-map {
  position: relative;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uUBLQAficB .google-map {
    margin-bottom: 32px;
  }
}
.cid-uUBLQAficB .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-uUBLQAficB .google-map::before {
    bottom: -32px;
  }
}
.cid-uUBLQAficB .google-map iframe {
  height: 700px;
  filter: invert(1);
}
@media (max-width: 992px) {
  .cid-uUBLQAficB .google-map iframe {
    height: 350px;
  }
}
.cid-uUBLQB3dNf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uUBLQB3dNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLQB3dNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLQB3dNf .card-wrapper {
  padding: 64px;
  background-image: linear-gradient(45deg, #f5f8ff -30%, #f5f8ff 20%, #02050a 60%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUBLQB3dNf .card-wrapper {
    padding: 16px;
  }
}
.cid-uUBLQB3dNf .card-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uUBLQB3dNf .card-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uUBLQB3dNf .card-wrapper .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uUBLQB3dNf .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUBLQB3dNf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUBLQB3dNf .list {
  color: #ffffff;
  text-align: center;
}
.cid-uUBLQB3dNf .list,
.cid-uUBLQB3dNf .item-wrap,
.cid-uUBLQB3dNf .tabs-wrapper {
  text-align: center;
}
.cid-uUBLQBGTmq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uUBLQBGTmq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUBLQBGTmq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUBLQBGTmq .row {
  justify-content: center;
}
.cid-uUBLQBGTmq .card {
  justify-content: center;
}
.cid-uUBLQBGTmq .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUBLQBGTmq .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUBLQBGTmq .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uUBLQBGTmq .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uUBLQBGTmq .nav-wrapper .list .item-wrap:hover,
.cid-uUBLQBGTmq .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-uUBLQBGTmq .list,
.cid-uUBLQBGTmq .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
