.main-wrapper {
  opacity: 0;
}

.swiper-pagination-bullet {
  display: flex;
  width: 8rem;
  height: 8rem;
  padding: 0rem;
  border-radius: 300rem;
  background: #002f8a;
  border-radius: 300rem;
  border: none;
  transition: all 0.3s ease;
  opacity: 0.2;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3a39ff;
  opacity: 1;
}

.navbar {
  transition: all 0.3s ease;
  border-bottom: solid 1px transparent;
}

.navbar.hidden {
  transform: translateY(-100%);
}

.navbar.is--scrolled {
  background: white;
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.navbar.is--scrolled
  .w-variant-5a2bffa3-d5bc-4fb5-6cd1-5d1acc1b4635
  [data-wf--button--variations-color="light-blue"] {
  background-color: var(--_colors---light-blue);
}

.faq--question .faq--arrow {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.faq--question.open .faq--arrow {
  transform: rotate(0deg);
}

.faq--question.open .close--icon {
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .navbar--dropdown-toggle.open .navbar--dropdown-arrow {
    transform: rotate(180deg);
  }
}

.menu--icon-close {
  opacity: 0;
}

.navbar--dropdown.is--active .navbar--dropdown-toggle {
  font-weight: 700;
}

.images-parent img {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  display: block; /* Ensure images are block elements */
}

.images-parent img.is--active {
  opacity: 1;
}

.tabs--menu.active {
  top: 0px;
}

.table-row.is--header.active {
  top: 56rem;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* ------------ hubspot form ------------ */

.input {
  margin-right: 0px !important;
}

.hs-input {
  height: 48rem;
  border-width: 0rem;
  border-radius: 8rem;
  color: var(--deep-marin--900);
  background: white;
  width: 100% !important;
  margin-bottom: 12rem;
  padding-left: 16rem;
}

.form-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24rem;
  margin-bottom: 12rem !important;
}

.form-columns-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24rem;
  margin-bottom: 12rem !important;
}

form label {
  color: var(--deep-marin--900);
  font-size: 16rem;
  line-height: 150%;
  margin-bottom: 8rem;
}

.hs-form-field {
  width: 100% !important;
}

.actions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20rem;
}

.hs-button {
  background: var(--deep-marin--900);
  color: white;
  border-radius: 8rem;
  padding: 16rem 20rem;
  font-size: 16rem;
  line-height: 150%;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: none;
  border: none;
  font-weight: 400;
}

.hs-button:hover {
  background: var(--deep-marin--700);
}

select.hs-input {
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Standard property */
  background: white;
  background-image: url("https://cdn.prod.website-files.com/672b9198b6cb729eb016eaee/67617275dbe636262b5d67b0_LO%20Website%20Icons.svg");
  background-position: calc(100% - 11rem) center;
  background-size: 24rem;
  background-repeat: no-repeat;
}

.hs-error-msgs {
  color: red;
  font-size: 12rem;
  margin-top: 0rem;
  margin-bottom: 0rem !important;
}

.hs-error-msgs label {
  color: red;
  font-size: 12rem;
  margin-top: 8rem;
  margin-bottom: 0rem !important;
}

textarea.hs-input {
  height: 120rem;
  padding: 16rem;
}

fieldset {
  max-width: none !important;
}

/* ------------ pagination ------------ */

@media screen and (min-width: 992px) {
  .swiper-pagination .is--whychoose {
    display: none;
  }
}

/* ------------------------ hubspot form mobile ------------------------ */

@media screen and (max-width: 767px) {
  .form-columns-2 {
    grid-template-columns: 1fr;
    gap: 12rem;
  }
}

/* ------------ search filters ------------ */
.filter--radio.is--active {
  opacity: 1;
}
