  .t-store__card a, #allrecords .t-store__card a:focus-visible {
    outline: none;
    width: 100%;
}



.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media screen and (min-width: 1600px) {
    .t-container {
        max-width: 1600px;
    }
}



  .button *{
      transition: all 0.2s ease;
  }
  
  .button-shape *{
    transition: all 0.2s ease !important;
  }
  
  .button:hover .button-shape .tn-atom{
    background: #00243b !important;
    border-color: #00243b !important;
    color: #fff !important;
  }

  .button:hover .button-circle .tn-atom{
    background: #00243b !important;
    border-color: #00243b !important;
  }

  .button:hover .button-arrow .tn-atom svg path{
    stroke: #fff !important;
  }
 
