.all-experts-v2-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.125rem 14rem;
}

@media screen and (max-width: 1440px) {
  .all-experts-v2-section {
    padding: 3.125rem 12.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .all-experts-v2-section {
    padding: 3.125rem 12.5rem;
  }
}

@media screen and (max-width: 991px) {
  .all-experts-v2-section {
    padding: 3.125rem 8rem;
  }
}

@media screen and (max-width: 767px) {
  .all-experts-v2-section {
    padding: 3.125rem 20px;
  }
}

.all-experts-v2-section .load_more_ajax_container--filters {
  margin-top: 0 !important;
}

.all-experts-v2-section .all-experts-v2-section__title {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.all-experts-v2-section .all-experts-v2-section__title h3 {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  margin-bottom: 3.75rem;
  font-size: 3.45rem;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .all-experts-v2-section .all-experts-v2-section__title h3 {
    margin-bottom: 2.5rem;
  }
}

.all-experts-v2-section .all-experts-v2-section__title h3 p {
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 3.45rem;
  line-height: 1.3;
}

.all-experts-v2-section .all-experts-v2-section__filters {
  margin-top: -2rem;
  margin-bottom: 5.5rem;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  position: sticky;
  top: 123px;
  z-index: 1000;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  .all-experts-v2-section .all-experts-v2-section__filters {
    margin-top: unset;
    margin-bottom: 3rem;
    top: 120px;
  }

  .all-experts-v2-section .all-experts-v2-section__title h3 {
    margin-bottom: 2rem;
  }

  .all-experts-v2-section .all-experts-v2-section__title h3 p {
    font-size: 3.5rem;
  }
}

.all-experts-v2-section .all-experts-v2-section__filters li {
  list-style: none;
  text-transform: uppercase;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 1.552rem;
  line-height: 1.3;
}

.all-experts-v2-section.gn_experts .all-experts-v2-section__filters li,
.all-experts-v2-section.gn_experts .all-experts-v2-section__filters li:not(:last-child) a::after {
  font-family: "Karbon", sans-serif;
  font-size: 3.017rem;
}

.all-experts-v2-section.gn_experts .all-experts-v2-section__filters li {
  font-weight: 700;
}

.all-experts-v2-section.gn_experts .all-experts-v2-section__filters li:not(:last-child) a::after {
  font-weight: 400;
}

.all-experts-v2-section .all-experts-v2-section__filters li:not(:last-child) {
  margin-right: 1rem;
}

.all-experts-v2-section .all-experts-v2-section__filters li:not(:last-child) a::after {
  content: '|';
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
  font-size: 1.552rem;
  margin-left: 1rem;
  color: black !important;
}

.all-experts-v2-section .all-experts-v2-section__filters li.active {
  color: #DB0717;
}

.all-experts-v2-section .all-experts-v2-section__filters li:hover {
  color: #DB0717;
}

.all-experts-v2-section.gn_experts .all-experts-v2-section__filters li.active {
  color: #BF1F36;
}

.all-experts-v2-section.gn_experts .all-experts-v2-section__filters li:hover {
  color: #BF1F36;
}

.all-experts-v2-section .all-experts-v2-section__filters li.disabled {
  color: #C4C4C4 !important;
  pointer-events: none !important;
}

.all-experts-v2-section .all-experts-v2-carousel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}

.all-experts-v2-carousel__slide {
  width: calc(100% / 2 - 1.875rem);
  position: relative;
  margin-bottom: 5.172rem;
  display: flex;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb {
  position: relative;
  width: 250px;
  height: 250px;
  aspect-ratio: 1/1;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb__image {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: all .2s ease-in-out;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb__image:hover img {
  transform: scale(1.05);
}

.all-experts-v2-section .expert-rs {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate3d(0, -50%, 0);
  display: flex;
  flex-direction: column;
}

.all-experts-v2-section .expert-rs div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #8C2338;
  border: solid 1px #FFFFFF;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.all-experts-v2-section .expert-rs div a {
  display: flex;
}

.all-experts-v2-section .expert-rs div:not(:first-child) {
  margin-top: 0.625rem;
}

.all-experts-v2-section .expert-rs div:hover {
  background-color: #DB0717;
}

.all-experts-v2-section .all-experts-v2-carousel__slide__infos {
  width: 65%;
  padding-top: 1rem;
  padding-left: 5rem;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__title,
.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__description {
  line-height: normal;
  letter-spacing: 0.02em;
  margin-bottom: 0.875rem;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__title {
  font-size: 2rem;
  color: #F5A482;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 500;
}

.gn_experts .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__title {
  font-size: 3.017rem !important;
  color: #3C0C44 !important;
  font-family: 'Karbon', sans-serif !important;
  margin: 0 0 1.034rem 0 !important;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__description {
  font-size: 1.6rem;
  font-weight: 700;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__description {
  font-size: 1.724rem; !important;
}

@media screen and (max-width: 991px) {
  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__description {
    font-size: 2.5rem;
  }

  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__description {
    font-size: 1.6rem;
  }
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__bio {
  font-size: 1.6rem;
  font-weight: 400;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__cta {
  font-size: 1.667rem;
  text-decoration: none;
  color: #DB0717;
  font-weight: 800;
}

.all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__cta::after {
  content: '\f054';
  padding-right: 0.6rem;
  font-family: 'Font awesome 5 Pro';
  vertical-align: middle;
  display: inline-block;
  margin-right: 16px;
  transition: none;
  margin-left: 1rem;
}

.all-experts-v2-section .all-experts-v2-section__posts__cta {
  font-weight: 900;
  margin-top: 2rem;
}

.all-experts-v2-section .all-experts-v2-section__posts__cta svg {
  margin-left: 1.5rem;
}

.all-experts-v2-section .slick-dots {
  margin-bottom: 2rem;
}

.all-experts-v2-section .slick-dots li {
  border: solid 1px #DB0717;
}

.all-experts-v2-section .slick-dots li.slick-active {
  background-color: #DB0717;
}

.all-experts-v2-section .slick-dots li button::before {
  color: transparent !important;
  opacity: 0 !important;
}

.all-experts-v2-section .load_more_ajax_container .load_more_ajax {
  font-family: "IBM Plex Mono", monospace;
  background-color: #8E2138;
  color: #ffffff;
  padding: 0.87rem 1.9rem;
  font-size: 2.15rem;
  font-weight: 400;
}

.all-experts-v2-section.gn_experts .load_more_ajax_container .load_more_ajax {
  background-color: #BF1F36;
  padding: 1.913rem 3.391rem 1.739rem;
}

.all-experts-v2-section .load_more_ajax_container .load_more_ajax_txt {
  font-size: 2.5rem;
  line-height: 1.2;
}

.all-experts-v2-section.gn_experts .load_more_ajax_container .load_more_ajax_txt {
  font-size: 2.435rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Karbon", sans-serif;
}

.all-experts-v2-section.gn_experts .load_more_ajax_container .load_more_ajax:hover {
  background-color: #3C0C44;
}

/* .all-experts-v2-section .load_more_ajax_container .load_more_ajax:hover {
  color: #DB0717;
  background: #FFFFFF;
  border: solid 2.5px #DB0717;
} */

.all-experts-v2-section .load_more_ajax_container .load_more_ajax--filters {
  display: none !important;
}

.all-experts-v2-section .load_more_ajax_container .load_more_ajax--filters.loading {
  display: inline-block !important;
}

@media screen and (max-width: 1100px) {
  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb {
    width: 175px;
    height: 175px;
  }

  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb::before {
    width: 175px;
    height: 175px;
  }
}

@media screen and (max-width: 991px) {
  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb {
    width: 135px;
    height: 135px;
  }

  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb::before {
    width: 135px;
    height: 135px;
  }

  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__title,
  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__description {
    font-size: 2rem;
  }

  .all-experts-v2-section .expert-rs {
    right: -20px;
  }

  .all-experts-v2-section .expert-rs div {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}

.all-experts-v2-carousel {
  display: flex;
  justify-content: center;
  /* margin-left: -20px;
  margin-right: -20px; */
  width: 100%;
}

.elementor-editor-active .all-experts-v2-carousel {
  flex-wrap: wrap;
}

@media screen and (max-width: 1399px) {
  .all-experts-v2-carousel {
    margin-left: 0;
    margin-right: 0;
  }
}

.all-experts-v2-section .slick-prev:before,
.all-experts-v2-section .slick-next:before {
  content: none;
}

.all-experts-v2-carousel .slick-arrow.slick-prev {
  left: calc(-12px - (28 / 1920 * 100vw));
}

.all-experts-v2-carousel .slick-arrow.slick-next {
  right: calc(-12px - (28 / 1920 * 100vw));
}

@media screen and (max-width: 1399px) {
  .all-experts-v2-carousel .slick-arrow.slick-prev {
    left: -30px;
  }

  .all-experts-v2-carousel .slick-arrow.slick-next {
    right: -20px;
  }
}

@media screen and (max-width: 1024px) {
  .all-experts-v2-carousel .slick-arrow {
    transform: scale(0.75);
  }
}

@media screen and (max-width: 767px) {
  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb {
    width: 125px;
    height: 125px;
  }

  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb::before {
    width: 125px;
    height: 125px;
  }

  .all-experts-v2-carousel__slide__infos {
    padding-top: 0;
    padding-left: 1.5rem;
  }

  .all-experts-v2-carousel__slide__infos h3 {
    margin-top: 0;
  }

  .all-experts-v2-carousel .slick-arrow {
    transform: scale(1);
    opacity: 1 !important;
    z-index: 3;
  }

  .all-experts-v2-carousel .slick-arrow.slick-prev {
    left: -5px;
  }

  .all-experts-v2-carousel .slick-arrow.slick-next svg {
    width: 20px;
    height: 20px;
  }

  .all-experts-v2-carousel .slick-arrow.slick-next {
    width: 20px;
    height: 20px;
    right: -5px;
    top: 43%;
  }
}

@media screen and (min-width: 768px) {
  .all-experts-v2-carousel .slick-track {
    display: flex;
  }

  .all-experts-v2-carousel .slick-slide > div {
    height: 100%;
  }
}

/* the slides */
.all-experts-v2-carousel .slick-slide {
    margin: 0 0px !important;
}

/* the parent */
.all-experts-v2-carousel .slick-list {
    margin: 0 0 3rem 0!important;
}

.all-experts-v2-section .slick-list {
  overflow: visible !important;
  width: 100%;
  position: relative;
}

.all-experts-v2-section .slick-list::before {
  content:'';
  position: absolute;
  top: 0;
  left: -100vw;
  display: block;
  width: 100vw;
  height: 100%;
  z-index: 10;
  background-color: white;
}

.all-experts-v2-section .slick-next {
  z-index: -10;
}

.all-experts-v2-section .slick-prev {
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__link {
    margin-top: 1.875rem;
  }

  .all-experts-v2-carousel {
    flex-direction: column;
  }

  .all-experts-v2-carousel__slide {
    padding: 0;
    margin-bottom: 4rem;
    width: 100%;
  }

  .all-experts-v2-carousel__slide .all-experts-v2-carousel__slide__thumb {
    margin-bottom: 0rem;
  }

  .all-experts-v2-section .all-experts-v2-section__teaser {
    max-width: 100%;
    margin: 2.8125rem 0;
    font-size: 2rem;
  }

  .all-experts-v2-section .all-experts-v2-section__title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .all-experts-v2-section .all-experts-v2-section__title h3 {
    margin: 0;
  }

  .all-experts-v2-section .expert-rs {
    right: -15px;
  }

  .all-experts-v2-section .expert-rs div {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}