@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800;900&display=swap');

:root {
    --sta-blue: #07538b;
    --sta-blue-dark: #073d6b;
    --sta-orange: #ff8736;
    --sta-ink: #0d4f87;
    --sta-line: #8793a0;
    --sta-soft: #f5f8fb;
    --sta-shadow-soft: 0 12px 30px rgba(7, 83, 139, .08);
    --sta-shadow: 0 22px 52px rgba(7, 83, 139, .12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--sta-ink);
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 1.45;
    overflow-x: hidden;
}

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

a {
    color: inherit;
}

.container {
    width: min(1560px, calc(100% - 80px));
    max-width: none;
}

.hed {
    display: none;
}

.header-sta {
    position: relative;
    background: #fff;
    padding: 38px 0;
}

.barraMenuSTA {
    min-height: 112px;
    padding: 22px 0 16px;
    align-items: flex-start;
}

.cont-head-sta {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: start;
    width: min(1560px, calc(100% - 80px));
    max-width: none;
    min-height: 74px;
}

.menu-left {
    margin-top: 18px;
    z-index: 2;
}

.menuListaSTA {
    display: flex;
    gap: 28px;
    align-items: center;
    padding: 0;
    list-style: none;
}

.aMenuSTA {
    padding: 0;
    color: var(--sta-blue);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: color 180ms ease, transform 180ms ease;
}

.aMenuSTA:hover,
.aMenuSTA.active {
    color: var(--sta-orange);
    text-decoration: none;
    transform: translateY(-2px);
}

.brand-sta {
    position: absolute;
    top: -4px;
    left: 63%;
    width: 120px;
    transition: transform 0.3s ease;
}

.brand-sta:hover {
    transform: scale(1.05);
}

.brand-sta img {
    width: 100%;
}

.sta-lang-switcher {
    position: absolute;
    top: 2px;
    right: 0;
    display: flex;
    gap: 6px;
    align-items: center;
    z-index: 3;
}

.sta-lang-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    padding: 4px 8px;
    color: var(--sta-blue);
    border: 1px solid rgba(7, 83, 139, .16);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.sta-lang-switcher__link:hover,
.sta-lang-switcher__link.is-active,
.sta-lang-switcher__link[aria-current="true"] {
    color: #fff;
    background: var(--sta-blue);
    border-color: var(--sta-blue);
    text-decoration: none;
}

.btn-menu-display {
    position: fixed;
    top: 26px;
    left: 22px;
    z-index: 1040;
    display: none;
    width: 48px;
    height: 42px;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(7, 83, 139, .24);
    border-radius: 8px;
}

.btn-menu-display span {
    display: block;
    height: 3px;
    margin: 5px 0;
    background: var(--sta-blue);
    border-radius: 999px;
}

.btn-sta-orange,
.btn-sta-blue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
    box-shadow: var(--sta-shadow-soft);
}

.btn-sta-orange {
    color: #fff;
    background: var(--sta-orange);
}

.btn-sta-blue {
    color: #fff;
    background: var(--sta-blue);
}

.btn-sta-orange:hover,
.btn-sta-blue:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.02);
    box-shadow: var(--sta-shadow);
}

html.js-enabled .js-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 520ms ease, transform 520ms ease;
    will-change: opacity, transform;
}

html.js-enabled .js-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.home-hero {
    position: relative;
    width: min(2020px, calc(100% - 20px));
    height: clamp(420px, 38vw, 520px);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: var(--sta-shadow);
}

.imgSlideSTA {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.24), rgba(255,255,255,.02) 44%, rgba(0,0,0,.15));
}

.home-hero-copy {
    position: absolute;
    right: 5%;
    bottom: 34px;
    z-index: 2;
    display: grid;
    justify-items: end;
    max-width: 760px;
}

.home-hero-copy h1 {
    margin: 0 0 36px;
    color: #fff;
    font-size: clamp(3.3rem, 4.4vw, 4rem);
    font-weight: 900;
    line-height: 1.03;
    text-align: right;
    text-shadow: 1px 1px 0 #54595f;
}

.home-page {
    padding-bottom: 16px;
}

.home-intro {
    padding: 74px 0 48px;
}

.home-intro-grid {
    display: grid;
    grid-template-columns: minmax(190px, .65fr) minmax(500px, 1.4fr) minmax(320px, .85fr);
    gap: 40px;
    align-items: center;
}

.home-intro-blurb {
    color: var(--sta-blue);
    font-size: 11px;
    line-height: 1.4;
    max-width: 160px;
    justify-self: start;
}

.home-intro-blurb p {
    margin: 0 0 16px;
}

.home-intro-copy {
    text-align: center;
}

.home-intro-copy h2 {
    margin: 0;
    color: var(--sta-blue);
    font-size: clamp(1.9rem, 2.45vw, 2.2rem);
    font-weight: 900;
    line-height: .92;
    text-align: center;
    max-width: 430px;
    justify-self: center;
}

.home-intro-copy .btn-sta-orange {
    margin-top: 20px;
}

.home-intro-media img {
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
    border-radius: 22px;
}

.home-band {
    padding: 20px 0 64px;
}

.home-band-panel {
    padding: 28px 38px 24px;
    color: #fff;
    background: var(--sta-blue);
    border-radius: 20px;
    box-shadow: var(--sta-shadow);
}

.home-band-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: start;
}

.home-band-item {
    color: #fff;
    text-align: center;
}

.home-band-item img {
    width: 96px;
    height: 96px;
    margin: 0 auto 14px;
    object-fit: cover;
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, .16);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

.home-band-item p {
    margin: 0;
    color: #fff;
    font-size: 11px;
    line-height: 1.35;
    font-weight: 700;
}

.home-certifications {
    padding: 8px 0 76px;
}

.home-certifications h2 {
    margin: 0;
    color: var(--sta-blue);
    font-size: clamp(2rem, 2.5vw, 2.3rem);
    font-weight: 900;
    text-align: center;
}

.home-certifications-lead {
    margin: 10px 0 0;
    color: var(--sta-blue);
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
}

.home-cert-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 38px;
    align-items: center;
    justify-items: center;
    margin-top: 42px;
    direction: rtl;
}

.home-cert-item {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    min-height: 270px;
    margin: 0;
    padding: 0;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    perspective: 1200px;
    font: inherit;
    text-align: inherit;
    direction: ltr;
    cursor: pointer;
    outline: none;
    overflow: visible;
    touch-action: manipulation;
}

.home-cert-item:focus {
    outline: none;
}

.home-cert-item.is-flipped .home-cert-card {
    transform: rotateX(180deg);
}

.home-cert-card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 700ms cubic-bezier(.2, .75, .15, 1);
}

.home-cert-item:hover .home-cert-card,
.home-cert-item:focus .home-cert-card,
.home-cert-item:focus-visible .home-cert-card {
    transform: rotateX(180deg);
}

.home-cert-face {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: #fff;
    border: 1px solid rgba(7, 83, 139, .08);
    border-radius: 18px;
    box-shadow: var(--sta-shadow-soft);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.home-cert-face--front {
    background: linear-gradient(180deg, #fff 0%, #f9fbfe 100%);
}

.home-cert-face--front img {
    width: auto;
    max-width: 82%;
    max-height: 76%;
    object-fit: contain;
}

.home-cert-face--back {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 12px;
    transform: rotateX(180deg);
    background: linear-gradient(180deg, #fff 0%, #f6f9fd 100%);
    color: var(--sta-blue);
    text-align: center;
}

.home-cert-back-title {
    max-width: 260px;
    color: var(--sta-blue);
    font-size: clamp(1rem, 1.35vw, 1.55rem);
    font-weight: 900;
    line-height: 1.02;
    text-wrap: balance;
}

.home-cert-back-description {
    max-width: 260px;
    color: var(--sta-blue);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 500;
}

.home-cert-item:hover,
.home-cert-item:focus,
.home-cert-item:focus-visible {
    z-index: 2;
}

.home-callout {
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    padding: 28px 40px;
    color: #fff;
    background: var(--sta-blue);
    border-radius: 20px;
    box-shadow: var(--sta-shadow);
}

.home-callout-animation {
    width: 190px;
    min-height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-callout-animation > * {
    width: 100%;
    height: 100%;
}

.home-callout-copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.8rem, 2.25vw, 2.25rem);
    font-weight: 900;
    line-height: 1.02;
}

.home-callout-copy .btn-sta-orange {
    margin-top: 16px;
    padding: 6px 16px;
}

.home-metrics {
    padding: 24px 0 62px;
}

.home-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

.home-metric {
    padding: 12px 14px 0;
    text-align: center;
}

.home-metric-number {
    min-height: 40px;
    color: var(--sta-blue);
    font-size: clamp(2rem, 2.1vw, 2.3rem);
    font-weight: 900;
    line-height: 1;
}

.home-metric-label {
    margin-top: 4px;
    color: var(--sta-blue);
    font-size: clamp(.85rem, 1vw, 1rem);
    font-weight: 900;
    line-height: 1.05;
}

.home-metric-note {
    max-width: 260px;
    margin: 12px auto 0;
    color: var(--sta-blue);
    font-size: 10.5px;
    line-height: 1.45;
    font-weight: 600;
}

.home-solutions {
    display: grid;
    gap: 24px;
    padding: 0 0 58px;
}

.home-solution {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    gap: 28px;
    align-items: center;
    padding: 22px 30px;
    border-radius: 20px;
    box-shadow: var(--sta-shadow-soft);
}

.home-solution--reverse {
    grid-template-columns: minmax(430px, .95fr) minmax(0, 1.05fr);
}

.home-solution--blue {
    color: #fff;
    background: var(--sta-blue);
}

.home-solution--white {
    background: #fff;
}

.home-solution-media img {
    display: block;
    width: 100%;
    min-height: 214px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .10);
}

.home-solution-copy {
    text-align: left;
}

.home-solution-copy h3 {
    margin: 0 0 12px;
    color: var(--sta-blue);
    font-size: clamp(1.85rem, 2.35vw, 2.2rem);
    font-weight: 900;
    line-height: .94;
}

.home-solution--blue .home-solution-copy h3,
.home-solution--blue .home-solution-copy p {
    color: #fff;
}

.home-solution-copy p {
    max-width: 390px;
    margin: 0;
    color: var(--sta-blue);
    font-size: 12px;
    line-height: 1.4;
}

.home-solution-copy .btn-sta-orange {
    margin-top: 18px;
    padding: 6px 14px;
}

.home-final-cta {
    padding: 22px 0 0;
    text-align: center;
}

.home-final-cta-line {
    color: var(--sta-blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .02em;
}

.home-final-cta .btn-sta-orange {
    margin-top: 24px;
    padding: 6px 18px;
}

.intro-home {
    padding: 76px 0 54px;
}

.intro-home h2,
.cert-strip h2,
.locations-section h2,
.distinctive-section h2,
.blog-heading h1,
.legal-page h1,
.sitemap-page h1 {
    margin: 0 0 22px;
    color: var(--sta-blue);
    font-size: clamp(2.2rem, 4vw, 4rem);
    font-weight: 900;
    line-height: 1.06;
}

.intro-home p,
.cert-strip p,
.about-copy p,
.solution-copy p,
.distinctive-section li,
.blog-heading p,
.blog-post p,
.contact-side p,
.jobs-copy p,
.legal-page p {
    color: var(--sta-blue);
    font-size: clamp(1.12rem, 1.55vw, 1.45rem);
}

.home-solutions {
    padding: 34px 0 90px;
}

.sta-card,
.location-card {
    height: 100%;
    padding: 24px;
    color: var(--sta-blue);
    background: #fff;
    border: 1px solid rgba(7, 83, 139, .14);
    border-radius: 18px;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.sta-card:hover,
.location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(7, 83, 139, .12);
}

.sta-card img,
.location-card img {
    width: 100%;
    aspect-ratio: 1.55;
    object-fit: cover;
    border-radius: 14px;
}

.sta-card h3,
.location-card h3,
.blog-post h2,
.contact-form-sta h2,
.jobs-copy h1 {
    margin: 22px 0 12px;
    color: var(--sta-blue);
    font-size: clamp(1.75rem, 2.6vw, 2.7rem);
    font-weight: 900;
    line-height: 1.08;
}

.sta-card a {
    color: var(--sta-orange);
    font-weight: 900;
    text-decoration: none;
}

.cert-strip {
    padding: 74px 0;
    background: var(--sta-soft);
}

.cert-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.cert-list span {
    padding: 10px 18px;
    color: var(--sta-blue);
    background: #fff;
    border: 1px solid rgba(7, 83, 139, .18);
    border-radius: 999px;
    font-weight: 800;
}

.about-page {
    padding: 185px 0 110px;
}

.about-copy {
    display: grid;
    gap: 34px;
}

.about-copy p {
    margin: 0;
    text-align: justify;
    text-align-last: right;
}

.about-panel {
    height: 350px;
    padding: 38px 46px;
    display: grid;
    align-content: center;
    color: #fff;
    background: var(--sta-blue);
    border-radius: 24px;
    text-align: right;
}

.about-panel h1,
.about-panel p {
    margin: 0;
    color: #fff;
    font-size: clamp(2.1rem, 2.55vw, 3.2rem);
    font-weight: 900;
    line-height: 1.08;
}

.about-panel p {
    margin-top: 42px;
}

.locations-section {
    padding: 20px 0 95px;
}

.locations-section h2 {
    text-align: center;
}

.location-card p {
    color: var(--sta-blue);
    font-size: 1.05rem;
}

.soluciones-page {
    padding: 98px 0 35px;
}

.solution-row {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(420px, 500px);
    justify-content: space-between;
    gap: 120px;
    align-items: start;
    margin-bottom: 138px;
}

.solution-row-alt {
    grid-template-columns: minmax(0, 760px) minmax(420px, 500px);
}

.solution-row-alt .solution-copy {
    order: initial;
}

.solution-row figure {
    margin: 0;
}

.solution-row img {
    width: 100%;
    aspect-ratio: 1.62;
    object-fit: cover;
    border-radius: 22px;
}

.solution-copy {
    padding-top: 64px;
    text-align: center;
}

.solution-copy h1 {
    margin: 0 0 34px;
    color: var(--sta-blue);
    font-size: clamp(2.6rem, 4vw, 4.5rem);
    font-weight: 900;
    line-height: .98;
    text-align: left;
}

.distinctive-section {
    padding: 20px 0 90px;
}

.distinctive-section h2 {
    text-align: center;
}

.distinctive-section ul {
    margin: 0;
    padding-left: 24px;
}

.distinctive-section li {
    margin-bottom: 18px;
}

.blog-page {
    padding: 0 0 95px;
}

.blog-heading {
    display: grid;
    justify-items: end;
    margin-bottom: 32px;
}

.blog-heading p {
    color: #666;
    font-style: italic;
}

.blog-main-img {
    position: relative;
    left: 50%;
    width: min(1590px, calc(100vw - 458px));
    max-width: none;
    margin: 0 auto;
    aspect-ratio: 2.3;
    object-fit: cover;
    border-radius: 18px;
    transform: translateX(-50%);
}

.blog-post {
    max-width: 880px;
    margin: 42px auto 0;
    text-align: center;
}

.contact-page {
    min-height: 690px;
    padding: 165px 0 100px;
}

.contact-form-shell {
    width: min(820px, 100%);
    margin: 0 auto;
    padding: 42px 52px 48px;
    background: #fff;
    border: 1px solid rgba(7, 83, 139, .12);
    box-shadow: var(--sta-shadow-soft);
}

.contact-form-shell h1 {
    margin: 0 0 12px;
    color: var(--sta-blue);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
    text-align: center;
}

.contact-form-shell > p {
    margin: 0 auto 30px;
    color: var(--sta-ink);
    text-align: center;
}

.contact-page .contact-side {
    flex: 0 0 51%;
    max-width: 51%;
}

.contact-page .col-lg-7 {
    flex: 0 0 49%;
    max-width: 49%;
}

.contact-side {
    min-height: 1px;
    padding-top: 0;
}

.contact-side h1 {
    margin: 0 0 24px;
    color: var(--sta-blue);
    font-size: clamp(2.3rem, 3.4vw, 4rem);
    font-weight: 900;
}

.contact-form-sta {
    display: grid;
    gap: 14px;
}

.form-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.contact-form-sta h2 {
    margin-bottom: 24px;
    text-align: center;
}

.contact-form-sta input,
.contact-form-sta textarea {
    width: 100%;
    min-height: 56px;
    padding: 10px 22px;
    color: var(--sta-blue);
    border: 2px solid var(--sta-line);
    border-radius: 999px;
    font: inherit;
    font-size: 1.25rem;
    text-align: right;
    outline: none;
}

.contact-form-sta textarea {
    min-height: 128px;
    border-radius: 24px;
    resize: vertical;
}

.contact-form-sta .btn-sta-orange {
    min-height: 58px;
    margin-top: 0;
    font-size: 1.35rem;
    font-weight: 500;
    text-transform: none;
}

.contact-form-sta input:focus,
.contact-form-sta textarea:focus {
    border-color: var(--sta-orange);
    box-shadow: 0 0 0 4px rgba(255, 135, 54, .16);
}

.contact-form-sta input::placeholder,
.contact-form-sta textarea::placeholder {
    color: #7fa2c9;
    opacity: 1;
}

.form-response {
    min-height: 24px;
    margin: 6px 0 0;
    color: var(--sta-blue);
    font-weight: 700;
    text-align: center;
}

.form-response.error {
    color: #b24b1a;
}

.form-response.success {
    color: #197246;
}

.jobs-page {
    padding: 0 0 100px;
}

.jobs-page .row {
    align-items: flex-start !important;
}

.jobs-img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
    border-radius: 22px;
}

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

.jobs-copy h1 {
    margin-top: 0;
}

.jobs-copy p {
    margin: 0 auto 34px;
}

.legal-page,
.sitemap-page {
    min-height: 520px;
    padding: 95px 0 110px;
    text-align: center;
}

.sitemap-page ul {
    display: inline-grid;
    gap: 12px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.sitemap-page a {
    color: var(--sta-blue);
    font-size: 1.25rem;
    font-weight: 800;
}

.footer-sta {
    padding: 42px 0 54px;
    background: #fff;
}

.footer-home-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    align-items: center;
    gap: 32px;
}

.footer-home-meta {
    text-align: left;
}

.footer-home-meta a,
.footer-home-meta p {
    color: var(--sta-blue);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

.footer-home-meta a {
    display: inline-block;
    margin-bottom: 22px;
    font-size: 11px;
    font-weight: 800;
}

.footer-home-meta p {
    margin: 0 0 16px;
}

.footer-home-brand {
    display: flex;
    justify-content: flex-end;
}

.footer-home-brand img {
    width: min(160px, 100%);
    height: auto;
}

/* Visual alignment with the live WordPress STA site at 1920px desktop. */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container,
.cont-head-sta {
    width: min(1140px, calc(100% - 80px));
}

.header-sta {
    height: 150px;
    padding: 15px 0;
}

.barraMenuSTA {
    min-height: 120px;
    padding: 15px 0;
}

.cont-head-sta {
    min-height: 120px;
    align-items: flex-start;
}

.menu-left {
    margin-top: 37px;
    margin-left: -10px;
}

.menuListaSTA {
    gap: 0;
}

.aMenuSTA {
    display: block;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 400;
}

.brand-sta {
    top: 0;
    left: 55.9%;
    width: 120px;
}

.home-page .btn-sta-orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    font-size: 10px;
    line-height: 1;
}

.home-hero {
    width: calc(100% - 16px);
    height: 1072px;
    margin: 10px auto 0;
    border-radius: 40px;
}

.home-hero-copy {
    right: 4.45%;
    bottom: 220px;
    justify-items: center;
}

.home-hero-copy h1 {
    margin-bottom: 28px;
    font-size: 80px;
    line-height: 1;
}

.home-hero-copy .btn-sta-orange {
    min-width: 142px;
}

.home-intro {
    width: 100%;
    margin-top: 0;
    padding: 184px 10px 118px;
}

.home-intro-grid {
    grid-template-columns: minmax(180px, 1fr) 535px 800px;
    gap: 34px;
}

.home-intro-copy h2 {
    max-width: 535px;
    font-size: 45px;
    line-height: 1;
}

.home-intro-blurb {
    max-width: 220px;
    font-size: 16px;
}

.home-intro-media img,
.home-solution-media img,
.blog-main-img,
.solution-row img,
.jobs-img {
    border-radius: 20px;
}

.home-intro-media img {
    width: 800px;
    height: 534px;
}

.home-band {
    padding: 66px 0 78px;
}

.home-band .container {
    width: 100%;
}

.home-band-panel {
    min-height: 372px;
    padding: 50px;
    border-radius: 40px;
}

.home-band-item img {
    width: 200px;
    height: 200px;
    border-radius: 999px;
}

.home-certifications {
    padding: 8px 0 250px;
}

.home-certifications h2 {
    font-size: 45px;
}

.home-cert-grid {
    grid-template-columns: repeat(4, 215px);
    justify-content: center;
    gap: 20px 70px;
    margin-top: 42px;
}

.home-cert-item {
    min-height: 260px;
}

.home-cert-face {
    padding: 0;
}

.home-cert-back-title {
    font-size: 21px;
}

.home-cert-back-description {
    font-size: 13px;
}

.home-callout.container {
    width: 100%;
    max-width: none;
}

.home-callout {
    min-height: 652px;
    grid-template-columns: 640px 760px;
    justify-content: center;
    gap: 28px;
    padding: 0 150px;
    border-radius: 40px;
}

.home-callout-animation {
    width: 300px;
    min-height: 300px;
    justify-self: start;
}

.home-callout-copy h2 {
    max-width: 760px;
    font-size: 32px;
    line-height: 1.25;
}

.home-callout-copy .btn-sta-orange {
    min-width: 126px;
}

.home-metrics {
    padding: 135px 0 221px;
}

.home-solutions.container {
    width: 100%;
    max-width: none;
}

.home-solution {
    width: 100%;
    min-height: 548px;
    grid-template-columns: 756px minmax(0, 1fr);
    gap: 280px;
    padding: 0 144px;
    border-radius: 40px;
}

.home-solution--reverse {
    min-height: 480px;
    grid-template-columns: 444px 848px;
    gap: 156px;
    padding: 0 56px 0 416px;
}

.home-solution--blue:last-child {
    min-height: 504px;
    grid-template-columns: 784px minmax(0, 1fr);
    gap: 224px;
    padding-right: 144px;
    padding-left: 168px;
}

.home-solutions {
    gap: 64px;
    padding: 0 0 72px;
}

.home-solution-media img {
    width: 756px;
    height: 428px;
    min-height: 0;
}

.home-solution--reverse .home-solution-media img {
    width: 848px;
    height: 480px;
}

.home-solution--blue:last-child .home-solution-media img {
    width: 784px;
    height: 444px;
}

.home-solution-copy .btn-sta-orange {
    min-width: 150px;
}

.home-solution-copy h3 {
    font-size: 60px;
}

.home-solution-copy p {
    max-width: 520px;
    font-size: 17px;
}

.home-final-cta {
    padding: 22px 0 0;
}

.home-final-cta .btn-sta-orange {
    min-width: 200px;
    min-height: 50px;
    margin-top: 152px;
}

.home-page + .footer-sta .footer-home-brand img {
    width: 196px;
}

.home-page + .footer-sta {
    min-height: 423px;
    padding: 192px 0 35px;
}

.home-page + .footer-sta .footer-home-brand {
    transform: translateX(29px);
}

.intro-home h2,
.cert-strip h2,
.locations-section h2,
.distinctive-section h2,
.blog-heading h1,
.legal-page h1,
.sitemap-page h1 {
    font-size: 40px;
}

.intro-home p,
.cert-strip p,
.about-copy p,
.solution-copy p,
.distinctive-section li,
.blog-heading p,
.blog-post p,
.contact-side p,
.jobs-copy p,
.legal-page p {
    font-size: 16px;
    line-height: 1.35;
}

.about-page {
    min-height: 400px;
    margin-top: 70px;
    padding: 0;
}

.about-page .row {
    min-height: 400px;
}

.about-copy {
    gap: 24px;
}

.about-panel {
    height: 192px;
    padding: 28px 34px;
    border-radius: 14px;
}

.about-panel h1,
.about-panel p {
    font-size: 32px;
}

.about-panel p {
    margin-top: 24px;
}

.locations-section {
    padding: 90px 0 120px;
}

.locations-section h2 {
    display: none;
}

.locations-section .row {
    justify-content: center;
}

.locations-section article {
    flex: 0 0 380px;
    max-width: 380px;
}

.locations-section article:nth-child(1) {
    order: 3;
}

.locations-section article:nth-child(2) {
    order: 2;
}

.locations-section article:nth-child(3) {
    order: 1;
}

.location-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.location-card::before {
    display: none;
}

.location-card:hover {
    transform: none;
    box-shadow: none;
}

.location-card img {
    display: block;
    width: 320px;
    max-width: none;
    height: 480px;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 0;
}

.location-card h3 {
    margin: 32px 0 0;
    font-size: 28px;
    line-height: 1;
}

.location-card p {
    display: block;
    max-width: 260px;
    margin: 16px auto 0;
    color: var(--sta-blue);
    font-size: 12px;
    line-height: 1.35;
}

.soluciones-page {
    margin-top: 70px;
    padding: 0 0 860px;
}

.solution-row,
.solution-row-alt {
    grid-template-columns: 510px 360px;
    justify-content: center;
    gap: 246px;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 70px;
}

.solution-copy {
    padding-top: 0;
    text-align: right;
}

.solution-copy h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 1;
    text-align: left;
}

.solution-copy p {
    max-width: 360px;
    margin: 0;
    text-align: right;
}

.solution-row img {
    width: 360px;
    height: auto;
    aspect-ratio: auto;
}

.distinctive-section {
    display: none;
}

.blog-page {
    padding: 8px 0 0;
}

.blog-heading {
    display: block;
    margin-bottom: 16px;
    text-align: right;
}

.blog-heading h1 {
    margin: 0 0 16px;
    font-size: 40px;
    line-height: 1.2;
}

.blog-heading h2 {
    margin: 0;
    color: #54595f;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
}

.blog-main-img {
    left: auto;
    width: 1140px;
    height: 500px;
    aspect-ratio: auto;
    transform: none;
    object-fit: cover;
    border-radius: 0;
}

.blog-post {
    max-width: 1140px;
    margin: 9px 0 0;
    text-align: right;
}

.blog-post p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.contact-page {
    min-height: 605px;
    padding: 120px 0 120px;
}

.contact-page .contact-side {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-page .col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-form-sta {
    width: 550px;
    max-width: 550px;
    gap: 10px;
    margin-left: -5px;
}

.contact-form-sta h2 {
    margin: 0 0 10px;
    font-size: 32px;
}

.contact-form-sta input,
.contact-form-sta textarea {
    min-height: 34px;
    padding: 4px 14px;
    border-width: 1px;
    font-size: 12px;
}

.contact-form-sta textarea {
    min-height: 90px;
    border-radius: 16px;
}

.contact-form-sta .btn-sta-orange {
    min-height: 36px;
    padding: 5px 14px;
    font-size: 12px;
}

.jobs-page {
    padding: 0;
}

.jobs-page .row {
    min-height: 385px;
    padding-top: 10px;
    align-items: flex-start !important;
}

.jobs-img {
    width: 550px;
    max-width: 100%;
    height: 365px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
}

.jobs-copy h1 {
    margin: 0 0 22px;
    font-size: 32px;
    line-height: 1;
}

.jobs-copy p {
    max-width: 550px;
    margin-bottom: 22px;
    font-size: 16px;
}

.footer-sta {
    min-height: 302px;
    padding: 10px 0;
}

.footer-home-brand img {
    width: 282px;
}

.footer-home-brand {
    transform: translateX(66px);
}

@media (max-width: 1180px) {
    .container {
        width: min(100% - 40px, 1120px);
        max-width: none;
    }

    .barraMenuSTA {
        min-height: 108px;
        padding: 18px 0 12px;
    }

    .cont-head-sta {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: min(100% - 40px, 1120px);
    }

    .brand-sta {
        left: 60%;
        width: 88px;
    }

    .sta-lang-switcher {
        top: 0;
        right: 4px;
        gap: 4px;
    }

    .sta-lang-switcher__link {
        min-width: 30px;
        padding: 3px 6px;
        font-size: 10px;
    }

    .btn-menu-display {
        display: block;
    }

    .menu-left {
        position: fixed;
        inset: 0 auto 0 0;
        z-index: 1030;
        width: min(360px, 84vw);
        padding: 92px 28px 28px;
        background: var(--sta-blue);
        transform: translateX(-100%);
        transition: transform 220ms ease;
    }

    .menu-left.is-open {
        transform: translateX(0);
    }

    .menuListaSTA {
        display: grid;
        gap: 24px;
    }

    .aMenuSTA {
        color: #fff;
        font-size: 1.15rem;
    }

    .aMenuSTA:hover,
    .aMenuSTA.active {
        color: var(--sta-orange);
    }

    .home-hero {
        height: 500px;
    }

    .imgSlideSTA {
        height: 100%;
    }

    .home-intro-grid,
    .home-callout,
    .home-solution,
    .home-solution--reverse,
    .home-metrics-grid,
    .footer-home-grid {
        grid-template-columns: 1fr;
    }

    .home-intro-blurb,
    .home-solution-copy p,
    .home-callout-copy h2 {
        max-width: none;
    }

    .home-band-grid,
    .home-cert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-callout {
        padding: 26px 30px;
    }

    .footer-home-brand {
        justify-content: center;
    }

    .solution-row,
    .solution-row-alt {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 64px;
    }

    .solution-row-alt .solution-copy {
        order: initial;
    }

    .solution-copy {
        padding-top: 0;
    }

    .contact-page .contact-side,
    .contact-page .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-solution-copy {
        text-align: center;
    }

    .home-solution-copy p {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .barraMenuSTA {
        min-height: 88px;
        padding: 16px 0 10px;
    }

    .home-hero {
        width: calc(100% - 16px);
        height: 420px;
        border-radius: 16px;
    }

    .imgSlideSTA {
        height: 100%;
    }

    .home-hero-copy {
        right: 22px;
        left: 22px;
        bottom: 28px;
    }

    .home-hero-copy h1 {
        font-size: 2.8rem;
    }

    .home-hero-copy {
        bottom: 22px;
    }

    .home-intro {
        padding-top: 42px;
    }

    .home-intro-grid {
        gap: 24px;
    }

    .home-intro-copy h2 {
        font-size: 1.9rem;
    }

    .home-band {
        padding: 14px 0 58px;
    }

    .home-band-panel {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .home-band-grid,
    .home-cert-grid,
    .home-metrics-grid {
        grid-template-columns: 1fr;
    }

    .home-band-item img {
        width: 96px;
        height: 96px;
    }

    .home-certifications {
        padding-bottom: 62px;
    }

    .home-callout {
        gap: 18px;
        padding: 22px 18px;
        border-radius: 16px;
    }

    .home-callout-animation {
        width: 120px;
        min-height: 120px;
    }

    .home-callout-animation > * {
        width: 100%;
        height: 100%;
    }

    .home-callout-copy h2 {
        font-size: 1.4rem;
    }

    .home-metrics {
        padding: 20px 0 54px;
    }

    .home-solution {
        padding: 18px;
        border-radius: 16px;
    }

    .home-solution-media img {
        min-height: 180px;
        border-radius: 16px;
    }

    .home-solution-copy h3 {
        font-size: 1.85rem;
    }

    .home-final-cta {
        padding-top: 10px;
    }

    .intro-home,
    .about-page,
    .soluciones-page,
    .blog-page,
    .contact-page,
    .jobs-page {
        padding-top: 48px;
    }

    .contact-form-shell {
        padding: 30px 20px 34px;
    }

    .about-copy p {
        text-align-last: left;
    }

    .about-panel {
        min-height: 260px;
        margin-top: 34px;
        padding: 28px;
    }

    .solution-copy h1,
    .blog-heading {
        text-align: center;
        justify-items: center;
    }

    .contact-side {
        padding-top: 0;
        text-align: center;
    }

    .footer-home-meta a,
    .footer-home-meta p {
        font-size: 10px;
    }
}

@media (min-width: 1181px) {
    body {
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
    }

    .container,
    .cont-head-sta {
        width: min(1560px, calc(100% - 80px));
    }

    .home-hero {
        width: min(2020px, calc(100% - 20px));
        height: 520px;
        margin: 10px auto 0;
        border-radius: 32px;
    }

    .home-hero-copy {
        right: 4.5%;
        bottom: 56px;
    }

    .home-hero-copy h1 {
        font-size: 66px;
        line-height: 1.02;
    }

    .home-intro {
        padding: 88px 10px 56px;
    }

    .home-intro-grid {
        grid-template-columns: minmax(190px, .78fr) minmax(420px, 1.15fr) minmax(320px, .92fr);
        gap: 36px;
    }

    .home-intro-blurb {
        max-width: 210px;
        font-size: 14px;
    }

    .home-intro-copy h2 {
        max-width: 470px;
        font-size: 38px;
        line-height: 1.02;
    }

    .home-intro-media img {
        width: 100%;
        height: 430px;
    }

    .home-band {
        padding: 18px 0 54px;
    }

    .home-band-panel {
        min-height: 232px;
        padding: 34px 40px 28px;
        border-radius: 32px;
    }

    .home-band-item img {
        width: 156px;
        height: 156px;
    }

    .home-certifications {
        padding: 10px 0 86px;
    }

    .home-certifications h2 {
        font-size: 38px;
    }

    .home-cert-grid {
        grid-template-columns: repeat(4, minmax(170px, 1fr));
        gap: 20px 36px;
        margin-top: 34px;
    }

    .home-cert-item {
        min-height: 215px;
    }

    .home-cert-face {
        padding: 18px;
        border-radius: 16px;
    }

    .home-cert-back-title {
        font-size: 18px;
    }

    .home-cert-back-description {
        font-size: 12px;
    }

    .home-callout.container {
        width: 100%;
        max-width: none;
    }

    .home-callout {
        min-height: 310px;
        grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
        gap: 34px;
        padding: 30px 56px;
        border-radius: 32px;
    }

    .home-callout-animation {
        width: 180px;
        min-height: 180px;
    }

    .home-callout-copy h2 {
        max-width: 760px;
        font-size: 28px;
        line-height: 1.18;
    }

    .home-metrics {
        padding: 52px 0 72px;
    }

    .home-metrics-grid {
        gap: 24px;
    }

    .home-metric {
        padding-top: 4px;
    }

    .home-metric-number {
        min-height: 36px;
        font-size: 40px;
    }

    .home-metric-label {
        font-size: 16px;
    }

    .home-metric-note {
        max-width: 240px;
        font-size: 11px;
    }

    .home-solutions.container {
        width: 100%;
        max-width: none;
    }

    .home-solutions {
        gap: 34px;
        padding: 0 0 72px;
    }

    .home-solution {
        min-height: 320px;
        grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
        gap: 34px;
        padding: 24px 30px;
        border-radius: 32px;
    }

    .home-solution--reverse {
        grid-template-columns: minmax(360px, .85fr) minmax(0, .95fr);
    }

    .home-solution--blue:last-child {
        grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
    }

    .home-solution-media img,
    .home-solution--reverse .home-solution-media img,
    .home-solution--blue:last-child .home-solution-media img {
        width: 100%;
        height: 280px;
    }

    .home-solution-copy h3 {
        font-size: 42px;
    }

    .home-solution-copy p {
        max-width: 440px;
        font-size: 14px;
    }

    .home-solution-copy .btn-sta-orange {
        min-width: 132px;
    }

    .home-final-cta {
        padding-top: 22px;
    }

    .home-final-cta .btn-sta-orange {
        min-width: 180px;
        min-height: 46px;
        margin-top: 48px;
    }

    .home-page + .footer-sta {
        min-height: 220px;
        padding: 56px 0 35px;
    }

    .home-page + .footer-sta .footer-home-brand {
        transform: none;
    }

    .home-page + .footer-sta .footer-home-brand img {
        width: 160px;
    }
}
