<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Segoe ui historic;
  src: url(Segoe ui historic.ttf);
}

body {
  font-family: Segoe ui historic;
  color: #050505;

}

.flyler {
  max-width: 300px;
  height: 500px;

}

.main-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.img-div {
  max-width: 225px;
}

.img-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-div ul {
  padding: 0px;
}

.container {
  border: 2px solid #959393;
  background-color: #FFF;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0
}

.container::after {
  content: "";
  clear: both;
  display: table;
}

#content {
  width: 100%;
}

.container span {
  font-size: 16px;
  text-align: justify;
}

.adinfo {
  font-size: 15px;
}

/*read more text*/
#section {
  padding-bottom: 20px;
  word-wrap: break-word;
}

span.contentData {
  text-decoration: none;
  color: #2828b1;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

span.someVeek {
  text-decoration: none;
  color: #2828b1;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

span.contentData,
.someVeek {
  cursor: pointer;
}


.showContentAll.displayreadallsome .DspInfo,
.showContentAll.displayreadallsome .someVeek {
  display: none;
}

.showContentAll.readalldatafull .contentData {
  display: none;
}

.showContentAllWrapTxt.readalldatafull .DspInfo,
.showContentAllWrapTxt.readalldatafull .someVeek {
  display: block;
}

/*image section*/
.imgvid img {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .main-header-container {
    justify-content: center;
    text-align: center;
  }
}</pre></body></html>