﻿.c-avatar {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 56px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 56px;
}

.c-avatar__image,
.c-avatar__fallback {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.c-avatar__image {
  display: block;
  object-fit: cover;
}

.c-avatar__fallback {
  align-items: center;
  background: #0F1217;
  color: #FFFFFF;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
}

.c-avatar__initials {
  color: inherit;
  display: block;
  font-size: 16px;
  font-weight: inherit;
  letter-spacing: -0.16px;
  line-height: 1;
}

.c-avatar__indicator {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  position: absolute;
}

.c-avatar__indicator--status {
  background: #00C805;
  border: 2px solid #FFFFFF;
  bottom: -1px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  line-height: 1;
  right: -1px;
  width: 22px;
}

.c-avatar__indicator--country {
  background: #fff;
  border: 1px solid #fff;
  bottom: -1px;
  height: 11px;
  right: -1px;
  width: 11px;
}

.c-avatar--size-xs {
  height: 46px;
  width: 46px;
}

.c-avatar--size-sm {
  height: 56px;
  width: 56px;
}

.c-avatar--size-lg {
  height: 96px;
  width: 96px;
}

.c-avatar--initials-md .c-avatar__initials {
  font-size: 16.39px;
  letter-spacing: -0.16px;
}

.c-avatar--initials-lg .c-avatar__initials {
  font-size: 35px;
  letter-spacing: -0.35px;
}

.c-avatar--initials-xl .c-avatar__initials {
  font-size: 36px;
  letter-spacing: -0.36px;
}

.c-coach-search-pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.c-coach-search-pagination {
  align-items: center;
  display: flex;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-coach-search-pagination__item {
  align-items: center;
  display: inline-flex;
}

.c-coach-search-pagination__link {
  align-items: center;
  border-radius: 5px;
  color: #747474;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 29px;
  justify-content: center;
  line-height: 1.21;
  min-width: 8px;
  padding: 0;
  text-decoration: none;
}

.c-coach-search-pagination__link:hover,
.c-coach-search-pagination__link:focus {
  color: #111111;
  text-decoration: none;
}

.c-coach-search-pagination__link:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.c-coach-search-pagination__link--current,
.c-coach-search-pagination__link--current:hover,
.c-coach-search-pagination__link--current:focus {
  background: #111111;
  color: #FFFFFF;
  min-width: 29px;
  padding: 0 9px;
}

.c-coach-search-pagination__ellipsis {
  color: #747474;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.21;
}

.c-coach-search-pagination__link--prev,
.c-coach-search-pagination__link--next {
  color: #111111;
  gap: 6px;
  min-width: auto;
  padding: 0;
}

.c-coach-search-pagination__chevron {
  color: currentColor;
  flex-shrink: 0;
  height: 12px;
  width: 12px;
}

@media (max-width: 991.98px) {
  .c-coach-search-pagination-wrap {
    margin-top: 18px;
  }
  .c-coach-search-pagination {
    gap: 12px;
  }
  .c-coach-search-pagination__link--current {
    min-width: 29px;
    padding: 0 8px;
  }
}
.c-search-filters {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 11px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .marketplace-coaches-filters-column {
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    position: sticky;
    top: 20px;
    scrollbar-color: #DCDCDC transparent;
    scrollbar-width: thin;
  }
  .marketplace-coaches-filters-column::-webkit-scrollbar {
    width: 6px;
  }
  .marketplace-coaches-filters-column::-webkit-scrollbar-track {
    background: transparent;
  }
  .marketplace-coaches-filters-column::-webkit-scrollbar-thumb {
    background-color: #DCDCDC;
    border-radius: 3px;
  }
  .marketplace-coaches-filters-column::-webkit-scrollbar-thumb:hover {
    background-color: #747474;
  }
}
.c-search-filters__title {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1.21;
  margin: 0;
  padding: 14px 16px 12px;
}

.c-search-filters__section {
  display: block;
  padding: 20px 16px;
}

.c-search-filters__section + .c-search-filters__section {
  border-top: 1px solid #E7E7E7;
}

.c-search-filters__section-title {
  align-items: center;
  color: #111111;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-between;
  letter-spacing: -0.14px;
  line-height: normal;
  list-style: none;
  margin: 0;
}

.c-search-filters__section-title::-webkit-details-marker {
  display: none;
}

.c-search-filters__section[open] > .c-search-filters__section-title {
  margin-bottom: 16px;
}

.c-search-filters__chevron {
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
  flex: 0 0 auto;
  height: 7px;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  width: 7px;
}

.c-search-filters__section[open] .c-search-filters__chevron {
  transform: rotate(225deg);
}

.c-search-filters__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c-search-filters__option {
  align-items: center;
  color: inherit;
  display: grid;
  gap: 10px;
  grid-template-columns: 23px 1fr auto;
  text-decoration: none;
}
.c-search-filters__option:hover {
  color: inherit;
  text-decoration-color: currentColor;
}

.c-search-filters__checkbox {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  display: block;
  height: 23px;
  width: 23px;
}

.c-search-filters__label {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1.21;
  min-width: 0;
}

.c-search-filters__count {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.21;
}

.c-search-filters__option.is-selected .c-search-filters__checkbox {
  background: #111111;
  border-color: #111111;
  position: relative;
}
.c-search-filters__option.is-selected .c-search-filters__checkbox::after {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  height: 9px;
  left: 8px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 5px;
}

.c-search-filters__details {
  margin-top: 12px;
}

.c-search-filters__show-all {
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  letter-spacing: -0.28px;
  line-height: 1.21;
  list-style: none;
}

.c-search-filters__show-all::-webkit-details-marker {
  display: none;
}

.c-search-filters__show-all::after {
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
  content: "";
  height: 7px;
  margin-top: 2px;
  transform: rotate(45deg);
  width: 7px;
}

.c-search-filters__details[open] .c-search-filters__show-all::after {
  margin-top: 6px;
  transform: rotate(225deg);
}

.c-search-filters__options--expanded {
  margin-top: 12px;
}

.c-search-filters__location {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.c-search-filters__location-field {
  position: relative;
}

.c-search-filters__location-input {
  appearance: none;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  letter-spacing: -0.28px;
  padding: 0 68px 0 12px;
  width: 100%;
}
.c-search-filters__location-input::placeholder {
  color: #747474;
}
.c-search-filters__location-input:focus-visible {
  border-color: #111111;
  outline: 2px solid #111111;
  outline-offset: -1px;
}

.c-search-filters__location-clear-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  color: #747474;
  cursor: pointer;
  display: flex;
  height: 28px;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 28px;
}
.c-search-filters__location-clear-button:hover {
  background: #F5F5F5;
  color: #111111;
}
.c-search-filters__location-clear-button:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 1px;
}
.c-search-filters__location-clear-button[hidden] {
  display: none;
}

.c-search-filters__location-clear-icon {
  fill: currentColor;
  height: 14px;
  width: 14px;
}

.c-search-filters__locate-button {
  align-items: center;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 6px;
  box-shadow: none;
  color: #747474;
  cursor: pointer;
  display: flex;
  height: 28px;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 28px;
}
.c-search-filters__locate-button:hover {
  background: #F5F5F5;
  color: #111111;
}
.c-search-filters__locate-button:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 1px;
}
.c-search-filters__locate-button.c-tooltip {
  position: absolute;
}
.c-search-filters__locate-button[aria-busy=true] {
  pointer-events: none;
}
.c-search-filters__locate-button[aria-busy=true] .c-search-filters__locate-icon {
  display: none;
}
.c-search-filters__locate-button[aria-busy=true] .c-search-filters__locate-spinner {
  display: block;
}

.c-search-filters__locate-icon {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.c-search-filters__locate-spinner {
  animation: c-search-filters-spin 0.7s linear infinite;
  display: none;
  height: 18px;
  width: 18px;
}

@keyframes c-search-filters-spin {
  to {
    transform: rotate(360deg);
  }
}
.c-search-filters__location-row {
  display: flex;
  gap: 10px;
}

.c-search-filters__radius-select {
  appearance: none;
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23747474' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 8px center;
  background-size: 18px;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  color: #111111;
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  letter-spacing: -0.28px;
  min-width: 0;
  padding: 0 30px 0 10px;
}
.c-search-filters__radius-select:focus-visible {
  border-color: #111111;
  outline: 2px solid #111111;
  outline-offset: -1px;
}

.c-search-filters__location-apply {
  appearance: none;
  background: #111111;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  color: #FFFFFF;
  cursor: pointer;
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  letter-spacing: -0.28px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.c-search-filters__location-apply:hover {
  background: #272727;
}
.c-search-filters__location-apply:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 1px;
}
.c-search-filters__location-apply[aria-busy=true] {
  opacity: 0.6;
  pointer-events: none;
}

.c-search-filters__price-slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 6px;
}

.c-search-filters__price-slider-track.noUi-target {
  background: #DCDCDC !important;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  height: 4px !important;
  margin: 0 7px;
}
.c-search-filters__price-slider-track .noUi-connects {
  border-radius: 2px;
}
.c-search-filters__price-slider-track .noUi-connect {
  background: #00C805 !important;
}
.c-search-filters__price-slider-track .noUi-handle {
  background: #FFFFFF !important;
  border: 1.5px solid #00C805 !important;
  border-radius: 50% !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
  height: 14px !important;
  right: -7px !important;
  top: -5px !important;
  width: 14px !important;
}
.c-search-filters__price-slider-track .noUi-handle::before, .c-search-filters__price-slider-track .noUi-handle::after {
  display: none !important;
}
.c-search-filters__price-slider-track .noUi-handle:focus {
  outline: 2px solid #00C805;
  outline-offset: 2px;
}
.c-search-filters__price-slider-track .noUi-handle:hover {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25) !important;
}

.c-search-filters__price-slider-values {
  color: #747474;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: space-between;
}

.c-search-filters__price-slider-free {
  cursor: pointer;
}

.c-search-filters__price-slider-free-input {
  height: 1px;
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.c-search-filters__price-slider-free-input:checked + .c-search-filters__checkbox {
  background: #111111;
  border-color: #111111;
  position: relative;
}
.c-search-filters__price-slider-free-input:checked + .c-search-filters__checkbox::after {
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  content: "";
  height: 9px;
  left: 8px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 5px;
}

.c-search-filters__price-slider-free-input:focus-visible + .c-search-filters__checkbox {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.c-search-filters-mobile__price-marker {
  display: none;
}

.c-coach-search-mobile-actions {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  margin: 14px auto 0;
  max-width: 351px;
  width: 100%;
}

.c-coach-search-mobile-actions__button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 10px;
  justify-content: center;
  letter-spacing: -0.28px;
  line-height: 1.4;
  min-height: 40px;
  padding: 0;
}
.c-coach-search-mobile-actions__button:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.c-coach-search-mobile-actions__icon-wrap {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.c-coach-search-mobile-actions__icon {
  align-items: center;
  background-image: url("/images/marketplace/icons/ic-filters.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.c-coach-search-mobile-actions__icon--sort {
  background-image: url("/images/marketplace/icons/ic-sorting.png");
}

.c-coach-search-mobile-actions__badge {
  align-items: center;
  background: #00C805;
  border-radius: 999px;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 1;
  min-width: 16px;
  padding: 0 4px;
  position: absolute;
  right: -8px;
  top: -6px;
}

.c-coach-search-mobile-actions__divider {
  background: #d8d8d8;
  display: block;
  height: 19px;
  width: 1px;
}

.c-search-filters-mobile {
  display: none;
}

@media (max-width: 991.98px) {
  body.c-coach-mobile-filters-open {
    overflow: hidden;
  }
  .c-search-filters {
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }
  .c-search-filters__desktop {
    display: none;
  }
  .marketplace-coaches-filters-column {
    margin-bottom: 0;
    max-width: 0;
    padding: 0;
  }
  .c-search-filters-mobile {
    display: block;
    inset: 0;
    position: fixed;
    z-index: 1080;
  }
  .c-search-filters-mobile[hidden] {
    display: none;
  }
  .c-search-filters-mobile__backdrop {
    background: rgba(17, 17, 17, 0.45);
    inset: 0;
    position: absolute;
  }
  .c-search-filters-mobile__panel {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
    max-width: 390px;
    position: relative;
    width: 100%;
  }
  .c-search-filters-mobile__header {
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
    display: flex;
    justify-content: space-between;
    min-height: 74px;
    padding: 0 22px;
  }
  .c-search-filters-mobile__title {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
    line-height: 1.03;
    margin: 0;
  }
  .c-search-filters-mobile__close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    font-size: 28px;
    font-weight: 400;
    height: 32px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 32px;
  }
  .c-search-filters-mobile__close:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
  }
  .c-search-filters-mobile__content {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 22px 90px;
  }
  .c-search-filters-mobile__section {
    border-top: 1px solid #DCDCDC;
    padding: 27px 0 16px;
  }
  .c-search-filters-mobile__section--first {
    border-top: 0;
    padding-top: 22px;
  }
  .c-search-filters-mobile__section-title {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    line-height: 1.03;
    margin: 0 0 16px;
  }
  .c-search-filters-mobile__options {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .c-search-filters-mobile__option {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: grid;
    gap: 22px;
    grid-template-columns: 26px minmax(0, 1fr);
    min-height: 26px;
    padding: 0;
    text-align: left;
    text-decoration: none;
  }
  .c-search-filters-mobile__option:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
  }
  .c-search-filters-mobile__option--product {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 13px;
    gap: 11px;
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 57px;
    padding: 0 18px;
  }
  .c-search-filters-mobile__option--product.is-selected {
    background: #f5f5f5;
    border-color: #111111;
    border-width: 1.5px;
  }
  .c-search-filters-mobile__option--sort {
    gap: 14px;
    grid-template-columns: 22px minmax(0, 1fr);
  }
  .c-search-filters-mobile__product-icon {
    align-items: center;
    display: inline-flex;
    height: 21px;
    justify-content: center;
    width: 28px;
  }
  .c-search-filters-mobile__checkbox {
    background: #FFFFFF;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    display: block;
    height: 26px;
    position: relative;
    width: 26px;
  }
  .c-search-filters-mobile__sort-indicator {
    background: #FFFFFF;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
  }
  .c-search-filters-mobile__label {
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    line-height: 1.32;
    min-width: 0;
  }
  .c-search-filters-mobile__option.is-selected .c-search-filters-mobile__checkbox {
    background: #111111;
    border-color: #111111;
  }
  .c-search-filters-mobile__option.is-selected .c-search-filters-mobile__checkbox::after {
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    content: "";
    height: 10px;
    left: 9px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 5px;
  }
  .c-search-filters-mobile__price-slider-free-input {
    height: 1px;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 1px;
  }
  .c-search-filters-mobile__price-slider-free-input:checked + .c-search-filters-mobile__checkbox {
    background: #111111;
    border-color: #111111;
    position: relative;
  }
  .c-search-filters-mobile__price-slider-free-input:checked + .c-search-filters-mobile__checkbox::after {
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    content: "";
    height: 10px;
    left: 9px;
    position: absolute;
    top: 5px;
    transform: rotate(45deg);
    width: 5px;
  }
  .c-search-filters-mobile__price-slider-free-input:focus-visible + .c-search-filters-mobile__checkbox {
    outline: 2px solid #111111;
    outline-offset: 2px;
  }
  .c-search-filters-mobile__option--sort.is-selected .c-search-filters-mobile__sort-indicator {
    border-color: #111111;
  }
  .c-search-filters-mobile__option--sort.is-selected .c-search-filters-mobile__sort-indicator::after {
    background: #111111;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 10px;
  }
  .c-search-filters-mobile__details {
    margin-top: 14px;
  }
  .c-search-filters-mobile__show-all {
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    line-height: 1.03;
    list-style: none;
  }
  .c-search-filters-mobile__show-all::-webkit-details-marker {
    display: none;
  }
  .c-search-filters-mobile__show-all::after {
    border-bottom: 2px solid #111111;
    border-right: 2px solid #111111;
    content: "";
    height: 8px;
    margin-top: 1px;
    transform: rotate(45deg);
    width: 8px;
  }
  .c-search-filters-mobile__details[open] .c-search-filters-mobile__show-all::after {
    margin-top: 6px;
    transform: rotate(225deg);
  }
  .c-search-filters-mobile__options--expanded {
    margin-top: 12px;
  }
  .c-search-filters-mobile__footer {
    align-items: center;
    background: #FFFFFF;
    border-top: 1px solid #DCDCDC;
    bottom: 0;
    display: flex;
    gap: 12px;
    left: 0;
    padding: 14px 22px 20px;
    position: absolute;
    right: 0;
    z-index: 100;
  }
  .c-search-filters-mobile__clear {
    background: #F5F5F5;
    border: 1px solid #E7E7E7;
    border-radius: 70px;
    color: #111111;
    cursor: pointer;
    flex: 1 1 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.42px;
    line-height: 1.23;
    min-height: 54px;
    padding: 0 16px;
    transition: background-color 0.2s ease;
  }
  .c-search-filters-mobile__clear:hover {
    background: #eeeeee;
  }
  .c-search-filters-mobile__clear:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
  }
  .c-search-filters-mobile__done {
    flex: 1 1 0;
    min-height: 54px;
    width: auto;
  }
  .c-search-filters-mobile--sort-sheet {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .c-search-filters-mobile__panel--sort-sheet {
    border-radius: 18px 18px 0 0;
    height: auto;
    margin: 0 auto;
    max-height: min(84vh, 560px);
    max-width: 390px;
    width: 100%;
  }
  .c-search-filters-mobile__panel--sort-sheet .c-search-filters-mobile__content {
    padding: 0 22px 22px;
  }
  .c-search-filters-mobile__panel--sort-sheet .c-search-filters-mobile__footer {
    border-top: 0;
    padding-top: 4px;
    position: static;
  }
  .c-search-filters-mobile__panel--sort-sheet .c-search-filters-mobile__section {
    border-top: 0;
    padding-top: 14px;
  }
  .c-search-filters-mobile__panel--sort-sheet .c-search-filters-mobile__option--sort {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 13px;
    min-height: 57px;
    padding: 0 18px;
  }
  .c-search-filters-mobile__panel--sort-sheet .c-search-filters-mobile__option--sort.is-selected {
    background: #f5f5f5;
    border-color: #111111;
    border-width: 1.5px;
  }
}
@media (min-width: 992px) {
  .c-coach-search-mobile-actions {
    display: none;
  }
  .c-search-filters-mobile {
    display: none !important;
  }
}
.c-smart-filters {
  margin-bottom: 16px;
}

.c-smart-filters__title {
  align-items: center;
  color: #111111;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  letter-spacing: -0.28px;
  line-height: 1.21;
  margin: 0;
  padding: 12px 16px;
}

.c-smart-filters__ai-icon {
  color: #00C805;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
}

.c-smart-filters__body {
  border-top: 1px solid #DCDCDC;
  padding: 12px 16px 16px;
}

.c-smart-filters__label {
  color: #111111;
  display: block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.26px;
  margin: 0 0 6px;
}

.c-smart-filters__textarea {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 8px;
  color: #111111;
  font-size: 13px;
  line-height: 1.4;
  min-height: 76px;
  padding: 10px 12px;
  resize: vertical;
  width: 100%;
}
.c-smart-filters__textarea::placeholder {
  color: #747474;
}
.c-smart-filters__textarea:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 1px;
}

.c-smart-filters__submit {
  background: transparent;
  border: 0;
  color: #00C805;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 10px auto 0;
  padding: 4px;
}
.c-smart-filters__submit:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.c-smart-filters__submit:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.c-smart-filters__error {
  color: #d92d20;
  font-size: 12px;
  margin: 8px 0 0;
}

.c-smart-filters__error[hidden] {
  display: none;
}

@media (max-width: 991.98px) {
  .c-smart-filters {
    margin-top: 15px;
  }
}
.c-coach-search-result-row-link {
  display: block;
}

.c-coach-search-result-row {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 32px;
  margin-bottom: 16px;
  overflow-x: clip;
  padding: 16px 16px 8px 16px;
  transition: box-shadow 0.15s ease;
}

.c-coach-search-result-row:has(.c-tooltip:hover),
.c-coach-search-result-row:has(.c-tooltip:focus-visible),
.c-coach-search-result-row:has(.c-tooltip:focus-within) {
  overflow-x: visible;
}

.c-coach-search-result-row-link:hover .c-coach-search-result-row {
  box-shadow: 0 0 12.9px rgba(0, 0, 0, 0.05);
}

.marketplace-empty-state {
  max-width: 800px;
}

.c-coach-search-result-row__header {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.c-coach-search-result-row .c-avatar--size-lg {
  height: 90px;
  width: 90px;
}

.c-coach-search-result-row .c-avatar--initials-lg .c-avatar__initials {
  font-size: 32px;
  letter-spacing: -0.32px;
}

.c-coach-search-result-row__avatar {
  border-radius: 50%;
  flex: 0 0 auto;
  overflow: hidden;
}

.c-coach-search-result-row__identity-copy {
  min-width: 0;
}

.c-coach-search-result-row__identity-text {
  padding-top: 8px;
}

.c-coach-search-result-row__name {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  line-height: 1.17;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-coach-search-result-row__location {
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.2;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-coach-search-result-row__specialties {
  color: #747474;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.2;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-coach-search-result-row__specialties strong {
  color: #111111;
  font-weight: 600;
}

.c-coach-search-result-row__specialties-separator {
  color: #111111;
  font-weight: 400;
  white-space: pre;
}

.c-coach-search-result-row__pills {
  gap: 8px;
  margin-top: 8px;
  min-height: 32px;
}

@media (min-width: 992px) {
  .c-coach-search-result-row__specialties {
    color: #111111;
  }
  .coach-search-results-list:not(.coach-search-results-list--grid) .c-coach-search-result-row__location {
    display: inline;
  }
  .coach-search-results-list:not(.coach-search-results-list--grid) .c-coach-search-result-row__specialties {
    display: inline;
    overflow: visible;
    white-space: normal;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__pill--cert-list-only {
    display: none !important;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__pill--cert-single,
  .coach-search-results-list--grid .c-coach-search-result-row__pill--more-single {
    display: inline-flex !important;
  }
}
.c-coach-search-result-row__pill {
  align-items: center;
  background: #FFFFFF;
  border: 0.5px solid #E7E7E7;
  border-radius: 12px;
  display: inline-flex;
  gap: 6px;
  height: 32px;
  padding: 0 8px;
}

.c-coach-search-result-row__pill--rating {
  background: transparent;
  border: none;
  gap: 4px;
  height: auto;
  padding: 0;
}

.c-coach-search-result-row__pill--more {
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
}

.c-coach-search-result-row__pill--flat {
  background: transparent;
  border: none;
}

.c-coach-search-result-row__pill-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  flex: 0 0 auto;
}

.c-coach-search-result-row__pill-icon--star {
  background-image: url("/images/marketplace/icons/ic-star.png");
  height: 17px;
  width: 17px;
}

.c-coach-search-result-row__pill-icon--vdot {
  background-image: url("/images/marketplace/icons/ic-vdot-v-mark.svg");
  height: 20px;
  width: 20px;
}

.c-coach-search-result-row__pill-icon--usatf {
  background-image: url("/images/marketplace/icons/ic-usatf.png");
  height: 20px;
  width: 20px;
}

.c-coach-search-result-row__pill-icon--rrca {
  background-image: url("/images/marketplace/icons/ic-rrca.png");
  height: 20px;
  width: 20px;
}

.c-coach-search-result-row__pill-text {
  color: #111111;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.c-coach-search-result-row__pill--more .c-coach-search-result-row__pill-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
}

.c-coach-search-result-row__rating-text {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.c-coach-search-result-row__content--summary {
  padding-top: 20px;
}

.c-coach-search-result-row__content--products {
  margin-top: 8px;
}

.c-coach-search-result-row__summary {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.47;
}

.c-coach-search-result-row__divider {
  background: #E7E7E7;
  display: block;
  height: 1px;
  margin: 16px 0;
  width: 100%;
}

.c-coach-search-result-row__pricing {
  color: #111111;
  text-align: end;
}

.c-coach-search-result-row__pricing-label {
  font-size: 13px;
  font-weight: 400;
}

.c-coach-search-result-row__pricing-value {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-left: 4px;
}

.c-coach-search-result-row__products {
  width: 100%;
}

.c-coach-search-result-row__product {
  border-bottom: 1px solid #E7E7E7;
  padding: 8px 0;
}

.c-coach-search-result-row__products:last-child .c-coach-search-result-row__product:last-child {
  border-bottom: none;
}

.c-coach-search-result-row__product-row {
  align-items: center;
  display: flex;
  gap: 4px;
  width: 100%;
}

.c-coach-search-result-row__product-name {
  color: #111111;
  flex: 1 0 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-coach-search-result-row__product-price {
  color: #111111;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.c-coach-search-result-row__product-price-unit {
  color: #747474;
  font-weight: 400;
  margin-left: 2px;
}

.c-coach-search-result-row__product-subtitle {
  color: #747474;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.47;
  margin-top: 4px;
}

.c-coach-search-result-row__chevron {
  border-right: 1.5px solid #747474;
  border-bottom: 1.5px solid #747474;
  flex: 0 0 auto;
  height: 6px;
  margin-left: 4px;
  transform: rotate(-45deg);
  width: 6px;
}

.c-coach-search-result-row__view-all {
  align-items: center;
  color: #111111;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 5px;
  padding: 12px 0 5px;
}

@media (max-width: 991.98px) {
  .c-coach-search-result-row {
    border-bottom: 1px solid #E7E7E7;
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    max-width: none;
    padding: 16px 16px;
  }
  .c-coach-search-result-row .c-avatar--size-lg {
    height: 67.5px;
    width: 67.5px;
  }
  .c-coach-search-result-row .c-avatar--initials-lg .c-avatar__initials {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
  .c-coach-search-result-row__pill--vdot {
    background: transparent;
    border: none;
  }
  .c-coach-search-result-row__name {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
  }
  .c-coach-search-result-row__location {
    font-size: 12px;
    line-height: 1.34;
    margin-top: 2px;
  }
  .c-coach-search-result-row__specialties {
    font-size: 12px;
    line-height: 1.34;
  }
  .c-coach-search-result-row__header {
    align-items: flex-start;
    column-gap: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 0;
  }
  .c-coach-search-result-row__avatar {
    grid-column: 1;
    grid-row: 1;
  }
  .c-coach-search-result-row__identity-copy {
    display: contents;
  }
  .c-coach-search-result-row__identity-text {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .c-coach-search-result-row__pills {
    grid-column: 1/-1;
    grid-row: 2;
    margin-left: 0;
    width: auto;
  }
  .c-coach-search-result-row__pills {
    margin-top: 12px;
  }
  .c-coach-search-result-row__pills .c-tooltip__bubble {
    display: none;
  }
  .c-coach-search-result-row__rating-text {
    font-size: 13px;
  }
  .c-coach-search-result-row__content {
    padding: 0;
  }
  .c-coach-search-result-row__content--summary {
    padding-top: 16px;
  }
  .c-coach-search-result-row__summary {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.27;
  }
  .c-coach-search-result-row__pricing-value {
    font-size: 16px;
  }
  .c-coach-search-result-row__divider {
    display: none;
  }
  .c-coach-search-result-row__pricing {
    margin-top: 14px;
    text-align: start;
  }
  .c-coach-search-result-row__product {
    padding: 10px 0;
  }
  .c-coach-search-result-row__product-subtitle {
    color: #747474;
  }
}
.c-coach-featured-card-variant2 {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 32px;
  flex: 0 0 328px;
  gap: 16px;
  height: 364px;
  max-width: 328px;
  padding: 16px;
  position: relative;
  transition: box-shadow 0.15s ease;
  width: 328px;
}

a:hover > .c-coach-featured-card-variant2 {
  box-shadow: 0 0 12.9px rgba(0, 0, 0, 0.05);
}

.c-coach-featured-card-variant2__header {
  align-items: center;
  display: flex;
  gap: 12px;
  width: 100%;
}

.c-coach-featured-card-variant2 .c-coach-featured-card-variant2__avatar {
  flex-shrink: 0;
  height: 90px;
  width: 90px;
}

.c-coach-featured-card-variant2__name-wrap {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.c-coach-featured-card-variant2__name {
  color: #111111;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  line-height: 1.17;
}

.c-coach-featured-card-variant2__name-text {
  color: inherit;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-coach-featured-card-variant2__location {
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.47;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-coach-featured-card-variant2__specialties {
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.47;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-coach-featured-card-variant2__body {
  flex: 1 1 auto;
  padding-top: 8px;
}

.c-coach-featured-card-variant2__pills {
  gap: 8px;
  height: 41px;
  padding-bottom: 9px;
}

.c-coach-featured-card-variant2__rating-pill {
  align-items: center;
  background: #FFFFFF;
  border-radius: 11.6px;
  display: inline-flex;
  gap: 7px;
  height: 31.32px;
}

.c-coach-featured-card-variant2__rating-icon {
  background-image: url("/images/marketplace/icons/ic-star.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  height: 17px;
  width: 17px;
}

.c-coach-featured-card-variant2__rating-value {
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.14px;
  white-space: nowrap;
}

.c-coach-featured-card-variant2__pill {
  align-items: center;
  background: #FFFFFF;
  border: 0.5px solid #E7E7E7;
  border-radius: 12px;
  display: inline-flex;
  gap: 6px;
  height: 32px;
  padding: 0 8px;
}

.c-coach-featured-card-variant2__pill-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.c-coach-featured-card-variant2__pill-icon--vdot {
  background-image: url("/images/marketplace/icons/ic-vdot-v-mark.svg");
}

.c-coach-featured-card-variant2__pill-icon--usatf {
  background-image: url("/images/marketplace/icons/ic-usatf.png");
}

.c-coach-featured-card-variant2__pill-icon--rrca {
  background-image: url("/images/marketplace/icons/ic-rrca.png");
}

.c-coach-featured-card-variant2__pill-text {
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.c-coach-featured-card-variant2__pill-more {
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.47;
  white-space: nowrap;
}

.c-coach-featured-card-variant2__services {
  height: 84px;
  padding-top: 5px;
  padding-bottom: 6px;
}

.c-coach-featured-card-variant2__service {
  color: #111111;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  letter-spacing: -0.28px;
  line-height: 1.47;
}

.c-coach-featured-card-variant2__divider {
  background: #E7E7E7;
  display: block;
  height: 1px;
  margin: 16px 0;
  width: 100%;
}

.c-coach-featured-card-variant2__footer {
  justify-content: flex-end;
  margin-top: auto;
}

.c-coach-featured-card-variant2__pricing {
  color: #111111;
  font-family: "Inter", sans-serif;
  margin-left: auto;
  text-align: right;
}

.c-coach-featured-card-variant2__pricing-label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.13px;
}

.c-coach-featured-card-variant2__pricing-value {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-left: 2px;
}

.coach-search-section-slide .c-coach-featured-card-variant2 {
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .c-coach-featured-card-variant2 {
    border-radius: 20px;
    flex-basis: 175px;
    gap: 8px;
    height: auto;
    max-width: 175px;
    padding: 16px 12px;
    width: 175px;
  }
  .c-coach-featured-card-variant2__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
  .c-coach-featured-card-variant2 .c-coach-featured-card-variant2__avatar {
    height: 67.5px;
    width: 67.5px;
  }
  .c-coach-featured-card-variant2__name-wrap {
    gap: 4px;
    width: 100%;
  }
  .c-coach-featured-card-variant2__name {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
  }
  .c-coach-featured-card-variant2__location {
    display: none;
  }
  .c-coach-featured-card-variant2__specialties {
    font-size: 12px;
    letter-spacing: normal;
    white-space: normal;
  }
  .c-coach-featured-card-variant2__body {
    padding-top: 0;
  }
  .c-coach-featured-card-variant2__pills {
    height: 23px;
    padding-bottom: 0;
  }
  .c-coach-featured-card-variant2__rating-pill {
    background: transparent;
    border-radius: 0;
    gap: 0;
    height: auto;
    order: 1;
  }
  .c-coach-featured-card-variant2__rating-icon {
    height: 15px;
    width: 15px;
  }
  .c-coach-featured-card-variant2__rating-value {
    font-size: 11px;
    letter-spacing: normal;
  }
  .c-coach-featured-card-variant2__pill {
    background: transparent;
    border: 0;
    border-radius: 12px;
    gap: 6px;
    height: auto;
    padding: 0;
  }
  .c-coach-featured-card-variant2__pill-icon {
    height: 23px;
    width: 23px;
  }
  .c-coach-featured-card-variant2__pill-text,
  .c-coach-featured-card-variant2__pill-more {
    font-size: 11px;
  }
  .c-coach-featured-card-variant2__services {
    display: none;
  }
  .c-coach-featured-card-variant2__divider {
    display: none;
  }
  .c-coach-featured-card-variant2__footer {
    justify-content: flex-start;
    margin-top: 8px;
  }
  .c-coach-featured-card-variant2__pricing {
    margin-left: 0;
    text-align: left;
  }
  .c-coach-featured-card-variant2__pricing-label {
    font-size: 12px;
    letter-spacing: normal;
  }
  .c-coach-featured-card-variant2__pricing-value {
    font-size: 16px;
    letter-spacing: normal;
    margin-left: 4px;
  }
}
.coach-search-explore-tabs-section {
  background: #FFFFFF;
  padding: 8px 0 15px;
  margin-bottom: 20px;
}

.coach-search-explore-tabs-title {
  color: #111111;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 16px;
  padding-top: 45px;
}

.coach-search-explore-tabs-section .c-marketplace-breadcrumbs-wrap {
  padding-top: 0;
  margin-top: 24px;
  margin-bottom: 24px;
}

.coach-search-explore-tabs-section .c-marketplace-breadcrumbs__item a {
  color: #111111;
}
.coach-search-explore-tabs-section .c-marketplace-breadcrumbs__item a:hover, .coach-search-explore-tabs-section .c-marketplace-breadcrumbs__item a:focus-visible {
  color: #111111;
  text-decoration: underline;
}

.coach-search-explore-tabs {
  border: 0;
  gap: 8px;
  margin-bottom: 0;
}

.coach-search-explore-tab.nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  line-height: normal;
  min-height: 40px;
  min-width: 0;
  padding: 0 16px;
  text-align: center;
}
.coach-search-explore-tab.nav-link:hover, .coach-search-explore-tab.nav-link:focus {
  color: #111111;
}
.coach-search-explore-tab.nav-link.active {
  background: transparent;
  border-bottom-color: #111111;
  color: #111111;
  min-width: 0;
}

@media (max-width: 767.98px) {
  .coach-search-explore-tabs-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .coach-search-explore-tabs-title {
    font-size: 20px;
  }
  .coach-search-explore-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .coach-search-explore-tabs .nav-item {
    margin: 0;
  }
  .coach-search-explore-tab-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.coach-search-explore-tab-content {
  background: #FFFFFF;
  padding: 40px 0 0;
}

.coach-search-explore-tab-content > .tab-pane {
  padding-bottom: 48px;
}

.coach-search-explore-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 33px;
  row-gap: 16px;
  padding-left: 12px;
}

.coach-search-explore-more-section {
  padding-top: 8px;
}

.coach-search-explore-more-title {
  color: #111111;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 16px;
}

.coach-search-explore-link {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.47;
  text-decoration: none;
  white-space: nowrap;
}
.coach-search-explore-link:hover, .coach-search-explore-link:focus {
  color: #00C805;
}

.marketplace-promoted-searches-section {
  background: #FFFFFF;
  padding: 20px 0 48px;
}

.marketplace-promoted-searches-title {
  color: #111111;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 16px;
}

.marketplace-promoted-searches-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 33px;
  row-gap: 8px;
}

.marketplace-promoted-searches-link {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}
.marketplace-promoted-searches-link:hover, .marketplace-promoted-searches-link:focus {
  color: #00C805;
}

@media (max-width: 767.98px) {
  .marketplace-promoted-searches-title {
    font-size: 20px;
  }
}
.coach-popular-searches-title {
  color: #747474;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
  line-height: 1;
  margin: 0 0 8px;
}

.coach-popular-searches-section {
  margin-top: 12px;
}

.coach-popular-searches-list {
  display: flex;
  flex-direction: column;
}

.coach-popular-searches-pill {
  align-items: center;
  border-radius: 16px;
  color: #989898;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
  padding: 16px 16px 16px 20px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.coach-popular-searches-pill:hover, .coach-popular-searches-pill:focus {
  background: #f5f5f5;
  color: #111111;
  text-decoration: none;
}
.coach-popular-searches-pill:focus-visible {
  outline: 2px solid #111111;
  outline-offset: -2px;
}

.coach-popular-searches-pill-icon {
  display: block;
  flex-shrink: 0;
  height: 18px;
  object-fit: contain;
  width: 18px;
}

@media (min-width: 992px) {
  .coach-popular-searches-section {
    margin-top: 15px;
    padding-left: 8px;
  }
}
@media (max-width: 767.98px) {
  .coach-popular-searches-section {
    display: none;
  }
}
.coach-social-proof-section {
  background: #FFFFFF;
  padding: 36px 0 44px;
}

.coach-social-proof-section__header {
  margin-bottom: 26px;
}

.coach-social-proof-section__title {
  color: #111111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.66px;
  margin: 0;
}
@media (min-width: 992px) {
  .coach-social-proof-section__title {
    font-size: 40px;
    letter-spacing: normal;
  }
}

.coach-social-proof-section__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 16px;
  min-width: 40px;
}
.coach-social-proof-section__controls:empty {
  display: none;
}

.coach-social-proof-section .lSSlideOuter {
  overflow: hidden;
}
.coach-social-proof-section .lSAction {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-left: auto;
  position: static;
}
.coach-social-proof-section .lSAction > .lSPrev,
.coach-social-proof-section .lSAction > .lSNext {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #747474;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin: 0;
  position: static;
  top: auto;
  transform: none;
  width: 16px;
  z-index: 2;
}
.coach-social-proof-section .lSAction > .lSPrev:before,
.coach-social-proof-section .lSAction > .lSNext:before {
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
}
.coach-social-proof-section .lSAction > .lSPrev:hover, .coach-social-proof-section .lSAction > .lSPrev:focus,
.coach-social-proof-section .lSAction > .lSNext:hover,
.coach-social-proof-section .lSAction > .lSNext:focus {
  color: #111111;
  outline: none;
}
.coach-social-proof-section .lSAction > .lSPrev:before {
  transform: rotate(225deg);
}
.coach-social-proof-section .lSAction > .lSNext:before {
  transform: rotate(45deg);
}
.coach-social-proof-section .lSAction > .lSPrev {
  left: auto;
}
.coach-social-proof-section .lSAction > .lSNext {
  right: auto;
}
.coach-social-proof-section .lSAction > .lSPrev.is-hidden,
.coach-social-proof-section .lSAction > .lSNext.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.coach-social-proof-slider-wrap {
  display: block;
  width: 100%;
}

.coach-social-proof-slider {
  display: block;
  width: 100%;
  visibility: hidden;
}

.coach-social-proof-slide {
  padding: 0;
}

.c-coach-social-proof-card {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  width: 380px;
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.c-coach-social-proof-card__coach {
  gap: 10px;
}

.c-coach-social-proof-avatar {
  flex-shrink: 0;
}

.c-coach-social-proof-avatar .c-avatar__fallback {
  background: #0F1217;
  border: 1px solid #2E3742;
}

.c-coach-social-proof-card__coach-meta {
  margin-left: 16px;
  min-width: 0;
  overflow: hidden;
}

.c-coach-social-proof-card__coach-name {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -0.03em;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-coach-social-proof-card__coach-tagline {
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin: 3px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-coach-social-proof-card__body {
  gap: 9px;
}

.c-coach-social-proof-card__divider {
  background: #F0F0F0;
  border-radius: 27px;
  width: 4px;
  align-self: stretch;
  flex-shrink: 0;
}

.c-coach-social-proof-card__content {
  display: flex;
  flex-direction: column;
  gap: 22px;
  flex: 1 1 0;
  min-width: 0;
}

.c-coach-social-proof-card__reviewer {
  gap: 9px;
}

.c-coach-social-proof-reviewer-avatar {
  background: #0F1217;
  flex-shrink: 0;
}

.c-coach-social-proof-card__reviewer-meta-wrap {
  min-width: 0;
  overflow: hidden;
}

.c-coach-social-proof-card__reviewer-name {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-coach-social-proof-card__reviewer-meta {
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.c-coach-social-proof-card__excerpt {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.47;
  letter-spacing: -0.28px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .coach-social-proof-section {
    padding: 24px 0 32px;
  }
  .c-coach-social-proof-card {
    width: 280px;
  }
}
@media (max-width: 767.98px) {
  .coach-social-proof-section__controls {
    min-width: 34px;
  }
  .coach-social-proof-section .lSAction {
    gap: 10px;
  }
  .c-coach-social-proof-card {
    width: 240px;
  }
}
.coach-faq-section {
  background: #fff;
  padding: 15px 0 40px;
}

.coach-faq-section__title {
  color: #111111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.66px;
  margin: 0 0 28px;
}

.coach-faq-section__row {
  margin-right: -9px;
  margin-left: -9px;
}

.coach-faq-section__row > [class*=col-] {
  padding-right: 9px;
  padding-left: 9px;
}

.c-coach-faq-panel {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 9px;
  overflow: hidden;
}

.c-coach-faq-item + .c-coach-faq-item {
  border-top: 1px solid #DCDCDC;
}

.c-coach-faq-item__heading {
  margin: 0;
}

.c-coach-faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  background: #fff;
  color: #111111;
  text-align: left;
  padding: 19px 18px 19px 19px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.41;
  letter-spacing: -0.28px;
  cursor: pointer;
}
.c-coach-faq-item__trigger:focus {
  outline: none;
}
.c-coach-faq-item__trigger:focus-visible {
  outline: 2px solid #111111;
  outline-offset: -2px;
}
.c-coach-faq-item__trigger::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #111111;
  border-bottom: 2px solid #111111;
  transform: rotate(45deg);
  margin-top: 4px;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.c-coach-faq-item__trigger:not(.collapsed)::after {
  transform: rotate(-135deg);
  margin-top: 8px;
}

.c-coach-faq-item__question {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.41;
  letter-spacing: -0.28px;
}

.c-coach-faq-item__body {
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.41;
  letter-spacing: -0.26px;
  padding: 8px 19px 20px;
  max-width: 504px;
}

.marketplace-home-hero {
  background: #f5f5f5;
  padding: 16px 0 8px;
}

.marketplace-home-hero__top-actions {
  gap: 10px;
  margin-bottom: 20px;
}

.marketplace-home-hero__chip {
  align-items: center;
  background: #FFFFFF;
  border: 0;
  border-radius: 44px;
  color: #111111;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  height: 37px;
  justify-content: center;
  letter-spacing: -0.28px;
  line-height: 1.21;
  min-width: 135px;
  padding: 0 20px;
  text-decoration: none;
}

.marketplace-home-hero__chip--compact {
  min-width: 91px;
  padding: 0 14px;
}

.marketplace-home-hero__title {
  color: #111111;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1.12px;
  line-height: 1;
  margin-bottom: 18px;
  text-align: left;
}

.marketplace-home-hero__subtitle {
  color: #747474;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1.03;
  margin: 0 0 20px;
}

.marketplace-home-hero__search-wrap {
  margin: 0 auto 12px;
  max-width: 1041px;
}

@media (min-width: 768px) {
  .marketplace-home-hero {
    padding-top: 21px;
    padding-bottom: 36px;
  }
  .marketplace-home-hero__title {
    font-size: 32px;
    letter-spacing: -1.28px;
    margin-bottom: 24px;
    text-align: center;
  }
  .marketplace-home-hero__subtitle {
    text-align: center;
  }
  .marketplace-home-hero__search-wrap {
    margin-bottom: 15px;
  }
}
.c-marketplace-hero-ai-section {
  background: #f5f5f5;
  padding: 0 0 46px;
}

.c-marketplace-hero-ai-section__container {
  max-width: 1440px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .c-marketplace-hero-ai-section__container {
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
  }
}
.c-marketplace-hero-ai-section__actions {
  gap: 8px;
  margin-bottom: 32px;
}

.c-marketplace-hero-ai-section__top-action {
  align-items: center;
  background: transparent;
  border: 0;
  color: #111111;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  letter-spacing: -0.14px;
  line-height: 1;
  padding: 0;
  text-decoration: none;
}

.c-marketplace-hero-ai-section__top-action:hover,
.c-marketplace-hero-ai-section__top-action:focus-visible {
  color: #111111;
  text-decoration: none;
}

.c-marketplace-hero-ai-section__top-action:focus-visible,
.c-marketplace-hero-ai-section__clear:focus-visible,
.c-marketplace-hero-ai-section__submit:focus-visible,
.c-marketplace-hero-ai-section__pill:focus-visible,
.c-marketplace-hero-ai-section__search-input:focus-visible,
.c-marketplace-runner-type-filters__pill:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

.c-marketplace-hero-ai-section__chevron {
  height: 12px;
  width: 12px;
}

.c-marketplace-hero-ai-section__content {
  gap: 25px;
}

.c-marketplace-hero-ai-section__title {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1;
  margin: 0;
}

.c-marketplace-hero-ai-section__search {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 700px;
  padding: 0;
  position: relative;
  transition: box-shadow 0.15s ease;
  width: 100%;
}

.c-marketplace-hero-ai-section__search:hover {
  box-shadow: 0 0 12.9px rgba(0, 0, 0, 0.05);
}

.c-marketplace-hero-ai-section__search-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 18px 8px 8px 18px;
  width: 100%;
}

.c-marketplace-hero-ai-section__search-input {
  background: transparent;
  border: 0;
  color: #111111;
  flex: 1 1 auto;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  resize: none;
  width: auto;
}

.c-marketplace-hero-ai-section__search-input::placeholder {
  color: #747474;
  opacity: 1;
}

.c-marketplace-hero-ai-section__search-input:focus {
  outline: 0;
}

.c-marketplace-hero-ai-section__search-actions {
  flex: 0 0 auto;
  gap: 8px;
}

.c-marketplace-hero-ai-section__clear {
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  background: #FFFFFF;
  border: 0;
  border-radius: 36px;
  color: #111111;
  cursor: pointer;
  display: none;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 40px;
}

.c-marketplace-hero-ai-section__search.is-input-active.is-input-filled .c-marketplace-hero-ai-section__clear {
  display: inline-flex;
}

.c-marketplace-hero-ai-section__clear-icon {
  background-image: url("/images/marketplace/icons/ic-filters-remove.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 16px;
  width: 16px;
}

.c-marketplace-hero-ai-section__submit {
  align-items: center;
  background: #111111;
  border: 0;
  border-radius: 36px;
  color: #FFFFFF;
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 40px;
}

.c-marketplace-hero-ai-section__submit:disabled {
  cursor: wait;
  opacity: 0.8;
}

.c-marketplace-hero-ai-section__submit-icon {
  background-image: url("/images/marketplace/icons/ic-search-submit-arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 15px;
  width: 13px;
}

.c-marketplace-hero-ai-section__submit.is-loading .c-marketplace-hero-ai-section__submit-icon {
  visibility: hidden;
}

.c-marketplace-hero-ai-section__submit.is-loading::after {
  animation: c-marketplace-hero-ai-section-spin 0.7s linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  border-top-color: #FFFFFF;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  width: 18px;
}

@keyframes c-marketplace-hero-ai-section-spin {
  to {
    transform: rotate(360deg);
  }
}
.c-marketplace-hero-ai-section__error {
  color: #b42318;
  font-size: 13px;
  line-height: 1.4;
  margin: 10px 0 0;
}

.c-marketplace-hero-ai-section__popular-links {
  gap: 8px;
  max-width: 330px;
}

.c-marketplace-hero-ai-section .coach-popular-searches-section {
  margin-top: 0;
  max-width: 700px;
  width: 100%;
}

.c-marketplace-runner-type-filters {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
  width: 100%;
}
.c-marketplace-runner-type-filters .lSSlideOuter {
  overflow: hidden;
  width: 100%;
}

.c-marketplace-runner-type-filters__title {
  color: #111111;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.c-marketplace-runner-type-filters__slider-wrap {
  display: block;
  width: 100%;
}

.c-marketplace-runner-type-filters__list {
  display: block;
  margin: 0 auto;
  visibility: visible;
  width: auto;
  max-width: 100%;
}

.c-marketplace-runner-type-filters__item {
  padding: 0;
}

.c-marketplace-runner-type-filters__pill {
  align-items: center;
  background: #e9e9e9;
  border-radius: 36px;
  color: #111111;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  padding: 0 14px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.c-marketplace-runner-type-filters__pill:hover,
.c-marketplace-runner-type-filters__pill:focus-visible {
  color: #111111;
  text-decoration: none;
}

.c-marketplace-hero-ai-section__pill {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  border-radius: 36px;
  color: #747474;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: -0.28px;
  line-height: 1.47;
  min-height: 37px;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
}

.c-marketplace-hero-ai-section__pill:hover,
.c-marketplace-hero-ai-section__pill:focus-visible {
  color: #747474;
  text-decoration: none;
}

@media (min-width: 768px) {
  .c-marketplace-hero-ai-section__container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .c-marketplace-hero-ai-section__title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .c-marketplace-hero-ai-section__popular-links {
    max-width: none;
  }
  .c-marketplace-hero-ai-section__search {
    border-color: #E7E7E7;
    border-radius: 52px;
    min-height: 53px;
  }
  .c-marketplace-hero-ai-section__search-row {
    align-items: center;
    flex-direction: row;
    gap: 4px;
    padding: 8px 4px 8px 21px;
  }
}
@media (max-width: 767.98px) {
  .c-marketplace-hero-ai-section__search-input {
    min-height: 2.2em;
    line-height: 1;
  }
  .c-marketplace-hero-ai-section__search--compact {
    border-radius: 52px;
  }
  .c-marketplace-hero-ai-section__search--compact .c-marketplace-hero-ai-section__search-row {
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 8px 8px 8px 18px;
  }
  .c-marketplace-hero-ai-section__search--compact .c-marketplace-hero-ai-section__search-input {
    min-height: 0;
    line-height: 1.5;
  }
  .c-marketplace-runner-type-filters__pill {
    font-size: 14px;
    height: 40px;
    letter-spacing: -0.14px;
    padding: 0 18px;
  }
  .c-marketplace-runner-type-filters__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    max-width: none;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .c-marketplace-runner-type-filters__list::-webkit-scrollbar {
    display: none;
  }
  .c-marketplace-runner-type-filters__item {
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .c-marketplace-runner-type-filters__list {
    display: flex;
    gap: 8px;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .c-marketplace-hero-ai-section__title {
    order: 1;
  }
  .c-marketplace-hero-ai-section__search {
    order: 2;
  }
  .c-marketplace-runner-type-filters {
    margin-top: 0;
    order: 3;
  }
  .c-marketplace-hero-ai-section .coach-popular-searches-section {
    order: 4;
  }
  .c-marketplace-hero-ai-section__search.is-pinned {
    background: #FFFFFF;
    border-radius: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0 16px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 30;
  }
  .c-marketplace-hero-ai-section__search.is-pinned .c-marketplace-hero-ai-section__search-row {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .c-marketplace-runner-type-filters__slider-wrap .lSSlideOuter {
    display: flex;
    justify-content: center;
  }
}
.c-marketplace-currency-selector {
  position: relative;
}

.c-marketplace-currency-selector__trigger {
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 32px;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 40px;
  letter-spacing: -0.14px;
  line-height: normal;
  margin: 0;
  padding: 0 12px;
  position: relative;
  z-index: 20;
}

.c-marketplace-currency-selector__trigger:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

.c-marketplace-currency-selector__trigger-label {
  white-space: nowrap;
}

.c-marketplace-currency-selector__flag {
  background-position: center;
  background-size: cover;
  border-radius: 999px;
  flex: 0 0 20px;
  height: 20px;
  overflow: hidden;
  width: 20px;
}

.c-marketplace-currency-selector__trigger[aria-expanded=true] .c-marketplace-currency-selector__trigger-chevron {
  transform: rotate(180deg);
}

.c-marketplace-currency-selector__trigger-chevron {
  flex: 0 0 12px;
  height: 12px;
  transition: transform 160ms ease;
  width: 12px;
}

.c-marketplace-currency-selector__menu {
  background: #FFFFFF;
  border-radius: 22px;
  box-shadow: 0 8px 19.9px 12px rgba(0, 0, 0, 0.15);
  max-height: 482px;
  overflow-y: auto;
  padding: 8px 6px 16px;
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  width: min(218px, 100vw - 32px);
  z-index: 20;
  scrollbar-color: #dcdcdc transparent;
  scrollbar-width: thin;
}
.c-marketplace-currency-selector__menu::-webkit-scrollbar {
  width: 6px;
}
.c-marketplace-currency-selector__menu::-webkit-scrollbar-track {
  background: transparent;
}
.c-marketplace-currency-selector__menu::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
  border-radius: 3px;
}
.c-marketplace-currency-selector__menu::-webkit-scrollbar-thumb:hover {
  background-color: #747474;
}

.c-marketplace-currency-selector__option {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 11px;
  color: #111111;
  display: flex;
  gap: 15px;
  min-height: 54px;
  padding: 0 14px;
  text-align: left;
  width: 100%;
}

.c-marketplace-currency-selector__option:hover,
.c-marketplace-currency-selector__option:focus-visible {
  background: #f5f5f5;
  outline: 0;
}

.c-marketplace-currency-selector__checkbox {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-flex;
  flex: 0 0 21px;
  height: 21px;
  justify-content: center;
  width: 21px;
}

.c-marketplace-currency-selector__option.is-selected .c-marketplace-currency-selector__checkbox {
  background: #111111;
  border-color: #111111;
}

.c-marketplace-currency-selector__checkbox-icon {
  height: 12px;
  width: 12px;
}

.c-marketplace-currency-selector__label {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.47;
}

.c-marketplace-currency-selector.is-loading .c-marketplace-currency-selector__option,
.c-marketplace-currency-selector.is-loading .c-marketplace-currency-selector__trigger {
  cursor: wait;
}

@media (max-width: 767.98px) {
  .c-marketplace-currency-selector__menu {
    top: calc(100% + 12px);
  }
}
.c-marketplace-breadcrumbs-wrap {
  padding-top: 23px;
  margin-bottom: 24px;
}

.c-marketplace-breadcrumbs {
  list-style: none;
  font-size: 13px;
  line-height: normal;
  flex-wrap: nowrap;
  gap: 16px;
  overflow: hidden;
  white-space: nowrap;
}

.c-marketplace-breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #111111;
  font-weight: 600;
  min-width: 0;
  flex: 0 1 auto;
}
.c-marketplace-breadcrumbs__item a,
.c-marketplace-breadcrumbs__item > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-marketplace-breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}
.c-marketplace-breadcrumbs__item a:hover,
.c-marketplace-breadcrumbs__item a:focus-visible {
  color: #111111;
  text-decoration: underline;
}
.c-marketplace-breadcrumbs__item.is-active {
  color: #747474;
  font-weight: 400;
  flex: 1 1 auto;
}

.c-marketplace-breadcrumbs__separator {
  color: #747474;
  font-size: 10px;
}

@media (max-width: 767.98px) {
  .c-marketplace-breadcrumbs {
    font-size: 12px;
    gap: 8px;
  }
  .c-marketplace-breadcrumbs__item {
    gap: 8px;
  }
}
.c-marketplace-search-bar {
  background: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0 10px 6.8px rgba(0, 0, 0, 0.1);
  padding: 22px 13px 24px;
}

.c-marketplace-search-bar__inner {
  gap: 10px;
  position: relative;
}

.c-marketplace-search-bar__dropdown {
  position: relative;
  width: 100%;
}

.c-marketplace-search-bar__control {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #e7e7e7;
  border-radius: 38px;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  height: 44px;
  justify-content: space-between;
  letter-spacing: -0.32px;
  line-height: 1.4;
  padding: 0 16px;
  text-align: left;
  transition: border-color 0.2s ease;
  width: 100%;
}
.c-marketplace-search-bar__control:hover {
  border-color: #d5d5d5;
}
.c-marketplace-search-bar__control:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.c-marketplace-search-bar__control[aria-expanded=true] {
  border-color: #c6c6c6;
}

.c-marketplace-search-bar__label {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-marketplace-search-bar__chevron {
  border-bottom: 1.5px solid #111111;
  border-right: 1.5px solid #111111;
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  margin-left: 10px;
  transform: rotate(45deg) translateY(-1px);
  width: 8px;
}

.c-marketplace-search-bar__submit {
  background: #111111;
  border: 0;
  border-radius: 70px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  height: 46px;
  letter-spacing: -0.42px;
  line-height: 1.23;
  transition: background-color 0.2s ease;
  width: 100%;
}
.c-marketplace-search-bar__submit:hover {
  background: #272727;
}
.c-marketplace-search-bar__submit:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.c-marketplace-search-bar__submit-icon {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.2;
  width: 20px;
}

.c-marketplace-search-bar__submit-text {
  display: inline-block;
}

.c-marketplace-search-bar__mobile-summary {
  display: none;
}

.c-marketplace-search-bar__mobile-summary-primary {
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  line-height: 1.4;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-marketplace-search-bar__mobile-summary-secondary {
  color: #747474;
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.26px;
  line-height: 1.4;
  margin-top: 1px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-marketplace-search-dropdown {
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 20;
}

.c-marketplace-search-dropdown__surface {
  background: #FFFFFF;
  border-radius: 22px;
  box-shadow: 0 8px 19.9px 12px rgba(0, 0, 0, 0.15);
  padding: 10px 0;
}

.c-marketplace-search-dropdown--list .c-marketplace-search-dropdown__surface {
  min-height: 245px;
  padding: 29px 19px 27px 24px;
}

.c-marketplace-search-dropdown__mobile-sheet {
  display: none;
}

.c-marketplace-search-dropdown__list-item {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 13px;
  color: #111111;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  line-height: 1.03;
  min-height: 57px;
  padding: 0 18px;
  text-align: left;
  width: 100%;
}
.c-marketplace-search-dropdown__list-item:not(:last-child) {
  margin-bottom: 9px;
}
.c-marketplace-search-dropdown__list-item:hover, .c-marketplace-search-dropdown__list-item:focus-visible {
  background: #f5f5f5;
  outline: 0;
}
.c-marketplace-search-dropdown__list-item[aria-selected=true] {
  border-color: #111111;
  border-width: 1.5px;
}

.c-marketplace-search-dropdown__list-icon {
  align-items: center;
  color: #111111;
  display: inline-flex;
  height: 21px;
  justify-content: center;
  margin-right: 11px;
  width: 28px;
}
.c-marketplace-search-dropdown__list-icon svg {
  display: block;
}

.c-marketplace-search-dropdown__list-icon-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 21px;
  width: 28px;
}

.c-marketplace-search-dropdown__list-icon--private-coaching {
  background-image: url("/images/marketplace/icons/ic-private-coaching.png");
}

.c-marketplace-search-dropdown__list-icon--training-plan {
  background-image: url("/images/marketplace/icons/ic-training-plans.png");
}

.c-marketplace-search-dropdown__list-icon--consultation {
  background-image: url("/images/marketplace/icons/ic-consultation.png");
}

.c-marketplace-search-dropdown__list-label {
  color: #111111;
  display: block;
}

.c-marketplace-search-dropdown--expandable .c-marketplace-search-dropdown__surface {
  max-height: 482px;
  overflow-y: auto;
  padding: 0;
}

.c-marketplace-search-dropdown__flat-options {
  padding: 0;
}

.c-marketplace-search-dropdown__check-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 15px;
  margin: 0;
  min-height: 54px;
  padding: 0 20px;
}

.c-marketplace-search-dropdown__flat-options .c-marketplace-search-dropdown__check-option:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}

.c-marketplace-search-dropdown__checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.c-marketplace-search-dropdown__fake-checkbox {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  flex-shrink: 0;
  height: 21px;
  position: relative;
  width: 21px;
}

.c-marketplace-search-dropdown__fake-checkbox--radio {
  border-radius: 50%;
}

.c-marketplace-search-dropdown__checkbox:checked + .c-marketplace-search-dropdown__fake-checkbox {
  background: #00C805;
  border-color: #00C805;
}

.c-marketplace-search-dropdown__checkbox:checked + .c-marketplace-search-dropdown__fake-checkbox::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  height: 9px;
  left: 7px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 5px;
}

.c-marketplace-search-dropdown__checkbox:checked + .c-marketplace-search-dropdown__fake-checkbox--radio {
  background: #FFFFFF;
  border-color: #111111;
}

.c-marketplace-search-dropdown__checkbox:checked + .c-marketplace-search-dropdown__fake-checkbox--radio::after {
  background: #111111;
  border: 0;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 5px;
  top: 5px;
  transform: none;
  width: 9px;
}

.c-marketplace-search-dropdown__check-label {
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1.32;
}

.c-marketplace-search-dropdown__mobile-modal-header,
.c-marketplace-search-dropdown__mobile-modal-actions {
  display: none;
}

@media (max-width: 991.98px) {
  .marketplace-popular-searches-strip {
    background: #FFFFFF;
  }
  .marketplace-popular-searches-strip .coach-popular-searches-section {
    align-items: flex-start;
    background: transparent;
    display: block;
    margin: 0;
    padding: 14px 0 12px;
  }
  .marketplace-popular-searches-strip .coach-popular-searches-title {
    margin: 0 0 10px;
    padding-bottom: 10px;
  }
  .c-marketplace-search-bar--mobile-summary {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .c-marketplace-search-bar--mobile-summary .c-marketplace-search-bar__dropdown {
    display: none;
  }
  .c-marketplace-search-bar--mobile-summary .c-marketplace-search-bar__mobile-summary {
    background: #FFFFFF;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 7px 5.05px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: block;
    min-height: 61px;
    overflow: hidden;
    padding: 12px 25px 10px;
    text-align: left;
    width: 100%;
  }
  .c-marketplace-search-bar--mobile-summary .c-marketplace-search-bar__mobile-summary:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
  }
  .c-marketplace-search-bar--mobile-summary .c-coach-search-mobile-actions {
    margin-top: 14px;
  }
  body.c-marketplace-search-modal-open {
    overflow: hidden;
  }
  .c-marketplace-search-dropdown--list.c-marketplace-search-dropdown--product-sheet {
    background: rgba(0, 0, 0, 0.4);
    inset: 0;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    position: fixed;
    width: 100%;
    z-index: 1040;
  }
  .c-marketplace-search-dropdown--list.c-marketplace-search-dropdown--product-sheet .c-marketplace-search-dropdown__surface {
    display: none;
  }
  .c-marketplace-search-dropdown--list.c-marketplace-search-dropdown--product-sheet .c-marketplace-search-dropdown__mobile-sheet {
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -8px 19.9px 12px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 18px 22px 24px;
    width: 100%;
  }
  .c-marketplace-search-dropdown__mobile-sheet-header {
    margin-bottom: 16px;
  }
  .c-marketplace-search-dropdown__mobile-sheet-title {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
    line-height: 1.2;
    margin: 0;
  }
  .c-marketplace-search-dropdown__mobile-sheet-close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #111111;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 0;
  }
  .c-marketplace-search-dropdown__mobile-sheet-close:focus-visible {
    outline: 2px solid #111111;
    outline-offset: 2px;
  }
  .c-marketplace-search-dropdown__mobile-sheet-close svg {
    fill: none;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 2;
    width: 24px;
  }
  .c-marketplace-search-dropdown__mobile-sheet-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .c-marketplace-search-dropdown__mobile-sheet .c-marketplace-search-dropdown__list-item {
    border-radius: 29px;
    min-height: 56px;
    padding: 0 16px;
  }
  .c-marketplace-search-dropdown__mobile-sheet .c-marketplace-search-dropdown__list-item:not(:last-child) {
    margin-bottom: 0;
  }
  .c-marketplace-search-dropdown__mobile-sheet .c-marketplace-search-dropdown__list-item[aria-selected=true] {
    background: #f5f5f5;
    border-color: #DCDCDC;
    border-width: 1px;
  }
  .c-marketplace-search-dropdown__mobile-sheet .c-marketplace-search-dropdown__list-icon {
    margin-right: 10px;
  }
  .c-marketplace-search-dropdown__mobile-sheet-actions {
    margin-top: 54px;
  }
  .c-marketplace-search-dropdown__mobile-sheet-apply {
    width: 100%;
  }
  .c-marketplace-search-dropdown--expandable.c-marketplace-search-dropdown--expandable-sheet {
    background: #FFFFFF;
    inset: 0;
    margin-top: 0;
    position: fixed;
    width: 100%;
    z-index: 1040;
  }
  .c-marketplace-search-dropdown--expandable.c-marketplace-search-dropdown--expandable-sheet .c-marketplace-search-dropdown__surface {
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: none;
    overflow: hidden;
    padding: 45px 22px 27px;
  }
  .c-marketplace-search-dropdown__mobile-modal-header {
    display: flex;
    margin-bottom: 20px;
  }
  .c-marketplace-search-dropdown__mobile-modal-title {
    color: #111111;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
    line-height: 1.03;
    margin: 0;
  }
  .c-marketplace-search-dropdown--expandable.c-marketplace-search-dropdown--expandable-sheet .c-marketplace-search-dropdown__flat-options {
    flex: 1 1 auto;
    overflow-y: auto;
  }
  .c-marketplace-search-dropdown--expandable.c-marketplace-search-dropdown--expandable-sheet .c-marketplace-search-dropdown__check-option {
    gap: 22px;
    min-height: 52px;
    padding: 0;
  }
  .c-marketplace-search-dropdown--expandable.c-marketplace-search-dropdown--expandable-sheet .c-marketplace-search-dropdown__flat-options .c-marketplace-search-dropdown__check-option:not(:last-child) {
    border-bottom: 0;
  }
  .c-marketplace-search-dropdown--expandable.c-marketplace-search-dropdown--expandable-sheet .c-marketplace-search-dropdown__fake-checkbox {
    border-color: #d0d0d0;
    border-radius: 5px;
    height: 26px;
    width: 26px;
  }
  .c-marketplace-search-dropdown--expandable.c-marketplace-search-dropdown--expandable-sheet .c-marketplace-search-dropdown__checkbox:checked + .c-marketplace-search-dropdown__fake-checkbox {
    background: #111111;
    border-color: #111111;
  }
  .c-marketplace-search-dropdown--expandable.c-marketplace-search-dropdown--expandable-sheet .c-marketplace-search-dropdown__checkbox:checked + .c-marketplace-search-dropdown__fake-checkbox::after {
    height: 10px;
    left: 9px;
    top: 5px;
    width: 5px;
  }
  .c-marketplace-search-dropdown__mobile-modal-actions {
    display: block;
    margin-top: auto;
    padding-top: 22px;
  }
  .c-marketplace-search-dropdown__mobile-modal-apply {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-marketplace-search-bar {
    border-radius: 71px;
    box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.1);
    min-height: 101px;
    padding: 26px 34px;
  }
  .c-marketplace-search-bar__inner {
    gap: 8px;
  }
  .c-marketplace-search-bar__dropdown {
    flex: 1 1 0;
    max-width: 297px;
  }
  .c-marketplace-search-bar__control {
    border-color: #DCDCDC;
    border-radius: 66px;
    color: #747474;
    height: 48px;
    letter-spacing: -0.48px;
    line-height: 1.1;
    max-width: none;
    padding: 0 18px;
  }
  .c-marketplace-search-bar__submit {
    border-radius: 50%;
    flex: 0 0 48px;
    gap: 0;
    height: 48px;
    margin-left: 3px;
    padding: 0;
    width: 48px;
  }
  .c-marketplace-search-bar__submit-text {
    display: none;
  }
  .c-marketplace-search-dropdown {
    width: 375px;
  }
}
.coach-offering-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.coach-offering-tab {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: #747474;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}
.coach-offering-tab:focus-visible {
  outline: 2px solid #161616;
  outline-offset: 2px;
}
.coach-offering-tab.active {
  color: #161616;
  border-bottom: 2px solid #161616;
}
.coach-offering-tab.disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}
.coach-offering-tab .coach-offering-count {
  margin-left: 0.4rem;
  font-size: 0.74rem;
  color: #7a7a7a;
  font-weight: 700;
}

.marketplace-search-shell {
  max-width: 900px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
  border-radius: 1.1rem;
  padding: 0.8rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}
.marketplace-search-shell .form-control {
  border-radius: 1.3rem;
  height: calc(1.5em + 0.75rem + 2px);
  border-color: #dadada;
  font-size: 0.92rem;
}

.btn-marketplace-dark {
  border-radius: 1.4rem;
  font-weight: 700;
  padding: 0.5rem 1.25rem;
  min-height: 40px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .marketplace-search-shell {
    border-radius: 2rem;
  }
}
.coach-search-list-title {
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 0.35rem;
  font-weight: 800;
}

.coach-search-list-subtitle {
  color: #6d6d6d;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.coach-search-page-header {
  margin-bottom: 1rem;
}

.coach-search-list-header__text {
  min-width: 0;
}

.coach-search-desktop-sort {
  position: relative;
  flex: 0 0 auto;
}

.coach-search-display-toggle {
  align-items: center;
  display: flex;
  gap: 23px;
}

.coach-search-display-toggle__button {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 16px;
  justify-content: center;
  padding: 0;
  width: 16px;
}

.coach-search-display-toggle__button:focus-visible {
  outline: 2px solid #3e4a58;
  outline-offset: 2px;
}

.coach-search-display-toggle__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 16px;
  width: 16px;
}

.coach-search-display-toggle__icon--list {
  background-image: url("/images/marketplace/icons/ic-list-mode.png");
}

.coach-search-display-toggle__icon--grid {
  background-image: url("/images/marketplace/icons/ic-grid-mode.png");
}

.coach-search-display-toggle__button .coach-search-display-toggle__icon {
  opacity: 0.4;
}

.coach-search-display-toggle__button.is-active .coach-search-display-toggle__icon {
  opacity: 1;
}

.coach-search-active-filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
  gap: 8px;
}

.coach-search-active-filters__badge {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 1.4rem;
  color: #111111;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  line-height: normal;
  max-width: 100%;
  min-height: 40px;
  padding: 0 12px;
  text-decoration: none;
  transition: border-color 0.15s ease;
}

.coach-search-active-filters__badge:hover,
.coach-search-active-filters__badge:focus-visible {
  background: #FFFFFF;
  border-color: #DCDCDC;
  color: #111111;
  text-decoration: none;
}

.coach-search-active-filters__text {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coach-search-active-filters__remove {
  background-image: url("/images/marketplace/icons/ic-remove-filter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

@media (min-width: 992px) {
  .coach-search-active-filters__badge {
    background: #F5F5F5;
    border: none;
    font-size: 13px;
    font-weight: 400;
    gap: 4px;
    min-height: 24px;
    padding: 0 12px;
  }
  .coach-search-active-filters__badge:hover,
  .coach-search-active-filters__badge:focus-visible {
    background: #F5F5F5;
    border: none;
  }
}
.coach-search-desktop-sort__trigger {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 1.4rem;
  color: #111111;
  cursor: pointer;
  display: flex;
  gap: 8px;
  height: 40px;
  justify-content: center;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  line-height: normal;
  list-style: none;
  white-space: nowrap;
}

.coach-search-desktop-sort__trigger::-webkit-details-marker {
  display: none;
}

.coach-search-desktop-sort__trigger:hover,
.coach-search-desktop-sort__trigger:focus-visible {
  background: #F5F5F5;
}

.coach-search-desktop-sort__trigger:focus-visible {
  outline: 2px solid #3e4a58;
  outline-offset: 2px;
}

.coach-search-desktop-sort__icon {
  background-image: url("/images/marketplace/icons/ic-sort-down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex: 0 0 auto;
  height: 8px;
  width: 12px;
}

.coach-search-desktop-sort__summary {
  color: #111111;
  white-space: nowrap;
}

.coach-search-desktop-sort__menu {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-width: 190px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 12;
}

.coach-search-desktop-sort__option {
  align-items: center;
  border-radius: 9px;
  color: #111111;
  display: grid;
  gap: 10px;
  grid-template-columns: 18px minmax(0, 1fr);
  min-height: 36px;
  padding: 0 10px;
  text-decoration: none;
}

.coach-search-desktop-sort__option:hover {
  background: #f4f4f4;
  text-decoration: none;
}

.coach-search-desktop-sort__indicator {
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
}

.coach-search-desktop-sort__option.is-selected .coach-search-desktop-sort__indicator {
  border-color: #111111;
}

.coach-search-desktop-sort__option.is-selected .coach-search-desktop-sort__indicator::after {
  background: #111111;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 8px;
}

@media (max-width: 991.98px) {
  .coach-search-list-title,
  .coach-search-list-subtitle {
    display: none;
  }
}
.coach-search-results-controls {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coach-search-results-controls__header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.coach-search-results-controls__count {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  line-height: normal;
  margin: 0;
}

.coach-search-results-controls__desktop {
  align-items: center;
  flex: 0 0 auto;
  gap: 23px;
}

.coach-search-results-controls__sort {
  align-items: center;
  background: transparent;
  border: 0;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  line-height: normal;
  padding: 0;
  white-space: nowrap;
}

.coach-search-results-controls__sort:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.coach-search-results-controls__sort-icon {
  background-image: url("/images/marketplace/icons/ic-sort-down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex: 0 0 auto;
  height: 8px;
  width: 12px;
}

.coach-search-results-controls__filters-row {
  align-items: center;
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
}

.coach-search-results-controls__filters {
  align-items: center;
  background: transparent;
  border: 0;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  line-height: normal;
  padding: 0;
  white-space: nowrap;
}

.coach-search-results-controls__filters:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}

.coach-search-results-controls__filters-icon-wrap {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}

.coach-search-results-controls__filters-icon {
  background-image: url("/images/marketplace/icons/ic-filter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.coach-search-results-controls__filters-badge {
  align-items: center;
  background: #00C805;
  border-radius: 999px;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  height: 16px;
  justify-content: center;
  line-height: 1;
  min-width: 16px;
  padding: 0 4px;
  position: absolute;
  right: -8px;
  top: -6px;
}

.coach-search-results-controls__pills {
  flex: 1 1 auto;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .coach-search-results-controls__pills {
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .coach-search-results-controls__pills::-webkit-scrollbar {
    display: none;
  }
  .coach-search-results-controls__pills .coach-search-active-filters__badge {
    background: #F5F5F5;
    border: none;
    flex: 0 0 auto;
    font-size: 13px;
    min-height: 32px;
    padding: 0 12px;
  }
  .coach-search-results-controls__filters {
    height: 32px;
  }
}
.marketplace-speciality-summary {
  font-size: 0.78rem;
  color: #707070;
  margin-top: 0.35rem;
  margin-left: 0.25rem;
}

@media (min-width: 992px) {
  .coach-search-list-title {
    font-size: 1.65rem;
  }
}
@media (min-width: 992px) {
  .coach-search-results-list--grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .coach-search-results-list--grid .c-coach-search-result-row-link {
    height: 100%;
  }
  .coach-search-results-list--grid .c-coach-search-result-row {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__content {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__summary {
    margin-bottom: 16px !important;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__location {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__specialties {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__specialties-separator {
    display: none !important;
  }
  .coach-search-results-list--grid .c-coach-search-result-row .c-coach-search-result-row__header {
    align-items: flex-start;
    column-gap: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 0;
  }
  .coach-search-results-list--grid .c-coach-search-result-row .c-coach-search-result-row__avatar {
    grid-column: 1;
    grid-row: 1;
  }
  .coach-search-results-list--grid .c-coach-search-result-row .c-coach-search-result-row__identity-copy {
    display: contents;
  }
  .coach-search-results-list--grid .c-coach-search-result-row .c-coach-search-result-row__identity-text {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .coach-search-results-list--grid .c-coach-search-result-row .c-coach-search-result-row__pills {
    grid-column: 1/-1;
    grid-row: 2;
    margin-left: 0;
    width: auto;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__divider {
    margin-top: auto;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__content--products {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 140px;
  }
  .coach-search-results-list--grid .c-coach-search-result-row__view-all {
    margin-top: auto;
  }
  .c-coach-search-results-grid-next-tile {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 32px;
    color: inherit;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    min-height: 100%;
    padding: 32px 16px;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.15s ease;
  }
  .c-coach-search-results-grid-next-tile:hover,
  .c-coach-search-results-grid-next-tile:focus {
    border-color: #DCDCDC;
    text-decoration: none;
  }
  .c-coach-search-results-grid-next-tile__icon {
    align-items: center;
    background: #111111;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
  }
  .c-coach-search-results-grid-next-tile__label {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.16px;
  }
  .c-coach-search-results-grid-next-tile__page {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
  }
}
.marketplace-broader-suggestion {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #e1e1e1;
  border-radius: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  text-align: center;
  max-width: 800px;
}

.marketplace-broader-suggestion__text {
  color: #6d6d6d;
  font-size: 0.92rem;
  margin: 0;
}

.marketplace-broader-suggestion__term {
  color: #111111;
  font-weight: 700;
}

.marketplace-broader-suggestion__button {
  align-items: center;
  background: #fff;
  border: 1px solid #00C805;
  border-radius: 1.4rem;
  color: #00C805;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}

.marketplace-broader-suggestion__button:hover,
.marketplace-broader-suggestion__button:focus-visible {
  background: #00C805;
  border-color: #00C805;
  color: #fff;
  text-decoration: none;
}

.coach-search-slider-section {
  margin-bottom: 80px;
  min-width: 0;
  width: 100%;
}
.coach-search-slider-section .lSSlideOuter {
  overflow: hidden;
}
.coach-search-slider-section .coach-search-slider-header {
  align-items: center;
  gap: 16px;
  margin-bottom: 24px !important;
}
.coach-search-slider-section .coach-search-slider-header h2 {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: 1;
}
.coach-search-slider-section .coach-search-slider-header__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 16px;
  min-width: 40px;
}
.coach-search-slider-section .coach-search-slider-header__controls:empty {
  display: none;
}
.coach-search-slider-section .coach-search-slider-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.coach-search-slider-section .coach-search-slider-wrap::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 2;
}
.coach-search-slider-section .coach-search-section-slider {
  display: block;
  width: 100%;
  visibility: hidden;
}
.coach-search-slider-section .coach-search-section-slide {
  padding: 0;
}
.coach-search-slider-section .coach-search-section-slide article {
  margin-bottom: 0;
}
.coach-search-slider-section .coach-search-section-slide:first-child .c-tooltip .c-tooltip__bubble {
  left: 0;
  transform: translate(0, 0);
}
.coach-search-slider-section .coach-search-section-slide:first-child .c-tooltip .c-tooltip__bubble::after {
  left: 12px;
  transform: none;
}
.coach-search-slider-section .coach-search-section-slide:first-child .c-tooltip:hover .c-tooltip__bubble, .coach-search-slider-section .coach-search-section-slide:first-child .c-tooltip:focus-visible .c-tooltip__bubble, .coach-search-slider-section .coach-search-section-slide:first-child .c-tooltip:focus-within .c-tooltip__bubble {
  transform: translate(0, -4px);
}
.coach-search-slider-section .coach-search-section-slide:last-child .c-tooltip .c-tooltip__bubble {
  left: auto;
  right: 0;
  transform: translate(0, 0);
}
.coach-search-slider-section .coach-search-section-slide:last-child .c-tooltip .c-tooltip__bubble::after {
  left: auto;
  right: 12px;
  transform: none;
}
.coach-search-slider-section .coach-search-section-slide:last-child .c-tooltip:hover .c-tooltip__bubble, .coach-search-slider-section .coach-search-section-slide:last-child .c-tooltip:focus-visible .c-tooltip__bubble, .coach-search-slider-section .coach-search-section-slide:last-child .c-tooltip:focus-within .c-tooltip__bubble {
  transform: translate(0, -4px);
}
.coach-search-slider-section .lSAction {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-left: auto;
  position: static;
}
.coach-search-slider-section .lSAction > .lSPrev,
.coach-search-slider-section .lSAction > .lSNext {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #747474;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  margin: 0;
  position: static;
  top: auto;
  transform: none;
  width: 16px;
  z-index: 2;
}
.coach-search-slider-section .lSAction > .lSPrev:before,
.coach-search-slider-section .lSAction > .lSNext:before {
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
}
.coach-search-slider-section .lSAction > .lSPrev:hover, .coach-search-slider-section .lSAction > .lSPrev:focus,
.coach-search-slider-section .lSAction > .lSNext:hover,
.coach-search-slider-section .lSAction > .lSNext:focus {
  color: #111111;
  outline: none;
}
.coach-search-slider-section .lSAction > .lSPrev:before {
  transform: rotate(225deg);
}
.coach-search-slider-section .lSAction > .lSNext:before {
  transform: rotate(45deg);
}
.coach-search-slider-section .lSAction > .lSPrev {
  left: auto;
}
.coach-search-slider-section .lSAction > .lSNext {
  right: auto;
}
.coach-search-slider-section .lSAction > .lSPrev.is-hidden,
.coach-search-slider-section .lSAction > .lSNext.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .coach-search-slider-section {
    margin-bottom: 36px !important;
  }
  .coach-search-slider-section .coach-search-slider-header {
    padding-left: 0px;
    margin-bottom: 20px !important;
  }
  .coach-search-slider-section .coach-search-slider-header h2 {
    font-size: 16px;
    letter-spacing: -0.18px;
  }
  .coach-search-slider-header__controls {
    min-width: 34px;
  }
  .lSAction {
    gap: 10px;
  }
  .coach-search-slider-wrap::after {
    width: 32px;
  }
}
.marketplace-info-section {
  display: flex;
  flex-direction: column;
  gap: 41px;
  padding-bottom: 40px;
}

.marketplace-info-section-header {
  color: #111111;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  text-align: left;
}

.marketplace-info-section-list {
  display: flex;
  gap: 60px;
}

.marketplace-info-section-item {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 22px;
}

.marketplace-info-section-item-header {
  color: #111111;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: normal;
  margin: 0;
}

.marketplace-info-section-item-description {
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.47;
  margin: 0;
  white-space: pre-line;
}

@media (max-width: 991.98px) {
  .marketplace-info-section {
    gap: 24px;
  }
  .marketplace-info-section-list {
    flex-direction: column;
    gap: 24px;
  }
  .marketplace-info-section-item {
    flex: none;
  }
}
@media (max-width: 767.98px) {
  .marketplace-info-section-header {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
}
.coach-form {
  border: 1px solid #e9e9e9;
  border-radius: 0.75rem;
  padding: 1rem;
  background: #fff;
}
.coach-form .form-group label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #343434;
}
.coach-form .form-control {
  border-radius: 0.5rem;
}

.coach-form.marketplace-form[data-form-kind=contact] {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.coach-form.marketplace-form[data-form-kind=contact] .form-group {
  align-items: flex-start;
  column-gap: 28px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  margin-bottom: 24px;
}
.coach-form.marketplace-form[data-form-kind=contact] .form-group > label {
  color: #111111;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  grid-column: 1;
  letter-spacing: -0.48px;
  line-height: 1.45;
  margin-bottom: 0;
  padding-top: 8px;
}
.coach-form.marketplace-form[data-form-kind=contact] .marketplace-form__label-title {
  display: block;
}
.coach-form.marketplace-form[data-form-kind=contact] .marketplace-form__required {
  color: #dc3545;
}
.coach-form.marketplace-form[data-form-kind=contact] .marketplace-form__label-help {
  color: #747474;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  line-height: 1.46;
  margin-top: 2px;
}
.coach-form.marketplace-form[data-form-kind=contact] .form-group > .form-control,
.coach-form.marketplace-form[data-form-kind=contact] .form-group > textarea {
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  box-shadow: none;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  grid-column: 2;
  height: 44px;
  letter-spacing: -0.28px;
  line-height: 1.55;
  padding: 10px 14px;
}
.coach-form.marketplace-form[data-form-kind=contact] .form-group > .form-control::placeholder,
.coach-form.marketplace-form[data-form-kind=contact] .form-group > textarea::placeholder {
  color: #989898;
  font-weight: 400;
  letter-spacing: -0.42px;
}
.coach-form.marketplace-form[data-form-kind=contact] .form-group > .form-control:focus,
.coach-form.marketplace-form[data-form-kind=contact] .form-group > textarea:focus {
  border-color: #00C805;
  box-shadow: 0 0 0 0.2rem rgba(0, 200, 5, 0.18);
  outline: none;
}
.coach-form.marketplace-form[data-form-kind=contact] .form-group > textarea {
  height: auto;
  min-height: 148px;
  padding-bottom: 12px;
  padding-top: 12px;
  resize: vertical;
}
.coach-form.marketplace-form[data-form-kind=contact] .coach-form__submit {
  align-items: center;
  background: #111111;
  border: 1px solid #111111;
  border-radius: 42px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  justify-content: center;
  letter-spacing: -0.28px;
  line-height: 1;
  margin-top: 4px;
  min-width: 160px;
  padding: 0 24px;
  text-decoration: none;
}
.coach-form.marketplace-form[data-form-kind=contact] .coach-form__submit:hover, .coach-form.marketplace-form[data-form-kind=contact] .coach-form__submit:focus {
  color: #FFFFFF;
  text-decoration: none;
}
.coach-form.marketplace-form[data-form-kind=contact] .coach-form__submit:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 2px;
}
.coach-form.marketplace-form[data-form-kind=contact] .coach-form__submit.coach-form__submit--light {
  background: #fff;
  color: #111111;
}
.coach-form.marketplace-form[data-form-kind=contact] .coach-form__submit.coach-form__submit--light:hover, .coach-form.marketplace-form[data-form-kind=contact] .coach-form__submit.coach-form__submit--light:focus {
  color: #111111;
}
.coach-form.marketplace-form[data-form-kind=contact] .coach-form__submit.coach-form__submit--light:focus-visible {
  outline-color: #111111;
}

.coach-honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .coach-form.marketplace-form[data-form-kind=contact] .form-group {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .coach-form.marketplace-form[data-form-kind=contact] .form-group > label,
  .coach-form.marketplace-form[data-form-kind=contact] .form-group > .form-control,
  .coach-form.marketplace-form[data-form-kind=contact] .form-group > textarea {
    grid-column: 1;
  }
  .coach-form.marketplace-form[data-form-kind=contact] .form-group > label {
    font-size: 15px;
    padding-top: 0;
  }
}
.marketplace-grow-cta-section {
  padding: 32px 0;
}

.marketplace-grow-cta-section__content {
  background: #0F1217;
  border-radius: 32px;
  display: flex;
  overflow: hidden;
  padding: 102px 94px;
  position: relative;
}

.marketplace-grow-cta-section__header {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 480px;
}

.marketplace-grow-cta-section__eyebrow {
  color: #3aff64;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.marketplace-grow-cta-section__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: normal;
  margin: 0 0 16px 0;
}

.marketplace-grow-cta-section__benefits {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0 0 28px 0;
  padding: 0;
}

.marketplace-grow-cta-section__benefit {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 15px;
}

.marketplace-grow-cta-section__benefit img {
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}

.marketplace-grow-cta-section__cta {
  align-items: center;
  background: #FFFFFF;
  border-radius: 44px;
  color: #06080b;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: -0.14px;
  padding: 0 16px;
  text-decoration: none;
  transition: opacity 0.15s ease-in-out;
  white-space: nowrap;
  width: fit-content;
}

.marketplace-grow-cta-section__cta:hover {
  color: #0F1217;
  opacity: 0.85;
  text-decoration: none;
}

.marketplace-grow-cta-section__media {
  height: 565px;
  position: absolute;
  right: 183px;
  top: 25px;
  width: 424px;
}

.marketplace-grow-cta-section__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

@media (max-width: 991.98px) {
  .marketplace-grow-cta-section__content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 24px 0;
    text-align: center;
  }
  .marketplace-grow-cta-section__header {
    align-items: center;
    max-width: none;
    padding-bottom: 40px;
  }
  .marketplace-grow-cta-section__benefit {
    justify-content: center;
  }
  .marketplace-grow-cta-section__media {
    height: auto;
    max-width: 260px;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }
  .marketplace-grow-cta-section__media img {
    height: auto;
    object-fit: initial;
  }
}
@media (max-width: 767.98px) {
  .marketplace-grow-cta-section__content {
    border-radius: 16px;
    padding: 24px 24px 0;
  }
  .marketplace-grow-cta-section__title {
    font-size: 28px;
  }
  .marketplace-grow-cta-section__benefit {
    font-size: 16px;
  }
}
.marketplace-testimonials-section {
  padding: 32px 0;
}
.marketplace-testimonials-section .lSSlideOuter {
  overflow-x: hidden;
  overflow-y: visible;
}

.marketplace-testimonials-section__header {
  margin-bottom: 24px;
}

.marketplace-testimonials-section__title {
  color: #111111;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
}

.marketplace-testimonials-section__controls {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  min-height: 27px;
  min-width: 60px;
}
.marketplace-testimonials-section__controls:empty {
  display: none;
}
.marketplace-testimonials-section__controls .lSAction {
  align-items: center;
  display: flex;
  gap: 6px;
  position: static;
}
.marketplace-testimonials-section__controls .lSAction > .lSPrev,
.marketplace-testimonials-section__controls .lSAction > .lSNext {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 36px;
  box-shadow: none;
  color: #111111;
  display: inline-flex;
  height: 27px;
  justify-content: center;
  margin: 0;
  position: static;
  top: auto;
  transform: none;
  width: 27px;
  z-index: 2;
}
.marketplace-testimonials-section__controls .lSAction > .lSPrev:before,
.marketplace-testimonials-section__controls .lSAction > .lSNext:before {
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
}
.marketplace-testimonials-section__controls .lSAction > .lSPrev:hover, .marketplace-testimonials-section__controls .lSAction > .lSPrev:focus,
.marketplace-testimonials-section__controls .lSAction > .lSNext:hover,
.marketplace-testimonials-section__controls .lSAction > .lSNext:focus {
  background: #f5f5f5;
  outline: none;
}
.marketplace-testimonials-section__controls .lSAction > .lSPrev:before {
  margin-left: 2px;
  transform: rotate(225deg);
}
.marketplace-testimonials-section__controls .lSAction > .lSNext:before {
  margin-right: 2px;
  transform: rotate(45deg);
}
.marketplace-testimonials-section__controls .lSAction > .lSPrev.is-hidden,
.marketplace-testimonials-section__controls .lSAction > .lSNext.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.marketplace-testimonials-slider-wrap {
  display: block;
  width: 100%;
}

.marketplace-testimonials-slider {
  display: block;
  width: 100%;
  visibility: hidden;
}

.marketplace-testimonials-slide {
  padding: 0 0 1px;
}

.c-marketplace-testimonial-card {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 16px 24px 20px;
  width: 280px;
}

.c-marketplace-testimonial-card__profile {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-marketplace-testimonial-card__name {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.14px;
  line-height: normal;
  margin: 0;
}

.c-marketplace-testimonial-card__coach {
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.c-marketplace-testimonial-card__times {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.c-marketplace-testimonial-card__event {
  color: #111111;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.c-marketplace-testimonial-card__time-row {
  align-items: center;
  display: flex;
  gap: 6px;
}

.c-marketplace-testimonial-card__time {
  color: #111111;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

.c-marketplace-testimonial-card__arrow {
  border-right: 1.5px solid #747474;
  border-top: 1.5px solid #747474;
  flex-shrink: 0;
  height: 9px;
  transform: rotate(45deg);
  width: 9px;
}

.c-marketplace-testimonial-card__improvement {
  align-items: center;
  color: #00C805;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 7px;
}

.c-marketplace-testimonial-card__improvement-icon {
  border-bottom: 8px solid #00C805;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  flex-shrink: 0;
  height: 0;
  width: 0;
}

@media (max-width: 991.98px) {
  .marketplace-testimonials-section {
    padding: 24px 0;
  }
}
@media (max-width: 767.98px) {
  .marketplace-testimonials-section__title {
    font-size: 20px;
  }
  .marketplace-testimonials-section__controls {
    min-width: 54px;
  }
}
.marketplace-certifications-section {
  padding: 32px 0;
}

.marketplace-certifications-section__title {
  color: #111111;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: normal;
  margin: 0 0 48px;
}

.marketplace-certifications-section__panel {
  align-items: stretch;
  background: #f5f5f5;
  border-radius: 32px;
  display: flex;
  gap: 40px;
  padding: 40px 42px;
}

.marketplace-certifications-section__accordion {
  display: flex;
  flex: 0 0 317px;
  flex-direction: column;
  min-width: 0;
}

.marketplace-certifications-section__item + .marketplace-certifications-section__item {
  border-top: 1px solid #dcdcdc;
}

.marketplace-certifications-section__item-heading {
  margin: 0;
}

.marketplace-certifications-section__trigger {
  align-items: flex-start;
  background: transparent;
  border: 0;
  color: #111111;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 8px;
  justify-content: space-between;
  letter-spacing: -0.2px;
  padding: 24px 0;
  text-align: left;
  width: 100%;
}
.marketplace-certifications-section__trigger:focus {
  outline: none;
}
.marketplace-certifications-section__trigger:focus-visible {
  outline: 2px solid #111111;
  outline-offset: -2px;
}
.marketplace-certifications-section__trigger::after {
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
  content: "";
  flex-shrink: 0;
  height: 9px;
  margin-top: 6px;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  width: 9px;
}
.marketplace-certifications-section__trigger:not(.collapsed)::after {
  margin-top: 10px;
  transform: rotate(-135deg);
}

.marketplace-certifications-section__body {
  color: #111111;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 16px;
  letter-spacing: -0.28px;
  line-height: 1.47;
  padding: 0 0 24px;
}

.marketplace-certifications-section__link {
  color: #111111;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.15s ease-in-out;
  width: fit-content;
}

.marketplace-certifications-section__link:hover {
  color: #111111;
  opacity: 0.7;
  text-decoration: underline;
}

.marketplace-certifications-section__media {
  border-radius: 32px;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.marketplace-certifications-section__media img {
  display: block;
  height: 100%;
  min-height: 442px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991.98px) {
  .marketplace-certifications-section__panel {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    padding-top: 0px;
  }
  .marketplace-certifications-section__accordion {
    flex-basis: auto;
  }
  .marketplace-certifications-section__media {
    order: -1;
  }
  .marketplace-certifications-section__media img {
    max-height: 320px;
    min-height: 0;
  }
}
@media (max-width: 767.98px) {
  .marketplace-certifications-section__title {
    font-size: 20px;
  }
  .marketplace-certifications-section__trigger {
    font-size: 16px;
  }
}
.c-tooltip {
  display: inline-flex;
  outline: none;
  position: relative;
}
.c-tooltip:hover .c-tooltip__bubble, .c-tooltip:focus-visible .c-tooltip__bubble, .c-tooltip:focus-within .c-tooltip__bubble {
  opacity: 1;
  transform: translate(-50%, -4px);
  visibility: visible;
}
.c-tooltip .c-tooltip__bubble {
  bottom: 100%;
  top: auto;
}
.c-tooltip .c-tooltip__bubble::after {
  border-top-color: #1B1B1B;
  bottom: auto;
  top: 100%;
}
.c-tooltip.c-tooltip--bottom:hover .c-tooltip__bubble, .c-tooltip.c-tooltip--bottom:focus-visible .c-tooltip__bubble, .c-tooltip.c-tooltip--bottom:focus-within .c-tooltip__bubble {
  transform: translate(-50%, 4px);
}
.c-tooltip.c-tooltip--bottom .c-tooltip__bubble {
  bottom: auto;
  top: 100%;
}
.c-tooltip.c-tooltip--bottom .c-tooltip__bubble::after {
  border-bottom-color: #1B1B1B;
  border-top-color: transparent;
  bottom: 100%;
  top: auto;
}
.c-tooltip.c-tooltip--align-start:hover .c-tooltip__bubble, .c-tooltip.c-tooltip--align-start:focus-visible .c-tooltip__bubble, .c-tooltip.c-tooltip--align-start:focus-within .c-tooltip__bubble {
  transform: translate(0, -4px);
}
.c-tooltip.c-tooltip--align-start .c-tooltip__bubble {
  left: 0;
  transform: translate(0, 0);
}
.c-tooltip.c-tooltip--align-start .c-tooltip__bubble::after {
  left: 12px;
  transform: none;
}
.c-tooltip.c-tooltip--align-end:hover .c-tooltip__bubble, .c-tooltip.c-tooltip--align-end:focus-visible .c-tooltip__bubble, .c-tooltip.c-tooltip--align-end:focus-within .c-tooltip__bubble {
  transform: translate(0, -4px);
}
.c-tooltip.c-tooltip--align-end .c-tooltip__bubble {
  left: auto;
  right: 0;
  transform: translate(0, 0);
}
.c-tooltip.c-tooltip--align-end .c-tooltip__bubble::after {
  left: auto;
  right: 12px;
  transform: none;
}

.c-tooltip__bubble {
  background: #1B1B1B;
  border: 1px solid #272727;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  left: 50%;
  letter-spacing: -0.06px;
  line-height: normal;
  max-width: 320px;
  width: max-content;
  opacity: 0;
  padding: 5px 8px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
  visibility: hidden;
  white-space: normal;
  z-index: 20;
}
.c-tooltip__bubble::after {
  border: 5px solid transparent;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.marketplace-coaches-page {
  background: #f6f6f6;
  color: #111111;
  min-height: 100vh;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .marketplace-coaches-page {
    margin-top: -16px;
  }
}
@media (max-width: 991.98px) {
  .marketplace-coaches-page .c-marketplace-hero-ai-section {
    padding-bottom: 20px;
  }
}
.marketplace-search-results-section {
  background: #FFFFFF;
  padding: 0 0 24px;
}

.marketplace-search-results-container {
  max-width: 1280px !important;
}

@media (min-width: 992px) {
  .marketplace-search-results-container {
    max-width: 1440px !important;
    padding-left: 80px !important;
    padding-right: 80px !important;
    box-sizing: border-box;
  }
}
.marketplace-popular-searches-strip {
  background: #FFFFFF;
}

@media (min-width: 992px) {
  .marketplace-popular-searches-strip {
    padding-top: 24px;
  }
}
.marketplace-home-page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

@media (min-width: 992px) {
  .marketplace-home .c-marketplace-hero-ai-section {
    margin-top: -16px;
  }
  .marketplace-home-page {
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    box-sizing: border-box;
  }
  .marketplace-home-page > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.coach-search-featured-avatar-fallback {
  width: 44px;
  height: 44px;
  font-weight: 700;
}
