/* screen - faq-1-all-breakpoints */

.faq-1-all-breakpoints {
  align-items: center;
  background-color: var(--fitnstrprimarybase);
  display: flex;
  flex-direction: column;
  gap: 64px;
  min-width: 1200px;
  position: relative;
}

.faq-1-all-breakpoints .header-main {
  align-items: center;
  display: flex;
  height: 88px;
  justify-content: space-between;
  padding: 16px 0px;
  position: relative;
  width: 1040px;
}

.faq-1-all-breakpoints .wrapper {
  display: flex;
  height: 28px;
  position: relative;
  width: 250px;
}

.faq-1-all-breakpoints .logo {
  cursor: pointer;
  height: 28px;
  width: 55.17px;
}

.faq-1-all-breakpoints .menu {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  position: relative;
}

.faq-1-all-breakpoints .button {
  align-items: center;
  border-radius: 30px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  height: 40px;
  justify-content: center;
  padding: 0px 16px;
  position: relative;
}

.faq-1-all-breakpoints .text {
  color: var(--fitnstrsecondarybase);
  font-weight: 400;
  line-height: 20.8px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq-1-all-breakpoints .button-2 {
  border: 1px solid;
  border-color: var(--fitnstrsecondarybase);
  border-radius: 40px;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 8px 32px;
}

.faq-1-all-breakpoints .text-2 {
  color: var(--fitnstrsecondarybase);
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq-1-all-breakpoints .button-3 {
  background-color: var(--fitnstraccentbase);
  border-radius: 40px;
  cursor: pointer;
  flex: 0 0 auto;
  padding: 8px 32px;
}

.faq-1-all-breakpoints .text-3 {
  color: var(--fitnstrprimaryxlight);
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq-1-all-breakpoints .faq {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 1040px;
}

.faq-1-all-breakpoints .title {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.faq-1-all-breakpoints .slogan {
  align-self: stretch;
  color: var(--fitnstrsecondarydark);
  font-weight: 700;
  line-height: 48px;
  
  position: relative;
  text-align: center;
}

.faq-1-all-breakpoints .faq-list {
  align-items: flex-start;
  gap: 24px;
}

.faq-1-all-breakpoints .faq-option {
  align-items: center;
  border: 1px solid;
  border-color: var(--fitnstraccentdark);
  border-radius: 24px;
  justify-content: center;
  overflow: hidden;
}

.faq-1-all-breakpoints .accordion-item {
  align-items: center;
  align-self: stretch;
  background-color: var(--fitnstraccentdark);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: space-around;
  padding: 18px 40px;
  position: relative;
  width: 100%;
}

.faq-1-all-breakpoints .how-do-i-choose-the-right-course {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-1-all-breakpoints .frame-160 {
  align-self: stretch;
  border: 0px none;
  border-radius: 0px 0px 2px 2px;
  flex: 0 0 auto;
  gap: 10px;
  overflow: hidden;
  padding: 24px 40px;
  width: 100%;
}

.faq-1-all-breakpoints .answer {
  color: var(--fitnstrsecondarybase);
  flex: 1;
  font-weight: 400;
  line-height: 20.8px;
  position: relative;
}

.faq-1-all-breakpoints .can-i-access-courses {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-1-all-breakpoints .what-if-a-course-isnt-right-for-me {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-1-all-breakpoints .do-you-offer-beginner-courses {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-1-all-breakpoints .how-often-are-new-courses-added {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-1-all-breakpoints .can-i-cancel-my-subscription-anytime {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-1-all-breakpoints .footer {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 32px 0px;
  position: relative;
  width: 1040px;
}

.faq-1-all-breakpoints .frame-4036 {
  flex-direction: column;
  gap: 24px;
  width: 278px;
}

.faq-1-all-breakpoints .wrapper-1 {
  display: flex;
  height: 28px;
  position: relative;
  width: 56px;
}

.faq-1-all-breakpoints .text-4 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.faq-1-all-breakpoints .flex-container-i11014818564104765 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.faq-1-all-breakpoints .text-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
}

.faq-1-all-breakpoints .copyright {
  letter-spacing: 0;
  line-height: normal;
  margin-right: -26.00px;
  position: relative;
  width: 304px;
}

.faq-1-all-breakpoints .menu-1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 40px;
  justify-content: center;
  position: relative;
  width: 372px;
}

.faq-1-all-breakpoints .button-1 {
  border-radius: 8px;
  cursor: pointer;
  flex: 0 0 auto;
  height: 40px;
}

.faq-1-all-breakpoints .button-4 {
  border-radius: 8px;
  height: 21px;
  z-index: 1;
}

.faq-1-all-breakpoints .text-5 {
  color: var(--fitnstrsecondarybase);
  font-weight: 700;
  line-height: 24px;
  margin-bottom: -0.50px;
  margin-top: -2.50px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq-1-all-breakpoints .logo-pay {
  align-items: center;
  display: inline-flex;
  gap: 32px;
  height: 49px;
  position: relative;
  z-index: 0;
}

.faq-1-all-breakpoints .logo-pay-item {
  height: 60px;
  margin-bottom: -5.50px;
  margin-top: -5.50px;
  position: relative;
  width: 60px;
}

.faq-1-all-breakpoints .button-5 {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  position: relative;
}

.faq-1-all-breakpoints .faq-1 {
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.faq-1-all-breakpoints .frame {
  align-items: flex-start;
  display: flex;
  position: relative;
}
/* screen - faq-2 */

.faq-2 {
  background-color: var(--fitnstrprimarybase);
  display: flex;
  gap: 56px;
  min-width: 360px;
  padding: 16px 0px;
}

.faq-2 .header-main-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 0px 16px;
  position: relative;
  width: 100%;
}

.faq-2 .button-7 {
  border: 1px solid;
  border-color: var(--fitnstrsecondarybase);
  border-radius: 40px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  padding: 8px 24px;
}

.faq-2 .text-6 {
  color: var(--fitnstrsecondarybase);
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq-2 .logo-1 {
  position: relative;
}

.faq-2 .button-8 {
  background-color: var(--fitnstraccentbase);
  border-radius: 40px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  padding: 8px 24px;
}

.faq-2 .text-8 {
  color: var(--fitnstrprimaryxlight);
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq-2 .faq-1 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  padding: 0px 16px;
  position: relative;
  width: 100%;
}

.faq-2 .title-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.faq-2 .slogan-1 {
  align-self: stretch;
  color: var(--fitnstrsecondarydark);
  font-weight: 700;
  line-height: 32px;
  
  position: relative;
  text-align: center;
}

.faq-2 .faq-list-1 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.faq-2 .faq-option-1 {
  align-items: center;
  align-self: stretch;
  border: 1px solid;
  border-color: var(--fitnstraccentdark);
  border-radius: 24px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.faq-2 .accordion-item-1 {
  align-items: center;
  align-self: stretch;
  background-color: var(--fitnstraccentdark);
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: space-around;
  padding: 16px 24px;
  position: relative;
  width: 100%;
}

.faq-2 .how-do-i-choose-the-right-course-1 {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-2 .frame-160-1 {
  align-items: flex-start;
  align-self: stretch;
  border: 0px none;
  border-radius: 0px 0px 2px 2px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  overflow: hidden;
  padding: 16px 24px;
  position: relative;
  width: 100%;
}

.faq-2 .answer-1 {
  color: var(--fitnstrsecondarybase);
  flex: 1;
  font-weight: 400;
  line-height: 20.8px;
  position: relative;
}

.faq-2 .can-i-access-courses-1 {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-2 .what-if-a-course-isnt-right-for-me-1 {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-2 .do-you-offer-beginner-courses-1 {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-2 .how-often-are-new-courses-added-1 {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-2 .can-i-cancel-my-subscription-anytime-1 {
  color: var(--fitnstrprimarylight);
  flex: 1;
  font-weight: 700;
  line-height: 24px;
  
  position: relative;
}

.faq-2 .footer-1 {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  padding: 24px 16px;
  position: relative;
  width: 100%;
}

.faq-2 .wrapper-2 {
  display: flex;
  height: 28px;
  position: relative;
  width: 56px;
}

.faq-2 .menu-2 {
  align-content: space-between;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  column-gap: 40px;
  row-gap: 0;
}

.faq-2 .button-5 {
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 40px;
}

.faq-2 .text-7 {
  color: var(--fitnstrsecondarybase);
  font-weight: 400;
  line-height: 20.8px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.faq-2 .button-6 {
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  height: 40px;
  width: 98px;
}

.faq-2 .socials {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
}

.faq-2 .button-9 {
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
}

.faq-2 .logo-pay-1 {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: space-between;
  position: relative;
  width: 328px;
}

.faq-2 .logo-pay-item-1 {
  height: 60px;
  position: relative;
  width: 60px;
}

.faq-2 .text-9 {
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.faq-2 .flex-container-i11018705566104994 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.faq-2 .text0-i11018705566104994 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.faq-2 .text1-i11018705566104994 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.faq-2 .text2-i11018705566104994 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.faq-2 .copyright-1 {
  align-self: stretch;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  text-align: center;
}

.faq {
  align-items: center;
  flex-direction: column;
  position: relative;
}

.faq-2 .button {
  align-items: center;
  gap: 12px;
  justify-content: center;
  position: relative;
}

.faq-2 .logo {
  cursor: pointer;
  height: 28px;
  width: 55.17px;
}
@media screen and (max-width: 1199px) {
  .screen.faq-1-all-breakpoints { 
    display: none;
   }
}
@media screen and (min-width: 1200px) {
  .screen.faq-2 { 
    display: none;
   }
}