html {
  scroll-behavior: smooth;
}

*,
::before,
::after {
  box-sizing: border-box;
  undefined: undefined;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
/*  background: url(/gc.jpg);
  background: linear-gradient(90deg,rgba(208, 232, 242, 0.5) 0%, rgba(149, 207, 232, 0.5) 49%, rgba(252, 242, 255, 1) 100%);*/
}
hr {
  height: 0;
  undefined: undefined;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  undefined: undefined;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  undefined: undefined;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  undefined: undefined;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  undefined: undefined;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  undefined: undefined;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  undefined: undefined;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  undefined: undefined;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  undefined: undefined;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

.body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-bar {
  width: 100%;
  border-bottom-width: 1px;
  border-color: #374151;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-bottom-color: #e5e7eb;
}

.header-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111827;
}

.header-branding {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo-wrapper {
  padding: 0.5rem;
  border-width: 1px;
  border-color: #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: none;
  background-color: #ffffff;
}

.logo-image {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.header-download-button:hover:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.header-download-button:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.main-content {
  width: 100%;
}

.hero-section {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hero-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: flex-start;
}

.hero-image-wrapper {
  grid-column: span 12 / span 12;
}

.divider-subtle {
  border-top-width: 1px;
  border-color: #374151;
  border-top-color: #e5e7eb;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.5rem;
}

.info-card-wrapper {
  grid-column: span 12 / span 12;
}

.info-card {
  border-width: 1px;
  border-color: #e5e7eb;
  border-radius: 0.75rem;
  background-color: #ffffff;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.info-text-block {
  flex: 1 1 0%;
}

.info-title {
  margin-bottom: 0.5rem;
}

.info-description {
  color: var(--gjs-t-color-secondary);
  max-width: 48rem;
}

.info-action {
  flex-shrink: 0;
}

.primary-download-button:hover:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.primary-download-button:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.footer-bar {
  width: 100%;
  border-top-width: 1px;
  border-color: #374151;
  background-color: #ffffff;
  border-top-color: #e5e7eb;
}

.footer-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111827;
}

.footer-branding {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-logo-wrapper {
  padding: 0.5rem;
  border-width: 1px;
  border-color: #e5e7eb;
  border-radius: 0.375rem;
  background-color: #ffffff;
  box-shadow: none;
}

.footer-logo-image {
  height: 2rem;
  width: auto;
  object-fit: contain;
}

.footer-text {
  color: var(--gjs-t-color-secondary);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-download-link:focus-visible:focus-visible {
  box-shadow: 0 0 0 0px #fff, 0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5), 0 0 #0000;
}

#i0sud {
  width: 219px;
  height: 154px;
}

#id5r1 {
  max-width: none;
  width: 100%;
}

#iwh0u {
  padding: 10px;
}

#itvucv {
  padding: 10px;
}

#izq83 {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#i5v3ug {
  font-size: 24pt;
}

#iw5vf3 {
  font-size: 24pt;
}

#ikckdk {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
  undefined: undefined;
  margin-left: 0;
}

#ikckdk li {
  margin-bottom: 0.25rem;
  undefined: undefined;
}

#hero-top-buttons .htb-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0;
}

#hero-top-buttons .htb-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  flex-wrap: wrap;
}

#hero-top-buttons .htb-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.25;
  transition: transform 150ms ease, box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  border: 1px solid transparent;
}

#hero-top-buttons .htb-btn:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.5);
  outline-offset: 2px;
}

#hero-top-buttons .htb-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

#hero-top-buttons .htb-btn-primary {
  background-color: #0f4c81;
  color: #ffffff;
  border-radius: 9999px;
}

#hero-top-buttons .htb-btn-outline {
  background-color: #ffffff;
  color: #0f4c81;
  border-color: #0f4c81;
  border-radius: 9999px;
}

#hero-top-buttons .htb-btn-outline:hover {
  background-color: rgba(15, 76, 129, 0.06);
}

#hero-top-buttons .htb-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
}

#ij0l83 {
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(48, 82, 153, 1);
  border-right-color: rgba(48, 82, 153, 1);
  border-bottom-color: rgba(48, 82, 153, 1);
  border-left-color: rgba(48, 82, 153, 1);
  color: rgba(255, 255, 255, 1);
  background-color: rgba(29, 81, 118, 1);
  box-shadow: 0px 0px 5px 0px black;
  backface-visibility: visible;
  padding-left: 25px;
  padding-right: 25px;
}

#iw1w73 {
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgba(48, 82, 153, 1);
  border-right-color: rgba(48, 82, 153, 1);
  border-bottom-color: rgba(48, 82, 153, 1);
  border-left-color: rgba(48, 82, 153, 1);
  color: rgba(255, 255, 255, 1);
  background-color: rgba(29, 81, 118, 1);
  box-shadow: 0px 0px 5px 0px black;
  backface-visibility: visible;
  padding-left: 25px;
  padding-right: 25px;
}

#iu7gwu {
  flex-basis: 94.2%;
  text-align: center;
  max-width: 49%;
  display: inline-block;
  width: 49%;
}

#iidc0k {
  flex-basis: 5.8%;
  text-align: center;
  max-width: 49%;
  display: inline-block;
  width: 49%;
}

@media (max-width: 992px) {
  .info-card-wrapper {
    grid-column: span 12 / span 12;
  }

  #hero-top-buttons .htb-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 480px) {
  .info-card-wrapper {
    grid-column: span 12 / span 12;
  }

  #hero-top-buttons .htb-bar {
    gap: 0.5rem;
  }

  #hero-top-buttons .htb-btn {
    width: 100%;
    justify-content: center;
  }
}
