@font-face {
  font-family: "museo_sans_rounded300";
  src: url("museosansrounded-300-webfont.woff2") format("woff2"),
    url("museosansrounded-300-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans_rounded500";
  src: url("museosansrounded-500-webfont.woff2") format("woff2"),
    url("museosansrounded-500-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans_rounded700";
  src: url("museosansrounded-700-webfont.woff2") format("woff2"),
    url("museosansrounded-700-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

i {
  font-style: italic;
}

body {
  background: linear-gradient(to right, rgba(0, 126, 239, 0.97), #00aeef);
  height: 100vh;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  height: 64px;
  background: rgba(0, 126, 239, 0.97);
  background: -webkit-linear-gradient(left, rgba(0, 126, 239, 0.97), #00aeef);
  background: -o-linear-gradient(right, rgba(0, 126, 239, 0.97), #00aeef);
  background: -moz-linear-gradient(right, rgba(0, 126, 239, 0.97), #00aeef);
  background: linear-gradient(to right, rgba(0, 126, 239, 0.97), #00aeef);
  position: relative;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

h1 {
  height: 39px;
  width: 68px;
  background-image: url("https://d1s5saizp11buw.cloudfront.net/airy-web/icon/airy-logo-bl.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.wrapper {
  width: 640px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
}
.en {
  display: none;
}

.body h2 {
  font-family: museo_sans_rounded700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
  word-spacing: 4px;
  line-height: 1.2em;
}
.body p {
  font-family: museo_sans_rounded300;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 32px;
  text-align: justify;
}
.body p:last-of-type {
  margin-bottom: 48px;
}

.img-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  background-image: url("/assets/images/bg.svg");
  background-repeat: repeat-x;
  background-size: 560px;
}
.img-wrapper img {
  width: 200px;
  margin: 0 auto;
}

.faq-wrapper {
  margin-bottom: 48px;
}
.faq-wrapper .title {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 22px;
  font-family: museo_sans_rounded500;
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: center;
  color: #484848;
  box-shadow: 0 0 4px 0 #ecf0f1;
  border: solid 0.1px #979797;
  margin-bottom: 0 !important;
  background-color: #fff;
}
.faq-wrapper .faq-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 4px 0 #ecf0f1;
  border: solid 0.1px #979797;
  border-bottom: 0;
  display: flex;
  padding: 30px 0 38px;
  justify-content: center;
  background-color: #fff;
}

.faq-content ul {
  padding: 0 28px;
}
.faq-content li {
  list-style-type: decimal;
  list-style-position: inside;
  font-family: museo_sans_rounded500;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 28px;
}
.faq-content li span {
  font-family: museo_sans_rounded300;
  display: block;
  text-indent: 0;
  padding-left: 0em;
  margin-top: 4px;
}
.faq-content li a {
  font-family: museo_sans_rounded500;
  color: rgb(1, 171, 234);
  text-decoration: none;
}

select {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 50px;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  background-color: transparent;
  border: 2px solid #fff;
  color: white;
  padding: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px;
  background: url("/assets/images/arrow_down.png");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 30px;
}
/* For IE <= 11 */
select::-ms-expand {
  display: none;
}

@media screen and (max-width: 600px) {
  h1 {
    margin: 0 auto;
  }

  .social-media-wrapper {
    width: initial;
  }

  .wrapper {
    width: auto;
    padding: 40px;
  }
}
