@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
html {
  font-family: "Open Sans";
  background: #FFF;
  color: #333;
  height: 100%;
}

body {
  display: block;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 900px) {
  body {
    display: flex;
  }
}

.header {
  width: 100%;
  text-align: center;
  padding: 12px 0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.header img {
  width: 188px;
  height: auto;
}

.container {
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
  padding: 20px;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .container {
    width: 1200px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 900px) {
  .container {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.container .left {
  width: 100%;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
.container .left p {
  margin: 24px 0;
}
.container .left .btn {
  margin: 12px 0 16px;
}
.container .left progress {
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .container .left {
    
    text-align: left;
  }
}
.container .right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .right img {
  width: 50%;
}
@media screen and (min-width: 900px) {
  .container .right {
    width: 50%;
  }
  .container .right img {
    width: auto;
  }
}

a {
  text-decoration: none;
  color: #0b9aff;
}

.btn {
  background: #0095FF;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.2);
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn:hover, .btn:focus, .btn:active {
  background: #0086e6;
}

small {
  font-size: 16px;
}
small u {
  word-break: break-all;
}

.copy {
  display: flex;
  font-size: 14px;
  padding: 16px 32px 32px;
  justify-content: center;
  margin-top: auto;
}

#pagetop {
  position: absolute;
  left: 50%;
  top: 0px;
  margin: 0 0 0 -385px;
}

#content {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 761px;
  margin: 0 0 0 -385px;
}

.contact {
  padding:10px;
  margin:10px
}

.contact a {
    font-weight:bold;
    color:#4D94D2;
    text-decoration:underline
}

.contact ul {
    padding:10px;
    margin:10px
}

.contact li {
    padding:7px 0px 7px 0px
}

.contact li ul {
    padding:0px;
    margin:0
}

.contact u {
    font-weight:bold;
    color:#697C90;
    text-decoration:none;
}

.txt12 {
    font-size:12px
}