@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);.subnavigation-container {
  width: 100%;
  max-height: 48px;
  background-color: white;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  overflow-y: hidden; }
  .subnavigation-container::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
    display: none; }
  .subnavigation-container .experience-slides {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    max-height: 48px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px !important;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */ }
    .subnavigation-container .experience-slides::-webkit-scrollbar {
      /* WebKit */
      width: 0;
      height: 0;
      display: none; }
    .subnavigation-container .experience-slides .subnavigation-item {
      max-height: 48px;
      padding: 16px;
      gap: 4px; }
      .subnavigation-container .experience-slides .subnavigation-item .subnav-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 2px; }
        .subnavigation-container .experience-slides .subnavigation-item .subnav-icon img {
          width: 12px;
          height: 12px;
          object-fit: contain; }
      .subnavigation-container .experience-slides .subnavigation-item .subnavigation-item-text {
        font-family: HummelPlate-Bold, sans-serif;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.02rem;
        text-transform: uppercase;
        color: #000;
        white-space: nowrap;
        margin: 0; }
        .subnavigation-container .experience-slides .subnavigation-item .subnavigation-item-text p {
          margin: 0; }
      @media (hover: hover) and (pointer: fine) {
        .subnavigation-container .experience-slides .subnavigation-item {
          /* Desktops with mouse */ }
          .subnavigation-container .experience-slides .subnavigation-item:hover {
            border-bottom: 2px solid #2258ce;
            cursor: pointer; } }
      .subnavigation-container .experience-slides .subnavigation-item.selected {
        border-bottom: 2px solid #2258ce;
        pointer-events: none; }
