.experts {
  position: relative;
  background-color: var(--warm-white-color);
}
@media (min-width: 47.9375em) {
  .experts {
    padding-top: 6.25rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .experts {
    padding-top: clamp( 2.5rem , -3.7717770035rem  +  20.9059233449vw , 6.25rem );
  }
}
@media (max-width: 30em) {
  .experts {
    padding-top: 2.5rem;
  }
}
@media (min-width: 47.9375em) {
  .experts {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .experts {
    padding-bottom: clamp( 2.5rem , -3.7717770035rem  +  20.9059233449vw , 6.25rem );
  }
}
@media (max-width: 30em) {
  .experts {
    padding-bottom: 2.5rem;
  }
}
.experts__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 60em) {
  .experts__head {
    gap: 2.5rem;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  .experts__head {
    gap: clamp( 1.25rem , 0.0000000625rem  +  4.1666666667vw , 2.5rem );
  }
}
@media (max-width: 30em) {
  .experts__head {
    gap: 1.25rem;
  }
}
@media (min-width: 60em) {
  .experts__head:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 47.9375em) and (max-width: 60em) {
  .experts__head:not(:last-child) {
    margin-bottom: clamp( 3.75rem , -6.1852331606rem  +  20.725388601vw , 6.25rem );
  }
}
@media (max-width: 47.9375em) {
  .experts__head:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (width < 60em) {
  .experts__head {
    flex-direction: column;
  }
}
.experts__title {
  font-family: Evolventa;
  line-height: 0.8;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
  max-width: 33.625rem;
}
@media (min-width: 60em) {
  .experts__title {
    --font-size: 2.625rem;
  }
}
@media (min-width: 30em) and (max-width: 60em) {
  .experts__title {
    --font-size: clamp( 1.875rem , 1.125rem  +  2.5vw , 2.625rem );
  }
}
@media (max-width: 30em) {
  .experts__title {
    --font-size: 1.875rem;
  }
}
.experts__subtitle {
  max-width: 23.4375rem;
  color: var(--grey-on-white-color);
  line-height: 1.3;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -3);
}
@media (min-width: 47.9375em) {
  .experts__subtitle {
    --font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .experts__subtitle {
    --font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .experts__subtitle {
    --font-size: 0.9375rem;
  }
}
.experts__body {
  display: grid;
  gap: 1.25rem;
}
@media (width >= 60em) {
  .experts__body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (37.5em < width < 60em) {
  .experts__body {
    grid-template-columns: repeat(2, 1fr);
  }
}
.experts__item {
  background-color: var(--main-white-color);
  border-radius: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 30em) {
  .experts__item {
    padding: 0.625rem;
  }
}
@media (min-width: 22.5em) and (max-width: 30em) {
  .experts__item {
    padding: clamp( 0.5rem , 0.125rem  +  1.6666666667vw , 0.625rem );
  }
}
@media (max-width: 22.5em) {
  .experts__item {
    padding: 0.5rem;
  }
}
@media (min-width: 47.9375em) {
  .experts__item {
    gap: 1.875rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .experts__item {
    gap: clamp( 1.25rem , 0.2047038328rem  +  3.4843205575vw , 1.875rem );
  }
}
@media (max-width: 30em) {
  .experts__item {
    gap: 1.25rem;
  }
}
@media (any-hover: hover) {
  .experts__item:hover .experts__image:has(img:nth-child(2)) img {
    opacity: 0;
  }
  .experts__item:hover .experts__image:has(img:nth-child(2)) img:nth-child(2) {
    opacity: 1;
  }
  .experts__item:hover .experts__button span {
    color: var(--light-grey-color);
    background-color: var(--dark-blue-color);
  }
}
@media (37.5em < width < 60em) {
  .experts__item:last-child:is(:nth-child(odd)) {
    grid-column: span 2;
  }
}
.experts__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.experts__image {
  border-radius: 0.3125rem;
  overflow: hidden;
  position: relative;
}
.experts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.loaded .experts__image img {
  transition: opacity 0.3s ease 0s;
}
.experts__image img:not(:nth-child(1)) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.experts__content {
  padding: 0 1.25rem;
  line-height: 1.3;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
}
@media (min-width: 47.9375em) {
  .experts__content {
    --font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .experts__content {
    --font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .experts__content {
    --font-size: 0.9375rem;
  }
}
.experts__content span {
  color: var(--grey-on-white-color);
}
.experts__name {
  font-family: Evolventa;
  line-height: 1.2;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -2);
}
@media (min-width: 47.9375em) {
  .experts__name {
    --font-size: 1.75rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .experts__name {
    --font-size: clamp( 1.25rem , 0.4137630662rem  +  2.787456446vw , 1.75rem );
  }
}
@media (max-width: 30em) {
  .experts__name {
    --font-size: 1.25rem;
  }
}
@media (min-width: 47.9375em) {
  .experts__name:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .experts__name:not(:last-child) {
    margin-bottom: clamp( 0.75rem , 0.4364111498rem  +  1.0452961672vw , 0.9375rem );
  }
}
@media (max-width: 30em) {
  .experts__name:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.experts__button {
  margin-top: auto;
  height: 2.5rem;
  display: flex;
  gap: 0.3125rem;
}
.experts__button span {
  flex: 1 1 auto;
  background-color: var(--light-grey-color);
  display: flex;
  align-items: center;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.3125rem;
}
.loaded .experts__button span {
  transition: all 0.3s ease 0s;
}
.experts__button i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  flex: 0 0 2.5rem;
  background-color: var(--dark-blue-color);
  border-radius: 0.3125rem;
}
.experts__sidebar-trigger {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.sidebar-experts {
  position: fixed;
  top: 50%;
  max-width: 21.5625rem;
  width: calc(100vw - 1rem);
  background-color: var(--dark-blue-color);
  color: var(--main-white-color);
  border-radius: 0.625rem;
  padding: 1.875rem;
  height: calc(100dvh - 2.5rem);
  max-height: 40.625rem;
  overflow: auto;
  z-index: 150;
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
  translate: 150% -50%;
  pointer-events: none;
}
.loaded .sidebar-experts {
  transition: all 0.6s ease 0s;
}
.sidebar-experts-open .sidebar-experts {
  pointer-events: all;
}
.sidebar-experts::-webkit-scrollbar {
  display: none;
}
@media (width >= 37.5em) {
  .sidebar-experts {
    right: 1.25rem;
  }
  .sidebar-experts-open .sidebar-experts {
    translate: 0 -50%;
  }
}
@media (width < 90em) {
  .sidebar-experts {
    max-width: 24.5rem;
  }
}
@media (width < 61.99875em) {
  .sidebar-experts {
    max-width: 28.4375rem;
  }
}
@media (width < 48.0625em) {
  .sidebar-experts {
    max-width: 23.125rem;
  }
}
@media (width < 37.5em) {
  .sidebar-experts {
    left: 50%;
  }
  .sidebar-experts-open .sidebar-experts {
    translate: -50% -50%;
  }
}
.sidebar-experts__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.1875rem;
}
@media (min-width: 47.9375em) {
  .sidebar-experts__head:not(:last-child) {
    margin-bottom: 3.125rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .sidebar-experts__head:not(:last-child) {
    margin-bottom: clamp( 2.1875rem , 0.6195557491rem  +  5.2264808362vw , 3.125rem );
  }
}
@media (max-width: 30em) {
  .sidebar-experts__head:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}
.sidebar-experts__title {
  line-height: 1.2;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -5);
}
@media (min-width: 47.9375em) {
  .sidebar-experts__title {
    --font-size: 1.25rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .sidebar-experts__title {
    --font-size: clamp( 1rem , 0.5818815331rem  +  1.393728223vw , 1.25rem );
  }
}
@media (max-width: 30em) {
  .sidebar-experts__title {
    --font-size: 1rem;
  }
}
.sidebar-experts__close {
  cursor: pointer;
}
.sidebar-experts__text {
  color: var(--white-on-blue-color);
  line-height: 1.3;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -3);
}
@media (min-width: 47.9375em) {
  .sidebar-experts__text {
    --font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .sidebar-experts__text {
    --font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .sidebar-experts__text {
    --font-size: 0.9375rem;
  }
}
.sidebar-experts__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sidebar-experts__list {
  position: relative;
}
.sidebar-experts__list:not(:last-child) {
  margin-bottom: 2.5rem;
}
.sidebar-experts__list::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5625rem;
  height: calc(100% - 0.5rem);
  border-left: 0.125rem dashed var(--natural-color);
}
.sidebar-experts__list li {
  padding-left: 1.875rem;
  position: relative;
}
.sidebar-experts__list li:not(:last-child) {
  margin-bottom: 1.875rem;
}
.sidebar-experts__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.1875rem;
  translate: 0 -50%;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 0.125rem solid var(--natural-color);
  background-color: var(--dark-blue-color);
}
.sidebar-experts__list li:last-child::before {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 0.1875rem;
  left: 0;
  background-color: var(--second-blue-color);
}
.sidebar-experts__list li:last-child::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--light-blue-color);
  top: 50%;
  left: 0.4375rem;
  translate: 0 -50%;
}
.sidebar-experts__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  line-height: 1.3;
  font-size: var(--font-size);
  letter-spacing: calc(var(--font-size) / 100 * -3);
}
@media (min-width: 47.9375em) {
  .sidebar-experts__footer {
    --font-size: 1rem;
  }
}
@media (min-width: 30em) and (max-width: 47.9375em) {
  .sidebar-experts__footer {
    --font-size: clamp( 0.9375rem , 0.8329703833rem  +  0.3484320557vw , 1rem );
  }
}
@media (max-width: 30em) {
  .sidebar-experts__footer {
    --font-size: 0.9375rem;
  }
}
.sidebar-experts__footer i {
  display: flex;
  justify-content: center;
  align-items: center;
}