footer .u-btn, .large-5 .u-btn{
    margin: auto;
      font-weight: 600;
      text-transform: uppercase;
  }
  
  .btn {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 3rem;
      padding: 0 2.5rem;
      font-weight: 600;
      font-size: 0.875rem;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
  }
  .form-block.form-block-full {
      width: 100%;
  }
  @media print, screen and (min-width: 64em){
    .site-footer {
      padding: 7.5rem 5vw 2.5rem 5vw;
  }
  }
  
  
  @media print, screen and (min-width: 40em){
    .site-footer {
      padding: 5rem 5vw 2.5rem 5vw;
  }
  }
  
  .site-footer {
      padding: 2.5rem 5vw 2.5rem 5vw;
      background: #1b1e25;
  }
  
  @media print, screen and (min-width: 64em){
    .site-footer .footer-bottom {
      padding-top: 5rem;
  }
  }
  .site-footer .footer-bottom {
      padding-top: 2.5rem;
  }
  .align-middle {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 3rem;
  }
  
  @media print, screen and (min-width: 40em){
    .site-footer nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 0 3rem 0;
  }
  }
  @media print, screen and (min-width: 40em){
    .site-footer nav ul {
      width: 12.5rem;
      border-left: 1px solid rgba(255,255,255,0.1);
  }
  }
  
  .site-footer nav ul {
      width: 100%;
      margin: 0;
      padding: 0 1.25rem;
      font-weight: 600;
      font-size: 0.875rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      list-style: none;
  }
  
  
  .site-footer nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 0 2rem 0;
  }
  
  @media print, screen and (min-width: 40em){
    .site-footer nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 0 3rem 0;
  }
  }
  
  @media print, screen and (min-width: 40em){
    .site-footer nav ul li {
      text-align: left;
  }
  }
  
  
  .site-footer nav ul li {
      margin-bottom: 0.5rem;
      text-align: center;
  }
  .site-footer nav ul li a {
    color: #fefefe;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  button, a {
    cursor: pointer;
  }
  .site-footer nav ul.secondary li a {
    color: #9E9FA2;
  }
  
  .site-footer nav ul li a {
    color: #fefefe;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .btn.btn-stroke.btn-white {
    color: #fefefe;
    border-color: #fefefe;
  }
  .btn.btn-stroke {
    border: 1px solid;
  }
  @media print, screen and (min-width: 40em){
    .btn {
      height: 3.5rem;
    }
  }
  
  .btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3rem;
    padding: 0 2.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .site-footer nav ul li a:hover {
    opacity: 0.5;
  }
  @media print, screen and (min-width: 40em){
    .site-footer .footer-bottom .copyright {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0;
      text-align: left;
  }
  }
  
  
  .site-footer .footer-bottom .copyright {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0 1rem 0;
      text-align: center;
      list-style: none;
  }
  footer a{
    color: #ffce3e;
    font-weight: 700;
}
.u-button-style.u-palette-4-base, .u-button-style.u-palette-4-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ffce3e !important;
}
.u-font-courier-new.u-custom-font {
    font-family: 'Courier New', monospace !important;
    font-weight: bold;

  }

footer .u-btn {
    /* display: inline-block; */
    display: block;
    cursor: pointer;
    color: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: 700;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
    font-style: initial;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    align-self: flex-start;
}
.text-sm {
  font-size: 0.875rem;
}

.text-gray-dk {
  color: #55585D;
}
.text-sm {
  font-size: 0.875rem;
}
footer .grid-container{
  display: grid;
    gap: 3rem;
}
footer svg {
  margin: auto;
}