/** Shopify CDN: Minification failed

Line 31:0 Unexpected "}"

**/
.faq--page-title {
    margin-bottom: 9px;
}

.faq--page-title * {
    margin-bottom: 0px;
}

.faq--question-wrapper {
    padding-left: 2rem;
}

.faq-nav--wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1.7rem;
}
@media screen and (max-width: 1023px) {
    .faq-nav--wrapper {
        flex-direction: column;
    }
}
    
}

.faq-nav--link {
    font-size: 20px;
}

.faq--faq-list-item {
    padding: 0.7rem;
    padding-bottom: unset;
}

.fitVids-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom:25px;
}
.fitVids-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
