<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial,
    'Lucida Grande', sans-serif;
  overflow: hidden;
  height: 100%;
}
body {
  display: flex;
  align-items: flex-end;
  background: #fff;
  color: #000;
  height: 100vh;
}

form {
  margin: 0;
}

a {
  text-decoration: none;
}
a.close {
  position: absolute;
  display: none;
  right: 7px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-family: HelveticaNeue, sans-serif;
  z-index: 1111;
  background: #fff;
  border-radius: 15px;
}
a.close span {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
  margin: 7px;
}
a.close span:before,
a.close span:after {
  position: absolute;
  left: -2px;
  top: 8px;
}
a.close span:before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #141414;
  background-origin: padding-box;
  content: '';
  display: block;
  height: 1px;
  transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
  -webkit-transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
  width: 19px;
}
a.close span:after {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #141414;
  background-origin: padding-box;
  content: '';
  display: block;
  height: 1px;
  transform: matrix(0.707107, -0.707107, 0.707107, 0.707107, 0, 0);
  -webkit-transform: matrix(0.707107, -0.707107, 0.707107, 0.707107, 0, 0);
  width: 19px;
}

.popup a.close {
  display: block;
}
.innerLink {
  color: rgb(0, 0, 238);
  text-decoration: underline;
}

.main-container {
  width: 100vw;
  max-width: 1010px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

img {
  border: 0;
}

img.icon {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  vertical-align: middle;
}

.form-body {
  padding: 27px 0 40px;
}

.form-body .txt-cont {
  font-size: 14px;
  overflow: hidden;
}
.form-body .txt-cont.sub-pages {
  padding: 0 8px;
}

.form-body .txt-cont h1 {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #000;
  padding: 0;
  margin-bottom: 7px;
}
.form-body .txt-cont h2 {
  font-size: 14px;
  display: block;
  text-align: left;
  color: #000;
  padding: 0;
}

ul &gt; li {
  margin: 5px 0;
}

.img-cont {
  display: block;
  text-align: center;
}
.img-cont img {
  max-width: 300px;
}

.inline-img {
  vertical-align: text-bottom;
}

ol li .img-cont {
  padding-top: 5px;
  margin-left: -40px;
}

.footer {
  padding: 0px 30px 30px 30px;
  text-align: right;
}
.footer span {
  font-size: 10px;
}

.hidden {
  visibility: hidden;
}

#fullscreen {
  height: 100vh;
}

@media only screen and (max-aspect-ratio: 359/720) {
  html {
    font-size: 1.093vh;
  }
}

@media only screen and (max-resolution: 159dpi) {
	.main-container {
		height: calc(100vh - 0.75 * 25px);
	}

	a.close {
		top: calc(0.75 * 25px);
	}
}

@media only screen and (min-resolution: 160dpi) {
  .main-container {
    height: calc(100vh - 25px);
  }

  a.close {
    top: 25px;
  }
}

@media only screen and (min-resolution: 240dpi) {
  .main-container {
    height: calc(100vh - 1.5 * 25px);
  }

  a.close {
    top: calc(1.5 * 25px);
  }
}

@media only screen and (min-resolution: 320dpi) {
  .main-container {
    height: calc(100vh - 2 * 25px);
  }

  a.close {
    top: calc(2 * 25px);
  }
}

@media only screen and (min-resolution: 480dpi) {
  .main-container {
    height: calc(100vh - 3 * 25px);
  }

  a.close {
    top: calc(3 * 25px);
  }
}

@media only screen and (min-resolution: 640dpi) {
  .main-container {
    height: calc(100vh - 4 * 25px);
  }

  a.close {
    top: calc(4 * 25px);
  }
}
</pre></body></html>