* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  margin: auto;
}

ol,
ul {
  list-style: none;
}

.bg-image {
  position: absolute;
  bottom: -88%;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100vh;
  background-color: #242628;
  background-image: url(./assets/world.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}

.header h3 {
  text-align: center;
  color: #ff9e40;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
}

.options {
  display: flex;
  flex-direction: row;
}

.options > a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0px 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.options > a:first-of-type {
  margin-right: 30px;
}

.logo {
  margin-top: 75px;
}

.logo > img {
  width: 160px;
  height: 64px;
}

.learn-more > a > button {
  background: #f6821f;
  border-radius: 4px;
  border: none;
  width: 180px;
  margin-top: 78px;
  height: 55px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: rgba(246, 130, 31, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .container {
    background-size: contain;
    background-position-y: center;
  }
}

@media screen and (max-width: 600px) {
  .container {
    background-size: contain;
    background-position-y: center;
  }
  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

  body {
    width: 100vw;
  }

  .header img {
    margin-left: 0;
  }

  .installation-steps {
    width: 100%;
    box-sizing: border-box;
  }

  h1 {
    font-size: 1.6rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }
}

.azone .azone-text ul {
  overflow: hidden;
  zoom: 1;
  margin-right: -42px;
}
.azone .azone-text li {
  float: left;
  font-size: 12px;
  margin-right: 24px;
}
.azone .azone-text li a {
  display: block;
  width: 180px;
  overflow: hidden;
  line-height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #88bcd6;
}
.azone .azone-text li a:hover {
  color: #9ed5f0;
}
.azone .azone-img {
  padding: 10px 0;
  overflow: hidden;
  zoom: 1;
}
.azone .azone-img ul {
  margin-right: -10px;
  overflow: hidden;
  zoom: 1;
}
.azone .azone-img li {
  float: left;
  margin-right: 10px;
}
.azone .azone-img li a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.azone .azone-img li a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.azone-description {
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
  color: #c3c3c3;
}
.top-azone {
  padding-top: 8px;
  background: #f7f7f7;
}
.last-search,
.last-search p {
  padding-top: 10px;
}
.top-azone .azone-text {
  margin-bottom: -6px;
  margin-top: -4px;
}
.top-azone .azone-text li a {
  color: #3e6992;
}
.top-azone .azone-text li a:hover {
  color: #23445e;
}
.top-azone .azone-text li a.text-bold {
  font-weight: bold;
}
.top-azone .azone-text li a.text-red {
  color: #f52828;
}
.top-azone .azone-text li a.text-red:hover {
  color: #dd0000;
}
.home-azone {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 80px;
  overflow: hidden;
}
.home-azone .img li {
  display: none;
  position: relative;
  width: 100%;
}
.home-azone .img li.active {
  display: block;
}
.home-azone .btn {
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 6;
  display: none;
  width: 100%;
  text-align: center;
}
.home-azone .btn li {
  display: inline-block;
  margin: 0 2px;
  width: 20px;
  height: 5px;
  overflow: hidden;
  cursor: pointer;
  background: #ccc;
  opacity: 0.8;
  *zoom: 1;
  *display: inline;
}
.home-azone .btn li.active {
  background: #2aa0ea;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.azone .azone-text ul {
  overflow: hidden;
  zoom: 1;
  margin-right: -42px;
}
.azone .azone-text li {
  float: left;
  font-size: 12px;
  margin-right: 24px;
}
.azone .azone-text li a {
  display: block;
  width: 180px;
  overflow: hidden;
  line-height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #88bcd6;
}
.azone .azone-text li a:hover {
  color: #9ed5f0;
}
.azone .azone-img {
  padding: 10px 0;
  overflow: hidden;
  zoom: 1;
}
.azone .azone-img ul {
  margin-right: -10px;
  overflow: hidden;
  zoom: 1;
}
.azone .azone-img li {
  float: left;
  margin-right: 10px;
}
.azone .azone-img li a img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.azone .azone-img li a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
