/*
  Source stylesheet for Room Expert theme.
  No build step is configured yet; keep style.css in sync manually.
*/
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.site-header {
  width: 100%;
  max-width: none;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  container-type: scroll-state;
  container-name: sticky-scroll;
}

.site-header-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  color: #ffffff;
  -webkit-transition: gap 0.4s ease;
  transition: gap 0.4s ease;
}

.site-header-nav-wrap {
  margin-left: 0;
  -webkit-transition: margin-left 0.4s ease, color 150ms linear 150ms;
  transition: margin-left 0.4s ease, color 150ms linear 150ms;
}

.site-branding {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  scale: 1;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  border-radius: 0.75rem;
  border: 1px solid transparent;
  background: transparent;
  -webkit-transition: scale 150ms ease-in-out 0s, padding-inline 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  transition: scale 150ms ease-in-out 0s, padding-inline 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
}

.site-branding-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.site-logo-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.site-logo-mark svg {
  width: 100%;
  height: 100%;
}

.site-header-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  color: inherit;
  -webkit-transition: margin-left 0.4s ease, color 150ms linear 150ms;
  transition: margin-left 0.4s ease, color 150ms linear 150ms;
}

.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
.primary-menu a {
  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;
  text-decoration: none;
  height: 3.75rem;
  padding-block: 0.75rem;
  color: var(--Gray-900, #1C1C1C);
  /* Button label S - 14px Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.05rem */
  letter-spacing: -0.0125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.site-header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
.site-header-actions:before {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 1.5rem;
  background: #E5E5E5;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 54px;
  padding: 0.8rem 1.45rem;
  border-radius: 14px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
}

.header-btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
  background: transparent;
}

.header-btn-solid {
  color: #000000;
  background: #ffffff;
}

.site-branding {
  height: 3.75rem;
  -webkit-transition: scale 150ms ease-in-out 0s, padding-inline 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  transition: scale 150ms ease-in-out 0s, padding-inline 0.4s ease, border-color 0.4s ease, background-color 0.4s ease;
  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-left: 0;
  padding-right: 0;
}

header {
  background: white;
  border-bottom: 1px solid var(--Gray-100, #E5E5E5);
}
header .content_block {
  width: 1440px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.header-btn.header-btn-outline {
  color: var(--Gray-900, #1C1C1C);
  /* Button label S - 14px Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.05rem */
  letter-spacing: -0.0125rem;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2.5rem;
  text-decoration: none;
  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;
  min-height: 2.5rem;
}

a.header-btn.header-btn-solid {
  color: var(--White-100, #FFF);
  /* Button label S - 14px Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.05rem */
  letter-spacing: -0.0125rem;
  border-radius: 0.5rem;
  background: var(--Gray-800, #272727);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  padding: 0 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.5rem;
}

header {
  padding-top: 0.75rem;
}

@media (min-width: 1200px) and (max-width: 4000px) {
  @container sticky-scroll scroll-state(stuck) {
    .site-branding {
      border: 1px solid rgba(229, 229, 229, 0.6);
      background: var(--White-100, #FFF);
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }
    .site-header-inner {
      gap: 0.5rem;
    }
    .site-header-nav-wrap {
      border-radius: 0.75rem;
      border: 1px solid rgba(229, 229, 229, 0.6);
      background: var(--White-100, #FFF);
      padding-left: 0.5rem;
      padding-right: 0.62rem;
    }
    header .content_block {
      width: 1023px;
      padding-left: 0;
      padding-right: 0;
    }
  }
}
@media (max-width: 768px) {
  .site-header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-header-nav-wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-nav {
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .primary-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
  .site-header-actions {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-btn {
    min-height: 46px;
  }
}
.block_1 {
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
}
.block_1 .content_block {
  padding-left: 3rem;
  padding-right: 3rem;
}
.block_1 .line {
  gap: 0.5rem;
}
.block_1 .left_side,
.block_1 .right_side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
}
.block_1 .left_side {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  padding-right: 1.5rem;
}
.block_1 .right_side {
  position: relative;
  right: -2.5rem;
}
.block_1 .title {
  color: var(--Gray-900, #1c1c1c);
  font-family: "IBM Plex Serif";
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.1875rem;
}
.block_1 .subtitle {
  color: var(--Gray-500, #535353);
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.025rem;
}
.block_1 .title_slider {
  color: var(--Gray-300, #a3a3a3);
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
}
.block_1 .slider_logo {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
          mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.block_1 .slider_logo_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 2.25rem;
  -webkit-animation: block-1-logo-marquee 28s linear infinite;
          animation: block-1-logo-marquee 28s linear infinite;
  will-change: transform;
}
.block_1 .simple-logos__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-height: 2rem;
}
.block_1 .simple-logos__item img {
  width: auto;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.block_1 .img_block {
  border-radius: 1rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  overflow: hidden;
}

@-webkit-keyframes block-1-logo-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - 1.125rem));
            transform: translateX(calc(-50% - 1.125rem));
  }
}

@keyframes block-1-logo-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - 1.125rem));
            transform: translateX(calc(-50% - 1.125rem));
  }
}
@media (prefers-reduced-motion: reduce) {
  .block_1 .slider_logo_track {
    -webkit-animation: none;
            animation: none;
  }
}
.block_2 {
  /* Styles for ACF block_2 */
  border-radius: 1rem;
  background: var(--Ivory, #FAF9F8);
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.block_2 .content_block {
  padding: 6rem 3rem;
}
.block_2.gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.8%, #FAF9F8), to(#FFF));
  background: linear-gradient(180deg, #FAF9F8 36.8%, #FFF 100%);
}
.block_2 .title {
  color: var(--Gray-900, #1C1C1C);
  text-align: center;
  /* H2 - 52px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3.9rem */
  letter-spacing: -0.0975rem;
}
.block_2 .subtitle {
  color: var(--Gray-500, #535353);
  text-align: center;
  /* Body text - 18px Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.8rem */
  letter-spacing: -0.025rem;
  width: 30.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block_2 .simple-cards {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_2 .simple-cards .simple-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 1.25rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  padding: 2rem;
  height: 100%;
}
.block_2 .simple-cards .simple-card__icon {
  width: 3rem;
  height: 3rem;
  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;
}
.block_2 .simple-cards .simple-card__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.block_2 .simple-cards .simple-card__image {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 1rem;
  overflow: hidden;
}
.block_2 .simple-cards .simple-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block_2 .simple-cards .simple-card__text {
  color: var(--Gray-500, #535353);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}
.block_2 .simple-cards .simple-card__step {
  color: var(--Gray-400, #727272);
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.block_2 .simple-cards .simple-card__title {
  color: var(--Gray-800, #272727);
  /* H8 - 24px Medium */
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.8rem */
  letter-spacing: -0.00125rem;
}
@media (max-width: 1199px) {
  .block_2 .simple-cards {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .block_2 .simple-cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.block_3 {
  /* Styles for ACF block_3 */
  padding-block: 7.5rem;
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.block_3 .content_block {
  padding: 0 3rem;
}
.block_3 .line {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_3 .line .left_side {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_3 .line .right_side {
  width: 848px;
  min-width: 848px;
}
.block_3 .badge {
  margin-left: 0;
  margin-bottom: 1.25rem;
}
.block_3 .title_left {
  color: var(--Gray-900, #1C1C1C);
  /* H2 - 52px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3.9rem */
  letter-spacing: -0.0975rem;
  margin-bottom: 3rem;
}
.block_3 .left_side .steps_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.block_3 .left_side .steps_list_item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  text-align: left;
  -webkit-transition: opacity 150ms ease, color 150ms ease;
  transition: opacity 150ms ease, color 150ms ease;
  opacity: 0.58;
}
.block_3 .left_side .steps_list_item:hover {
  opacity: 0.78;
}
.block_3 .left_side .steps_list_item:focus-visible {
  outline: 2px solid var(--Brand-Blue, #2D56ED);
  outline-offset: 0.25rem;
  border-radius: 0.25rem;
}
.block_3 .left_side .steps_list_item.is-active {
  opacity: 1;
}
.block_3 .left_side .steps_list_item.is-active .steps_list_text {
  color: var(--Gray-900, #1C1C1C);
  font-weight: 500;
}
.block_3 .left_side .steps_list_item .steps_list_dot {
  border-radius: 0.0625rem;
  background: var(--Brand-Blue, #2D56ED);
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  aspect-ratio: 1/1;
}
.block_3 .left_side .steps_list_item .steps_list_text {
  color: var(--Gray-500, #535353);
  /* Caption - 18px Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.35rem */
  letter-spacing: -0.025rem;
}
.block_3 .simple-step {
  scroll-margin-top: 9.5rem;
}
.block_3 .simple-step__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.625rem;
  padding: 0 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 6.25rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1.25rem;
  color: var(--Brand-Primary-800, #434747);
  /* Caption - 14px Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  letter-spacing: -0.01875rem;
}
.block_3 .simple-step__meta .icon {
  border-radius: 0.0625rem;
  background: var(--Brand-Blue, #2D56ED);
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  aspect-ratio: 1/1;
}
.block_3 .simple-step__title {
  color: var(--Gray-900, #1C1C1C);
  margin-bottom: 1.25rem;
  /* H4 - 36px Regular */
  font-family: Inter;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.7rem */
  letter-spacing: -0.0625rem;
}
.block_3 .simple-step__text {
  color: var(--Gray-500, #535353);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
  width: 29.5rem;
  max-width: 100%;
  margin-bottom: 3rem;
}
.block_3 .simple-step__image {
  margin-bottom: 5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.block_3 .left_side {
  position: sticky;
  top: 150px;
}

.block_4 {
  /* Styles for ACF block_4 */
  padding-block: 6rem;
  width: calc(1440px - 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.block_4 .content_block {
  padding: 0 3rem;
}
.block_4 .badge {
  margin-left: 0;
}
.block_4 .simple-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_4 .title {
  color: var(--Gray-900, #1C1C1C);
  /* H2 - 52px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3.9rem */
  letter-spacing: -0.0975rem;
}
.block_4 .subtitle {
  color: var(--Gray-500, #535353);
  /* Body text - 18px Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.8rem */
  letter-spacing: -0.025rem;
  width: 26rem;
  max-width: 100%;
}

.expert-card-shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.expert-card-shared .simple-card__content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  overflow: hidden;
  height: 100%;
}
.expert-card-shared .simple-card__image {
  overflow: hidden;
  aspect-ratio: 26.83/21.25;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}
.expert-card-shared .simple-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.expert-card-shared .simple-card__top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 1.75rem;
  padding-bottom: 1.25rem;
}
.expert-card-shared .simple-card__bottom {
  border-top: 1px solid var(--Gray-100, #E5E5E5);
  padding: 1.38rem 1.75rem;
  padding-top: 1.25rem;
}
.expert-card-shared .simple-card__title {
  margin-bottom: 0.75rem;
}
.expert-card-shared .simple-card__role {
  color: var(--Gray-400, #727272);
  /* Caption - 14px Medium UPPERCASE */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.expert-card-shared .simple-card__title {
  color: var(--Gray-800, #272727);
  /* Caption - 26px Regular */
  font-family: Inter;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.95rem */
}
.expert-card-shared .simple-card__affiliation {
  color: var(--Gray-500, #535353);
  /* Body text - 14px Regular */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: -0.01875rem;
}
.expert-card-shared .simple-linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.expert-card-shared .simple-linkedin .simple-linkedin__icon {
  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;
}
.expert-card-shared .simple-linkedin .simple-linkedin__arrow {
  margin-left: auto;
}
.expert-card-shared .simple-linkedin .simple-linkedin__text {
  color: var(--Gray-600, #404040);
  /* Link button label - 18px Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.35rem */
  letter-spacing: -0.0125rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.block_5 {
  /* Styles for ACF block_5 */
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  background: var(--Black-500, #0F0F0F);
  padding-block: 6rem;
  color: white;
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.block_5 .content_block {
  padding: 0 3rem;
}
.block_5 .badge {
  margin-left: 0;
}
.block_5 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block_5 .left_side,
.block_5 .right_side {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.block_5 .left_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block_5 .simple-gallery__item {
  border-radius: 1rem;
  overflow: hidden;
}
.block_5 .simple-gallery__item img {
  display: block;
  width: 100%;
  height: auto;
}
.block_5 .title_content {
  width: 33rem;
  max-width: 100%;
}
.block_5 .title {
  color: var(--White-100, #FFF);
  /* H2 - 52px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3.9rem */
  letter-spacing: -0.0975rem;
  margin-bottom: 2rem;
}
.block_5 .content_text,
.block_5 .subtitle {
  color: var(--White-100, #FFF);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}
.block_5 .content_text p,
.block_5 .subtitle p {
  font-size: 1rem;
}
.block_5 .content_text li,
.block_5 .subtitle li {
  color: var(--White-100, #FFF);
  /* Caption - 14px Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4375rem; /* 1.18125rem */
  letter-spacing: -0.01875rem;
  min-height: 1.4375rem;
}
.block_5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.block_5 ul li {
  list-style: none;
  color: var(--White-100, #FFF);
  /* Caption - 14px Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  letter-spacing: -0.01875rem;
  background: url(assets/images/box.svg) left center no-repeat;
  background-size: 1.4375rem 1.4375rem;
  padding-left: 2.06rem;
}
.block_5 .metrics_block {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
.block_5 .metric_value {
  color: var(--White-100, #FFF);
  /* Caption - 42px Regular */
  font-family: Inter;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.75rem; /* 104.762% */
  letter-spacing: -0.11rem;
  margin-bottom: 0.5rem;
}
.block_5 .metric_text {
  color: var(--White-100, #FFF);
  color: var(--White-100, #FFF);
  /* Caption - 14px Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  letter-spacing: -0.01875rem;
}

.slider_block_5 {
  min-height: 7.5rem;
  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;
}
.slider_block_5 .simple-logos {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
          mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(8%, #000), color-stop(92%, #000), to(transparent));
          mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.slider_block_5 .simple-logos__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 2.25rem;
  -webkit-animation: block-5-logo-marquee 28s linear infinite;
          animation: block-5-logo-marquee 28s linear infinite;
  will-change: transform;
}
.slider_block_5 .simple-logos__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.slider_block_5 .simple-logos__item img {
  display: block;
  width: auto;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes block-5-logo-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - 1.125rem));
            transform: translateX(calc(-50% - 1.125rem));
  }
}

@keyframes block-5-logo-marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-50% - 1.125rem));
            transform: translateX(calc(-50% - 1.125rem));
  }
}
@media (prefers-reduced-motion: reduce) {
  .slider_block_5 .simple-logos__track {
    -webkit-animation: none;
            animation: none;
  }
}
.block_6 {
  /* Styles for ACF block_6 */
  padding-block: 6rem;
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.block_6 .content_block {
  padding: 0 3rem;
}
.block_6 .title {
  color: var(--Gray-900, #1C1C1C);
  text-align: center;
  /* H2 - 52px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3.9rem */
  letter-spacing: -0.0975rem;
}
.block_6 .item {
  border-radius: 1rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  padding: 1.5rem;
  width: 53rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_6 .item:hover {
  background: #FAF9F8;
  border-color: #E5E5E5;
}
.block_6 .item:focus, .block_6 .item:focus-within {
  border-color: #D3D3D3;
}
.block_6 .item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
}
.block_6 .item__name:focus {
  outline: none;
}
.block_6 .item__name:focus-visible {
  outline: 2px solid #476BF1;
  outline-offset: 4px;
}
.block_6 .item__name span {
  color: var(--Gray-900, #1C1C1C);
  /* Caption - 20px Medium */
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 1.5625rem */
  letter-spacing: -0.00125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block_6 .item__name .plus {
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  width: 2rem;
  height: 2rem;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_6 .item__name .plus .plus_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.block_6 .item__name .plus .minus_inner {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s;
}
.block_6 .item__desc {
  display: none;
  color: var(--Gray-600, #404040);
  padding-top: 0.62rem;
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
  padding-right: 4rem;
}
.block_6 .item.is-open .plus {
  background: var(--Linear-Brand-Blue, linear-gradient(90deg, #476BF1 0%, #6183F5 100%));
}
.block_6 .item.is-open .plus .plus_inner {
  opacity: 0;
}
.block_6 .item.is-open .plus .minus_inner {
  opacity: 1;
}

.block_7 {
  /* Styles for ACF block_7 */
  padding-block: 7.5rem;
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.block_7 .content_block {
  padding: 0 3rem;
}
.block_7 .title {
  color: var(--Gray-900, #1C1C1C);
  text-align: center;
  /* H2 - 52px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 3.9rem */
  letter-spacing: -0.0975rem;
}
.block_7 .subtitle {
  width: 45rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: var(--Gray-500, #535353);
  text-align: center;
  /* Body text - 18px Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.8rem */
  letter-spacing: -0.025rem;
}
.block_7 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  border-radius: 1.125rem;
  border: 1px solid rgba(229, 229, 229, 0.8);
  background: var(--Ivory, #FAF9F8);
  padding: 0.75rem;
  width: 65rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.block_7 .left_side,
.block_7 .right_side {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
}
.block_7 .left_side {
  border-radius: 0.875rem;
  border: 1px solid rgba(229, 229, 229, 0.8);
  background: var(--White-100, #FFF);
  /* shado */
  -webkit-box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
          box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
  padding: 0.5rem;
  overflow: hidden;
}
.block_7 .left_side .simple-column__title {
  padding: 1rem;
  border-radius: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#4B6FF1), to(#6183F5));
  background: linear-gradient(90deg, #4B6FF1 0%, #6183F5 100%);
  color: var(--White-100, #FFF);
  /* Caption - 20px Medium */
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 1.5625rem */
  letter-spacing: -0.00125rem;
}
.block_7 .left_side .simple-list li {
  position: relative;
}
.block_7 .left_side .simple-list li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -50px;
  height: 1px;
  background: #E5E5E5;
  width: 100px;
}
.block_7 .simple-list li {
  list-style-type: none;
  border-bottom: 1px solid var(--Gray-100, #E5E5E5);
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  color: var(--Gray-600, #404040);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}
.block_7 .simple-list li .simple-list__icon {
  width: 2rem;
  height: 2rem;
}
.block_7 .simple-list li .simple-list__icon img {
  display: block;
  width: 100%;
  height: auto;
}
.block_7 .simple-list li:last-of-type {
  border: none;
}
.block_7 .simple-list li:last-of-type:before {
  display: none;
}
.block_7 .right_side {
  padding: 0.5rem;
  padding-top: calc(0.5rem + 1px);
}
.block_7 .right_side .simple-column__title {
  padding: 1rem;
  border-radius: 0.625rem;
  background: white;
  color: #1C1C1C;
  /* Caption - 20px Medium */
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 1.5625rem */
  letter-spacing: -0.00125rem;
}
.block_7 .right_side .simple-list li {
  position: relative;
}
.block_7 .right_side .simple-list li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -50px;
  height: 1px;
  background: #E5E5E5;
  width: 100px;
}
.block_7 .right_side .simple-list li:last-of-type {
  border: none;
}
.block_7 .right_side .simple-list li:last-of-type:before {
  display: none;
}

.block_8 {
  /* Styles for ACF block_8 */
}

.block_9 {
  border-radius: 1rem;
  background: var(--Ivory, #FAF9F8);
  width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  padding-block: 6rem;
  width: calc(1440px - 1rem);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.block_9 .content_block {
  padding: 0 3rem;
}
.block_9 .content_block {
  position: relative;
  width: 59rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.block_9 .title {
  color: var(--Gray-900, #1c1c1c);
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.0975rem;
}
.block_9 .title b,
.block_9 .title strong,
.block_9 .title em,
.block_9 .title a,
.block_9 .title span {
  color: #2d56ed;
}
.block_9 .categories_grid {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}
.block_9 .categories_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 2rem;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.block_9 .categories_row:nth-child(2n) {
  border-right: 0;
}
.block_9 .categories_row:nth-last-child(-n+2) {
  border-bottom: 0;
}
.block_9 .categories_number {
  color: var(--Gray-300, #A3A3A3);
  /* H6 - 32px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.06rem;
}
.block_9 .categories_text {
  color: var(--Gray-900, #1C1C1C);
  /* Caption - 20px Medium */
  font-family: Inter;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 1.5625rem */
  letter-spacing: -0.00125rem;
}
.block_9 .categories_photos {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.block_9 .categories_photo_item {
  position: absolute;
  width: 7.5rem;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}
.block_9 .categories_photo_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.block_9 .categories_photo_item:nth-child(1) {
  width: 7.89rem;
  left: -9%;
  top: 20%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.block_9 .categories_photo_item:nth-child(2) {
  width: 6rem;
  right: -14%;
  top: 11%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.block_9 .categories_photo_item:nth-child(3) {
  width: 6rem;
  left: -14%;
  bottom: 18%;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
}
.block_9 .categories_photo_item:nth-child(4) {
  width: 7.89rem;
  right: -10%;
  bottom: 19%;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
}
.block_9 .categories_photo_item:nth-child(n+5) {
  display: none;
}
@media (max-width: 1199px) {
  .block_9 .categories_text {
    font-size: 1.625rem;
  }
}
@media (max-width: 991px) {
  .block_9 .content_block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .block_9 .title {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
  .block_9 .categories_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .block_9 .categories_row {
    border-right: 0;
  }
  .block_9 .categories_row:nth-last-child(-n+2) {
    border-bottom: 1px solid #ddd;
  }
  .block_9 .categories_row:last-child {
    border-bottom: 0;
  }
  .block_9 .categories_photo_item {
    display: none;
  }
}

:root {
  --container-max-width: 1120px;
  --color-bg: #f8f6f1;
  --color-surface: #ffffff;
  --color-text: #1f2933;
  --color-muted: #52606d;
  --color-accent: #c2673b;
  --color-border: #d9d5cb;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.badge {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  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 0.75rem;
  gap: 0.5rem;
  height: 1.625rem;
  border-radius: 6.25rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
}
.badge .icon {
  background: var(--Brand-Blue, #2D56ED);
  width: 0.375rem;
  height: 0.375rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  aspect-ratio: 1/1;
}
.badge span {
  color: var(--Brand-Primary-800, #434747);
  /* Caption - 14px Medium */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  letter-spacing: -0.01875rem;
}

.main_btn {
  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;
  text-decoration: none;
  color: var(--White-100, #fff);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0125rem;
  height: 3rem;
  padding: 0 1.5rem;
  border-radius: 0.5rem;
  background: var(--Gray-800, #272727);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main_btn:hover {
  background: var(--Gray-800, #2D2D2D);
}
.main_btn:active {
  background: var(--Gray-950, #0B0B0B);
}

.second_btn {
  color: var(--Gray-900, #1c1c1c);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.0125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  padding: 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-100, #e5e5e5);
  background: var(--White-100, #fff);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.second_btn:hover {
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-200, #D3D3D3);
  background: var(--Ivory, #FAF9F8);
}
.second_btn:active {
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-300, #A3A3A3);
  background: var(--Gray-100, #E5E5E5);
}

a.header-btn.header-btn-outline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a.header-btn.header-btn-outline:hover {
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-200, #D3D3D3);
  background: var(--Ivory, #FAF9F8);
}
a.header-btn.header-btn-outline:active {
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-300, #A3A3A3);
  background: var(--Gray-100, #E5E5E5);
}

.pi40 {
  padding-inline: 40px;
}

.gap12 {
  gap: 12px;
}

.gap16 {
  gap: 16px;
}

.gap24 {
  gap: 24px;
}

.gap32 {
  gap: 32px;
}

.gap64 {
  gap: 64px;
}

.gap-1 {
  gap: 1rem;
}

.gap-2xs {
  gap: 0.5rem;
}

.gap-xs {
  gap: 0.75rem;
}

.gap-s {
  gap: 1rem;
}

.gap-m {
  gap: 1.5rem;
}

.gap-l {
  gap: 1.5rem;
}

.gap-xl {
  gap: 2rem;
}

.gap-2xl {
  gap: 2.5rem;
}

.gap-3xl {
  gap: 4rem;
}

.gap-7 {
  gap: 7.5rem;
}

.gap-075rem {
  gap: 0.75rem;
}

.gap-05rem {
  gap: 0.5rem;
}

.gap-1-25rem {
  gap: 1.25rem;
}

.gap-1-5rem {
  gap: 1.5rem;
}

.gap-2rem {
  gap: 2rem;
}

.gap-2-5rem {
  gap: 2.5rem;
}

.gap-4rem {
  gap: 4rem;
}

.gap-5rem {
  gap: 5rem;
}

.mb32 {
  margin-bottom: 32px;
}

.m-a {
  margin-left: auto;
  margin-right: auto;
}

.show_mob {
  display: none;
}

.color-white {
  color: white;
}

.text-center {
  text-align: center;
}

.overflow {
  overflow: hidden;
}

.cover-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cover-bg-top {
  background-position: top center !important;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fdc,
.dfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fdcr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tdn {
  text-decoration: none;
}

.flex {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.w100 {
  width: 100%;
}

.br12 {
  border-radius: 12px;
}

.br16 {
  border-radius: 16px;
}

.br20 {
  border-radius: 20px;
}

.br24 {
  border-radius: 24px;
}

.br38 {
  border-radius: 38px;
}

.br32 {
  border-radius: 32px;
}

.br48 {
  border-radius: 48px;
}

.cg32 {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.rg32 {
  row-gap: 32px;
}

@media (max-width: 1023px) {
  .hide_mob {
    display: none !important;
  }
  .show_mob {
    display: block;
  }
}
a {
  color: var(--color-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
a:hover, a:focus-visible {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content_block {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.site-footer,
.site-main {
  width: min(100% - 2rem, var(--container-max-width));
  margin-inline: auto;
}

.site-main {
  padding: var(--space-4) 0;
}

.hero {
  padding: clamp(2rem, 5vw, 4rem);
  margin-bottom: var(--space-4);
  border: 1px solid var(--color-border);
  background: radial-gradient(circle at 15% 20%, #fff5df 0%, #fffaf0 38%, #f8efe1 100%);
}

.entry-title {
  margin-top: 0;
  margin-bottom: var(--space-2);
  line-height: 1.2;
}

.entry-meta {
  color: var(--color-muted);
  font-size: 0.95rem;
  margin-bottom: var(--space-2);
}

.site-footer {
  width: 100%;
  max-width: none;
  padding-bottom: 6rem;
}

footer .content_block {
  width: 1440px;
  max-width: 100%;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer-divider {
  border-top: 1px solid #E5E5E5;
  margin-bottom: 6rem;
}

.footer-top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4fr clamp(2rem, 6vw, 7rem) 2fr;
  grid-template-columns: 1.4fr 2fr;
  gap: clamp(2rem, 6vw, 7rem);
}

.footer-branding-link {
  margin-bottom: 0.75rem;
}

.footer-description {
  color: var(--Gray-600, #404040);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
  width: 27rem;
  max-width: 100%;
  margin-bottom: 2.5rem;
}

.footer-copyright {
  color: var(--Gray-500, #535353);
  /* Body text - 14px Regular */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: -0.01875rem;
}

.footer-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(160px, 1fr) clamp(1.5rem, 3vw, 3.25rem) minmax(160px, 1fr) clamp(1.5rem, 3vw, 3.25rem) minmax(160px, 1fr);
  grid-template-columns: repeat(3, minmax(160px, 1fr));
  gap: clamp(1.5rem, 3vw, 3.25rem);
}

.footer-column h2 {
  color: var(--Gray-500, #535353);
  /* Caption - 14px Medium UPPERCASE */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 1.75rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 1.31rem;
}

.footer-menu a {
  color: var(--Gray-900, #1C1C1C);
  /* Button label M - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
  display: block;
  text-decoration: none;
}

.archive-header {
  margin-bottom: var(--space-3);
}

.experts-archive-intro {
  padding-top: 5rem;
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
}
.experts-archive-intro .content_block {
  padding-left: 3rem;
  padding-right: 3rem;
}

.back-home-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Gray-700, #2D2D2D);
  text-decoration: none;
  /* Button label M - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0375rem;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.experts-archive-title {
  color: var(--Gray-900, #1C1C1C);
  /* H1 - 58px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 4.16875rem */
  letter-spacing: -0.1875rem;
  margin-bottom: 1.25rem;
}
.experts-archive-title span {
  color: #2D56ED;
}

.experts-archive-description {
  color: var(--Gray-500, #535353);
  /* Body text - 18px Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.8rem */
  letter-spacing: -0.025rem;
  width: 46.25rem;
  max-width: 100%;
  margin-bottom: 4.63rem;
}

.experts-filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  align-items: center;
  padding: 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(222, 221, 222, 0.6);
  background: var(--White-100, #FFF);
  /* Menu */
  -webkit-box-shadow: 0 8px 20px 0 rgba(149, 157, 165, 0.05);
          box-shadow: 0 8px 20px 0 rgba(149, 157, 165, 0.05);
}
.experts-filters .divider-v {
  width: 0.0625rem;
  height: 3.25rem;
  background: #DEDDDE;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.experts-filters .experts-filter-dropdown {
  width: 18.75rem;
  max-width: 100%;
}

.experts-filter {
  position: relative;
}

.filter-toggle {
  width: 100%;
  min-height: 3.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  padding-left: 1.25em;
  padding-right: 1rem;
  border: 1px solid #cecece;
  border-radius: 0.95rem;
  color: #202327;
  color: var(--Gray-900, #1C1C1C);
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0175rem;
  cursor: pointer;
  background: white;
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
}
.filter-toggle::after {
  content: "";
  background: url(assets/images/chevron-down.svg) center center no-repeat;
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.filter-toggle-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.filter-count {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.375rem;
  background: var(--Gray-600, #404040);
  color: var(--White-100, #FFF);
  /* Caption - 12px Semibold UPPERCASE */
  font-family: Inter;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 0.9rem */
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.experts-filter-dropdown.has-active-filters .filter-count {
  cursor: pointer;
}

.experts-filter-dropdown.has-active-filters .filter-count::before,
.experts-filter-dropdown.has-active-filters .filter-count::after {
  content: "";
  position: absolute;
  width: 0.5625rem;
  height: 0.09375rem;
  background: #fff;
  border-radius: 0.0625rem;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.experts-filter-dropdown.has-active-filters .filter-count::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.experts-filter-dropdown.has-active-filters .filter-count::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.experts-filter-dropdown.has-active-filters .filter-count:hover,
.experts-filter-dropdown.has-active-filters .filter-count:focus-visible {
  color: transparent;
}

.experts-filter-dropdown.has-active-filters .filter-count:hover::before,
.experts-filter-dropdown.has-active-filters .filter-count:hover::after,
.experts-filter-dropdown.has-active-filters .filter-count:focus-visible::before,
.experts-filter-dropdown.has-active-filters .filter-count:focus-visible::after {
  opacity: 1;
}

.filter-count[hidden] {
  display: none;
}

.filter-panel {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  width: 27.5rem;
  max-height: 26rem;
  overflow: auto;
  border: 1px solid #d5d5d5;
  border-radius: 1rem;
  background: #f2f2f2;
  -webkit-box-shadow: 0 14px 26px rgba(35, 38, 45, 0.12);
          box-shadow: 0 14px 26px rgba(35, 38, 45, 0.12);
  z-index: 20;
  background: white;
}

.filter-reset-row,
.filter-option {
  width: 100%;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.65rem auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.15rem;
  color: #2e3136;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  text-align: left;
  color: var(--Gray-700, #2D2D2D);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}

.filter-reset-row {
  border: 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}

.filter-option:last-child {
  border-bottom: 0;
}

.filter-option input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkmark {
  width: 1.25rem;
  height: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: var(--Rounded-rounded-2xs, 0.25rem);
}

.filter-reset-row .checkmark,
.filter-option .checkmark {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: white;
  border: 1px solid var(--Gray-100, #E5E5E5);
}
.filter-reset-row .checkmark::before,
.filter-option .checkmark::before {
  content: "";
  width: 0.75075rem;
  height: 0.57919rem;
  background: url(assets/images/check.svg) center center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.filter-reset-row.is-checked .checkmark,
.filter-option.is-checked .checkmark {
  background: var(--Gray-900, #1C1C1C);
  border-color: #1C1C1C;
}
.filter-reset-row.is-checked .checkmark::before,
.filter-option.is-checked .checkmark::before {
  opacity: 1;
}

.filter-option input[type=checkbox]:checked + .checkmark {
  border-color: #1f2024;
  background: #1f2024;
}

.rating-visual {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.rating-stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.rating-star {
  width: 1.0625rem;
  height: 1rem;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.rating-value {
  color: var(--Gray-700, #2D2D2D);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}

.experts-filter-search {
  min-height: 3.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: var(--Gray-500, #535353);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  gap: 0.62rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}

.search-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.experts-filter-search {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.experts-filter-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #373c43;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.06rem;
}
.experts-filter-search input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
}
.experts-filter-search input[type=search]::-webkit-search-cancel-button, .experts-filter-search input[type=search]::-webkit-search-decoration, .experts-filter-search input[type=search]::-webkit-search-results-button, .experts-filter-search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.experts-filter-search input[type=search]::-ms-clear, .experts-filter-search input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.experts-filter-search:has(input:hover) {
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--Ivory, #FAF9F8);
}
.experts-filter-search:has(input:active, input:focus) {
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-400, #727272);
  background: var(--White-100, #FFF);
}

.search-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  padding: 0 0.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.375rem;
  background: var(--Gray-100, #E5E5E5);
  cursor: pointer;
  border: none;
}

.search-clear[hidden] {
  display: none;
}

.experts-count {
  color: var(--Gray-800, #272727);
  /* Caption - 32px Regular */
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.025rem;
  margin-bottom: 2rem;
}

.experts-results {
  position: relative;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: relative;
  z-index: 1;
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
}
.experts-results .content_block {
  padding-left: 3rem;
  padding-right: 3rem;
  background: var(--Ivory, #FAF9F8);
  margin-top: -6rem;
  margin-top: -6rem;
  padding-bottom: 6rem;
  padding-top: 8rem;
  border-radius: 1rem;
}
.experts-results.is-empty {
  margin-top: -6rem;
}

.simple-card__title-link {
  color: var(--Gray-800, #272727);
  text-decoration: none;
  /* Caption - 26px Regular */
  font-family: Inter;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.95rem */
}

.section_filter_form {
  position: relative;
  z-index: 2;
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
}
.section_filter_form .content_block {
  padding-left: 3rem;
  padding-right: 3rem;
}

.experts-results.is-loading {
  opacity: 0.45;
  pointer-events: none;
}

.experts-loader {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 30;
}

.experts-loader[hidden] {
  display: none;
}

.experts-loader-spinner {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  border: 3px solid #d3d5d8;
  border-top-color: #2c3446;
  border-radius: 50%;
  -webkit-animation: experts-spin 0.8s linear infinite;
          animation: experts-spin 0.8s linear infinite;
}

@-webkit-keyframes experts-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes experts-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.experts-archive-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.25rem minmax(0, 1fr) 1.25rem minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  row-gap: 3.25rem;
}

.experts-empty {
  grid-column: 1/-1;
  margin-top: 0.4rem;
  border-radius: 1rem;
  background: var(--Ivory, #FAF9F8);
  text-align: center;
  padding-bottom: 6rem;
}

.experts-empty-count {
  margin-bottom: 6rem;
  color: var(--Gray-800, #272727);
  text-align: left;
  /* Caption - 32px Regular */
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.025rem;
}

.experts-empty-icon {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto 1.1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d8d8d8;
  border-radius: 0.85rem;
  color: #4f535b;
  font-size: 1.7rem;
}
.experts-empty-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.experts-empty-title {
  margin: 0 0 0.9rem;
  color: #20242a;
  font-size: clamp(2.05rem, 3.4vw, 3.1rem);
  font-weight: 500;
  line-height: 1.2;
  color: var(--Gray-900, #1C1C1C);
  text-align: center;
  margin-bottom: 1.25rem;
  /* H6 - 32px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.06rem;
}

.experts-empty-description {
  margin-left: auto;
  margin-right: auto;
  width: 34.125rem;
  color: var(--Gray-600, #404040);
  text-align: center;
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
  margin-bottom: 2.5rem;
}

.experts-empty-clear {
  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;
  text-decoration: none;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  color: var(--Gray-900, #1C1C1C);
  /* Button label M - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
  gap: 0.62rem;
  height: 3rem;
  padding: 0 1.25rem 0 1.5rem;
}
.experts-empty-clear span {
  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;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.375rem;
  background: var(--Gray-100, #E5E5E5);
}

.experts-load-more-wrap {
  margin-top: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.experts-load-more-wrap[hidden] {
  display: none;
}

.experts-load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  padding: 0 1.25rem 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  gap: 0.62rem;
  white-space: nowrap;
  color: var(--Gray-900, #1C1C1C);
  /* Button label M - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
}

.experts-load-more.is-loading {
  cursor: wait;
  opacity: 0.85;
}

.experts-load-more:disabled {
  cursor: wait;
}

.experts-load-more-chevron {
  color: #6e737c;
  font-size: 1.4rem;
  line-height: 1;
}

.experts-load-more-spinner {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  border: 4px solid #d0d0d0;
  border-top-color: #757b86;
  border-radius: 50%;
  -webkit-animation: experts-spin 0.8s linear infinite;
          animation: experts-spin 0.8s linear infinite;
}

.experts-load-more-spinner[hidden] {
  display: none;
}

.expert-single-wrap {
  width: calc(1440px - 1rem);
  max-width: calc(100% - 1rem);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
  padding-top: 5rem;
}
.expert-single-wrap .content_block {
  padding-left: 3rem;
  padding-right: 3rem;
}

section.expert-hero.content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 3.75rem;
}
section.expert-hero.content-card:before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(222, 221, 222, 0.5);
}
section.expert-hero.content-card .expert-hero-media {
  overflow: hidden;
  width: 22.5rem;
  height: 22.5rem;
  aspect-ratio: 1/1;
  border-radius: 0.85713rem;
}
section.expert-hero.content-card .expert-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.expert-hero.content-card p.expert-hero-role {
  color: var(--Gray-400, #727272);
  /* Caption - 14px Medium UPPERCASE */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.18125rem */
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
section.expert-hero.content-card h1.expert-hero-name {
  color: var(--Gray-900, #1C1C1C);
  margin-bottom: 1.25rem;
  /* H1 - 58px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 4.16875rem */
  letter-spacing: -0.1875rem;
}
section.expert-hero.content-card p.expert-hero-summary {
  width: 45rem;
  max-width: 100%;
  color: var(--Gray-700, #2D2D2D);
  /* Body text - 18px Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.8rem */
  letter-spacing: -0.025rem;
  margin-bottom: 0.75rem;
}
section.expert-hero.content-card p.expert-hero-affiliation {
  color: var(--Gray-500, #535353);
  margin-bottom: 1.31rem;
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}
section.expert-hero.content-card .expert-hero-linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--Gray-600, #404040);
  margin-bottom: 2.5rem;
  /* Link button label - 18px Regular */
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.35rem */
  letter-spacing: -0.0125rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
section.expert-hero.content-card .expert-hero-linkedin span {
  width: 1.5rem;
  height: 1.5rem;
  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;
}
section.expert-hero.content-card a.expert-btn.expert-btn-primary {
  text-decoration: none;
  border-radius: 0.5rem;
  background: var(--Gray-800, #272727);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  padding: 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--White-100, #FFF);
  /* Button label M - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
}
section.expert-hero.content-card .expert-hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
section.expert-hero.content-card button.expert-btn.expert-btn-secondary.expert-share-btn {
  color: var(--Gray-900, #1C1C1C);
  cursor: pointer;
  /* Button label M - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  padding: 0 1.25rem 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
}

.expert-single-wrap .expert-single-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--Gray-700, #2D2D2D);
  margin-bottom: 2rem;
  /* Button label M - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0375rem;
  text-decoration: none;
}

body.expert-modal-open {
  overflow: hidden;
}

.expert-book-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.22s ease, visibility 0.22s ease;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.expert-book-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.expert-book-modal[hidden] {
  display: none !important;
}
.expert-book-modal .expert-book-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(21, 22, 24, 0.48);
  backdrop-filter: blur(3px);
}
.expert-book-modal .expert-book-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 36.5rem);
  border-radius: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  /* Card */
  -webkit-box-shadow: 0 8px 15px 0 rgba(149, 157, 165, 0.1);
          box-shadow: 0 8px 15px 0 rgba(149, 157, 165, 0.1);
}
.expert-book-modal .ff-el-input--label label {
  color: var(--Gray-900, #1C1C1C);
  /* Caption - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  margin-bottom: 0.5rem;
}
.expert-book-modal .ff-el-input--content textarea,
.expert-book-modal .ff-el-input--content input {
  height: 3.25rem;
  padding: 0 1rem;
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  /* Caption - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
}
.expert-book-modal .ff-el-input--content textarea {
  padding: 0.75rem 1rem;
  height: 7.5rem;
}
.expert-book-modal .ff-btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  padding: 0 1.25rem 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 0.5rem;
  opacity: 0.5;
  background: var(--Gray-800, #272727);
  border: none;
  width: 100%;
  color: var(--White-100, #FFF);
  cursor: pointer;
  /* Button label M - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
}
.expert-book-modal .expert-book-note {
  color: var(--Gray-600, #404040);
  /* Body text - 14px Regular */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: -0.01875rem;
}
.expert-book-modal .expert-book-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: #535353;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
.expert-book-modal h2 {
  margin-bottom: 1.5rem;
  color: var(--Gray-900, #1C1C1C);
  font-family: "IBM Plex Serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.06rem;
}

.expert-booking-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  padding-top: 3.75rem;
  padding-bottom: 6rem;
}
.expert-booking-grid .expert-booking-main.content-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.expert-booking-grid .expert-booking-side {
  position: sticky;
  top: 100px;
  width: 26.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.expert-booking-grid .expert-section-title {
  color: var(--Gray-900, #1C1C1C);
  /* H6 - 32px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.4rem */
  letter-spacing: -0.06rem;
  margin-bottom: 1.31rem;
}
.expert-booking-grid .expert-expertise-wysiwyg {
  color: var(--Gray-800, #272727);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}
.expert-booking-grid .expert-expertise-wysiwyg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.expert-booking-grid .expert-expertise-wysiwyg ul li {
  list-style: none;
  padding-left: 2.5rem;
  background: url(assets/images/icon-w2.svg) left center no-repeat;
  background-size: 1.75rem;
  min-height: 1.75rem;
}
.expert-booking-grid .expert-section {
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(222, 221, 222, 0.7);
}
.expert-booking-grid .entry-content {
  color: var(--Gray-800, #272727);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}
.expert-booking-grid .expert-review-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 0.38rem;
  color: #E8B949;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.125rem;
}
.expert-booking-grid .expert-review-rating span {
  color: #727272;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.06rem;
}
.expert-booking-grid .expert-review-text {
  color: var(--Gray-800, #272727);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
  margin-bottom: 0.5rem;
}
.expert-booking-grid .expert-review-meta {
  color: var(--Gray-500, #535353);
  /* Body text - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 1.6rem */
  letter-spacing: -0.0125rem;
}

section.expert-section.expert-reviews {
  border: none;
}

.expert-booking-side {
  border-radius: 1rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  /* Card */
  -webkit-box-shadow: 0 8px 15px 0 rgba(149, 157, 165, 0.1);
          box-shadow: 0 8px 15px 0 rgba(149, 157, 165, 0.1);
  padding: 2rem;
}
.expert-booking-side h3 {
  color: var(--Gray-900, #1C1C1C);
  /* H7 - 28px Regular Antiqua */
  font-family: "IBM Plex Serif";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 2.1rem */
  letter-spacing: -0.0525rem;
  margin-bottom: 1.5rem;
}
.expert-booking-side .ff-el-input--label label {
  color: var(--Gray-900, #1C1C1C);
  /* Caption - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  margin-bottom: 0.5rem;
}
.expert-booking-side .ff-el-input--content textarea,
.expert-booking-side .ff-el-input--content input {
  height: 3.25rem;
  padding: 0 1rem;
  border-radius: 0.625rem;
  border: 1px solid var(--Gray-100, #E5E5E5);
  background: var(--White-100, #FFF);
  /* Caption - 16px Regular */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
}
.expert-booking-side .ff-el-input--content textarea {
  padding: 0.75rem 1rem;
  height: 7.5rem;
}
.expert-booking-side .ff-btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  padding: 0 1.25rem 0 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 0.5rem;
  opacity: 0.5;
  background: var(--Gray-800, #272727);
  border: none;
  width: 100%;
  color: var(--White-100, #FFF);
  cursor: pointer;
  /* Button label M - 16px Medium */
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 1.2rem */
  letter-spacing: -0.0125rem;
}
.expert-booking-side .expert-book-note {
  color: var(--Gray-600, #404040);
  /* Body text - 14px Regular */
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.3125rem */
  letter-spacing: -0.01875rem;
}

@media (max-width: 768px) {
  .experts-filters {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .experts-filter-search {
    grid-column: 1/-1;
  }
  .filter-panel {
    width: min(100vw - 3rem, 640px);
  }
  .footer-inner {
    padding-inline: 0;
  }
  .footer-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .footer-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
@media (max-width: 768px) {
  .experts-filters {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0.85rem;
  }
  .experts-filter-search {
    grid-column: auto;
  }
  .filter-panel {
    width: calc(100vw - 2.6rem);
    left: 0;
  }
}
.mob {
  display: none;
}

@media (min-width: 0px) and (max-width: 766px) {
  .not_mob {
    display: none;
  }
  .mob {
    display: block;
  }
  .primary-menu {
    display: none;
  }
  .block_1 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_3 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_3 .left_side .steps_list {
    display: none;
  }
  .block_4 .simple-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_5 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content_block {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .block_4 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_4 .line .left_side,
  .block_4 .line .right_side {
    width: 100%;
  }
  .footer-description {
    max-width: 100%;
    width: 100%;
  }
  .block_3 .left_side {
    position: relative;
    top: 0;
  }
  .block_1 .left_side, .block_1 .right_side {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
  .block_1 .left_side {
    padding-right: 0;
  }
  .block_2 .content_block {
    padding-left: 0;
    padding-right: 0;
  }
  .block_3 .line .right_side {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .footer-brand {
    width: 100%;
    max-width: 100%;
  }
  .site-header-nav-wrap {
    display: none;
  }
  .block_1 .title_block {
    gap: 1rem;
  }
  .block_1 .line_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_1 .main_btn {
    width: 100%;
  }
  .block_1 .title {
    color: var(--Gray-900, #1C1C1C);
    /* H3 - 40px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 3.125rem */
    letter-spacing: -0.0625rem;
  }
  .block_1 .subtitle {
    color: var(--Gray-500, #535353);
    /* Body text - 16px Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.0125rem;
  }
  .block_1 .left_side {
    gap: 2rem;
  }
  .block_1 .title_slider {
    color: var(--Gray-300, #A3A3A3);
    /* Caption - 12px Semibold UPPERCASE */
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 0.9rem */
    letter-spacing: 0.025rem;
    text-transform: uppercase;
  }
  .block_2 .title_block {
    gap: 1rem;
  }
  .block_2 .title {
    color: var(--Gray-900, #1C1C1C);
    text-align: center;
    /* H4 - 36px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.7rem */
    letter-spacing: -0.0675rem;
  }
  .block_2 .subtitle {
    color: var(--Gray-500, #535353);
    text-align: center;
    /* Body text - 16px Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
  }
  .block_2 .content_block {
    gap: 2.5rem;
  }
  .block_2 .simple-cards {
    gap: 1rem;
  }
  .block_2 .simple-cards .simple-card__title {
    color: var(--Gray-800, #272727);
    /* Caption - 20px Medium */
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 1.5625rem */
    letter-spacing: -0.00125rem;
  }
  .block_2 .simple-cards .simple-card__text {
    color: var(--Gray-500, #535353);
    /* Body text - 14px Regular */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.01875rem;
  }
  .block_2 .simple-cards .simple-card {
    gap: 1.25rem;
  }
  .block_3 .title_left {
    color: var(--Gray-900, #1C1C1C);
    text-align: center;
    /* H4 - 36px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.7rem */
    letter-spacing: -0.0675rem;
  }
  .block_3 .badge {
    margin-left: auto;
  }
  .block_3 .simple-step__title {
    color: var(--Gray-900, #1C1C1C);
    margin-bottom: 0.75rem;
    /* Caption - 26px Regular */
    font-family: Inter;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.95rem */
  }
  .block_3 .simple-step__text {
    color: var(--Gray-500, #535353);
    margin-bottom: 1.5rem;
    /* Body text - 16px Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
  }
  .block_3 .simple-step__image {
    margin-bottom: 3rem;
  }
  .block_9 .title {
    color: var(--Gray-900, #1C1C1C);
    text-align: center;
    /* H4 - 36px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.7rem */
    letter-spacing: -0.0675rem;
  }
  .block_9 .categories_text {
    font-size: 1rem;
  }
  .block_9 .categories_number {
    font-size: 1.5rem;
  }
  .block_4 .badge {
    margin-left: auto;
  }
  .block_4 .title_block {
    gap: 1rem;
  }
  .block_4 .title {
    color: var(--Gray-900, #1C1C1C);
    text-align: center;
    /* H4 - 36px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.7rem */
    letter-spacing: -0.0675rem;
  }
  .block_4 .main_btn {
    width: 100%;
  }
  .block_4 .content_block {
    gap: 0.25rem;
  }
  .block_4 .subtitle {
    color: var(--Gray-500, #535353);
    text-align: center;
    /* Body text - 16px Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
    margin-bottom: 2rem;
  }
  .expert-card-shared .simple-card__role {
    color: var(--Gray-400, #727272);
    /* Caption - 12px Medium UPPERCASE */
    font-family: Inter;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.0125rem */
    text-transform: uppercase;
  }
  .simple-card__title-link {
    color: var(--Gray-800, #272727);
    /* H9 - 24px Regular Antiqua */
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 1.8rem */
    letter-spacing: -0.0625rem;
  }
  .expert-card-shared .simple-card__affiliation {
    color: var(--Gray-500, #535353);
    /* Body text - 14px Regular */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.01875rem;
  }
  .block_5 {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
  .block_5 .title {
    color: var(--White-100, #FFF);
    /* H4 - 36px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.7rem */
    letter-spacing: -0.0675rem;
    margin-bottom: 1rem;
  }
  .block_5 .content_text {
    margin-bottom: 2.5rem;
  }
  .block_5 .content_text, .block_5 .subtitle {
    color: var(--White-100, #FFF);
    /* Body text - 16px Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
  }
  .block_5 .content_text ul li, .block_5 .subtitle ul li {
    font-size: 0.875rem;
  }
  .block_6 .title {
    color: var(--Gray-900, #1C1C1C);
    text-align: center;
    /* H4 - 36px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.7rem */
    letter-spacing: -0.0675rem;
  }
  .block_6 .item__name span {
    color: var(--Gray-900, #1C1C1C);
    /* Caption - 20px Medium */
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 1.5625rem */
    letter-spacing: -0.00125rem;
  }
  .block_6 .item__desc {
    color: var(--Gray-600, #404040);
    /* Body text - 14px Regular */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.01875rem;
  }
  .footer-description {
    margin-bottom: 2.5rem;
    color: var(--Gray-600, #404040);
    /* Body text - 14px Regular */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.01875rem;
  }
  .footer-column h2 {
    color: var(--Gray-500, #535353);
    margin-bottom: 1rem;
    /* Caption - 14px Medium UPPERCASE */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 1.18125rem */
    text-transform: uppercase;
  }
  .footer-menu a {
    color: var(--Gray-900, #1C1C1C);
    /* Button label M - 16px Medium */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.2rem */
    letter-spacing: -0.0125rem;
  }
  .block_7 .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block_7 .left_side {
    overflow: visible;
  }
  .block_7 .right_side .simple-list li:before,
  .block_7 .left_side .simple-list li:before {
    display: none;
  }
  .experts-archive-title {
    color: var(--Brand-Blue, #2D56ED);
    /* H3 - 40px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.0625rem;
  }
  .experts-archive-description {
    color: var(--Gray-500, #535353);
    margin-bottom: 2rem;
    /* Body text - 16px Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
  }
  .experts-archive-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter-panel {
    width: 100%;
  }
  section.expert-hero.content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.expert-hero.content-card * {
    max-width: 100%;
  }
  section.expert-hero.content-card h1.expert-hero-name {
    color: var(--Gray-900, #1C1C1C);
    /* H3 - 40px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 3.125rem */
    letter-spacing: -0.0625rem;
  }
  section.expert-hero.content-card p.expert-hero-summary {
    color: var(--Gray-700, #2D2D2D);
    /* Body text - 16px Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
  }
  section.expert-hero.content-card .expert-hero-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .expert-booking-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-description {
    margin-bottom: 0;
  }
  footer .mob {
    margin-top: 2rem;
  }
  header .find_experts {
    color: var(--White-100, #FFF);
    /* Button label S - 14px Medium */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.05rem */
    letter-spacing: -0.0125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.5rem;
    padding: 0 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 0.5rem;
    background: var(--Gray-800, #272727);
    text-decoration: none;
  }
  header .site-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header .site-header-inner .mobile_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
  .block_2 .simple-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .content_block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .block_7,
  .block_2,
  .block_1 {
    width: 100%;
    max-width: 100%;
  }
  .block_1 .content_block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .block_1 .right_side {
    right: 0;
  }
  .block_1 .left_side {
    padding-top: 3rem;
    padding-bottom: 3.75rem;
  }
  .block_1 .left_side {
    padding-bottom: 2.5rem;
  }
  .block_2 .content_block {
    padding: 3.75rem 1.5rem;
  }
  .block_2 .simple-cards .simple-card {
    padding: 1.25rem;
  }
  .block_2 .simple-cards .simple-card__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .block_7 {
    margin-top: 0;
    padding-top: 0;
  }
  .block_7 .content_block {
    padding: 3.75rem 1.5rem;
    gap: 2.5rem;
  }
  .block_7 .title_content {
    gap: 1rem;
  }
  .block_7 .title_block {
    gap: 1rem;
  }
  .block_7 .title {
    color: var(--Gray-900, #1C1C1C);
    text-align: center;
    /* H4 - 36px Regular Antiqua */
    font-family: "IBM Plex Serif";
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 2.7rem */
    letter-spacing: -0.0675rem;
  }
  .block_7 .subtitle {
    color: var(--Gray-500, #535353);
    text-align: center;
    /* Body text - 16px Regular */
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 1.6rem */
    letter-spacing: -0.0125rem;
  }
  .block_7 .line {
    padding: 0.5rem;
    border-radius: 0.75rem;
  }
  .block_7 .left_side .simple-column__title {
    padding: 0.75rem;
  }
  .block_7 .simple-list li {
    padding: 1rem;
    color: var(--Gray-600, #404040);
    /* Body text - 14px Regular */
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.01875rem;
  }
  .block_7 .simple-list li .simple-list__icon {
    width: 1.75rem;
    height: 1.75rem;
  }
  .block_7 .left_side {
    padding: 0;
    padding-top: 0.5rem;
  }
  .block_7 .left_side .simple-column__title {
    width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
  }
  .block_7 .left_side {
    border-radius: 0.6875rem;
    border: 1px solid rgba(229, 229, 229, 0.8);
    background: var(--White-100, #FFF);
    -webkit-box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.12);
            box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.12);
  }
  .block_7 .line {
    gap: 1rem;
  }
  .block_7 .right_side .simple-column__title {
    padding: 0.75rem;
    border-radius: 0.6875rem;
    border: 1px solid rgba(229, 229, 229, 0.8);
    background: var(--White-100, #FFF);
    -webkit-box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.12);
            box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.12);
  }
  .block_7 .right_side {
    padding: 0;
    padding-top: 0;
  }
  .block_7 .right_side .simple-column__title {
    color: #1C1C1C;
    /* Caption - 18px Medium */
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 1.35rem */
    letter-spacing: -0.00125rem;
  }
  .block_7 .right_side .simple-column__title {
    width: calc(100% - 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}