@font-face {
    font-family: 'BoutiqueBitmap9x9';
    src: url('../fonts/BoutiqueBitmap9x9_192.woff2') format('woff2'),
        url('../fonts/BoutiqueBitmap9x9_192.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: "Geist Mono", "PMingLiU", "Microsoft YaHei", "Microsoft JhengHei", "Meiryo", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #FBFBFB;
  font-size:14px;
  color: #191A1A;
}
h1{
  font-size: 18px;
  line-height: 100%;
}
h2{
  font-family: "BoutiqueBitmap9x9";
  font-weight: 400;
}
.translate h2{
  font-family: ""Geist Mono", "PMingLiU", "Microsoft YaHei", "Microsoft JhengHei", "Meiryo", monospace;
  font-weight: 400;
  font-size: 25px;
}
h3{
  font-weight: 400;
  margin-bottom: 1rem;
  font-size: 14px;
}
.faq h3{
  font-size: 20px;
  margin-top: 2rem;
}
.faq h3:first-child{
  font-size: 20px;
  margin-top: 1rem;
}
.language_level_item h3{
  font-size: 21px;
}
h4{
  font-weight: 400;
}
.container-1200{
  max-width: 1200px;
  margin: 0 auto;
}
.logo{
  position: relative;
  z-index: 2000;
}

 /* 全屏菜单覆盖样式 */
.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.9);
  overflow-y: hidden;
  transition: 0.3s;
}
.overlay-content {
  position: relative;
  padding: 12px;
  top: 50%;
  width: 100%;
  text-align: left;
}
.overlay-content a {
  display: block;
  margin: 15px 0;
  font-size: 18px;
  color: #191A1A;
  text-decoration: none;
}
.overlay-content a:hover {
  text-decoration: underline;
}
.overlay .closebtn{
  position: absolute;
  top: 1px;
  right: 32px;
  font-size: 28px;
  color: #191A1A;
  cursor: pointer;
}
.btn_open{
  position: absolute;
  top: 9px;
  right: 30px;
  font-size: 20px;
  color: #191A1A;
  cursor: pointer;
}
.mobile-logo{
  position: absolute;
  left: 12px;
  top: 15px;
}
/* header */
header{
  color: #9D9D9D;
  font-size: 14px;
  background-color: #FBFBFB;
  padding: 10px 0px;
  font-weight: 500;
}
header a:link,
header a:visited,
footer a:link,
footer a:visited{
  color: #9D9D9D;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}
.overlay-content a:link,
.overlay-content a:visited{
  color: #9D9D9D;
  text-decoration: none;
  font-weight: 500;
}
.overlay-content a:hover,
header a:hover,
footer a:hover{
  color: #191A1A;
  text-decoration: underline;
}
header a.translate_active:link,
header a.translate_active:visited,
header a.active:link,
header a.active:visited,
.overlay-content a.active:link,
.overlay-content a.active:visited{
  color: #191A1A;
}

header a.btn:link,
header a.btn:visited{
  color: #ffffff;
  font-weight: 500;
}
header a.btn:hover,
.btn-translate:hover{
  text-decoration: none;
  color: #71EA4C;
  background-color: #191A1A;
}
.btn {
  border-radius: 10;
  padding: 12px 20px;
}
.btn-dark{
  background-color: #191A1A;
}
.bg_green{
  background-color:#71EA4C;
  display: inline-block;
}
.text_gray{
  color:#9D9D9D;
}
.main_heading{
  padding-top:60px;
}
.lead{
  font-weight: 400;
  font-size: 18px;
}

.features p,
.language_levels p,
.mission  p{
  font-size: 14px;
  line-height: 200%;
}
.language_level_item{
  border: #191A1A solid 1px;
  padding: 30px;
}


footer{
  background-color: #ffffff;
  border-radius: 28px 28px 0px 0px;
}
.download_footer{
  background-color: #FBFBFB;
}
footer h4{
  font-size: 14px;
}
.vertical-text{
  transform: translateY(-50%) rotate(90deg); /* rotate 90deg */
  transform-origin: right center;
  color: #9D9D9D;
  font-size: 12px;
  right: 16px;
}
@media (min-width: 768px) { /* md */
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 810px) { /* lg */
  h1 {
    font-size: 33px;
  }
  .main_heading{
    padding-top:120px;
  }
}
/* for terms and privacy */
.level-1 {
  counter-reset: item;
  list-style: none;
}
.level-1 > li {
  counter-increment: item;
}
.level-1 > li::before {
  content: counter(item) ". ";
  font-weight: bold;
}

.level-2 {
  counter-reset: subitem;
  list-style: none;
}
.level-2 > li {
  counter-increment: subitem;
}
.level-2 > li::before {
  content: counter(item) "." counter(subitem) " ";
}
.level-1,
.level-2 {
  list-style: none;
  padding-left: 0;
}
.level-1 > li,
.level-2 > li {
  position: relative;
  padding-left: 2.5em;
  text-indent: 0;
}
.level-1 > li::before,
.level-2 > li::before {
  position: absolute;
  left: 0;
  width: 2em;
  text-align: right;
}
.translation_h1{
  font-size: 42px;
  font-family: "BoutiqueBitmap9x9";
  font-weight: 400;
}
.translation_subtitle{
  font-size: 21px;
  font-family: "BoutiqueBitmap9x9";
}
.subtitle {
  font-size: 25px;
  font-family: "BoutiqueBitmap9x9";
}
.rotate-90{
  transform: rotate(90deg);
}