.components-form {
  background-color: #F7F7F8;
  max-width: 1920px;
  overflow-x: clip;
  margin: auto;
}
.components-form .container {
  padding-bottom: 8.125rem;
  padding-top: 8.125rem;
}
@media (max-width: 767.98px) {
  .components-form .container {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .components-form .container h2,
  .components-form .container h3,
  .components-form .container p {
    text-align: center;
  }
}
.components-form .container h2 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .components-form .container h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .components-form .container h2 {
    font-size: calc(24px - 30%);
  }
}
.components-form .container h3 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1.875rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .components-form .container h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .components-form .container h3 {
    font-size: calc(36px - 30%);
  }
}
.components-form .container p {
  font-size: 1rem;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .components-form .container p {
    font-size: calc(16px - 30%);
  }
}
@media (max-width: 767.98px) {
  .components-form .container p {
    margin-bottom: 1.875rem;
  }
}

.faq {
  max-width: 1920px;
  overflow-x: clip;
  margin: auto;
}
.faq .container .float {
  position: fixed;
  z-index: -1;
  top: 5rem;
}
@media (max-width: 1199.98px) {
  .faq .container .float {
    right: calc(50% + 12rem);
  }
}
@media (max-width: 767.98px) {
  .faq .container .float {
    display: none;
  }
}
.faq .container .text {
  padding-top: 8.125rem;
}
@media (max-width: 767.98px) {
  .faq .container .text {
    padding-top: 3.75rem;
    text-align: center;
  }
}
.faq .container .text h1 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .faq .container .text h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .faq .container .text h1 {
    font-size: calc(24px - 30%);
  }
}
.faq .container .text h2 {
  font-size: calc(1.4625rem + 2.55vw);
  margin-bottom: 3.75rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .faq .container .text h2 {
    font-size: 3.375rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .faq .container .text h2 {
    font-size: calc(54px - 30%);
  }
}
@media (max-width: 1199.98px) {
  .faq .container .text h2 {
    font-size: calc(1.4rem + 1.8vw);
  }
}
@media (max-width: 1199.98px) and (min-width: 1200px) {
  .faq .container .text h2 {
    font-size: 2.75rem;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) and (max-width: 1399.98px) {
  .faq .container .text h2 {
    font-size: calc(44px - 30%);
  }
}
.faq .container .text .form-group {
  margin-bottom: 8.125rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .faq .container .text .form-group {
    margin-bottom: 3.75rem;
  }
}
.faq .container .text .form-group:has(.form-control:focus)::after {
  transform: rotateX(-180deg);
  top: 0.7rem;
}
.faq .container .text .form-group::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23000000" class="bi bi-chevron-compact-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67"/></svg>');
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  bottom: auto;
  left: auto;
}
.faq .container .text .form-group .form-control {
  border: 1px solid #000000;
  font-size: 1rem;
  padding-left: 1.5rem;
  height: 3.188rem;
  border-radius: 0;
  color: #000000;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .faq .container .text .form-group .form-control {
    font-size: calc(16px - 30%);
  }
}
.faq .container .text .subjects .subject:not(.faq .container .text .subjects .subject:last-child) {
  margin-bottom: 8.125rem;
}
@media (max-width: 767.98px) {
  .faq .container .text .subjects .subject:not(.faq .container .text .subjects .subject:last-child) {
    margin-bottom: 3.75rem;
  }
}
.faq .container .text .subjects .subject h3 {
  font-size: calc(1.35rem + 1.2vw);
  margin-bottom: 1.875rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .faq .container .text .subjects .subject h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .faq .container .text .subjects .subject h3 {
    font-size: calc(36px - 30%);
  }
}
.faq .container .text .subjects .subject .btn {
  border-bottom: 1px solid #707070;
  justify-content: space-between;
  transition: font-weight 0.5s;
  font-size: calc(1.275rem + 0.3vw);
  padding-bottom: 1.625rem;
  margin-bottom: 1.625rem;
  text-align: start;
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .faq .container .text .subjects .subject .btn {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .faq .container .text .subjects .subject .btn {
    font-size: calc(24px - 30%);
  }
}
.faq .container .text .subjects .subject .btn[aria-expanded=true] {
  font-weight: bold;
}
.faq .container .text .subjects .subject .btn[aria-expanded=true] span span:nth-child(2) {
  transform: translateX(calc(-50% + 2px)) rotateZ(90deg);
}
.faq .container .text .subjects .subject .btn span {
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 1rem;
  height: 1.333rem;
  width: 1.333rem;
  display: flex;
  flex: none;
}
.faq .container .text .subjects .subject .btn span span {
  position: absolute;
  margin-left: 0;
}
.faq .container .text .subjects .subject .btn span span:nth-child(1) {
  transform: translateY(-50%);
  background-color: #000000;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
}
.faq .container .text .subjects .subject .btn span span:nth-child(2) {
  transform: translateX(calc(-50% + 2px));
  transition: transform 0.5s;
  background-color: #000000;
  height: 100%;
  width: 2px;
  right: 50%;
}
.faq .container .text .subjects .subject p {
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .faq .container .text .subjects .subject p {
    font-size: calc(16px - 30%);
  }
}
