.footer__columns--custom-order .footer__columns--item {
  order: 8;
}
footer.global-footer {
  display: grid;
  grid-template-columns: 100%;
  gap: 0;
  color: #fff;
  font-family: "t26-carbon",monospace;
}
#hs_cos_wrapper_footer footer.global-footer {
  padding: 0;
}
@media (max-width: 480px) {
  #hs_cos_wrapper_footer footer.global-footer {
    padding: 0 !important;
  }
}
footer.global-footer a {
  text-decoration: none;
}
#hs_cos_wrapper_footer footer.global-footer  .footer__columns {
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  grid-template-columns: 100%;
}
@media (min-width: 992px) {
  #hs_cos_wrapper_footer footer.global-footer .footer__columns {
    max-width: min(100%, 1280px);
    margin-inline: auto;
  }
  footer.global-footer .footer__columns--inner {
    max-width: min(100%, 50%);
  }
}
#hs_cos_wrapper_footer footer.global-footer .section-bottom {
  grid-column: 1;
  grid-row: 3;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  gap: 20px;
  align-items: center;
  width: 100%;
}

#hs_cos_wrapper_footer footer.global-footer .section-bottom p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #hs_cos_wrapper_footer footer.global-footer .section-bottom {
    grid-template-columns: auto 1fr auto;
    grid-auto-flow: column;
  }
}
footer.global-footer .section-bottom__outside {
  grid-column: 1;
  grid-row: 2;
  z-index: 1;
  width: 100%;
  max-width: min(100%, 1280px);
  margin-inline: auto;
  padding-inline: 0;
}
@media (min-width: 992px) {
  footer.global-footer .section-bottom__outside {
    padding-inline: 20px;
  }
}
footer.global-footer .section-background {
  grid-column: 1;
  grid-row: 1 / span 3;
  z-index: 0;
  position: relative;
  overflow: clip;
}
footer.global-footer .section-background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}
#hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout {
  width: 100%;
  grid-template-columns: 100%;
  justify-content: center;
  justify-self: center;
}
@media (min-width: 992px) {
  #hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout {
    justify-content: start;
    justify-self: start;
  }
}

#hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout .footer__columns--item {
  min-width: fit-content;
}

#hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout .hs_cos_wrapper_type_inline_rich_text {
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
  width: 100%;
}
#hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout p {
  margin-block: 0;
}
#hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout p:first-of-type {
  font-size: clamp(3.333rem, calc(3.167rem + 0.5vw), 3.556rem); /* min: 60px, max: 64px */
  font-family: "futura-pt-bold", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: .8;
}
@media (min-width: 992px) {
  #hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout p:first-of-type {
    {# font-size: clamp(2.778rem, calc(2.194rem + 1.75vw), 3.556rem); /* min: 50px, max: 64px */ #}
    text-wrap: nowrap;
  }
}

#hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout p:first-of-type strong {
  color: #EF493D;
  font-weight: 700;
}
@media (min-width: 992px) {
  #hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout p:first-of-type strong {
    display: block;
  }
}
#hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout a {
  font-size: clamp(1.125rem, calc(0.844rem + 0.75vw), 1.5rem); /* min: 18px, max: 24px */
  letter-spacing: 3.1px;
  padding: 20px 0 0 0;
  color: #fff;
  transition: color .25s ease-in-out;
}
#hs_cos_wrapper_footer footer.global-footer .footer__columns--inner.callout a:hover {
  color: #6AF8A2;
}