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


article b, article strong {font-weight:bold;}
article i, article em {font-style: italic;}
article sup, article  sub {
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  font-size: 0.7rem;
}
article sub { 
  top: 0.4em; 
}



article p {
  margin-bottom:17px;
  line-height:1.4rem;
  font-weight: normal;
  font-size:1rem;
  font-family: 'Arial', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', sans-serif;
  word-wrap: break-word;
} 
  
  
article h1 {
  margin-bottom:24px;
  margin-top: 20px;
  line-height:3rem;
  font-size:2.7rem;
  font-weight:700;  
}
  
article h2 {
  margin-top: 20px;
  margin-bottom:30px;
  line-height:1.5rem;
  font-size:1.4rem;
  font-weight:700;
}
  
article h3 {
  margin-bottom:14px;
  line-height:1.5rem;
  font-size:1.4rem;
  font-weight:700;
}
  
article ul {
  list-style-type: disc;
  margin-bottom:24px;
  padding-left:40px;
  line-height: 1.2rem;;
  font-size: 1rem;
}

article ul ul {
  margin-bottom:10px;
}

article li {margin-bottom:7px;}

article a {text-decoration: underline;}

article table {
  border-collapse: collapse;
  border-spacing: 0; 
  empty-cells: hide;
  margin:0 auto;
  margin-bottom:35px;
  margin-top: 35px;
  font-size: 96%;  
  background: #fff;
  border: 20px solid #fff;
  outline: 1px solid rgba(0,0,0,0.02);
  box-shadow:0px 0px 12px rgba(0,0,0,.1);
  max-width: 1100px;
}


article table a, article table a:link, article table a:active, article table a:visited, article table a:hover  {color:#0066cc!important;}
article tr:hover td {background:rgba(0,0,0,0.05);}

article tr:first-child td, article th {
  padding: 6px 12px 6px 8px;
  text-align: left;
  vertical-align:bottom;
  font-weight:700;
  border:1px dotted rgba(0,0,0,0.2);
  color:rgba(0,0,0,0.85);
  font-family: 'Alegreya Sans', sans-serif;
}
  
article td {
  padding: 8px 6px 5px 6px;
  text-align: left;
  border:1px dotted rgba(0,0,0,0.2);
  color:rgba(0,0,0,0.85);
}

 
article table caption {font-weight:700;text-align:center;padding:20px 20px 10px 20px;background:#f2f4f5; text-transform:uppercase; color:rgba(0,0,0,0.7);font-size:1.2rem;border-bottom:1px dotted rgba(0,0,0,0.2);}

/* .article .acolls {max-width:950px;} */

.article article {margin:0 auto; padding:0px 0px 0px 0px;}
.article article img {margin:0 auto;display:block;}
.article article .iml {float:left;margin-right:20px;max-width:400px;}
.article article .imr {float:right;margin-left:20px;max-width:400px;}
  
article hr, article .decline {height:1px; background:#dadada; color:#dadada; overflow:hidden;margin-top:12px; margin-bottom:10px;border:0px none;}
  
article blockquote {display:block;margin:30px 0px 30px 0px;padding:20px 50px 8px 50px;}
article blockquote {background: rgba(188,188,188,.1);border-left:5px solid rgba(188,188,188,.2);}
article blockquote * {font-size:1.2rem;line-height: 1.4rem;font-family: 'Alegreya Sans', sans-serif;}
article i, .article em {font-style: italic;}
  
article .blockl {float:left;width:200px;margin:8px 30px 20px 0px;padding:20px 50px 20px 20px;}
article .blockl {background: rgba(188,188,188,.1);border-left:5px solid rgba(188,188,188,.2);}
article .blockl p {margin:0px;font-size:1.15rem;line-height: 1.4rem;font-family: 'Alegreya Sans', sans-serif;}

  
article .blockb2 {display:block;margin:20px 0px 30px 0px;padding:20px 20px 5px 40px;box-shadow:inset 0px 0px 20px rgba(188,188,188,.2);}
article .blockb2 * {font-size:1.3rem; line-height:1.7rem;font-weight:500;}
  
article .blockb3 {display:block;margin:20px 0px 30px 0px;padding:20px 20px 5px 40px;box-shadow:inset 0px 0px 20px rgba(188,188,188,.2);}
article .blockb3 * {font-size:1.3rem; line-height:1.7rem;font-weight:700;}
  
  
.article article img {width:auto;max-width:700px; max-height:65vh;}
.article article img[width="1"] 
{ 
  margin-top:-20px;display:none;
}



article figure {display:grid;grid-template-areas: "a1 a2"; clear:both;grid-template-columns: auto auto;background: rgba(188,188,188,.1); padding:0px 10px;box-shadow:inset 0px 0px 20px rgba(188,188,188,.2);max-width: 99%;margin:0 auto; margin-top:35px;margin-bottom:35px;}
.article article figure img {margin:0px;float:right;max-width:650px;margin-bottom:0px;border-width:0px;padding:0px;max-height:65vh;}
article figure p {width:auto;padding-bottom:0px;margin-bottom:0px;}
article figcaption {padding-left:13px;padding-top:13px;}
article figcaption p {font-size:1rem; color:#232323;padding:8px 0px;width:auto;max-width:180px;word-wrap: break-word;line-height: 1.2rem;}

.wrapvideo {
  max-width:800px;
  margin:0 auto;
}

.article iframe {display:block;margin:0 auto;max-width:100%;margin-top: 30px;margin-bottom:30px;}

article a {color: #0066cc;}
article a:hover {color:rgba(0,102,204,.8);} 

article mark {background-color: rgba(213,114,65,.4);}

.article .acolls .blab {padding:0px 0px 0px 0px;margin-top:10px;}
.article .acolls .blab p {display: inline-block;font-size:1rem;margin:0px 20px 0px 0px;padding:0px;font-size:0.9rem;}
.article .blab a {text-decoration: none;}

.article .bcolls .blab p {display: none;}


.video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; /* 9 / 16 * 100 */
  margin-bottom: 10px;
}

.video &gt; iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  margin-top: 0px;
  margin-bottom: 0px;
}


.avatar {text-align: center;font-size:1rem;max-width:230px;}
.avatar b {font-weight: 700;}
.avatar img {border-radius:120px; width:180px;height:180px;object-fit: cover;object-position: 50% 50%;}
.avatar a {color: #0066cc;}
.avatar a:hover {color:rgba(0,102,204,.8);} 


.avatars {display: flex;flex-wrap:wrap;}
.avatars .avatar {margin:20px 40px 60px 0px;max-width:200px;}


.knock {margin-top:20px;margin-bottom:10px;text-align: center;}
.knock {color:#fff!important;}
.knock a {color:#fff!important;text-decoration: none;display:inline-block;text-align: center;background-color:#0066cc;font-weight:400;border-radius: 7px;width:80%;}
.knock a:hover {background:#d57241;}
.knock:hover a, .knock:hover, .knock a:hover {color:#fff!important;}
.knock a:before {vertical-align: middle;}
.knock.like:before {content: "";}
.knock.like span {margin:12px;display: inline-block;}
.knock.like span:before  {font-family: 'fontawesome', sans-serif;
  content: "\f164 \2009\2009";
  font-size:90%;
  vertical-align: 7%; 
}





.article .flf {padding:7px 0px 10px 0px;border-width:0px;font-size: 0.7rem;}
.article .flf p {color:rgba(0,0,0,0.4);display:inline-block;margin-right:20px;}




</pre></body></html>