html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after,
input[type=search] {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

img {
  max-width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  --sb-track-color: #232e33;
  --sb-thumb-color: #fdec00;
  --sb-size: 5px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 15px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
main .section1 {
  min-height: 80vh;
}
main .faq {
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #a5cd39;
}
main .faq_title {
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: 1.04px;
  margin-bottom: 2rem;
}
main .faq_container {
  width: 70%;
  /* OPTIONAL HOVER STATE */
}
main .faq_container .faq-drawer {
  margin-bottom: 1rem;
}
main .faq_container .faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  background-color: #fff;
}
main .faq_container .faq-drawer__content {
  padding: 2rem 1rem;
}
main .faq_container .faq-drawer__title {
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
  cursor: pointer;
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 0rem;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #252525;
  font-family: Nunito;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
}
main .faq_container .faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}
main .faq_container .faq-drawer__title:hover {
  color: #da175e;
}
main .faq_container .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 350px;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
main .faq_container .faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
main .faq_container input[type=checkbox] {
  display: none;
}

@media only screen and (max-width: 900px) {
  main .faq_container {
    width: 100%;
  }
  main .faq .container {
    padding: 80px;
  }
}
