<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
  width: 100%;
  height: 100%;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}

body {
  width: 100%;
  height: 100%;
  font-family: 'Oswald', sans-serif;
}

.site-link {
  line-height: 0;
  vertical-align: top;
}

.site-logo {
  height: 1.15em;
  width: auto;
}

body &gt; div.wrap {
  background-image: url("image.jpg");
  background-color: #333333;
  background-size: cover;
  box-sizing: border-box;
  max-width: 100vw;
  width: 100%;
  overflow-x: hidden;
  min-height: 100%;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 4em;
  position: absolute;
}

div.wrap &gt; section {
  max-width: 100vw;
  width: 100%;
  padding: 2em 4em;
  box-sizing: border-box;

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-items: flex-start;
  justify-content: flex-start;

}

div.wrap &gt; section &gt; .left-section {
  margin-right: 2em;
}

div.wrap &gt; section &gt; .right-section {
}

div.wrap &gt; section article {
  padding: 0;
  margin: 1em 0;
  max-width: 360px;
}

div.wrap &gt; section article.qrcode {
  width : 350px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;

}

div.wrap &gt; section article.qrcode &gt; h3 {
  text-transform: uppercase;
  margin: 0 0 1em 0;
  padding: 0;
}

div.wrap &gt; section article.qrcode &gt; a {
  display: flex;
}

div.wrap &gt; section article.qrcode &gt; a &gt; img {
  width : auto;
  height: 100%;
}

.wrap &gt; section article.text {
  display: inline-block;
  color: #222222;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  margin: 1em 0;
  padding: 1em;
  border-radius: 8px;
}

.wrap &gt; section article.text &gt; a {
  color: #222222;
  font-weight: bold;
}

.wrap &gt; section article.youtube &gt; iframe {
  width: 350px;
  height: auto;
}

.wrap &gt; section article &gt; iframe {

  margin: 0;

}

header {
  color: #ffffff;
}

header &gt; h1 {

  margin: 0.5em;
  padding: 0.5em;
  border-radius: 8px;

  display: inline-block;
  text-align: left;
/*  background-color: #ffffff; */
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

header &gt; h1 &gt; img {
  height: 1em;
  width: auto;
}

header &gt; article {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
  box-sizing: border-box;
}

header &gt; article &gt; h2 {
  font-size: 1.5em;
  padding: 0 1em;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

header &gt; article &gt; nav {
  box-sizing: border-box;
  padding: 0 1em;
  margin: 1em 1em 0 1em;
  font-weight: bold;
}

header &gt; article &gt; nav &gt; .item, 
header &gt; article &gt; nav &gt; a {
  white-space: nowrap;
  margin: 0.5em;
  line-height: 1.6em;
}

header &gt; article &gt; article {
  font-size: 1em;
  padding: 8px 32px 16px 32px;
  font-weight: bold;
}

header &gt; article a {
  color: #aaaaff;
  text-transform: uppercase;
  text-decoration: none;
}

header &gt; article strong {
  font-size: 1.2em;
  font-weight: bold;
}

strong {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

h3 {
  font-size: 1.3em;
  padding: 1em 0 1em 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

p {
  font-size: 1.3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding: 0.5em 0 0.5em 0;
  line-height: 1.75em;
}

ul {
  padding: 0.5em 0 0.5em 0;
  list-style-type: disc;
  list-style-position: inside;
}

li {
  font-size: 1.3em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  padding: 0.5em 0 0.5em 1em;
}

.articles {
  max-width: 100vw;
  width: 100%;

  display: flex;
  flex-flow: wrap;

  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

  align-items: top;
  align-content: center;
  justify-content: center;

}

.articles &gt; article {
  flex: 1 0 40%;
  max-width: 100vw;
  min-width: 200px;
  padding: 2em;
  margin: 1em;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #ffffff;
  background-color: rgba(16, 16, 165, 0.9);
}

.articles &gt; article a {
  color: #f0f0f0;
}

.code {
  padding: 1em;
  font-family: monospace;
  font-size: 0.8em;
  white-space: pre;
  overflow-y: scroll;
}

article {
}

table {
  margin: 1em 0;
}

table tr {
  max-width: 100vw;
}

table tr &gt; th {
  vertical-align: bottom;
  text-align: right;
  padding: 0.5em 2em;
}

table tr &gt; td {
  text-align: right;
  padding: 0.5em 1em;
  white-space: nowrap;
}

table.pricing {
  font-size: 14px;
  overflow-x: scroll;
}

table.pricing tr &gt; th {
  border-bottom: 1px solid #ffffff;
  padding: 4px 8px;
}

table.pricing tr &gt; td {
  padding: 0.25em 0.5em;
}

table.disk tr &gt; td,
table.disk tr &gt; th {
  border-bottom: 1px solid #ffffff;
  vertical-align: bottom;
}

table.disk tr &gt; td {
  max-width: 45%;
}

.wrap &gt; footer {

  color: #ffffff;
  font-weight: bold;
  background-color: rgba(32, 32, 32, 0.9);
  padding: 1em 2em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

}

.wrap &gt; footer a {

  color: #ffffff;
  font-weight: bold;

}

@media only screen and (max-width: 870px) {

div.wrap &gt; section {
  display: block;
  max-width: 100vw;
  width: 100%;
  padding: 0.5em;
  box-sizing: border-box;
}

div.wrap &gt; section &gt; .left-section {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
}

div.wrap &gt; section &gt; .right-section {
  margin: 0;
  max-width: 100vw;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  align-content: center;
  justify-content: center;
}

/*
  div.wrap &gt; section article &gt; iframe {
    height: auto;
    min-height: 20em;
  }
*/
header &gt; article &gt; h2 {
  font-size: 1.5em;
  padding: 0;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

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