<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
}

.clearfix {
  overflow: hidden;
  clear: both;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

ul,
li {
  list-style: none;
}

a {
  text-align: center;
  margin: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: inherit;
  line-height: inherit;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}


section {
  text-align: center;
}



.btn:active {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}


img {
  display: block;
  width: 100%;
}

.btn {
  padding: 0;
}

.important-text {
  color: #d60029;
}

.flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}</pre></body></html>