/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/osfaqblock/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.faq .container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 5.625rem 0;
  display: flex;
  gap: 6rem;
  flex-direction: row;
  align-items: flex-start;
}

.faq .container > div:nth-child(3),
.faq .container > div:nth-child(1) {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.875rem;
  line-height: 1rem;
  color: var(--gray-600);
  text-transform: uppercase;
  width: 11.5rem;
}

.faq .container > div:nth-child(2) {
  width: 45rem;
}

.faq .container > div:nth-child(3) {
  text-align: right;
  line-height: 1.5;
}

.faq .container > div:nth-child(3) a {
  color: var(--purple-300);
  text-decoration: underline;
  width: 13.5rem;
}

.faq .faq-content h3 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 500;
  color: var(--gray-950);
}

.faq .faq-title {
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 2.25rem;
}

.faq .faq-title p {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.5rem;
  color: var(--gray-600);
}

.faq .faq-content h3 span {
  color: var(--gray-500);
}

.faq .faq-items h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: var(--gray-950);
  padding: 1rem 2rem 0 0;
  cursor: pointer;
}

.faq .faq-question {
  border-bottom: 1px solid var(--gray-200);
  padding-bottom: 1rem;
  position: relative;
}

.faq .faq-items .faq-question .arrow {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  transform: translate(0, -25%);
}

.faq .faq-items .faq-question .arrow svg:nth-child(2) {
  display: none;
}

.faq .faq-items iframe {
  display: block;
  width: 100%;
}

.faq .faq-question .faq-b {
  height: 0;
  overflow: hidden;
}

.faq .faq-question .faq-b .faq-a {
  margin-top: 1rem;
}

.faq .faq-question .faq-b .faq-a p {
  line-height: 1.5;
  margin-bottom: 1rem;
  color: var(--gray-800);
}

.faq .faq-question .faq-b .faq-a p:last-child {
  margin-bottom: 0;
}

.faq .faq-question .faq-b .faq-a p strong {
  font-weight: 600;
}

.faq .faq-question.active .faq-b {
  height: 100%;
}

.faq .faq-question .faq-b .faq-a ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

.faq .faq-question .faq-b .faq-a ul li,
.faq .faq-question .faq-b .faq-a ul span {
  font-weight: normal;
  color: var(--gray-800);
}

.faq .faq-question .faq-b .faq-a ul > br {
  display: none;
}

.faq .line {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.faq .faq-items .faq-question.active .arrow svg:nth-child(1) {
  display: none;
}

.faq .faq-items .faq-question.active .arrow svg:nth-child(2) {
  display: block;
}

.faq .faq-items .faq-question.active .arrow {
  top: 1.875rem;
}

.faq .line span {
  color: var(--purple-300);
}

.faq .contact {
  margin-top: 0.5rem;
}

.faq .contact a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: var(--gray-600);
  font-size: 0.875rem;
  font-family: "JetBrains Mono", monospace;
}

@media screen and (max-width: 1440px) {
  .faq .container {
    padding: 3rem 0;
    max-width: none;
    margin: 0 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .faq .container {
    flex-direction: column;
    gap: 2rem;
    margin: 0 6rem;
  }
  .faq .container > div:nth-child(1),
  .faq .container > div:nth-child(2),
  .faq .container > div:nth-child(3) {
    width: 100%;
  }
  .faq .container > div:nth-child(3) {
    text-align: center;
  }
  .faq .container .contact p {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-content h3 {
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 1.75rem;
  }
  .faq .faq-title p {
    margin: 0;
    line-height: 1.125;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 550px) {
  .faq .container {
    margin: 0 2rem;
  }
  .faq .faq-items h4 {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
  .faq .faq-question .faq-b .faq-a p {
    line-height: 1.25;
  }
  .faq .faq-items .faq-question .arrow {
    top: 1.25rem;
  }
  .faq .faq-items .faq-question.active .arrow {
    top: 1.65rem;
  }
}
@media screen and (max-width: 375px) {
  .faq .container {
    padding: 2rem 0;
  }
  .faq .faq-items .faq-question .arrow {
    top: 1.5rem;
  }
  .faq .faq-items .faq-question .arrow svg {
    scale: 0.75;
  }
  .faq .faq-items .faq-question.active .arrow {
    top: 1.75rem;
  }
}
@media screen and (max-width: 320px) {
  .faq .faq-question .faq-b .faq-a p {
    font-size: 1rem;
    line-height: 1;
  }
  .faq .faq-content h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

/*# sourceMappingURL=style-index.css.map*/