<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1080px) {
  .title {
    font-size: 4vh;
  }

  .menu_link {
    margin-right: 0;
    font-size: 2vh;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 912px) {
  .logo_img {
    width: 140px;
  }

  .title {
    font-size: 3vh;
  }

  .navbar-collapse {
    position: relative;
    top: 100%;
    left: auto;
    z-index: 100;
    background: #0a3e65;
    padding: 10px 16px 14px;
    border-radius: 2px;
    box-shadow: 0 4px 20px 0 #0003;
  }

}

@media screen and (max-width: 576px) {
  .title-col1 {
    display: none;
  }
}</pre></body></html>