.ploutos-wordmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  pointer-events: none;
}

.header_header__YyLMN .header_calatrava__ybpZl {
  opacity: 0;
}

header a[aria-label="Go to Ploutos Lab home page"] > svg,
header a[aria-label="Go to home page"] > svg,
header a[aria-label="Go to Ploutos Lab home page"] > img,
header a[aria-label="Go to home page"] > img {
  opacity: 0;
}

.footer_home-link__XU_FR {
  position: relative;
  display: inline-flex;
  min-width: 126px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
}

.footer_home-link__XU_FR svg,
.footer_home-link__XU_FR img {
  opacity: 0;
}

.top-controls_locale-switch__fkYUf {
  display: none !important;
}

.top-controls_logo__Aj2E_ {
  min-width: 132px;
  overflow: visible;
}

.top-controls_logo__Aj2E_ svg,
.top-controls_logo__Aj2E_ img {
  opacity: 0;
}

.ploutos-menu-wordmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}

.menu-link_menu-link__JQeqo svg {
  display: none;
}

.hero-carousel-item_cta-container__qsuy2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ploutos-header-login-wrapper {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-width: 88px;
  position: relative;
  z-index: 12;
}

.ploutos-header-login-wrapper .header-auth {
  position: relative;
}

.ploutos-header-login-wrapper .header-link {
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.ploutos-header-login-wrapper .header-link:hover,
.ploutos-header-login-wrapper .header-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.ploutos-header-login-wrapper .header-auth__login.is-hidden,
.ploutos-header-login-wrapper .header-mine.is-hidden,
.ploutos-header-login-wrapper .header-mine__item.is-hidden,
.ploutos-header-login-wrapper .header-mine__item--referral.is-hidden {
  display: none !important;
}

.ploutos-header-login-wrapper .header-mine {
  position: relative;
}

.ploutos-header-login-wrapper .header-mine__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f2937;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.ploutos-header-login-wrapper .header-mine__trigger:hover,
.ploutos-header-login-wrapper .header-mine__trigger:focus-visible {
  border-color: transparent;
  outline: none;
}

.ploutos-header-login-wrapper .header-mine__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.15s ease;
}

.ploutos-header-login-wrapper .header-mine.is-open .header-mine__caret {
  transform: rotate(-135deg) translateY(1px);
}

.ploutos-header-login-wrapper .header-mine__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  width: min(280px, calc(100vw - 32px));
  padding: 10px;
  border: 1px solid #e8edf5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14);
}

.ploutos-header-login-wrapper .header-mine__item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #1f2937;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.ploutos-header-login-wrapper .header-mine__item:hover,
.ploutos-header-login-wrapper .header-mine__item:focus-visible {
  background: #f8fafc;
  outline: none;
}

.ploutos-header-login-wrapper .header-mine__item--referral {
  cursor: default;
}

.ploutos-header-login-wrapper .header-mine__item--referral:hover {
  background: transparent;
}

.ploutos-header-login-wrapper .header-mine__referral-text {
  color: #1f2937;
  white-space: nowrap;
}

.ploutos-header-login-wrapper .header-mine__referral-code {
  margin-left: auto;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
}

.ploutos-header-login-wrapper .header-mine__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 28px;
  flex: 0 0 auto;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: #f3f4f6;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.ploutos-header-login-wrapper .header-mine__copy-label {
  white-space: nowrap;
}

.ploutos-header-login-wrapper .header-mine__copy:hover,
.ploutos-header-login-wrapper .header-mine__copy:focus-visible {
  background-color: #e5e7eb;
  outline: none;
}

.ploutos-header-login-wrapper .header-mine__copy.is-copied {
  background-color: #dcfce7;
  color: #15803d;
}

.ploutos-header-login-link {
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
}

.ploutos-header-login-link:hover,
.ploutos-header-login-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 5px;
}

html:not(.ploutos-content-ready) .hero-carousel-item_content-wrapper__ml_k2 {
  opacity: 0;
  visibility: hidden;
}

html.ploutos-content-ready .hero-carousel-item_content-wrapper__ml_k2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 140ms ease-out;
}

.cta_cta__g1ZkP.ploutos-secondary-cta {
  background: transparent;
  border: 1px solid currentColor;
  color: inherit;
}

.ploutos-footer-wordmark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: currentColor;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .footer_top__xIWET {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(180px, 1fr)) !important;
    column-gap: clamp(48px, 7vw, 140px) !important;
    align-items: start !important;
  }

  .footer_top__xIWET > .footer_column__g3_1l {
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer_top__xIWET > .footer_column__g3_1l.ploutos-footer-extra-column {
    display: none !important;
  }

  .footer_top__xIWET .footer-column_group__RvY1H {
    width: 100% !important;
  }
}

.hero-carousel-item_title__Rw_ym,
.related-content-section-item_title__ioHiF,
.image-section_title__LAp1o {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.text-and-media_title__OFfW8,
.text-and-media_description__lC_Xc {
  overflow-wrap: normal;
  word-break: keep-all;
}

.text-and-image-carousel-section_cursor__Ea2jU {
  display: none !important;
  pointer-events: none !important;
}

.hero-carousel-item_description__d6lT4,
.text-and-media_description__lC_Xc,
.text-and-image-carousel-section-item_description__s8jWR,
.related-content-section-item_description__0Xi5c,
.image-section_description__BEJus {
  max-width: 760px;
}

.footer_locale-switch__G7v6h {
  display: none !important;
}

.ploutos-footer-utility--disabled,
html.ploutos-content-ready footer a[href*="d39a322fdc95ca12"] {
  display: none !important;
}

html.ploutos-content-ready footer .footer_additional-links__hFjyD li:has(a[href*="d39a322fdc95ca12"]) {
  display: none !important;
}

.ploutos-kicker {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-family: var(--font-alt), var(--font-secondary), Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .ploutos-wordmark {
    font-size: 18px;
  }

  .ploutos-header-login-wrapper {
    min-width: 56px;
  }

  .ploutos-header-login-wrapper .header-link,
  .ploutos-header-login-wrapper .header-mine__trigger {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .ploutos-header-login-link {
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .hero-carousel-item_title__Rw_ym {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }
}
