@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
:root {
  --gsj-brand-orange: oklch(68.5% 0.19 51deg);
  --gsj-brand-orange-dark: oklch(62% 0.19 45deg);
  --gsj-color-primary: oklch(68.5% 0.19 51deg);
  --gsj-color-primary-hover: oklch(62% 0.19 45deg);
  --gsj-color-primary-active: oklch(49% 0.22 35deg);
  --gsj-color-primary-text: oklch(49% 0.22 35deg);
  --gsj-color-primary-light: #FFF3E0;
  --gsj-color-on-primary: oklch(100% 0 0deg);
  --gsj-color-accent: oklch(84.42% 0.18 85.5deg);
  --gsj-color-on-accent: oklch(0% 0 0deg);
  --gsj-color-bg-page: oklch(100% 0 0deg);
  --gsj-color-bg-secondary: oklch(96% 0.01 70deg);
  --gsj-color-bg-subtle: oklch(98.5% 0.01 70deg);
  --gsj-color-bg-muted: oklch(96% 0.01 70deg);
  --gsj-color-surface: oklch(100% 0 0deg);
  --gsj-color-surface-container-low: oklch(98% 0 0deg);
  --gsj-color-primary-container: oklch(96% 0.04 51deg);
  --gsj-color-on-primary-container: oklch(22% 0.06 51deg);
  --gsj-color-secondary-container: oklch(97% 0.05 85.7deg);
  --gsj-color-on-secondary-container: oklch(25% 0.07 85.7deg);
  --gsj-color-fill-primary: rgba(0, 0, 0, 0.05);
  --gsj-color-fill-secondary: rgba(0, 0, 0, 0.08);
  --gsj-color-fill-tertiary: rgba(0, 0, 0, 0.12);
  --gsj-color-fill-brand: rgba(255, 130, 0, 0.08);
  --gsj-color-border: rgba(60, 60, 67, 0.18);
  --gsj-color-border-strong: rgba(60, 60, 67, 0.36);
  --gsj-color-border-brand: oklch(68.5% 0.19 51deg);
  --gsj-color-text: oklch(19.2% 0 0deg);
  --gsj-color-text-secondary: rgba(60, 60, 67, 0.85);
  --gsj-color-text-muted: rgba(60, 60, 67, 0.6);
  --gsj-color-text-placeholder: rgba(60, 60, 67, 0.3);
  --gsj-color-text-on-dark: oklch(100% 0 0deg);
  --gsj-color-text-link: oklch(49% 0.22 35deg);
  --gsj-color-text-link-hover: oklch(38% 0.21 30deg);
  --gsj-color-footer-bg: #2D2D2D;
  --gsj-color-success: oklch(53% 0.14 145deg);
  --gsj-color-warning: oklch(84.42% 0.18 85.5deg);
  --gsj-color-error: oklch(57.81% 0.25 29.23deg);
  --gsj-color-info: oklch(45% 0.16 250deg);
  --gsj-color-success-text: #236127;
  --gsj-color-warning-text: #7A5800;
  --gsj-color-error-text: #aa0d0c;
  --gsj-color-info-text: #0d4d92;
  --gsj-color-brand-text: #7a3d00;
  --gsj-font-heading: Ubuntu, system-ui, sans-serif;
  --gsj-font-body: Lora, Georgia, serif;
  --gsj-font-size-large-title: clamp(3rem, 7vw, 6rem);
  --gsj-font-size-title-1: clamp(2rem, 4vw, 3rem);
  --gsj-font-size-title-2: clamp(1.5rem, 3vw, 2.25rem);
  --gsj-font-size-title-3: clamp(1.25rem, 2vw, 1.5rem);
  --gsj-font-size-headline: 1.125rem;
  --gsj-font-size-body: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --gsj-font-size-subheadline: 0.9375rem;
  --gsj-font-size-footnote: 0.8125rem;
  --gsj-font-size-caption-1: 0.75rem;
  --gsj-font-weight-regular: 400;
  --gsj-font-weight-medium: 500;
  --gsj-font-weight-semibold: 600;
  --gsj-font-weight-bold: 700;
  --gsj-line-height-tight: 1.2;
  --gsj-line-height-snug: 1.28;
  --gsj-line-height-normal: 1.5;
  --gsj-line-height-relaxed: 1.625;
  --gsj-letter-spacing-tight: -0.02em;
  --gsj-letter-spacing-normal: 0em;
  --gsj-letter-spacing-wide: 0.04em;
  --gsj-letter-spacing-caps: 0.08em;
  --gsj-duration-fast: 150ms;
  --gsj-duration-base: 250ms;
  --gsj-duration-slow: 350ms;
  --gsj-ease-standard: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --gsj-ease-decelerate: cubic-bezier(0, 0, 0.2, 1);
  --gsj-ease-accelerate: cubic-bezier(0.4, 0, 1, 1);
  --gsj-radius-xs: 4px;
  --gsj-radius-sm: 8px;
  --gsj-radius-md: 12px;
  --gsj-radius-lg: 16px;
  --gsj-radius-card: 20px;
  --gsj-radius-xl: 28px;
  --gsj-radius-full: 9999px;
  --gsj-space-1: 4px;
  --gsj-space-2: 8px;
  --gsj-space-3: 12px;
  --gsj-space-4: 16px;
  --gsj-space-5: 20px;
  --gsj-space-6: 24px;
  --gsj-space-8: 32px;
  --gsj-space-10: 40px;
  --gsj-space-12: 48px;
  --gsj-space-16: 64px;
  --gsj-space-20: 80px;
  --gsj-space-24: 96px;
  --gsj-container-max: 1280px;
  --gsj-container-pad: 24px;
}

.gsj-text-heading {
  font-family: "Ubuntu", system-ui, sans-serif;
}

.gsj-text-body {
  font-family: "Lora", Georgia, serif;
}

.gsj-text-xs {
  font-size: 0.75rem;
}

.gsj-text-sm {
  font-size: 0.8125rem;
}

.gsj-text-base {
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
}

.gsj-text-lg {
  font-size: 1.125rem;
}

.gsj-text-xl {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.gsj-text-2xl {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.gsj-text-3xl {
  font-size: clamp(2rem, 4vw, 3rem);
}

.gsj-font-regular {
  font-weight: 400;
}

.gsj-font-medium {
  font-weight: 500;
}

.gsj-font-bold {
  font-weight: 700;
}

.gsj-leading-tight {
  line-height: 1.2;
}

.gsj-leading-normal {
  line-height: 1.5;
}

.gsj-leading-relaxed {
  line-height: 1.625;
}

.gsj-org-divider {
  display: inline-block;
  width: 1px;
  height: 1.5em;
  background-color: oklch(68.5% 0.19 51deg);
  margin: 0 12px;
  vertical-align: middle;
}

.gsj-banner {
  background-color: #2D2D2D;
  border-bottom: 2px solid oklch(68.5% 0.19 51deg);
}

.gsj-banner__bar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  cursor: pointer;
}

.gsj-banner__bar-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 8px 0;
}
@media (min-width: 576px) {
  .gsj-banner__bar-inner {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0;
    min-height: 44px;
  }
}

.gsj-banner__flag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
.gsj-banner__flag strong {
  color: oklch(100% 0 0deg);
  font-weight: 600;
}

.gsj-banner__flag-img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.85;
}

.gsj-banner__toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: oklch(68.5% 0.19 51deg);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: calc(18px + 8px);
}
@media (min-width: 576px) {
  .gsj-banner__toggle {
    padding-left: 0;
  }
}
.gsj-banner__toggle::before {
  content: "·";
  display: none;
  margin-right: 4px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 400;
}
@media (min-width: 576px) {
  .gsj-banner__toggle::before {
    display: inline-block;
  }
}
.gsj-banner__toggle .gsj-banner__toggle-label {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: oklch(68.5% 0.19 51deg / 0.5);
  transition: text-decoration-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gsj-banner__toggle:hover .gsj-banner__toggle-label {
  text-decoration-color: currentColor;
}
.gsj-banner__toggle svg {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.gsj-banner__toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.gsj-banner__toggle:hover {
  color: oklch(75% 0.18 51deg);
}
.gsj-banner__toggle:focus-visible {
  outline: 2px solid oklch(68.5% 0.19 51deg);
  outline-offset: 3px;
  border-radius: 4px;
}

.gsj-banner__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 250ms cubic-bezier(0, 0, 0.2, 1);
}
.gsj-banner__content.is-open {
  grid-template-rows: 1fr;
}
.gsj-banner__content > * {
  overflow: hidden;
}

.gsj-banner__content-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border-top: 0.5px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 768px) {
  .gsj-banner__content-inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

.gsj-banner__guidance {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.gsj-banner__guidance-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(68.5% 0.19 51deg);
}
.gsj-banner__guidance-icon svg {
  width: 22px;
  height: 22px;
}

.gsj-banner__guidance-title {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: oklch(100% 0 0deg);
  line-height: 1.35;
  margin-bottom: 8px;
  margin-top: 0;
}

.gsj-banner__guidance-text {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin: 0;
}
.gsj-banner__guidance-text strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.gsj-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background-color: oklch(100% 0 0deg / 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 0.5px solid rgba(60, 60, 67, 0.18);
  transition: box-shadow 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gsj-header.is-scrolled {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.gsj-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 80px;
}
@media (max-width: 576px) {
  .gsj-header__inner {
    padding: 0 16px;
    gap: 12px;
  }
}

.gsj-header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-height: 44px;
  flex-shrink: 0;
}
.gsj-header__logo:hover {
  opacity: 0.75;
  text-decoration: none;
}
.gsj-header__logo:focus-visible {
  outline: 2px solid oklch(68.5% 0.19 51deg);
  outline-offset: 4px;
  border-radius: 4px;
}

.gsj-header__logo-img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.gsj-header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.gsj-header__org {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1.5px solid oklch(68.5% 0.19 51deg);
  padding-left: 20px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .gsj-header__org {
    display: none;
  }
}

.gsj-header__org-label {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: oklch(19.2% 0 0deg);
  line-height: 1;
}

.gsj-header__org-name {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: oklch(19.2% 0 0deg);
  line-height: 1.15;
  margin-top: 2px;
}

.gsj-header__logo-name {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: oklch(19.2% 0 0deg);
}
@media (max-width: 576px) {
  .gsj-header__logo-name {
    font-size: 0.95rem;
    line-height: 1.2;
  }
}
.gsj-header__logo-name span {
  font-weight: 400;
}

.gsj-header__logo-org {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: oklch(19.2% 0 0deg);
  margin-top: 2px;
}
@media (max-width: 576px) {
  .gsj-header__logo-org {
    font-size: 0.72rem;
  }
}

.gsj-header__nav {
  flex: 1;
  display: none;
}
@media (min-width: 1024px) {
  .gsj-header__nav {
    display: block;
  }
}

.gsj-header__nav-list {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gsj-header__nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(60, 60, 67, 0.85);
  text-decoration: none;
  border-radius: 8px;
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gsj-header__nav-link:hover {
  color: oklch(19.2% 0 0deg);
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.gsj-header__nav-link.is-active {
  color: oklch(68.5% 0.19 51deg);
  font-weight: 600;
  position: relative;
}
.gsj-header__nav-link.is-active::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: oklch(68.5% 0.19 51deg);
  border-radius: 9999px;
}
.gsj-header__nav-link.is-active:hover {
  background-color: transparent;
}
.gsj-header__nav-link:focus-visible {
  outline: 2px solid oklch(68.5% 0.19 51deg);
  outline-offset: 2px;
}

.gsj-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.gsj-header__cidi {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 576px) {
  .gsj-header__cidi {
    display: none;
  }
}
.gsj-header__cidi img {
  display: block;
}
.gsj-header__cidi:hover {
  opacity: 0.75;
}
.gsj-header__cidi:focus-visible {
  outline: 2px solid oklch(68.5% 0.19 51deg);
  outline-offset: 2px;
}

.gsj-header__menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: oklch(19.2% 0 0deg);
  cursor: pointer;
  transition: background-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-tap-highlight-color: transparent;
}
.gsj-header__menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.gsj-header__menu-toggle:focus-visible {
  outline: 2px solid oklch(68.5% 0.19 51deg);
  outline-offset: 2px;
}
@media (min-width: 1024px) {
  .gsj-header__menu-toggle {
    display: none;
  }
}

.gsj-header__mobile-nav {
  display: none;
  border-top: 0.5px solid rgba(60, 60, 67, 0.18);
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 250ms cubic-bezier(0, 0, 0.2, 1), opacity 250ms cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .gsj-header__mobile-nav {
    display: none !important;
  }
}
.gsj-header__mobile-nav.is-open {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
}

.gsj-header__mobile-nav > * {
  overflow: hidden;
}

.gsj-header__mobile-nav-list {
  list-style: none;
  padding: 12px 0 16px;
  margin: 0;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}

.gsj-header__mobile-nav-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  font-weight: 500;
  color: oklch(19.2% 0 0deg);
  text-decoration: none;
  border-radius: 8px;
  padding: 0 12px;
  transition: background-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gsj-header__mobile-nav-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.gsj-header__mobile-nav-link.is-active {
  color: oklch(68.5% 0.19 51deg);
  font-weight: 600;
}

.gsj-footer {
  background-color: #2D2D2D;
  color: oklch(100% 0 0deg);
}

.gsj-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 24px 32px;
}

.gsj-footer__nav {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.12);
}

.gsj-footer__nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
}
@media (min-width: 768px) {
  .gsj-footer__nav-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}

.gsj-footer__col-title {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  margin-top: 0;
}

.gsj-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.gsj-footer__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-radius: 4px;
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gsj-footer__link:hover {
  color: oklch(100% 0 0deg);
}
.gsj-footer__link:focus-visible {
  outline: 2px solid oklch(68.5% 0.19 51deg);
  outline-offset: 2px;
}

.gsj-footer__meta {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 32px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.12);
  align-items: flex-start;
}
@media (min-width: 768px) {
  .gsj-footer__meta {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 80px;
  }
}

.gsj-footer__meta-identity {
  display: flex;
  flex-direction: column;
}

.gsj-footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 16px;
}

.gsj-footer__logo-img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.gsj-footer__logo-text {
  display: flex;
  flex-direction: column;
}

.gsj-footer__logo-name {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: oklch(100% 0 0deg);
  line-height: 1;
}

.gsj-footer__logo-org {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
}

.gsj-footer__tagline {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 220px;
}

.gsj-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gsj-footer__contact-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.gsj-footer__contact-label {
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.gsj-footer__contact-line {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin: 0;
}

.gsj-footer__escudo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.gsj-footer__escudo img {
  height: 88px;
  width: auto;
  opacity: 0.85;
}

.gsj-footer__social-list {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gsj-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: background-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94), color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gsj-footer__social-link:hover {
  background-color: oklch(68.5% 0.19 51deg);
  color: oklch(100% 0 0deg);
}
.gsj-footer__social-link:focus-visible {
  outline: 2px solid oklch(68.5% 0.19 51deg);
  outline-offset: 2px;
}
.gsj-footer__social-link svg {
  width: 18px;
  height: 18px;
}

.gsj-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 16px 32px;
  justify-content: flex-start;
}

.gsj-footer__legal {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.5;
  margin: 0;
}

.gsj-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.gsj-footer__bottom-link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gsj-footer__bottom-link:hover {
  color: rgba(255, 255, 255, 0.85);
}
.gsj-footer__bottom-link:focus-visible {
  outline: 2px solid oklch(68.5% 0.19 51deg);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Custom Overrides for Header Logo Classes inside the Footer */
.gsj-footer .gsj-header__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.gsj-footer .gsj-header__logo-name {
  color: oklch(100% 0 0deg) !important;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}
.gsj-footer .gsj-header__logo-org {
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 2px;
}
.gsj-footer .gsj-header__org {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  border-left: 1.5px solid oklch(68.5% 0.19 51deg);
  padding-left: 20px;
  max-width: 220px;
}
.gsj-footer .gsj-header__org-label {
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
.gsj-footer .gsj-header__org-name {
  color: oklch(100% 0 0deg) !important;
  font-family: "Ubuntu", system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 2px;
}

/* Specific overrides to prevent global footer centering pollution from shared.css */
.gsj-footer {
  text-align: left !important;
}

.gsj-footer .gsj-footer__meta {
  text-align: left !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

@media (min-width: 768px) {
  .gsj-footer .gsj-footer__meta {
    flex-direction: row !important;
    justify-content: flex-start !important;
    gap: 80px !important;
  }
}

.gsj-footer .gsj-footer__meta-identity {
  text-align: left !important;
  align-items: flex-start !important;
}

.gsj-footer .gsj-footer__contact {
  text-align: left !important;
  align-items: flex-start !important;
}

.gsj-footer .gsj-footer__logo {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: center !important;
  margin-bottom: 24px !important;
}

.gsj-footer .gsj-footer__tagline {
  text-align: left !important;
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

.gsj-footer .gsj-footer__social-list {
  justify-content: flex-start !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.gsj-footer .gsj-footer__contact-block {
  text-align: left !important;
}

.gsj-footer .gsj-footer__contact-label {
  text-align: left !important;
}

.gsj-footer .gsj-footer__contact-line {
  text-align: left !important;
}

.gsj-footer .gsj-footer__escudo {
  text-align: left !important;
}

@media (min-width: 768px) {
  .gsj-footer .gsj-footer__escudo {
    margin-left: auto !important;
  }
}

