body {
  font-family: 'Roboto Mono', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.main {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 3rem;
  background-image: linear-gradient(325deg, #ccc, #fff);
}

.window-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#dbd8d8), to(#cecccc));
  background-image: linear-gradient(90deg, #dbd8d8, #cecccc);
}

.window-content {
  padding: 2rem;
  background-image: linear-gradient(293deg, #2c313b, #353b46);
  font-family: 'Roboto Mono', sans-serif;
  color: #35ee63;
  font-size: 1.3rem;
  font-weight: 500;
}

.window-button {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #c0bebe;
  border-radius: 17px;
  background-color: #ccc9c9;
}

.body {
  background-color: #1c2527;
  background-image: url('../images/background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  padding: 3rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(28, 37, 39, 0)), color-stop(12%, rgba(28, 37, 39, 0)), color-stop(66%, #1c2527));
  background-image: linear-gradient(90deg, rgba(28, 37, 39, 0), rgba(28, 37, 39, 0) 12%, #1c2527 66%);
}

.contents {
  width: 100%;
  max-width: 700px;
}

.company {
  margin-top: 0px;
  margin-bottom: -0.2rem;
  color: #60d879;
  font-size: 3.2rem;
  line-height: 1;
}

.subheading {
  margin-bottom: 2rem;
  font-size: 28px;
  text-transform: uppercase;
}

.rich-text {
  width: 100%;
  text-shadow: 0 0 12px #000;
}

.rich-text ul {
  margin-top: 2rem;
  padding-left: 0rem;
  list-style-type: none;
}

.rich-text li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.header {
  margin-bottom: 3rem;
}

.contact-btn {
  display: inline-block;
  padding: 1rem 0.5rem;
  background-color: #fff;
  color: #353b46;
  text-decoration: none;
}

.contact-btn:hover {
  text-decoration: underline;
}

.btn-text {
  margin-bottom: 0px;
}

.c1 {
  display: none;
}

.small {
  margin-top: 2rem;
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 400;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-padlock {
  display: block;
  width: 3.3rem;
  margin-right: 3px;
}

@media screen and (max-width: 991px) {
  .page {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .page {
    padding: 1rem;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .subheading {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 1.2;
  }
  .rich-text {
    font-size: 16px;
  }
  .header {
    margin-bottom: 1.2rem;
  }
}

