<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner_wrapper .btn:hover{
    background-color:  #ff8f00f7 !important;
    text-decoration: underline;
}
.top li{
   background-color: grey;
   /* padding: 5px;
    margin-right: 15px; */
}
.active a{
	width:150px;
}
.top li:hover{
    background-color: #0895dc;
}
.action_button a:hover {
 background-color:  #ff8f00f7 !important;
    text-decoration: underline;
}
a:active{
    background-color: #0895dc;
}
.banner_wrapper{
    background-image: url(./images/Mask\ Group\ 17.png);
    background-position: center center;
    background-size: cover;
    height: 20%;
    left: 0;
    top: 0;

}
.image{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 900px) {
    .banner_wrapper .btn {
     font-size: 16px !important;
     width: 150px !important;
     margin-bottom: 1rem;

    }
  .banner_wrapper{
      height: auto;
  }
.banner_wrapper p{
text-align:center;
}
.banner_wrapper div{
	text-align: center!important;
}
  }
  @media (min-width: 250px) and (max-width: 767px){
.image{
    flex-direction: column;
}
.image p{
    margin-top: 2rem;
}
.top a{
	width:119px;
        margin: 0.5rem !important;
	padding:0px;
}
}</pre></body></html>