.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 135%;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

.body {
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.top-box {
  background-image: linear-gradient(#0000005e, #0000005e);
  height: 100vh;
  position: relative;
}

.vid, .bcgr-vid {
  height: 100vh;
}

.circle {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  position: static;
  inset: auto auto 21% 3%;
  box-shadow: inset 0 0 0 6px #007cba;
}

.miv {
  border-radius: 240px;
  width: 240px;
  height: 240px;
}

.logo {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-up {
  width: 96px;
}

.life {
  margin-left: auto;
  margin-right: auto;
}

.life-link {
  width: 108px;
  display: block;
}

.main-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 5% 3% 55%;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.sub-title {
  color: #fff;
  text-align: center;
  padding-right: 0;
}

.pream-sec {
  padding-bottom: 0;
}

.cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp-date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.sp-text {
  color: #ed001e;
  text-transform: uppercase;
  font-weight: 600;
}

.date-text {
  text-align: right;
}

.regular_text {
  margin-bottom: 20px;
}

.link {
  color: #007cba;
}

.yu-box {
  margin-top: 40px;
  margin-bottom: 40px;
}

.funny {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.fun-text {
  font-size: 24px;
  line-height: 150%;
}

.blue-span {
  color: #007cba;
  font-weight: 600;
}

.chinese {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.chine-text {
  font-size: 24px;
  line-height: 150%;
}

.counytry-sec {
  padding-bottom: 40px;
}

.chapter-box {
  background-color: #007cba;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.chapter-box.nexti {
  margin-top: 60px;
}

.name_cuisine-box {
  padding-left: 20px;
  padding-right: 20px;
}

.flag {
  border-radius: 64px;
  width: 64px;
  height: 64px;
}

.image {
  object-fit: cover;
}

.heading-2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 32px;
}

.cuis {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin: 40px 20%;
  display: grid;
}

.cuis.um {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 4fr 2.75fr;
  margin-left: 20%;
  margin-right: 20%;
}

.cuis-pic {
  border: 1px #000;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, 0 0 0 8px #007cbaa1;
}

.cuis-pic.noline {
  box-shadow: 0 0 0 4px #fff;
}

.cuis-text {
  padding-left: 0;
  padding-right: 0;
  font-style: italic;
  font-weight: 600;
}

.link-2 {
  color: #007cba;
  font-weight: 700;
}

.asia-mivin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}

.image-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quota {
  margin-bottom: 40px;
}

.in-quot {
  background-color: #f5f5f5;
  border-radius: 24px;
  margin-left: 20%;
  margin-right: 20%;
  padding: 20px;
  position: relative;
}

.accent-box {
  background-color: #007cba;
  padding: 20px;
}

.accent-text {
  color: #fff;
  text-transform: uppercase;
  margin-right: 5%;
  font-weight: 600;
}

.quot-text {
  padding-top: 10px;
  font-weight: 600;
}

.mark-top {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.mark_bottom {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.plate {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  position: absolute;
  inset: -1% 0% auto auto;
}

.blue-italic {
  color: #007cba;
  font-style: italic;
  font-weight: 600;
}

.photo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-3 {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-test {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-13 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.block-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 7fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.number-anser {
  background-color: #007cba;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-anser._1 {
  flex-flow: column;
}

.text-block-4 {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  height: 52px;
  display: flex;
}

.block-img-answ {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.result-middle {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 10px;
  display: none;
}

.text-block-3 {
  color: #fff;
  font-weight: 700;
}

.text-block-64 {
  color: #333;
  height: auto;
  padding: 10px 10px 10px 0;
}

.zag-que {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #007cba;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  padding: 10px;
  display: grid;
}

.result-perfect, .result-beginner {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 10px;
  display: none;
}

.res-txt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
}

.block-test-1 {
  z-index: 1;
  position: relative;
}

.heading-3 {
  color: #007cba;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 28px;
}

.text-block-68 {
  color: #333;
  font-size: 27px;
  font-weight: 700;
}

.image-33 {
  max-width: 100%;
}

.text-block-2 {
  color: #fff;
  font-weight: 600;
}

.text-block-2.yui {
  padding-right: 40px;
}

.answer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  grid-template: "."
                 "Area"
                 / 1fr 3fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: block;
}

.text-block-67 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 23px;
  font-weight: 700;
}

.results-wrapper {
  display: block;
}

.ph-res {
  background-image: linear-gradient(#00000080, #00000080), url('../images/re_three.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 520px;
  display: flex;
  position: relative;
}

.ph-res._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/re_two.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.ph-res._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/re_one.webp');
  background-size: auto, cover;
}

.answer-description {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  display: none;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.container-tst {
  max-width: 940px;
}

.number {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 8px;
}

.que {
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 10px;
}

.text-block-73 {
  color: #fff;
}

.question {
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.right-span {
  color: #067724;
  text-transform: uppercase;
  font-weight: 600;
}

.wrong-span {
  color: #f30300;
  text-transform: uppercase;
  font-weight: 700;
}

.fin-sec {
  background-color: #007cba;
}

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fini-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.link-3 {
  color: #fff;
  font-weight: 700;
}

.button-reset-test-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.button {
  color: #e2001a;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 700;
  display: block;
}

.button.red {
  color: #fff;
  text-transform: uppercase;
  background-color: #007cba;
  transition: all .2s ease-in-out;
}

.button.red:hover {
  background-color: #b60015;
}

.link-4 {
  color: #fffc3a;
  font-weight: 600;
}

.text-block-74 {
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  .top-box {
    position: relative;
  }

  .circle, .miv {
    border-radius: 240px;
    width: 240px;
    height: 240px;
  }

  .main-title {
    justify-content: center;
    align-items: center;
    bottom: 19%;
  }

  .heading {
    text-align: center;
    margin-bottom: 10px;
    font-size: 44px;
  }

  .sub-title {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .circle {
    border-radius: 240px;
    width: 240px;
    height: 240px;
  }

  .miv {
    height: 240px;
  }

  .heading {
    font-size: 48px;
  }

  .sub-title {
    color: #ececec;
    text-align: center;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1920px) {
  .circle, .miv {
    border-radius: 240px;
    width: 240px;
    height: 240px;
  }

  .heading {
    font-size: 68px;
  }

  .sub-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .main-title {
    bottom: 12%;
    left: 50%;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .sub-title {
    padding-bottom: 10px;
  }

  .cont {
    max-width: 640px;
  }

  .chinese {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .chine-text {
    font-size: 16px;
  }

  .chapter-box {
    margin-bottom: 20px;
  }

  .name_cuisine-box {
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-2 {
    padding-left: 0;
    font-size: 24px;
  }

  .cuis, .cuis.um, .in-quot {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-64 {
    padding: 0;
  }

  .heading-3 {
    font-size: 20px;
  }

  .container-tst {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .main-title {
    bottom: 26%;
    left: 5%;
  }

  .heading {
    text-align: left;
    font-size: 20px;
  }

  .sub-title {
    font-size: 15px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .pream-box {
    padding-bottom: 20px;
  }

  .funny {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fun-text {
    font-size: 20px;
  }

  .chinese {
    grid-template-columns: 1fr;
  }

  .chapter-box.nexti {
    margin-top: 40px;
  }

  .heading-2 {
    padding-right: 0;
    font-size: 20px;
  }

  .cuis {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cuis.um, .in-quot {
    margin-left: 0%;
    margin-right: 0%;
  }

  .quot-text {
    font-style: italic;
  }

  .text-block-64 {
    padding: 0;
  }

  .heading-3 {
    font-size: 24px;
  }

  .text-block-2.yui {
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .circle {
    border-radius: 160px;
    width: 160px;
    height: 160px;
    box-shadow: inset 0 0 0 4px #007cba;
  }

  .miv {
    border-radius: 160px;
    width: 160px;
    height: 160px;
  }

  .heading {
    text-align: center;
    font-size: 26px;
  }

  .sub-title {
    padding-left: 40px;
    padding-right: 40px;
  }

  .chapter-box {
    padding: 10px;
  }

  .chapter-box.nexti {
    padding: 20px;
  }

  .flag {
    border-radius: 40px;
    width: 40px;
    height: 40px;
  }

  .heading-2 {
    padding-right: 0;
    font-size: 16px;
    line-height: 145%;
  }

  .cuis {
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cuis.um {
    grid-template-columns: 4fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cuis-pic {
    width: 70%;
  }

  .mark_bottom {
    margin-top: 10px;
  }

  .plate {
    border-radius: 80px;
    width: 80px;
    height: 80px;
    inset: 2% 1% auto auto;
  }

  .image-4, .image-5 {
    width: 60px;
  }

  .block-icon {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .number-anser {
    border-radius: 8px;
    height: 48px;
  }

  .number-anser._1 {
    display: block;
  }

  .text-block-4._1 {
    height: auto;
  }

  .result-middle {
    display: none;
  }

  .text-block-3 {
    text-align: center;
  }

  .text-block-64 {
    padding: 0;
  }

  .zag-que {
    border-radius: 8px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .result-perfect, .result-beginner {
    display: none;
  }

  .heading-3 {
    font-size: 20px;
  }

  .image-33 {
    max-width: 15%;
    margin-bottom: 12px;
  }

  .ph-res {
    background-image: linear-gradient(to bottom, null, null), url('../images/re_three.webp');
    background-position: 0 0, 50%;
  }

  .ph-res._2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/re_two.webp');
    background-position: 0 0, 50%;
  }

  .ph-res._1 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/re_one.webp');
    background-position: 0 0, 50%;
  }

  .button {
    display: none;
  }

  .button.red {
    display: block;
  }
}

#w-node-_678fc8b1-7b5a-75af-59ec-880cdfb4e122-3e8028d7, #w-node-_462189d3-d215-26a4-040e-fc270267419f-3e8028d7, #w-node-eca39462-ed2a-2d13-1ec8-7a98931c4943-3e8028d7, #w-node-_3faa9457-5ac2-ac7b-1a66-c9410555a0e4-3e8028d7, #w-node-_135210a0-306c-32dd-fff3-3d5c06a2ef8b-3e8028d7, #w-node-_23d5533f-8f56-fd8b-1f86-0aef610597dd-3e8028d7, #w-node-c62f80be-2b8c-5d6a-2666-478b9093f8af-3e8028d7 {
  place-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b39e9-3e8028d7 {
  justify-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b39ec-3e8028d7 {
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b39f3-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b39fd-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b3a07-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a11-3e8028d7 {
  justify-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a14-3e8028d7 {
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a19-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b3a24-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b3a2f-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a38-3e8028d7 {
  place-self: auto;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a3a-3e8028d7 {
  justify-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a3d-3e8028d7 {
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a42-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b3a4c-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b3a56-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a60-3e8028d7 {
  justify-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a63-3e8028d7 {
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a68-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b3a72-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a75-3e8028d7 {
  align-self: auto;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3a7c-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3ae4-3e8028d7 {
  justify-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3ae7-3e8028d7 {
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3aec-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b3af7-3e8028d7, #w-node-_67018971-c424-0a9d-96d8-31406d3b3b02-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3b39-3e8028d7 {
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3b3a-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3b44-3e8028d7 {
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3b45-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3b4f-3e8028d7 {
  align-self: center;
}

#w-node-_67018971-c424-0a9d-96d8-31406d3b3b50-3e8028d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_1a384b6e-47c1-56e2-f359-72459383348c-3e8028d7, #w-node-_3faa9457-5ac2-ac7b-1a66-c9410555a0e2-3e8028d7, #w-node-_23d5533f-8f56-fd8b-1f86-0aef610597db-3e8028d7, #w-node-c62f80be-2b8c-5d6a-2666-478b9093f8b2-3e8028d7 {
    place-self: center;
  }
}


