/* LANDING PAGE */
section#how-it-works {
  padding: 80px 0;
  text-align: center; }
  section#how-it-works ol {
    display: flex;
    justify-content: center;
    column-gap: 15px;
    width: 100%;
    max-width: 1025px;
    margin: 40px auto 0; }
    @media only screen and (max-width: 640px) {
  section#how-it-works ol {
    flex-direction: column;
    row-gap: 45px; } }
    section#how-it-works ol li {
      background: #762b86;
      border-radius: 5px;
      color: white;
      flex: 1;
      padding: 35px 15px 25px;
      position: relative; }
      section#how-it-works ol li h4 {
        font-size: 18px; }
      section#how-it-works ol li p {
        color: white; }
      section#how-it-works ol li::marker {
        font-size: 0; }
      section#how-it-works ol li:before {
        content: '1';
        position: absolute;
        top: 0;
        background: white;
        color: #762b86;
        width: 30px;
        height: 30px;
        left: calc(calc(50%) - 15px);
        margin-top: -15px;
        border-radius: 30px;
        text-align: center;
        line-height: 28px;
        border: 3px solid #762b86;
        font-weight: bold;
        font-family: 'Roboto';
        box-shadow: 0 0 0 4px white; }
      section#how-it-works ol li:nth-of-type(2):before {
        content: '2'; }
      section#how-it-works ol li:nth-of-type(3):before {
        content: '3'; }

.tf-landing-v-center .section-inner {
  align-items: center; }

.tf-free-day-pass img, .tf-who-can-participate img {
  height: auto;
  border-radius: 10px; }

.tf-landing-styled-heading .section-inner h3 {
  color: #565a5c;
  margin: 0;
  line-height: 1;
  padding-bottom: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 400; }
  .tf-landing-styled-heading .section-inner h2 {
    color: #762b87;
    margin: 0;
    line-height: 1;
    padding-top: 0 !important; }

.tf-download-app .grid-block p > img {
  max-width: 100%;
  width: 300px;
  height: auto;
  margin: 0 0 0 auto;
  display: block;
  border-radius: 15px; }

.tf-get-gym-ready.video-series.tf-landing-styled-heading {
  padding-top: 80px; }

section.tf-accordion {
  padding: 80px 0; }
  section.tf-accordion ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    section.tf-accordion ul li {
      border-bottom: 1px solid #7726e0;
      user-select: none;
      cursor: pointer; }
      section.tf-accordion ul li h4 {
        color: #7726e0;
        font-size: 17px; }
        section.tf-accordion ul li h4:before {
          content: '+';
          float: right;
          pointer-events: none; }
      section.tf-accordion ul li > * {
        padding: 20px; }
        section.tf-accordion ul li > *:not(h4) {
          display: none; }
        section.tf-accordion ul li > * + * {
          padding-top: 0; }
      section.tf-accordion ul li.active > h4:before {
        content: '_'; }
        section.tf-accordion ul li.active > *:not(h4) {
          display: block; }

.tf-register .select-field.active {
  border-color: #7726e0; }

.tf-register .select-field.active .options {
  border-color: #7726e0; }

.tf-register .af-field.af-field-type-select[data-name=select_club] .select-field.active .options {
  border: none; }

@media only screen and (max-width: 540px) {
  /* REGISTRATION PAGE */
    .tf-download-app .section-inner, .tf-free-day-pass .section-inner {
      flex-direction: column-reverse; }
    .tf-free-day-pass.tf-free-day-pass-mobile-reverse .section-inner {
      flex-direction: column !important; } }

.tf-register {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }
  .tf-register div[data-name=select_club] .options a {
    padding: 10px 30px;
    transition: all ease-in 200ms; }
    .tf-register div[data-name=select_club] .options a.option.option-disabled.parent-select {
      display: none; }
  .tf-register .af-field.af-field-type-group > .af-label {
    color: #7726e0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto';
    letter-spacing: 0.05em; }
  .tf-register .af-field.af-field-type-group > .af-input {
    border: 0;
    margin: 0 -15px; }
  .tf-register .af-field.af-field-type-group > .af-input .acf-fields {
    border: none; }
  .tf-register .af-field.af-field-type-group > .af-input .acf-fields .acf-field {
    border: none; }
    .tf-register .af-field.af-field-type-group > .af-input .acf-fields .acf-field .acf-input-prepend {
      height: 60px;
      font-size: 20px;
      padding: 0 20px 0 18px;
      line-height: 60px;
      border-color: #bfbfc0;
      background: #f9f9f9;
      color: #9d9d9d;
      letter-spacing: 0.05em; }
  .tf-register .af-field.af-field-type-group > .af-input .acf-fields .acf-field input {
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-family: 'Arial Narrow', Barlow;
    font-size: 18px !important;
    transition: all ease-in 200ms;
    border-radius: 4px; }
    .tf-register .af-field.af-field-type-group > .af-input .acf-fields .acf-field input:focus, .tf-register .af-field.af-field-type-group > .af-input .acf-fields .acf-field input:focus-within {
      border-color: #7726e0;
      background: rgba(109, 51, 129, 0.05); }
  .tf-register .af-page-wrap {
    display: none; }
  .tf-register .af-submit.acf-form-submit {
    position: absolute;
    top: 60px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    display: none; }
    .tf-register .af-submit.acf-form-submit button {
      height: 42px;
      width: 70px;
      opacity: 0;
      border-radius: 4px; }
    .tf-register .af-submit.acf-form-submit .acf-spinner {
      flex-basis: 100%; }
  .tf-register .acf-fields .acf-fields {
    display: flex;
    flex-wrap: wrap; }
    .tf-register .acf-fields .acf-fields > .acf-field {
      flex-basis: 100%;
      max-width: 100%; }
      @media only screen and (min-width: 750px) {
    .tf-register .acf-fields .acf-fields > .acf-field.field-small {
      flex-basis: 50%;
      max-width: 50%; } }
  .tf-register .acf-field-message .af-label {
    display: none; }
  .tf-register .af-field.af-field-type-select[data-name=select_club] .selected {
    border: 1px solid;
    font-weight: bold;
    font-family: 'Barlow';
    font-size: 22px !important;
    color: #565a5c;
    border-right: 1px solid;
    margin-right: 0;
    border-radius: 40px;
    padding: 23px 35px;
    z-index: 1002;
    position: relative;
    background: white;
    height: 76px;
    line-height: 1; }
    .tf-register .af-field.af-field-type-select[data-name=select_club] .selected:after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      position: absolute;
      border: 2px solid #565a5d;
      right: 25px;
      top: 28px;
      transform: rotate(45deg);
      border-width: 0 2px 2px 0; }
  .tf-register .af-field.af-field-type-select[data-name=select_club] .select-field {
    border: none; }
  .tf-register .af-field.af-field-type-select[data-name=select_club] .options {
    background: #ececec;
    box-shadow: 0 -30px 0 0px #ececec;
    padding-top: 10px;
    border-radius: 0 0 30px 30px;
    padding-bottom: 30px; }
  .tf-register .af-field.af-field-type-select[data-name=select_club] .options a {
    padding: 10px 30px;
    transition: all ease-in 200ms; }
  .tf-register .af-field.af-field-type-select[data-name=select_club] .options a:hover {
    background: #762b87; }
  .tf-register .signup-progress {
    display: flex;
    align-items: center;
    align-items: center;
    padding: 60px 15px 40px; }
    .tf-register .signup-progress > p {
      display: none; }
    .tf-register .signup-progress > button {
      flex-basis: 80px;
      min-width: 80px;
      width: 80px; }
    .tf-register .signup-progress .progress-bar {
      flex: 1;
      display: block;
      height: 40px;
      border-radius: 40px;
      background: #ececec; }
      .tf-register .signup-progress .progress-bar .progress-state {
        display: none;
        background-image: url(../../images/pf_progress.png);
        background-size: cover;
        border-radius: 40px;
        display: block;
        height: 40px;
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.2);
        transition: all ease-in 200ms; }
  .tf-register .button-wrap-before .sa-next, .tf-register .button-wrap-after .sa-next, .tf-register .button-wrap-before .sa-prev, .tf-register .button-wrap-after .sa-prev {
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    font-size: 0;
    background: transparent;
    display: block; }
    .tf-register .button-wrap-before .sa-next:after, .tf-register .button-wrap-after .sa-next:after, .tf-register .button-wrap-before .sa-prev:after, .tf-register .button-wrap-after .sa-prev:after {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      float: right;
      border-radius: 20px;
      mask: url(../../images/arrow.svg) no-repeat center;
      -webkit-mask: url(../../images/arrow.svg) no-repeat center;
      transform: rotate(180deg);
      background-color: #6d3281; }
  .tf-register .button-wrap-before .sa-prev:after {
    transform: rotate(0deg); }
  .tf-register .post-form.af-field {
    display: block !important;
    border: none; }
    .tf-register .post-form.af-field .signup-actions {
      display: flex;
      justify-content: space-between; }
    .tf-register .post-form.af-field .signup-actions button {
      margin: 10px;
      padding: 12px 40px;
      color: #7726e0;
      background: #f9de53;
      text-transform: none !important;
      text-decoration: none !important;
      font-size: 20px;
      font-weight: bold;
      font-family: "Barlow", sans-serif;
      cursor: pointer;
      transition: 0.2s;
      -o-transition: 0.2s;
      -ms-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
      border-radius: 4px;
      display: inline-block;
      user-select: none;
      border: none;
      min-width: 328px;
      height: 60px;
      border-radius: 4px;
      text-align: left; }
      .tf-register .post-form.af-field .signup-actions button:before {
        content: '';
        display: block;
        width: 29px;
        height: 29px;
        float: right;
        border-radius: 20px;
        mask: url(../../images/arrow.svg) no-repeat center;
        -webkit-mask: url(../../images/arrow.svg) no-repeat center;
        transform: rotate(180deg);
        background-color: #6d3281; }
      @media only screen and (max-width: 840px) {
    .tf-register .post-form.af-field .signup-actions button {
      min-width: 210px; } }
      @media only screen and (max-width: 500px) {
    .tf-register .post-form.af-field .signup-actions button {
      min-width: 145px;
      padding: 12px 20px; } }
      @media only screen and (max-width: 370px) {
    .tf-register .post-form.af-field .signup-actions button {
      margin-left: 0;
      margin-right: 0;
      min-width: 138px; } }
      .tf-register .post-form.af-field .signup-actions button[disabled=disabled] {
        opacity: 0; }
      .tf-register .post-form.af-field .signup-actions button.sa-button.inactive {
        opacity: 0;
        pointer-events: none; }
      .tf-register .post-form.af-field .signup-actions button.sa-prev, .tf-register .post-form.af-field .signup-actions button.af-previous-button {
        background: #6d3281;
        color: white;
        text-align: right; }
        .tf-register .post-form.af-field .signup-actions button.sa-prev:before, .tf-register .post-form.af-field .signup-actions button.af-previous-button:before {
          float: left;
          background-color: white;
          transform: rotate(0); }
  .tf-register form > .acf-notice.acf-error-message {
    border: 1px solid #f9bcbc;
    border-radius: 10px;
    color: #c92c2c;
    background: #fff5f6;
    margin-bottom: 0;
    box-shadow: 0 10px 0 white;
    z-index: 1; }
    .tf-register form > .acf-notice.acf-error-message p {
      width: auto;
      font-size: 18px;
      padding: 30px; }
    .tf-register form > .acf-notice.acf-error-message .-cancel {
      border: none; }
    .tf-register form .acf-field.acf-error input {
      border-color: #f8bcbc !important;
      border-radius: 0 0 4px 4px !important; }
      .tf-register form .acf-field.acf-error .acf-input-prepend {
        border-color: #f7bcbc !important;
        background: #fff7f7 !important;
        color: #cc8b8b !important; }
    .tf-register form .acf-field .acf-notice.-error {
      margin-bottom: 0;
      border: 0;
      background: #f8bcbc;
      color: #8a0101;
      border-radius: 4px 4px 0 0; }
      .tf-register form .acf-field .acf-notice.-error p {
        width: auto;
        padding: 5px;
        font-size: 15px; }
  .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] {
    background: #53317e;
    margin: 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0;
    max-width: 750px;
    margin: 0 auto;
    width: calc(100% - 40px); }
    .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-label {
      margin: 0;
      padding: 0 25px 0 15px;
      font-size: 19px;
      display: flex;
      align-items: center; }
    .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-label label {
      font-size: 17px;
      font-family: 'Barlow';
      text-transform: none;
      color: white; }
    .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-label:before {
      content: '';
      display: block;
      width: 45px;
      height: 45px;
      background-image: url(../../images/icon_map.png);
      background-size: contain;
      background-repeat: no-repeat;
      margin-right: 15px; }
    .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] .acf-input .acf-label {
      display: none; }
    @media only screen and (max-width: 500px) {
  .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-label label {
    display: none; }
    .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-label:before {
      margin-right: -21px; } }
    .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] .acf-input {
      flex: 1; }
    .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] .acf-input .select-field {
      font-size: 20px; }
      .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] .acf-input .select-field .selected {
        border-color: #53317f;
        border-width: 4px; }
  .tf-register div#agreements_html.acf-error .acf-input {
    border: 1px solid #f8bcbc;
    border-radius: 6px; }
  .tf-register div#agreements_html.acf-error .acf-input .agreement-list {
    padding-top: 40px;
    padding-bottom: 35px; }

.agreement-list .agreement-item input + label .ag-content {
  width: 100%; }

.loading-data.af-field {
  height: 77.7px;
  background: transparent !important;
  display: block !important; }

.loading-data.af-field > * {
  display: none;
  opacity: 0; }

.loading-data.af-field:before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  border: 5px solid transparent;
  border-color: #6e3381 #6e3381 transparent;
  border-radius: 44px;
  margin: 0 auto;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite; }

#agreements_html .acf-label {
  display: none; }

.ag-content .content {
  word-break: break-word; }

.agreement-list .agreement-item {
  margin-bottom: 40px; }

.agreement-list .agreement-item span.checkbox-view {
  border: 2px solid #ececec;
  min-width: 30px;
  height: 30px;
  display: block;
  border-radius: 6px;
  background-color: white; }

.agreement-list .agreement-item label {
  display: flex;
  gap: 20px; }

.agreement-list .agreement-item span.checkbox-view:before {
  content: '';
  border: 1px solid transparent;
  display: block;
  width: 15px;
  height: 7px;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
  margin: 6px 0 0 4px; }

.agreement-list .agreement-item input {
  display: none; }

.agreement-list .agreement-item input:checked + label span.checkbox-view {
  border-color: #6e3381; }
  .agreement-list .agreement-item input:checked + label span.checkbox-view:before {
    border-color: #6e3381; }

.agreement-list .agreement-item input:checked + label {
  background: #f7fcf1;
  box-shadow: 0 0 0 12px #f7fcf1, 0 0 0 12px green;
  border-radius: 2px; }

.agreement-list {
  margin: 0 30px;
  max-width: 750px; }
  @media only screen and (max-width: 500px) {
  .agreement-list {
    margin: 0 10px; } }

.tf-register .af-field.af-field-type-group {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(calc(100%) - 50px); }

.review-data .acf-label {
  display: none; }

.review-inner {
  flex: 1;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px; }
  .review-inner h5 {
    padding: 0 0 10px;
    font-size: 14px !important;
    color: #6c3281; }
  .review-inner .value {
    color: #333; }
  .review-inner .home-club {
    flex-basis: 100%;
    border-bottom: 2px solid #e4e5e4;
    padding-bottom: 30px; }
    .review-inner .home-club .value {
      font-weight: 400;
      font-size: 26px;
      color: #333; }
  .review-inner .your-details {
    flex-basis: 100%; }
  .review-inner .guardian {
    display: none; }
  .review-inner .your-details > div, .review-inner .guardian > div {
    border-bottom: 1px solid #ddd; }
    .review-inner .your-details > div + div, .review-inner .guardian > div + div {
      margin-top: 15px; }
    .review-inner .your-details > div .label, .review-inner .guardian > div .label {
      text-transform: uppercase;
      font-family: 'Roboto';
      font-size: 12px;
      opacity: 0.8; }
    .review-inner .your-details > div .value, .review-inner .guardian > div .value {
      font-size: 20px;
      padding: 0 0 15px; }
  .review-inner.with-guardian .your-details {
    flex-basis: 50%;
    max-width: 50%;
    border-right: 2px solid #e5e5e5; }
    .review-inner.with-guardian .your-details > div {
      margin-right: 30px; }
    .review-inner.with-guardian .guardian {
      display: block;
      flex: 1; }

.tf-error {
  border: 1px solid #f9bcbc;
  border-radius: 10px;
  color: #c92c2c;
  background: #fff5f6;
  margin-bottom: 0;
  box-shadow: 0 10px 0 white;
  z-index: 1;
  width: auto;
  font-size: 18px;
  padding: 30px;
  margin-top: 10px;
  position: relative; }

.tf-error .close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 44px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 25px; }

.tf-register .select-field {
  border: 1px solid #bfbfbf;
  border-radius: 4px; }

.tf-register .select-field .selected {
  font-family: 'Arial Narrow', Barlow;
  font-size: 18px !important;
  transition: all ease-in 200ms;
  height: 58px;
  line-height: 58px;
  padding: 0 8px; }

.tf-register .select-field .selected:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid black;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  top: calc(calc(50%) - 6px);
  border-width: 0 2px 2px 0; }

.tf-register .select-field .options {
  border: 1px solid #bfbfbf;
  border-width: 0 1px 1px;
  margin: 0 -1px;
  width: calc(calc(100%) + 2px);
  border-radius: 0 0 4px 4px;
  font-size: 19px; }

a.select-field.active {
  border-radius: 4px 4px 0 0; }

.tf-register .select-field .options a {
  padding: 13px 10px;
  display: block;
  transition: all ease-in 200ms; }

.tf-register .select-field .options a:hover {
  background: #7726e0; }

.ag-content .ag-ex-title {
  font-weight: bold; }
  .ag-content .ag-ex-content {
    display: none; }
  .ag-content p {
    padding: 0 0 30px 0;
    width: auto !important; }
  .ag-content .more {
    color: #6d3281;
    cursor: pointer;
    padding: 6px 0;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: underline; }
  .ag-content .more:before {
    content: 'Read More'; }
  .ag-content.active .more:before {
    content: 'Show Less'; }
    .ag-content.active .ag-ex-content {
      display: block; }

.debug .tf-register .hide {
  display: block !important; }
  .debug .tf-register .af-field.af-field-type-group[style*=display] {
    border: 2px solid #bec8be;
    opacity: 0.7 !important; }
  .debug .tf-register .af-field.af-field-type-group {
    display: block !important;
    border: 1px solid red; }
  .debug .tf-register .acf-fields > .acf-field.pre-form {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white; }

@media only screen and (max-width: 800px) {
  .review-inner .your-details {
    padding-top: 40px; }

  .review-inner.with-guardian .your-details {
    flex-basis: 100%;
    max-width: 100%;
    border-right: 0;
    padding: 40px 0; }

  .review-inner.with-guardian .your-details > div {
    margin-right: 0; } }

@media only screen and (max-width: 375px) {
  .review-inner {
    margin: 0 -25px; } }

.tf-error {
  margin-left: 30px;
  margin-right: 30px; }

:root {
  --scroll: #7726e0;
  --scrollbg: #eee; }

.ag-ex-content {
  background: #eee;
  padding: 30px;
  border-radius: 7px;
  /* max-height: 200px; */
  margin-top: 10px;
  overflow-y: scroll; }

.ag-ex-content {
  scrollbar-width: 14px;
  scrollbar-color: var(--scroll) var(--scrollbg); }
  .ag-ex-content::-webkit-scrollbar {
    height: 14px;
    width: 14px; }
  .ag-ex-content::-webkit-scrollbar-track {
    border-radius: 7px;
    background-color: var(--scrollbg); }
  .ag-ex-content::-webkit-scrollbar-track:hover {
    background-color: var(--scrollbg); }
  .ag-ex-content::-webkit-scrollbar-track:active {
    background-color: var(--scrollbg); }
  .ag-ex-content::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: var(--scroll); }
  .ag-ex-content::-webkit-scrollbar-thumb:hover {
    background-color: var(--scroll); }
  .ag-ex-content::-webkit-scrollbar-thumb:active {
    background-color: var(--scroll); }

.agreement-list .agreement-item input:checked + label .ag-content {
  --scrollbg: #e6efdb; }
  .agreement-list .agreement-item input:checked + label .ag-content .ag-ex-content {
    background-color: #e6efdb; }

.ag-content a.download {
  font-weight: bold;
  margin-left: 20px; }

section#how-it-works ol li.link:hover {
  background: #5a2a6b; }

section#how-it-works ol li.link {
  transition: all ease-in 200ms;
  cursor: pointer; }

section#mobile-fixed {
  position: fixed;
  background: #5a2a6b;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 8px 8px 0 0; }

section#mobile-fixed.mobile-only a {
  margin: 2px 0 !important; }

@media only screen and (max-width: 760px) {
  section#mobile-fixed.mobile-only {
    display: block !important; } }

li.network.network-tiktok img {
  height: 28px; }

.review-outer {
  display: flex;
  gap: 50px; }
  @media only screen and (max-width: 990px) {
  .review-outer {
    flex-direction: column; }
    .review-outer .payment-summary-inner {
      max-width: unset !important;
      flex-basis: auto !important;
      width: auto; } }

.review-outer .payment-summary-inner {
  flex-basis: 350px;
  max-width: 350px;
  background: #6c3281;
  border-radius: 10px;
  padding: 30px;
  color: white; }

.review-inner {
  flex: 1; }

.review-outer .payment-summary-inner .membership-type-name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid #a884b4;
  padding-bottom: 30px; }

.review-outer .payment-summary-inner .details.fee-details-header {
  display: flex;
  padding: 0 0 20px; }

.review-outer .payment-summary-inner .details.fee-details-header .title {
  opacity: 0.7;
  flex-basis: 90px;
  /*questionnaire_styling*/ }

.questionnaire-placeholder .success-message h2 {
  text-align: center;
  padding: 20px; }

form.questionnaire {
  padding: 50px 0 30px; }
  form.questionnaire button {
    margin: 30px auto;
    display: block; }
  form.questionnaire .questions {
    max-width: 800px;
    margin: 30px auto 0; }
    form.questionnaire .questions label {
      display: flex;
      padding: 10px;
      align-items: center; }
    form.questionnaire .questions label + label {
      border-top: 1px solid #eee; }
    form.questionnaire .questions label input {
      display: none; }
      form.questionnaire .questions label input + span.check-box {
        background: #eee;
        border-radius: 15px;
        margin-right: 15px;
        position: relative;
        min-width: 104px; }
      form.questionnaire .questions label input + span.check-box span {
        padding: 2px 15px;
        border-radius: 15px;
        width: 50px;
        text-align: center;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: all ease-in 200ms; }
      form.questionnaire .questions label input + span.check-box:after {
        content: '';
        display: block;
        width: 46px;
        position: absolute;
        background: #cbcbcb;
        top: 2px;
        bottom: 2px;
        right: 2px;
        border-radius: 18px;
        transition: all ease-in 200ms; }
      form.questionnaire .questions label input:checked + span.check-box:after {
        right: 55px;
        background: #762b87; }
        form.questionnaire .questions label input:checked + span.check-box .value-yes {
          color: white; }

.hide-label label {
  display: none !important; }

.pp_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  margin: 0 15px -30px; }
  .pp_wrapper span.msg {
    flex: 1;
    max-width: 320px; }
  .pp_wrapper span.cb {
    border: 1px solid #bfbfbf;
    width: 30px;
    height: 30px;
    border-radius: 6px; }
    .pp_wrapper span.cb:before {
      content: '';
      border: 1px solid transparent;
      display: block;
      width: 15px;
      height: 7px;
      border-width: 0 0 3px 3px;
      transform: rotate(-45deg);
      margin: 6px 0 0 4px;
      border-color: transparent; }

.pp-active .pp_wrapper span.cb:before {
  border-color: #6e3381; }

.acf-field.acf-field-65c18c35e1607.acf-error .pp_message_wrapper {
  border: 1px solid #f8bcbc;
  border-radius: 0 0 5px 5px; }
  .acf-field.acf-field-65c18c35e1607.acf-error .pp_message_wrapper .pp_wrapper {
    margin-bottom: 0; }

.not-ava {
  background: rgba(250, 222, 83, 0.88);
  padding: 10px 30px;
  text-align: center;
  color: #7726e0;
  font-size: 35px; }

.not-ava * {
  color: #7726e0 !important;
  text-shadow: 0 0 white !important;
  text-transform: uppercase !important;
  line-height: 1; }

.not-ava h2 {
  font-size: 56px !important;
  padding: 0 !important;
  margin: 0; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #53317e;
  border-radius: 0 50px 50px 0;
  padding: 2px 0;
  gap: 2px; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field {
  padding: 0; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field[data-name=state] {
  flex-basis: 122px; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-label:before {
  margin-right: 7px; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field .selected {
  background: white;
  font-size: 17px !important;
  border: none !important;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 1001; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field .select-inner {
  border: none !important; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field .options {
  border: none !important; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field .select-field {
  border: 0; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field[data-name=state] .selected {
  border-radius: 50px 0 0 50px;
  padding-left: 17px; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field .options {
  background: #eee;
  margin-top: -28px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding-top: 28px;
  max-height: 300px;
  border-radius: 0 0 20px 20px;
  overflow-y: scroll; }

.tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-input .acf-fields .acf-field .options .option {
  padding: 12px; }

@media only screen and (max-width: 380px) {
  .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-label:before {
    margin-right: 0 !important;
    width: 33px;
    background-position: center; }

  .tf-register .acf-fields > .acf-field[data-name=club_select_wrapper] > .acf-label {
    padding-right: 17px;
    padding-left: 5px; } }
