.faq-header {
  background-color: #000;
  height: 60rem;
  padding: 0 5rem;
  position: relative;
  z-index: 3000;
}
.faq-header__information {
  font-family: "Futura New Heavy";
  position: absolute;
  top: 35%;
  text-shadow: 0px 0px 4px black, 0px 0px 4px rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.faq-header__heading {
  font-family: "Saira Extra Bold";
  font-size: 10rem;
  text-shadow: 0px 0px 4px black, 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: -2rem;
}
@media only screen and (max-width: 1100px) and (min-height: 1200px) {
  .faq-header__heading {
    font-size: 13rem;
  }
}
.faq-header__subheading {
  font-size: 3rem;
}
.faq-header__character {
  height: 70rem;
  margin-top: -6rem;
  position: absolute;
  right: 0%;
  bottom: 0.5%;
  z-index: 4000;
}
@media only screen and (max-width: 50em) {
  .faq-header__character {
    right: -5%;
  }
}
@media only screen and (max-width: 43.75em) {
  .faq-header__character {
    z-index: 1;
  }
}
@media only screen and (max-width: 28.125em) {
  .faq-header__character {
    right: -25%;
  }
}

.faq-question {
  width: 100%;
  padding: 0 5rem;
  position: relative;
  z-index: 10000;
  background-color: #000;
}
@media only screen and (max-width: 37.5em) {
  .faq-question {
    padding: 0 2rem;
  }
}
.faq-question::after {
  content: "";
  display: block;
  min-height: 1px;
  height: 0.1rem;
  background-color: #389fff;
}
.faq-question--first {
  margin-top: -11rem;
}
.faq-question--first::before {
  content: "";
  display: block;
  min-height: 1px;
  height: 0.1rem;
  background-color: #389fff;
}
.faq-question__heading {
  width: 80%;
  font-family: "Exo 2 Bold";
  font-size: 3.4rem;
}
.faq-question__content {
  font-family: "Exo 2 Light";
  width: 60%;
  display: none;
  /* padding-bottom: 5rem !important; */
  font-size: 2.2rem;
}
@media only screen and (max-width: 37.5em) {
  .faq-question__content {
    width: 80%;
  }
}
@media only screen and (max-width: 25em) {
  .faq-question__content {
    width: 90%;
  }
}
.faq-question__text {
  font-size: 2rem;
}
.faq-question__button {
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  border: 1px solid #fff;
  margin-right: 7rem;
  transition: all 0.4s;
}
@media only screen and (max-width: 28.125em) {
  .faq-question__button {
    margin-right: 3rem;
  }
}
.faq-question__button:hover {
  cursor: pointer;
}

.info-block.opened .faq-question__button {
  height: 0;
  border-radius: 0;
}

.faq-question__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}
.faq-question__container:hover {
  cursor: pointer;
}

.faq-question-big {
  padding: 0 5rem;
  display: flex;
  justify-content: space-between;
  height: 60rem;
  position: relative;
}
@media only screen and (max-width: 50em) {
  .faq-question-big {
    height: 60rem;
  }
}
.faq-question-big__content {
  width: 50%;
  padding-top: 3rem;
}
@media only screen and (max-width: 50em) {
  .faq-question-big__content {
    width: 70%;
    position: absolute;
    z-index: 6000;
  }
}
@media only screen and (max-width: 34.375em) {
  .faq-question-big__content {
    width: 90%;
    position: absolute;
    z-index: 6000;
    -webkit-text-stroke: 0.1px black;
  }
}
.faq-question-big__heading {
  font-family: "Exo 2 Bold";
  text-shadow: 0px 0px 4px black, 0px 0px 4px rgba(0, 0, 0, 0.5);
  font-size: 6rem;
  margin-bottom: 2.5rem;
}
/* @media only screen and (max-width: 34.375em) {
    .faq-question-big__heading {
      -webkit-text-stroke: .5px black; } } */
.faq-question-big__text {
  text-shadow: 0px 0px 4px black, 0px 0px 4px rgba(0, 0, 0, 0.5);
  font-family: "Exo 2 Light";
  font-size: 3.5rem;
  line-height: 4rem;
}
.faq-question-big__buttons {
  margin-top: 4rem;
  display: flex;
}
.faq-question-big__button {
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Exo 2 Light";
  width: 40%;
  padding: 0.5rem 2rem;
}
@media only screen and (max-width: 37.5em) {
  .faq-question-big__button {
    width: 45%;
  }
}
@media only screen and (max-width: 56.25em) and (min-height: 900px) {
  .faq-question-big__button {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1100px) and (min-height: 1200px) {
  .faq-question-big__button {
    font-size: 2.4rem;
    width: 70%;
  }
}
.faq-question-big__button:first-of-type {
  margin-right: 2rem;
}
.faq-question-big__button__svg {
  filter: brightness(400%);
  width: 2.75rem;
  height: 2.75rem;
  /* transform: scale(1.2); */
  /* padding: 5px; */
  border-radius: 100%;
  border: 1px solid #fff;
}
.faq-question-big__character {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 60rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4000;
  margin-bottom: 2px;
}
/* @media only screen and (max-width: 50em) {
.faq-question-big__character {
  height: 60rem; } } */
@media only screen and (max-width: 56.25em) {
  .faq-question-big__character {
    right: -10%;
  }
}
@media only screen and (max-width: 37.5em) {
  .faq-question-big__character {
    right: -20%;
  }
}
.btn {
  border-radius: 20rem;
  position: relative;
  transition: all 0.3s ease;
}
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.btn:hover {
  transform: scale(1.05) translateY(-3px);
}
.btn:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}
.btn:active {
  transform: translateY(-1px);
}
.btn-purple {
  background-color: #0e549f;
}
.btn-purple:hover {
  box-shadow: 0 1rem 2rem rgba(93, 0, 255, 0.2);
}
.btn-purple::after {
  background-color: #0e549f;
}
.btn-purple:active {
  box-shadow: 0 1rem 1rem rgba(93, 0, 255, 0.2);
}
