.additional-content{display:none}.popup-nav{align-items:center;column-gap:20px;display:flex;flex-wrap:wrap;justify-content:space-between}.popup-nav .box-item{border:2px solid;padding:30px;text-align:center;width:calc(33.33% - 15px)}.popup-nav .box-item h3{font-size:20px;margin-bottom:10px;min-height:60px}.popup-nav .box-item button:hover{font-family:Roboto,sans-serif}.popup-container{align-items:center;background-color:rgba(0,0,0,.7);display:none;height:100%;justify-content:center;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1000}.popup{animation:slideIn .3s ease-in-out;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.5);max-height:80%;max-width:60%;overflow:auto;padding:50px 80px;position:relative}.popup .close-button{background-color:#0c5394;border:none;cursor:pointer;position:absolute;right:10px;top:10px}.popup .close-button:hover{font-family:Roboto,sans-serif}.popup-content{margin-top:20px}@keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media (max-width:991px){.popup{max-width:80%;padding:50px 20px}}@media (max-width:767px){.popup-nav{flex-direction:column}.popup-nav .box-item{margin-bottom:20px;width:90%}.popup{max-width:90%}}