* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  --lightBlue: #3961b5;
  --green: #2e6117;
  --red: #853336;
  --purple: #462e5f;
  --bgk: #f4cc9c;
  --grey: #929798;
  --darkBlue: #191475;
  --social-size: 1.675rem;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  text-transform: uppercase;
  color: var(--red);
  font-size: 3.125rem;
}

h2 {
  text-transform: uppercase;
  color: var(--red);
  font-size: 2.25rem;
}

h3 {
  font-size: 1.5rem;
}

.font1 {
  font-family: "Mulish", sans-serif;
}

.font2 {
  font-family: "Poppins", sans-serif;
}

.font-content {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

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

.capitalize {
  text-transform: capitalize;
}

.f-white {
  color: white;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.w-1\/2 {
  width: 100%;
}

.w-1\/3 {
  width: 100%;
}

.w-2\/3 {
  width: 100%;
}

.w-1\/4 {
  width: 100%;
}

.w-full {
  width: 100%;
}

.w-1\/5 {
  width: 50%;
}

.pt-4 {
  padding-top: 1rem;
}

.ma {
  margin: 0 auto;
}

.-mt-4 {
  margin-top: -1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

.flex-row-re {
  flex-direction: row-reverse;
}

.flex-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.align-bottom {
  align-items: end;
}

.transformHiddenNavi {
  transform: translate3d(-100vw, 0, 0);
}

.transform-transition {
  transition: 0.2s ease;
}

.btn {
  font-weight: 700;
  color: white;
  background-color: var(--red);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: inline-block;
  border-radius: 0.25rem;
  border: 1px solid var(--red);
  line-height: 1.75rem;
}
.btn:hover {
  color: var(--red);
  background-color: transparent;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.social-media {
  width: auto;
  justify-content: end;
  padding-right: 20px;
}
.social-media .small-logo {
  background-color: var(--red);
  color: white;
  border-radius: 50%;
  width: var(--social-size);
  height: var(--social-size);
  line-height: var(--social-size);
  font-size: var(--social-size);
  text-align: center;
}
.social-media li {
  margin-right: calc(var(--social-size) / 2);
}

.header-wrapper {
  background: var(--red);
}
.header-wrapper .border-box {
  border-top: 4.84px var(--grey) solid;
  border-bottom: 4.84px var(--grey) solid;
  opacity: 50%;
}
.header-wrapper .header {
  padding: 0 2rem;
  margin: 0 auto;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.header-wrapper .header .navi-top__btn,
.header-wrapper .header .navi-top__cls {
  width: 2.75rem;
  height: 2.75rem;
}
.header-wrapper .header .navi-top__btn a i,
.header-wrapper .header .navi-top__cls a i {
  font-size: 2.75rem;
}
.header-wrapper .header .navi-top__wrap {
  position: relative;
}
.header-wrapper .header .navi-top__wrap .navi-top {
  align-items: end;
}
.header-wrapper .header .navigation-holder {
  position: fixed;
  right: -100vw;
  top: 0;
  z-index: 9;
  padding: 4rem;
  width: 100%;
  height: 100vh;
  background-color: var(--red);
}
.header-wrapper .header .navigation-holder .small-logo {
  --social-size: 2.75rem;
}
.header-wrapper .header .navi-top {
  height: 60px;
  margin-top: 10px;
  color: white;
  font-size: 2rem;
}
.header-wrapper .header .navi-top ul li {
  margin-bottom: 0.75rem;
}
.header-wrapper .header .navi-top a {
  display: block;
  width: 100%;
  padding: 22px;
  transition: 0.2s;
  font-weight: 700;
}

.logo {
  max-width: 80px;
  height: auto;
}

.main-picture {
  background-image: url(https://goodeatgoodfat.github.io/Qixiang_Mandao/imgs/1_resized.png);
  background-size: cover;
  background-position: right center;
  height: 540px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-picture .content {
  margin: 0 4rem;
  color: white;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.main-picture .content .logan {
  font-weight: 600;
  font-size: 60px;
}
.main-picture .content :nth-child(2) {
  font-weight: 700;
  background-color: white;
  color: var(--red);
}
.main-picture .content :nth-child(3) {
  font-weight: 700;
  background-color: white;
  color: var(--red);
}

.individual .w-1\/2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.individual .w-1\/2 p {
  margin-bottom: 1.25rem;
}
.individual .w-1\/2 .a-btn-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.top-content p {
  max-width: 630px;
  margin: auto;
}
.top-content .top-content__col {
  margin: 0 0 0 -24px;
}
.top-content .top-content__col .c-1\/3-col {
  margin-bottom: 24px;
  padding-left: 24px;
}
.top-content .top-content__col .c-1\/3-col .c-1\/3-col__img-wrapper .c-1\/3-col__img {
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.top-content .top-content__col .c-1\/3-col .c-1\/3-col__copy h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--red);
}
.top-content .top-content__col .c-1\/3-col .c-1\/3-col__copy p {
  margin-bottom: 10px;
  color: var(--red);
}
.top-content .top-content__col .c-1\/3-col .c-1\/3-col__copy a {
  display: inline-block;
}

.divider__wrapper {
  background-image: url(https://goodeatgoodfat.github.io/Qixiang_Mandao/imgs/bar.png);
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 4rem;
}
.divider__wrapper .divider__content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.divider__wrapper .divider__content h2 {
  margin-bottom: 0.25rem;
}
.divider__wrapper .divider__content p {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

hr.thin-bar {
  background-image: url(https://goodeatgoodfat.github.io/Qixiang_Mandao/imgs/hr.png);
  padding-bottom: 6.76%;
  background-color: red;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background-size: 544px;
  background-size: contain;
  display: block;
  border: none;
  width: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
}

.footer .border-box {
  border-top: 4.84px #636466 solid;
  border-bottom: 4.84px #636466 solid;
}
.footer .footer__content {
  background-color: var(--red);
}
.footer .footer__content .footer__container {
  padding: 2.5rem 2rem 1.5rem;
}
.footer .footer__container h3 {
  margin-bottom: 1.25rem;
}
.footer .footer__container li {
  padding-bottom: 1.5rem;
}
.footer .terms {
  font-size: 0.75rem;
}
.footer .terms li {
  margin-right: 1.5rem;
}

.footer {
  text-align: center;
}
.footer .footer__navi {
  flex-direction: column;
  align-items: center;
}
.footer .logo {
  display: inline;
}
.footer .pr-8 {
  padding-right: 0;
}
.footer .social-media {
  justify-content: center;
  padding-right: 0;
}
.footer .social-media li {
  margin-right: 6px;
  margin-left: 6px;
}

@media (min-width: 640px) {
  .w-1\/2 {
    width: 100%;
  }
  .w-1\/3 {
    width: 100%;
  }
  .w-2\/3 {
    width: 100%;
  }
  .w-1\/4 {
    width: 100%;
  }
  .w-full {
    width: 100%;
  }
  .w-1\/5 {
    width: 500%;
  }
  .container,
.header-wrapper .header {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .w-1\/2 {
    width: 50%;
  }
  .w-1\/3 {
    width: 100%;
  }
  .w-2\/3 {
    width: 100%;
  }
  .w-1\/4 {
    width: 50%;
  }
  .w-full {
    width: 100%;
  }
  .w-1\/5 {
    width: 50%;
  }
  .container,
.header-wrapper .header {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .w-1\/2 {
    width: 50%;
  }
  .w-1\/3 {
    width: 33.333%;
  }
  .w-2\/3 {
    width: 66.666%;
  }
  .w-1\/4 {
    width: 25%;
  }
  .w-full {
    width: 100%;
  }
  .w-1\/5 {
    width: 20%;
  }
  .container,
.header-wrapper .header {
    max-width: 1024px;
  }
  .header-wrapper .header {
    align-items: end;
  }
  .header-wrapper .header .navi-top__btn,
.header-wrapper .header .navi-top__cls {
    display: none;
  }
  .header-wrapper .header .logo {
    width: 300px;
    height: 144px;
  }
  .header-wrapper .header .small-logo {
    font-size: 1.675rem;
  }
  .header-wrapper .header .navigation-holder {
    transform: none;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-end;
    right: auto;
    width: auto;
    height: auto;
  }
  .header-wrapper .header .navi-top {
    display: flex;
    font-size: 1rem;
  }
  .header-wrapper .header .navi-top a {
    display: list-item;
  }
  .header-wrapper .header .navi-top a:hover {
    background-color: var(--grey);
  }
  .footer {
    text-align: start;
  }
  .footer .footer__navi {
    flex-direction: row;
    align-items: start;
  }
  .logo {
    max-width: 160px;
    height: auto;
  }
  .main-picture {
    padding-right: 30%;
  }
}
@media (min-width: 1280px) {
  .w-1\/2 {
    width: 50%;
  }
  .w-1\/3 {
    width: 33.333%;
  }
  .w-2\/3 {
    width: 66.666%;
  }
  .w-1\/4 {
    width: 25%;
  }
  .w-full {
    width: 100%;
  }
  .w-1\/5 {
    width: 20%;
  }
  .container,
.header-wrapper .header {
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .main-picture {
    padding-right: 30%;
  }
}