<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Navigation Bar */
#navbar{
  margin: 0 !important;
  padding: 1rem 3rem;
  box-shadow: 0 1px 12px 0 rgba(0,0,0,.18) !important;
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: inherit;
}

#disabled-link{
  padding-left:16px;
  padding-right:16px;
}
#enabled-link{
  height:40px;
  padding-top:7px;
  padding-bottom:0;
}

#navbarSupportedContent{
  margin-right:127.17px !important;
}

/* Description */
#font-title{
    font-weight: 700;
    color:rgba(197, 21, 21, 0.7);
}
.sub-title{
  font-size: 22px;
  color: rgba(0,0,0,0.6)
}

.required{
    color:red;
}
.asterisk:after {
    content:" * ";
    color: red;
}
.modal-title{
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  color:rgba(197, 21, 21, 0.7);
  font-weight: bold;
}

.modal-body{
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

#modal-button{
  background-color: rgba(197, 21, 21, 0.7);
  color:white;
  display: none;
}

.btn-primary{
  background-color: rgba(197, 21, 21, 0.7);
  color:white;
  border-color: rgba(197, 21, 21, 0.7); 
}


@media only screen and (max-width: 768px) {
  /* body {
    margin-left:2rem;
    margin-right:2rem;
  } */
  #main-div{
    padding-left:2rem;
    padding-right:2rem;
  }
  .sub-title{
    font-size:18px;
}
}

@media only screen and (max-width: 600px) {
    /* body {
      margin-left:1.5rem;
      margin-right:1.5rem;
    } */
    #main-div{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    .description-box{
      display:none;
    }
    #modal-button{
      display: block;
    }
  }</pre></body></html>