@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Londrina Outline;
  src: url('../fonts/LondrinaOutline-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Genjyuugothic p;
  src: url('../fonts/GenJyuuGothic-P-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Londrina Solid;
  src: url('../fonts/LondrinaSolid-Black.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Londrina Solid;
  src: url('../fonts/LondrinaSolid-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Genjyuugothic p;
  src: url('../fonts/GenJyuuGothic-P-Heavy.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #131112;
  --white-smoke: whitesmoke;
  --dim-grey: #e71d36;
  --fe9920: #fe9920;
  --transparent: transparent;
  --black-2: #1a1819;
  --black-3: #302d2e;
  --dark-grey: #279af1;
  --lavender: #cfcfea;
}

.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;
}

body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Bebas Neue, sans-serif;
  font-size: 1.413vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: var(--white-smoke);
  font-size: 1em;
  text-decoration: none;
  transition: color .6s;
}

a:hover {
  color: var(--dim-grey);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.main-container {
  z-index: 1;
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 10em;
  position: relative;
}

.main-container.hero {
  position: relative;
}

.main-container.sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.main-container.footer {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

.main-container.no-bottom-padding {
  padding-bottom: 0;
}

.section-relative {
  position: relative;
}

.section-relative.community {
  background-color: var(--black);
  height: 200vh;
}

.hero-section {
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.flex {
  display: flex;
}

._30 {
  width: 30%;
}

.text-flame {
  background-image: linear-gradient(to bottom, var(--fe9920), var(--dim-grey) 70%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
}

.section-title.text-flame {
  position: relative;
}

.section-title.text-flame.trail {
  color: var(--transparent);
  -webkit-text-stroke-width: .02em;
  -webkit-text-stroke-color: var(--white-smoke);
  background-image: none;
  font-weight: 400;
  position: absolute;
}

.section-title.text-flame.community {
  background-color: var(--white-smoke);
  background-image: none;
  position: absolute;
  left: auto;
  right: auto;
}

.section-title.smaller {
  font-size: 4em;
}

.section-title.trail.zh-font {
  color: #f5f5f500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-smoke);
  position: absolute;
  left: 0;
  right: 0;
  transform: scale(.999);
}

.nav-menu-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.menu-button {
  z-index: 2;
  margin-left: 15px;
  padding: 15px;
}

.menu-button.w--open {
  background-color: #0000;
}

.menu-lottie {
  width: 40px;
  height: 40px;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--black), transparent);
  text-align: right;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  background-color: var(--white-smoke);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding: 9px;
  font-size: 4em;
  font-weight: 400;
  line-height: .9;
}

.nav-menu {
  background-color: #131112f5;
}

.language-switcher {
  border: 2px solid var(--white-smoke);
  border-radius: 5px;
  width: 80px;
  height: 40px;
  margin-top: 15px;
  display: inline-block;
}

.language-button {
  width: 50%;
  height: 36px;
  color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-size: 14px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.language-button:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.language-button.current {
  background-color: var(--white-smoke);
  color: var(--black);
}

.muay-thai {
  letter-spacing: .08em;
  font-size: 10em;
  line-height: .9;
}

.muay-thai.alt {
  color: var(--transparent);
  letter-spacing: .15em;
  -webkit-text-stroke-width: .02em;
  -webkit-text-stroke-color: var(--white-smoke);
  font-size: 12em;
  font-weight: 400;
}

.muay-thai-wrapper {
  margin-left: 40%;
  position: relative;
  transform: skew(-6deg);
}

.hero-overlay {
  background-color: #1a181966;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-person-wrapper {
  width: 100%;
  height: 100%;
  font-size: 1em;
  position: absolute;
  left: 5%;
}

._70 {
  width: 70%;
}

.flex-align-center {
  align-self: center;
}

.margin-left {
  margin-left: 2em;
}

.brand {
  transition: transform 2s;
}

.brand:hover {
  transform: scale(1.1);
}

._50 {
  width: 50%;
}

.contact-map {
  filter: invert() grayscale() contrast(80%);
  position: absolute;
  inset: 0% 0% 0% 60%;
}

._33-3 {
  width: 33.3%;
}

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

.margin-top {
  margin-top: 3em;
}

.margin-top._1em {
  margin-top: 1em;
}

.bg1 {
  background-color: var(--black-2);
}

.badge {
  text-align: center;
  border-radius: 6px;
  padding: 7px 14px;
}

.badge.icon-badge {
  align-items: center;
  display: flex;
}

.pricing-plan {
  background-color: var(--black-3);
  border-radius: 1em;
  flex-direction: column;
  width: 100%;
  padding: 56px;
  display: flex;
  position: relative;
}

.pricing-plan.alt {
  background-color: var(--white-smoke);
  color: var(--black);
}

.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-terms {
  margin-left: 21px;
}

.pricing-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 28px;
  display: grid;
}

.small-text {
  font-size: 14px;
  line-height: 22px;
}

.small-text.muted-text {
  color: #f5f5f566;
}

.pricing-badge-text {
  color: var(--white-smoke);
}

.pricing-badge-text.black {
  color: var(--black);
}

.price-container {
  align-items: center;
  display: flex;
}

.pricing-dollar-sign {
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 2.3em;
}

.price-number {
  align-items: center;
  display: flex;
}

.pricing-plan-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.pricing-plan-heading {
  margin-bottom: 0;
  font-size: 1.5em;
}

.white-border {
  background-color: #ffffff26;
  height: 1px;
}

.white-border.pricing-border {
  background-color: #ffffff61;
  height: 4px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.pricing-badge-image {
  margin-right: 7px;
}

.schedule-table-row {
  grid-column-gap: 0px;
  background-color: var(--black-2);
  grid-template-rows: 40px;
  grid-template-columns: .5fr 1fr 1fr;
}

.schedule-table-row.heading {
  background-color: var(--white-smoke);
  color: var(--black);
  grid-template-rows: 50px;
}

.schedule-table-row.alt {
  background-color: #1a181980;
}

.schedule-table-row.hide {
  display: none;
}

.schedule-table {
  border: 2px solid var(--white-smoke);
  margin: 2em auto 10px;
}

.schedule-time-text {
  color: var(--white-smoke);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
}

.schedule-block {
  border-right: 1px solid var(--black-2);
  border-bottom: 1px solid var(--black-2);
  background-color: #f5f5f526;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  display: flex;
}

.community-image {
  object-fit: cover;
  border-radius: .5em;
  width: 400px;
  height: 300px;
}

.community-image.back {
  filter: brightness(80%);
}

.community-image-wrapper {
  position: absolute;
  inset: 0%;
}

.community-image-wrap {
  object-fit: cover;
  width: 400px;
  height: 300px;
  position: absolute;
}

.community-image-wrap._2 {
  bottom: 5%;
  left: 483px;
  transform: scale(.9)rotate(-2deg);
}

.community-image-wrap.a {
  top: 6%;
  left: 178px;
  transform: rotate(-1deg)scale(.7);
}

.community-image-wrap._1 {
  bottom: 7%;
  left: 20px;
  transform: rotate(3deg);
}

.community-image-wrap._3 {
  bottom: 8%;
  left: 923px;
  transform: rotate(5deg);
}

.community-image-wrap.b {
  top: 5%;
  left: 635px;
  transform: rotate(3deg)scale(.7);
}

.community-image-wrap.c {
  top: 5%;
  left: 1036px;
  transform: rotate(-6deg)scale(.7);
}

.community-image-wrap.i {
  bottom: -70%;
  left: 140px;
  transform: scale(1.4)rotate(-3deg);
}

.community-image-wrap.ii {
  bottom: -70%;
  left: 872px;
  transform: scale(1.4)rotate(1deg);
}

.follow-us-lottie {
  width: 100px;
  margin: 2em auto 1em;
}

.trainer-image-wrapper {
  height: 500px;
  margin-left: auto;
  display: block;
  position: relative;
}

.trainer-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.trainer-content {
  align-self: center;
  width: 50%;
  padding-left: 3em;
}

.trainer-card {
  margin-top: 3em;
  position: relative;
}

.red-boarder {
  z-index: -1;
  border: 2px solid var(--white-smoke);
  border-radius: 1em;
  width: 100%;
  height: 100%;
  margin-top: 1em;
  margin-left: 1em;
  position: absolute;
  inset: 0%;
}

.section-hero {
  z-index: -1;
}

.hero-multi-section {
  flex-flow: column;
}

.about-section {
  z-index: 1;
  background-color: var(--black);
  align-self: flex-end;
  width: 100vw;
  position: relative;
}

.hero-person-image {
  object-fit: cover;
  height: 150%;
  position: absolute;
}

.margin-right {
  margin-right: 2em;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-slider {
  background-color: #0000;
  height: 400px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.gallery-h2-wrapper {
  background-color: #131112b3;
  border-top-right-radius: 1em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-slide {
  border-radius: 1em;
  font-size: 1em;
  transition: font-size .6s;
  overflow: hidden;
}

.gallery-slide:hover {
  font-size: 1.1em;
}

.gallery-arrows {
  color: var(--white-smoke);
  transition: background-color .6s;
}

.gallery-arrows:hover {
  background-color: #13111280;
}

.gallery-title-wrapper {
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-right: 5em;
  position: absolute;
  inset: -3.7em 0% auto auto;
  transform: rotate(1.5deg);
}

.gallery-title-text {
  color: var(--transparent);
  -webkit-text-stroke-width: .03em;
  -webkit-text-stroke-color: var(--white-smoke);
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.gallery-title-text.zh-font {
  color: var(--black);
}

.hidden {
  display: none;
}

.trainer-slider {
  background-color: #0000;
  height: auto;
}

.trainer-slide-nav {
  z-index: 1;
  bottom: -40px;
}

.trainer-wrapper {
  background-color: var(--black-3);
  border-radius: 1em;
  display: flex;
}

.text-block {
  color: #f5f5f580;
  font-size: .8em;
}

.hero-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.trainer-arrow-left {
  right: -5%;
}

.zh-font {
  font-family: Bebas Neue, sans-serif;
  font-weight: 700;
}

.website-link {
  text-decoration: underline;
}

.cta-button-fixed {
  z-index: 90;
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 35px;
  font-size: 1.2em;
  transition: box-shadow .5s, color .6s;
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 10px 7px #1a181966;
}

.cta-button-fixed:hover {
  color: var(--white-smoke);
  box-shadow: 4px 4px 10px -7px #1a181966;
}

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

.cta-button-text.alt {
  color: var(--black);
  font-size: 1.35em;
  position: absolute;
  inset: 0%;
  transform: translate(0%, 110%);
}

.cta-button-text-wrapper {
  padding: 10px 30px;
  position: relative;
}

.cta-button-background {
  background-color: var(--white-smoke);
  position: absolute;
  inset: 0%;
}

.pricing-grid {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  place-items: center;
  margin-top: 3em;
}

.pricing-badge {
  text-align: center;
  border-radius: 6px;
  align-items: center;
  padding: 7px 14px;
  display: flex;
}

.pricing-separator {
  background-color: #252a3314;
  height: 4px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.pricing-button {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-top: 35px;
  margin-bottom: 7px;
  padding: 14px 28px;
  font-family: Bebas Neue, sans-serif;
  transition: box-shadow .2s;
  box-shadow: inset 0 0 3px 100px #0000;
}

.pricing-button:hover {
  color: var(--white-smoke);
  box-shadow: inset 0 0 3px 100px #0000001a;
}

.pricing-button.white {
  background-color: var(--white-smoke);
  color: var(--black);
}

.pricing-dollar-amount {
  letter-spacing: -.01em;
  align-items: center;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.section-banner {
  background-image: linear-gradient(#302d2ed9, #302d2ed9), url('../images/9Kwoon.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section-banner.is-zh {
  position: relative;
}

.price-wrapper {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.banner-price-text {
  font-size: 3.5vw;
  font-weight: 400;
}

.banner-price-sign {
  font-family: Londrina Solid, sans-serif;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.price-content-wrapper {
  justify-content: space-around;
  margin-bottom: 1rem;
  display: flex;
}

.banner-container {
  max-width: 25rem;
}

.price-divider {
  background-color: var(--white-smoke);
  width: 2px;
}

.banner-span-text-font {
  font-size: 1.8vw;
}

.blank {
  width: 100%;
}

.hero-bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-price {
  background-color: var(--black);
}

.section-price.is-zh {
  z-index: 1;
  position: relative;
}

.section-class, .section-trainers, .section-copyright {
  background-color: var(--black-2);
}

.spacer {
  height: 100vh;
}

.hero-wrapper {
  margin-bottom: -100vh;
}

.hero-top {
  height: 100vh;
  position: sticky;
  top: 0;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 20.35px;
  }

  .language-button {
    width: 50%;
  }

  .hero-person-wrapper {
    margin-left: 10%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .main-container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .hero-person-wrapper {
    left: 0%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-dollar-amount {
    letter-spacing: 0;
    font-size: 54px;
    line-height: 54px;
  }

  .banner-price-text {
    font-size: 40px;
  }

  .price-content-wrapper {
    grid-column-gap: 2rem;
    justify-content: center;
  }

  .banner-span-text-font {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .main-container.sticky {
    flex-direction: column-reverse;
    height: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

  .section-relative.community {
    height: auto;
  }

  .flex {
    flex-direction: row;
  }

  .flex.mobile-vertical {
    flex-direction: column;
  }

  .flex.mobile-vertical-reverse {
    flex-direction: column-reverse;
  }

  ._30 {
    width: 100%;
  }

  .section-title {
    font-size: 4em;
  }

  .section-title.text-flame.trail {
    display: none;
  }

  .section-title.text-flame.community {
    position: static;
  }

  .section-title.trail.zh-font {
    display: none;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar {
    background-color: #0000;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link {
    text-transform: capitalize;
    font-size: 3em;
    line-height: 1.1;
  }

  .muay-thai.alt {
    letter-spacing: .1em;
  }

  .muay-thai-wrapper {
    margin-left: 0%;
    font-size: 3vw;
  }

  .hero-person-wrapper {
    max-width: none;
    left: auto;
    right: 10%;
  }

  ._70 {
    width: 100%;
  }

  .margin-left {
    margin-top: 2em;
    margin-left: 0;
  }

  ._50 {
    width: 100%;
  }

  .contact-map {
    display: none;
  }

  .pricing-plan-title {
    margin-bottom: 28px;
  }

  .community-image {
    width: 100%;
    height: auto;
    position: static;
  }

  .community-image.back {
    display: none;
  }

  .community-image-wrapper {
    flex-direction: column;
    width: auto;
    margin-top: 2em;
    position: static;
  }

  .community-image-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    transition: transform 1s;
    position: static;
  }

  .community-image-wrap._2 {
    transform: rotate(-2deg);
  }

  .community-image-wrap.i {
    transform: rotate(-3deg);
  }

  .community-image-wrap.ii {
    transform: rotate(1deg);
  }

  .trainer-image-wrapper {
    width: 100%;
    height: 90vw;
  }

  .trainer-image {
    object-fit: contain;
    object-position: 50% 100%;
  }

  .trainer-content {
    width: 100%;
    padding-top: 2em;
    padding-right: 2em;
  }

  .trainer-card {
    flex-direction: column;
  }

  .hero-person-image {
    object-fit: contain;
    height: 100%;
  }

  .margin-right {
    margin-top: 2em;
    margin-right: 0;
  }

  .gallery-slider {
    margin-bottom: 60px;
  }

  .gallery-slide {
    font-size: 1.1em;
  }

  .trainer-slider {
    height: auto;
  }

  .trainer-wrapper {
    flex-direction: column;
  }

  .trainer-arrow-left {
    right: auto;
  }

  .pricing-grid {
    grid-row-gap: 56px;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-separator {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .banner-container {
    max-width: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .main-container, .main-container.sticky {
    padding-left: 1em;
    padding-right: 1em;
  }

  .muay-thai {
    font-size: 9em;
  }

  .muay-thai-wrapper {
    margin-left: 15%;
  }

  .pricing-plan {
    padding: 28px;
  }

  .price-terms {
    margin-left: 0;
  }

  .price-container {
    text-align: center;
    flex-direction: column;
  }

  .white-border.pricing-border {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .schedule-time-text {
    font-size: 1em;
  }

  .trainer-arrow, .trainer-arrow-left {
    height: 60%;
    margin-bottom: 0;
  }

  .pricing-button {
    margin-top: 28px;
  }

  .pricing-dollar-amount {
    margin-bottom: 14px;
    font-size: 54px;
    line-height: 54px;
  }
}

#w-node-f8a51432-dea5-4143-57f5-7aefebcfa93e-f04fb9ef, #w-node-f8a51432-dea5-4143-57f5-7aefebcfa940-f04fb9ef {
  place-self: center;
}

#w-node-f8a51432-dea5-4143-57f5-7aefebcfa943-f04fb9ef, #w-node-_27f114e0-b491-53ab-3360-efcc35ca0a86-f04fb9ef, #w-node-ddd0641c-a36c-f16c-512a-2884c48aa17a-f04fb9ef, #w-node-aabda3c5-781b-a93d-ba6d-d39fcc59fbd5-f04fb9ef, #w-node-_3457ca28-56f0-7ad0-1360-a01dbc50dcd4-f04fb9ef, #w-node-e21a1822-3c31-8c9e-6aad-44e8ecf5d3a0-f04fb9ef, #w-node-_86db01a3-90e7-4f42-e316-bb2a366d3f7f-f04fb9ef, #w-node-_25a27c2e-3198-0f6c-5fd7-26e56ea4ad67-f04fb9ef, #w-node-_5da264c2-e962-60a8-3fb2-f498faadaa27-f04fb9ef, #w-node-_8a72df88-7461-e8c6-17a3-1d8ae27e4cf2-f04fb9ef, #w-node-_04c41d96-95dd-1788-e19e-cf260c38c7ee-f04fb9ef, #w-node-b99a41eb-310e-4c7c-0225-d0d5f7e49797-f04fb9ef, #w-node-_989e8c50-bcdb-8256-e1d1-f30cad3bc6b6-f04fb9ef, #w-node-_6abe101f-6ed8-5720-c6f0-7d073602011b-f04fb9ef, #w-node-_89b6af48-d04f-369b-3504-5499bec7a025-f04fb9ef, #w-node-_9cc6a7a8-b67a-e802-b587-35bd0deecd58-f04fb9ef, #w-node-_61f5cb40-e910-5770-a993-eada1c2413a6-f04fb9ef, #w-node-_218bc630-e571-30a6-c2c9-574f0231efd5-f04fb9ef, #w-node-f51ca548-481f-3f07-299a-50dbf4dda588-f04fb9ef, #w-node-f3c0bbde-4558-c2e6-06f8-8fc54ae0f182-f04fb9ef, #w-node-ee668eea-36ae-fa30-0306-61bf1cb277b6-f04fb9ef, #w-node-fb63cbf2-498e-aaa8-e25b-5d06eb0d39cd-f04fb9ef {
  align-self: center;
}

#w-node-f8a51432-dea5-4143-57f5-7aefebcfa93e-849f5e1b, #w-node-f8a51432-dea5-4143-57f5-7aefebcfa940-849f5e1b {
  place-self: center;
}

#w-node-f8a51432-dea5-4143-57f5-7aefebcfa943-849f5e1b, #w-node-_27f114e0-b491-53ab-3360-efcc35ca0a86-849f5e1b, #w-node-ddd0641c-a36c-f16c-512a-2884c48aa17a-849f5e1b, #w-node-aabda3c5-781b-a93d-ba6d-d39fcc59fbd5-849f5e1b, #w-node-_3457ca28-56f0-7ad0-1360-a01dbc50dcd4-849f5e1b, #w-node-e21a1822-3c31-8c9e-6aad-44e8ecf5d3a0-849f5e1b, #w-node-_86db01a3-90e7-4f42-e316-bb2a366d3f7f-849f5e1b, #w-node-_25a27c2e-3198-0f6c-5fd7-26e56ea4ad67-849f5e1b, #w-node-_5da264c2-e962-60a8-3fb2-f498faadaa27-849f5e1b, #w-node-_8a72df88-7461-e8c6-17a3-1d8ae27e4cf2-849f5e1b, #w-node-_04c41d96-95dd-1788-e19e-cf260c38c7ee-849f5e1b, #w-node-b99a41eb-310e-4c7c-0225-d0d5f7e49797-849f5e1b, #w-node-_989e8c50-bcdb-8256-e1d1-f30cad3bc6b6-849f5e1b, #w-node-_6abe101f-6ed8-5720-c6f0-7d073602011b-849f5e1b, #w-node-_89b6af48-d04f-369b-3504-5499bec7a025-849f5e1b, #w-node-_9cc6a7a8-b67a-e802-b587-35bd0deecd58-849f5e1b, #w-node-_61f5cb40-e910-5770-a993-eada1c2413a6-849f5e1b, #w-node-_218bc630-e571-30a6-c2c9-574f0231efd5-849f5e1b, #w-node-f51ca548-481f-3f07-299a-50dbf4dda588-849f5e1b, #w-node-f3c0bbde-4558-c2e6-06f8-8fc54ae0f182-849f5e1b, #w-node-ee668eea-36ae-fa30-0306-61bf1cb277b6-849f5e1b, #w-node-fb63cbf2-498e-aaa8-e25b-5d06eb0d39cd-849f5e1b {
  align-self: center;
}


@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Londrina Outline';
  src: url('../fonts/LondrinaOutline-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Genjyuugothic p';
  src: url('../fonts/GenJyuuGothic-P-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Londrina Solid';
  src: url('../fonts/LondrinaSolid-Black.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Londrina Solid';
  src: url('../fonts/LondrinaSolid-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Genjyuugothic p';
  src: url('../fonts/GenJyuuGothic-P-Heavy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}