.gq3n9lf_K7pQ2 {
  --panel: #0d0d0d;
  --panel-soft: rgba(12, 12, 12, .82);
  --text: #fff;
  --muted: #d4d4d4;
  --border: rgba(255, 255, 255, .15);
  --selected_red: var(--selected_color, #e60000);
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: min(824px, 100vh);
  margin-top: var(--margin_tb);
  margin-bottom: var(--margin_tb);
  overflow: hidden;
  isolation: isolate;
  color: var(--text);
  background-color: #9ac1df;
  background-image: var(--active_background);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image .28s ease, background-position .28s ease;
}

.gq3n9lf_K7pQ2 *,
.gq3n9lf_K7pQ2 *::before,
.gq3n9lf_K7pQ2 *::after { box-sizing: border-box; }

.gq3n9lf_K7pQ2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .22) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, 0) 48%);
  pointer-events: none;
}

.gq3n9lf_K7pQ2__stage {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--custom-content-max-width);
  min-height: inherit;
  margin-left: auto;
  margin-right: auto;
  padding: 276px max(var(--padding_lr), 50px) 80px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: end;
}

.gq3n9lf_K7pQ2__item {
  min-width: 0;
  min-height: 60px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(0, 0, 0, .58);
  box-shadow: none;
  backdrop-filter: blur(10px);
  color: var(--text);
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: min-height .38s cubic-bezier(.22, .61, .36, 1), padding .38s cubic-bezier(.22, .61, .36, 1), background .28s ease, border-color .28s ease, box-shadow .38s ease, transform .28s ease;
}

.gq3n9lf_K7pQ2__item::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: var(--selected_red);
  transition: opacity .28s ease;
  z-index: 0;
}

.gq3n9lf_K7pQ2__item:hover,
.gq3n9lf_K7pQ2__item:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .15);
  box-shadow: none;
}

.gq3n9lf_K7pQ2__item:hover::before,
.gq3n9lf_K7pQ2__item:focus-within::before { opacity: 1; }

.gq3n9lf_K7pQ2__item.is-active {
  min-height: 470px;
  border-color: var(--border);
  background: var(--panel);
  padding: 26px;
  box-shadow: none;
  cursor: default;
}

.gq3n9lf_K7pQ2__item.is-active::before { opacity: 0; }
.gq3n9lf_K7pQ2__item.is-active:hover,
.gq3n9lf_K7pQ2__item.is-active:focus-within { transform: translateY(-4px); }

.gq3n9lf_K7pQ2__collapsed {
  position: relative;
  z-index: 1;
  min-height: 60px;
  padding: 0 26px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  text-align: start;
  max-height: 96px;
  opacity: 1;
  transition: opacity .2s ease, max-height .32s cubic-bezier(.22, .61, .36, 1), min-height .32s cubic-bezier(.22, .61, .36, 1), padding .32s cubic-bezier(.22, .61, .36, 1);
}

.gq3n9lf_K7pQ2__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 0;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .28s ease .08s, transform .38s cubic-bezier(.22, .61, .36, 1), max-height .38s cubic-bezier(.22, .61, .36, 1);
}

.gq3n9lf_K7pQ2__item.is-active .gq3n9lf_K7pQ2__collapsed {
  max-height: 0;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.gq3n9lf_K7pQ2__item.is-active .gq3n9lf_K7pQ2__panel {
  max-height: 420px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.gq3n9lf_K7pQ2__thumb {
  width: 100%;
  height: 169px;
  border-radius: 7px;
  overflow: hidden;
  background: #99bfd9;
  transition: transform .32s ease, filter .32s ease;
}

.gq3n9lf_K7pQ2__thumb-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gq3n9lf_K7pQ2__item.is-active:hover .gq3n9lf_K7pQ2__thumb,
.gq3n9lf_K7pQ2__item.is-active:focus-within .gq3n9lf_K7pQ2__thumb {
  transform: scale(1.015);
  filter: saturate(1.08) contrast(1.04);
}

.gq3n9lf_K7pQ2__title {
  margin: 30px 0 20px;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.gq3n9lf_K7pQ2__copy {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 700;
}

.gq3n9lf_K7pQ2__read {
  align-self: flex-start;
  margin-top: 65px;
  color: var(--text);
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

.gq3n9lf_K7pQ2__read:hover,
.gq3n9lf_K7pQ2__read:focus-visible {
  color: var(--theme_color);
  transform: translateX(4px);
  outline: none;
}

.rtlAr .gq3n9lf_K7pQ2::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, .22) 100%),
    linear-gradient(270deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, 0) 48%);
}

.rtlAr .gq3n9lf_K7pQ2__item::before {
  background: var(--selected_red);
}

.rtlAr .gq3n9lf_K7pQ2__item.is-active { background: var(--panel); }
.rtlAr .gq3n9lf_K7pQ2__read:hover,
.rtlAr .gq3n9lf_K7pQ2__read:focus-visible { transform: translateX(-4px); }

@media (max-width: 1180px) {
  .gq3n9lf_K7pQ2 { min-height: 760px; }
  .gq3n9lf_K7pQ2__stage {
    padding-top: 220px;
    padding-right: max(var(--padding_lr), 32px);
    padding-bottom: 44px;
    padding-left: max(var(--padding_lr), 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gq3n9lf_K7pQ2__item.is-active { min-height: 430px; }
}

@media (max-width: 760px) {
  .gq3n9lf_K7pQ2 { min-height: 860px; background-position: 54% center; }
  .gq3n9lf_K7pQ2__stage {
    padding-top: 180px;
    padding-right: 2rem;
    padding-bottom: 26px;
    padding-left: 2rem;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .gq3n9lf_K7pQ2__item.is-active { min-height: 410px; padding: 18px; }
  .gq3n9lf_K7pQ2__thumb { height: 150px; }
  .gq3n9lf_K7pQ2__title { margin-top: 28px; font-size: 20px; }
  .gq3n9lf_K7pQ2__copy { font-size: 15px; line-height: 1.48; }
  .gq3n9lf_K7pQ2__read { margin-top: 46px; }
  .gq3n9lf_K7pQ2__collapsed { min-height: 56px; padding: 0 18px; font-size: 17px; }
}
