.beacooperator {
  margin: 0 auto 4rem;
  width: -moz-fit-content;
  width: fit-content;
}

#modalDownload .modal-body {
  border-radius: 0.3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}
#modalDownload .modal-body .btn-close-modal {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  bottom: auto;
  left: auto;
}
#modalDownload .modal-body img {
  width: 100%;
}
#modalDownload .modal-body p {
  text-transform: uppercase;
  margin-top: 1.875rem;
  color: #292B65;
}
#modalDownload .modal-body h3 {
  margin-bottom: 1.313rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #292B65;
}
#modalDownload .modal-body .form-check {
  font-weight: 400;
  text-align: left;
  color: #292B65;
}
#modalDownload .modal-body .btn-primary {
  margin: 1rem auto 1.875rem;
}

.downloads {
  max-width: 1920px;
  margin: auto;
}
.downloads.banner h1, .downloads.banner .h1 {
  margin-bottom: 1.938rem;
  font-size: 2.25rem;
  font-weight: 900;
  color: #292B65;
}
@media (max-width: 767.98px) {
  .downloads.banner h1, .downloads.banner .h1 {
    font-size: 1.5rem;
  }
}
.downloads.list h2 {
  margin: 3.125rem 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: #292B65;
}
.downloads.list .row {
  margin-bottom: 3.125rem;
}
.downloads.list .swiper-slide {
  height: auto;
}
.downloads.list .swiper-slide article {
  border: 1px solid #d8d8d8;
  flex-direction: column;
  border-radius: 0.3rem;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.downloads.list .swiper-slide article h3 {
  margin: 2rem auto 1rem;
  padding-inline: 2rem;
  font-weight: bold;
  color: #292B65;
  font-size: 1rem;
}
.downloads.list .swiper-slide article .btn {
  margin: auto auto 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.downloads.list .swiper-slide article .btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.downloads.list .downloads-button-prev,
.downloads.list .downloads-button-next {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 2;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: auto 0;
  display: flex;
  height: 2rem;
  width: 2rem;
}
.downloads.list .downloads-button-prev:hover,
.downloads.list .downloads-button-next:hover {
  box-shadow: 0px 0px 3px 0px #292B65;
}
.downloads.list .downloads-button-prev.swiper-button-disabled,
.downloads.list .downloads-button-next.swiper-button-disabled {
  opacity: 0;
}
.downloads.list .downloads-button-prev svg,
.downloads.list .downloads-button-next svg {
  font-size: 1.3rem;
  color: #292B65;
}
.downloads.list .downloads-button-prev {
  left: -1rem;
}
@media (max-width: 767.98px) {
  .downloads.list .downloads-button-prev {
    left: 0;
  }
}
.downloads.list .downloads-button-next {
  right: -1rem;
}
@media (max-width: 767.98px) {
  .downloads.list .downloads-button-next {
    right: 0;
  }
}
