<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        .ban_dis
 {
  width:50%;float: left;
  position: relative;
}
       .ban_dis2
 {
  width:50%;float: left;
  position: relative;
}
@media screen and (max-width:900px) {
	.ban_dis,.ban_dis2
	{
	width:100%;
	}
    .ban_dis .text {
      top: 19%;
      font-size: 4.2vw; 
    }
    .ban_dis .text .bold{
        margin-left:-10%;
        font-size: 7.4vw; 
        line-height: 95%;
    }
	 .ban_dis2 .text2 {
      top: 10%;
      font-size: 4.2vw; 
    }
    .ban_dis2 .text2 .bold2{
        font-size: 7vw; 
        line-height: 95%;
    }
	
}
@media screen and (max-width:260px) {
	.ban_dis
	{
	width:100%;
	}
    .ban_dis .text {
      top: 17.2%;
      font-size: 4.4vw; 
      
     
    }
    .ban_dis .text .bold{
        font-size: 3vw; 
        line-height: 10%;
    }
	

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 500px) {
  .ban_dis .text .bold, .ban_dis2 .text2 .bold2{
        font-size: 7vw; 
        line-height: 90%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .ban_dis .text .bold , .ban_dis2 .text2 .bold2{
        font-size: 7vw; 
        line-height: 90%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .ban_dis .text .bold , .ban_dis2 .text2 .bold2{
        font-size: 7vw; 
        line-height: 90%;
    }
} 
@media only screen and (min-width: 800px) {
  .ban_dis .text .bold , .ban_dis2 .text2 .bold2{
        font-size:6vw; 
        line-height: 90%;
    }
} 


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .ban_dis .text .bold , .ban_dis2 .text2 .bold2{
        font-size:7vw; 
        line-height: 95%;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .ban_dis .text .bold {
        font-size: 3.5vw; 
        line-height: 95%;
		font-weight: bold;
    }
	.ban_dis2 .text2 .bold2 {
        font-size: 3.5vw; 
        line-height: 95%;
		font-weight: bold;
    }
}

.text , .text2{
   
  font-size: 2.1vw; 
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  letter-spacing: -0.20px;
  font-family:Arial Narrow; 
  word-spacing: 0;
  font-weight: 300;
  line-height: 120%;
  transform: scaleX(.7);
}

.text {
padding: 10px;
  top: 18.7%;
   color: #00264d;
  width: 80%;
  left: 30.5%;
}

.text2 {
	width: 100%;
	 color: #fff;
	top: 8%;
  left: -1%;
}
.bold{
    font-size: 2.5vw;  font-style: bold; font-variant: bold; font-weight: 500;
    line-height: 110%;
    color:#1f4060;
}
.bold2{
    color:#FFFFFF;
	 font-size: 2.5vw;  font-style: bold; font-variant: bold; font-weight: 500;
    line-height: 110%;
}
</pre></body></html>