<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Variables
================================== */
/* Tables
================================== */

.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 0.8em 1.2em;
  overflow: hidden;
  list-style: none;

 
}
.Rtable-cell &gt; h1,
.Rtable-cell &gt; h2,
.Rtable-cell &gt; h3,
.Rtable-cell &gt; h4,
.Rtable-cell &gt; h5,
.Rtable-cell &gt; h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols &gt; .Rtable-cell {
  width: 50%;
}
.Rtable--3cols &gt; .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols &gt; .Rtable-cell {
  width: 25%;
}
.Rtable--5cols &gt; .Rtable-cell {
  width: 20%;
}
.Rtable--6cols &gt; .Rtable-cell {
  width: 16.6%;
}
/* Page styling
================================== */



.cont {
  box-sizing: border-box;

  margin: 0 auto;
  max-width: 1000px;
  border-top: none;
  border-bottom: none;
  text-align: center;

}
.cont img {
	width: 100%;
	margin-bottom: 15px;
}
 

.cont h1{
  font-size: 15px;

  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;

}.cont h2{
  font-size: 15px;

  text-align: center;

  margin-bottom: 5px;

}
.cont p {
	margin-bottom: 15px;

}

.tlo {
	background-color: #151515;
	
}
/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
  
}
.Rtable-cell {
  margin: -3px 0 0 -3px;
 text-align: center;


}




/* Responsive
==================================== */
@media all and (max-width: 550px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse &gt; .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse &gt; .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable &gt; .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable &gt; .Rtable-cell--foot {
  margin-bottom: 1em;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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