<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form_dropdown_SIMPLE_QUESTION_690 {
    width: 352px;
  }
  
  #new_field_7934 {
    display:none;
  }
  
  
  .menu-do {
    margin-top: 20px;
  }
  
  .menu-do ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  
  .menu-do li {
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #146E81;
  }
  
  .menu-do li:hover {
    background-color: #dbdbdb;  
  }
  
  li {
      list-style-type: none;
      margin-left: 0; 
      padding: 7px 0px;
     }

     .items:hover {
      background-color: #feaa04;
      cursor: pointer;
      transition: all 0.2s ease-out;
     }
     ul {
      display: block;
      margin: 0; 
      padding: 0; 
      font-size: 16px;
      width: 100%;
     }
  
   .adr{
     font-size: 1.4em;
   }
   #bx_incl_area_3_1 a:link, a:active, a:visited {
    color: #466F82;
    text-decoration: none;
}
  
   a:link, a:active, a:visited {
      color: white;
      text-decoration: none;
  }
  
   .title {
    margin-bottom: 15px;
   }
  
   .title h1 {
    font-size: 20px;
  
   }
  
   .item {
    padding: 0 !important;
   }
  
   .items {
    margin: 10px !important;
    align-items: center;
   }



   .button a {
    background-color: white; 
    color: black !important; 
    border: 1px solid black !important;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .button a:hover {
    background-color: black;
    color: white !important;
    transition-duration: 0.4s;
    border: 1px solid white !important;
  }</pre></body></html>