 @media only screen and (min-width: 0rem) {#faq {padding: var(--sectionPadding);overflow: hidden;position: relative;}#faq .cs-container {width: 100%;max-width: 44rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(3rem, 6vw, 4rem);position: relative;z-index: 1;}#faq .cs-content {text-align: center;width: 100%;display: flex;flex-direction: column;align-items: center;}#faq .cs-flex-group {width: 100%;overflow: hidden;display: flex;flex-direction: column;gap: 2rem;position: relative;}#faq .cs-button-group {display: flex;justify-content: center;align-items: flex-start;align-content: flex-start;flex-wrap: wrap;gap: 0.75rem;align-self: stretch;}#faq .cs-option {font-size: clamp(1rem, 2vw, 1.25rem);font-weight: 700;line-height: 1.2em;padding: 0.75rem;background-color: transparent;border: 1px solid #bababa;border-radius: 0.5rem;position: relative;z-index: 1;transition: border-color 0.3s;}#faq .cs-option:before {content: "";width: 100%;height: 100%;background: var(--primary);opacity: 0;display: block;position: absolute;top: 0;left: 0;z-index: -1;transition: opacity 0.3s;}#faq .cs-option:hover:hover {cursor: pointer;border-color: var(--primary);}#faq .cs-option:hover:hover:before {opacity: 0.1;}#faq .cs-option.cs-active {color: var(--primary);border-color: var(--primary);}#faq .cs-option.cs-active:before {opacity: 0.1;}#faq .cs-wrapper {position: relative;}#faq .cs-faq-group {width: 100%;margin: 0;padding: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;transform-style: preserve-3d;perspective: 900px;transition: transform 0.7s, opacity 0.3s, visibility 0.5s, top 0.3s, left 0.3s;transform-origin: top;}#faq .cs-faq-group.cs-hidden {pointer-events: none;opacity: 0;visibility: hidden;position: absolute;top: 0;left: 0;transform: scaleY(0);}#faq .cs-faq-group.cs-hidden .cs-faq-item {opacity: 0;transform: rotateX(270deg);}#faq .cs-faq-item {list-style: none;width: 100%;overflow: hidden;opacity: 1;border-bottom: 1px solid #e8e8e8;top: 0;transform: rotateX(0deg);transition: transform 0.6s, opacity 0.3s;}#faq .cs-faq-item:nth-of-type(2) {transition-delay: 0.1s;}#faq .cs-faq-item:nth-of-type(3) {transition-delay: 0.2s;}#faq .cs-faq-item:nth-of-type(4) {transition-delay: 0.3s;}#faq .cs-faq-item:nth-of-type(5) {transition-delay: 0.4s;}#faq .cs-faq-item:nth-of-type(6) {transition-delay: 0.5s;}#faq .cs-faq-item:nth-of-type(7) {transition-delay: 0.6s;}#faq .cs-faq-item:nth-of-type(8) {transition-delay: 0.7s;}#faq .cs-faq-item:nth-of-type(9) {transition-delay: 0.8s;}#faq .cs-faq-item:nth-of-type(10) {transition-delay: 0.9s;}#faq .cs-faq-item:last-of-type {border-bottom: none;}#faq .cs-faq-item.active .cs-button {color: var(--secondary);}#faq .cs-faq-item.active .cs-button:before, #faq .cs-faq-item.active .cs-button:after {background-color: currentColor;top: 37px;}#faq .cs-faq-item.active .cs-button:before {transform: rotate(315deg);}#faq .cs-faq-item.active .cs-button:after {transform: rotate(-315deg);}#faq .cs-faq-item.active .cs-item-p {height: auto;padding: 0 0 1.5rem 0;opacity: 1;}#faq .cs-button {font-size: clamp(1rem, 2vw, 1.25rem);font-weight: bold;line-height: 1.2em;text-align: left;width: 100%;padding: 1.5rem 0;background-color: transparent;border: none;display: block;position: relative;cursor: pointer;transition: background-color 0.3s, color 0.3s;}#faq .cs-button:before, #faq .cs-button:after {content: "";width: 0.5rem;height: 0.125rem;background-color: var(--headerColor);border-radius: 50%;position: absolute;top: 32px;transition: transform 0.5s;}#faq .cs-button:before {right: 24px;transform: rotate(45deg);transform-origin: left center;}#faq .cs-button:after {right: 21px;transform: rotate(-45deg);transform-origin: right center;}#faq .cs-button-text {width: 80%;display: block;}#faq .cs-item-p {font-size: clamp(0.875rem, 1.5vw, 1rem);line-height: 1.5em;width: 90%;height: 0;margin: 0;padding: 0;overflow: hidden;opacity: 0;transition: opacity 0.3s, padding-bottom 0.3s;}#faq .cs-item-p a {color: var(--primary);font-weight: 500;text-underline-offset: 4px;}}@media only screen and (min-width: 48rem) {#faq .cs-container {max-width: 67.5rem;}#faq .cs-button-group {flex-direction: row;}}@media only screen and (min-width: 64rem) {#faq .cs-option {padding: 0.75rem 1.5rem;}}@media only screen and (min-width: 0rem) {body.dark-mode #faq .cs-option {color: #fff;}body.dark-mode #faq .cs-item {border-color: rgba(255, 255, 255, 0.2);}body.dark-mode #faq .cs-button {color: #fff;}body.dark-mode #faq .cs-button:before, body.dark-mode #faq .cs-button:after {background-color: #fff;}body.dark-mode #faq .cs-faq-item {transition: border-color 0.3s, transform 0.6s;border-color: rgba(255, 255, 255, 0.3);}body.dark-mode #faq .cs-faq-item:hover {transition: border-color 0.3s;}body.dark-mode #faq .cs-faq-item.active .cs-button {color: #87AAFF;}}