.hot-nav
{
  
    /*display:            flex;*/
    /*flex-direction:     row;*/
    /*flex-wrap:          wrap;*/
    /*gap:                20px;*/
    /*align-items:        center;*/
    /*justify-content:    center;*/
    /* padding-left:      12px;*/
    /*padding-right:      12px;*/
    /*z-index:            4;*/
    /*width:              calc(50%);*/
    /*margin-top: 32px;*/
    /*margin-bottom:      32px;*/
    /*height:             36px;*/
    /*width:              36px;*/
    color:              var(--pgc_off_white);
    text-transform:     uppercase;
    font-size:          10px;
    text-decoration:    none;
    /*padding:            var(--triple_minimal_padding);*/
    font-family:        inherit;
    color:              currentColor;
    /*background:         var(--pgc_base_white);*/
    border-radius:      32px;
    border:             0px;
    letter-spacing:     1.2px;
    display:            flex;
    flex-direction:     row;
    flex-wrap: wrap;
    gap:                20px;
    text-align:         center;
}
   