.tcl-filter-by-alphabet .filter-by-alphabet-load-more {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}
.tcl-filter-by-alphabet .filter-by-alphabet-load-more svg {
  margin-right: 30px;
}
.tcl-filter-by-alphabet .filter-by-alphabet-load-more span {
  text-decoration: underline;
}
.tcl-filter-by-alphabet .filter-by-alphabet-load-more > * {
  cursor: pointer;
}
.tcl-filter-by-alphabet [data-carousel][data-show=false] {
  display: none;
}
.tcl-filter-by-alphabet__heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .tcl-filter-by-alphabet__heading {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .tcl-filter-by-alphabet__heading {
    margin-bottom: 20px;
  }
}
.tcl-filter-by-alphabet__description {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .tcl-filter-by-alphabet__description {
    margin-bottom: 30px;
  }
}
.tcl-filter-by-alphabet__alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 750px;
  margin: 0 auto 100px;
  gap: 10px;
}
@media (max-width: 767px) {
  .tcl-filter-by-alphabet__alphabet {
    margin-bottom: 50px;
    display: block;
  }
}
.tcl-filter-by-alphabet__alphabet [data-letter] {
  width: 43px;
  height: 38px;
  cursor: pointer;
  font-weight: 700;
  font-size: 15.5275px;
  line-height: 23px;
  color: #001d18;
  border: 1px solid #001d18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .tcl-filter-by-alphabet__alphabet [data-letter] {
    width: calc(12.5% - 10px);
    margin: 0 5px 10px;
  }
}
.tcl-filter-by-alphabet__alphabet [data-letter][data-active=true] {
  background-color: #001d18;
  color: #fff;
}
@media (max-width: 767px) {
  .tcl-filter-by-alphabet__alphabet [data-letter] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tcl-filter-by-alphabet__alphabet-letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .tcl-filter-by-alphabet__alphabet-letters {
    gap: 0;
    width: calc(100% + 10px);
    max-width: none;
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .tcl-filter-by-alphabet__alphabet-all {
    width: 100%;
    margin-bottom: 10px;
  }
}
.tcl-filter-by-alphabet__alphabet-all [data-letter] {
  width: 61px;
}
@media (max-width: 767px) {
  .tcl-filter-by-alphabet__alphabet-all [data-letter] {
    width: 100%;
    margin: 0;
  }
}
.tcl-filter-by-alphabet__results {
  position: relative;
}
.tcl-filter-by-alphabet__filter-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-filter-by-alphabet__filter-loader[data-show=false] {
  display: none;
}
.tcl-filter-by-alphabet__filter-loader span {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: #8f000a;
  -webkit-animation: flipX 1s linear infinite;
          animation: flipX 1s linear infinite;
}
@-webkit-keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
            transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
            transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
.tcl-filter-by-alphabet .not-found {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
}
@media (max-width: 1199px) {
  .tcl-filter-by-alphabet .not-found {
    font-size: 18px;
  }
}