/* Improvements: reduced motion, layout, mobile, slider fixes */

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .mbr-parallax-background, .jarallax, [data-jarallax] {
    background-attachment: scroll !important;
    transform: none !important;
  }
  .carousel-item { transition: none !important; }
}

.animated, .animate__animated { animation-duration: 0.45s !important; }
.mbr-parallax-background { background-attachment: scroll; }

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; overflow-x: hidden; }

.mbr-text, .lead, .card-box p, .block-text {
  max-width: 42em;
  line-height: 1.65;
}

section:not(#home_slider):not(.cid-rwpeFLuYVF) {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  section:not(#home_slider):not(.cid-rwpeFLuYVF) {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

#home_slider, .cid-rwpeFLuYVF, section.carousel.cid-rwpeFLuYVF {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section.menu, .cid-rwoXI94ZxX, .cid-ryomv61OLf {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}
body { padding-top: 0 !important; }
.navbar-fixed-top, .menu .navbar, .navbar.navbar-fixed-top { margin-bottom: 0 !important; }

.navbar {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.navbar-logo img {
  max-height: 2.8rem !important;
  height: auto !important;
  width: auto;
}
.navbar-nav .nav-link {
  padding: 0.6rem 1rem !important;
  font-weight: 500;
  border-radius: 4px;
}
.navbar-toggler {
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 6px;
}

.cid-rwpeFLuYVF .full-screen,
.cid-rwpeFLuYVF .carousel,
.cid-rwpeFLuYVF .carousel-inner,
.cid-rwpeFLuYVF .carousel-item {
  min-height: 92vh;
}
@media (max-width: 767.98px) {
  .cid-rwpeFLuYVF .full-screen,
  .cid-rwpeFLuYVF .carousel,
  .cid-rwpeFLuYVF .carousel-inner,
  .cid-rwpeFLuYVF .carousel-item {
    min-height: 88vh;
    height: auto;
  }
}

.cid-rwpeFLuYVF .carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 1.5rem 2rem;
  left: 8%;
  right: 8%;
  text-shadow: 0 1px 4px rgba(0,0,0,0.55);
}
.cid-rwpeFLuYVF .carousel-caption .col-10 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 auto;
  width: 100%;
}
.cid-rwpeFLuYVF .carousel-caption .lead,
.cid-rwpeFLuYVF .carousel-caption p {
  font-size: 1rem;
  line-height: 1.55;
  margin-bottom: 1.5rem;
  color: #fff;
}
.cid-rwpeFLuYVF .carousel-caption br + br {
  display: block;
  margin-top: 0.9em;
}

@media (min-width: 768px) {
  .cid-rwpeFLuYVF .carousel-caption { left: 8%; right: 8%; padding: 2rem; }
  .cid-rwpeFLuYVF .carousel-caption .lead,
  .cid-rwpeFLuYVF .carousel-caption p { font-size: 1.1rem; }
}
@media (min-width: 1200px) {
  .cid-rwpeFLuYVF .carousel-caption { left: 10%; right: 10%; }
  .cid-rwpeFLuYVF .carousel-caption .lead,
  .cid-rwpeFLuYVF .carousel-caption p { font-size: 1.58rem; }
}

.cid-rwpeFLuYVF .mbr-slider .carousel-control,
#home_slider .carousel-control {
  top: 50%;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,0.85);
  border-radius: 50%;
  opacity: 0.9;
  transition: opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  text-decoration: none;
}
.cid-rwpeFLuYVF .mbr-slider .carousel-control:hover,
#home_slider .carousel-control:hover {
  opacity: 1;
  background-color: rgba(255,255,255,0.15);
  border-color: #fff;
  transform: scale(1.06);
}
.cid-rwpeFLuYVF .mbr-slider .carousel-control.carousel-control-prev { left: 1.5rem; margin-left: 0; }
.cid-rwpeFLuYVF .mbr-slider .carousel-control.carousel-control-next { right: 1.5rem; margin-right: 0; }
.cid-rwpeFLuYVF .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.35rem;
  color: #fff;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .cid-rwpeFLuYVF .mbr-slider .carousel-control,
  #home_slider .carousel-control {
    width: 42px; height: 42px; margin-top: 0; top: auto; bottom: 4.2rem;
  }
  .cid-rwpeFLuYVF .carousel-caption {
    left: 5%; right: 5%; padding: 1.25rem 1rem 5rem;
  }
}

.cid-rwpeFLuYVF .carousel-indicators { bottom: 1.5rem; margin-bottom: 0; }
.cid-rwpeFLuYVF .carousel-indicators li {
  width: 11px; height: 11px; border-radius: 50%; margin: 0 5px;
  background-color: rgba(255,255,255,0.45); border: none;
}
.cid-rwpeFLuYVF .carousel-indicators li.active {
  background-color: #fff;
  transform: scale(1.15);
}

.btn {
  border-radius: 6px;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
}
.card { border-radius: 8px; height: 100%; }

.cid-rxg29bZf1O, #get_remote_support {
  padding-top: 160px !important;
  padding-bottom: 2.5rem !important;
}

a:focus-visible, button:focus-visible, .btn:focus-visible, .carousel-control:focus-visible, .nav-link:focus-visible {
  outline: 3px solid #dc3545;
  outline-offset: 3px;
}
