/** additional/modified css **/

/** global css  **/
html {
    scroll-behavior: auto !important;
}

/*@font-face {
    font-family: 'UniversBlackRegular';
    src: url('../fonts/Univers-Black-Regular.ttf');
}*/

.__padding_15 {
	padding: 0 15px;
}

.__full_center {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.lang-translator-wrapper {
    display: none;
}

.pum-container.pum-responsive.pum-responsive-medium {
  width: 35% !important;
  margin: 0 auto !important;
  left: 50% !important;
  transform: translate(-50%, 0);
}

.pum-container.pum-responsive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1330px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        width: 95% !important;
    }
}

.pum-theme-336, .pum-theme-default-theme {
    background-color: rgba(0, 0, 0, 0.5);
}

.pum-theme-336 .pum-content, .pum-theme-default-theme .pum-content figure.wp-block-image > a {
    display: block;
}
/** global css  **/

/** header  **/
body>header>.primary {
    z-index: 222;
}
/** header  **/


/** footer  **/

/** footer  **/


/** homepage **/

/** homepage **/


/** subpages **/

/** subpages **/


/** landing page **/
main.template-landing-page {
	padding-bottom: 0;
}

.landing-banner-section {
	background-color: #ac1f23;
}

.landing-banner-section .banner-content-wrapper {
	width: 57%;
	padding: 60px 80px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.landing-banner-section .banner-image-wrapper {
	width: 43%;
}

.landing-banner-section .banner-image {
    height: 100%;
}

.landing-banner-section .banner-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-banner-section .banner-dates {
	margin-bottom: 35px;
}

.landing-banner-section .banner-dates span {
	background-color: #d0ab61;
    padding: 1px 15px;
    border-radius: 20px;
    font-size: 17px;
    color: #353334;
    width: 225px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.landing-banner-section .banner-dates span:last-of-type {
	margin-right: 0;
}

.landing-banner-section .banner-mid-content h2 {
    font-size: 80px;
    color: #ffffff;
    text-transform: uppercase;
}

.landing-banner-section .banner-mid-content p {
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.landing-banner-section .banner-buttons {
	display: flex;
	margin: 40px 0 35px;
}

.landing-banner-section .banner-buttons a {
	text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #d0ab61;
    padding: 10px 35px 8px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 25px;;
}

.landing-banner-section .banner-buttons a:last-of-type {
	background-color: #f8f2e2;
	color: #353334;
	margin-right: 0;
}

.landing-banner-section .banner-bottom-content p {
    text-align: left;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.landing-banner-section .banner-bottom-content p:last-of-type {
    margin-bottom: 0;
}

.how-enter-section {
	background-color: #ffffff;
	padding: 60px 0 60px;
}

.how-enter-section .inner {
	max-width: 1260px;
}

.how-enter-section .section-title {
	width: 100%;
	text-align: center;
    padding: 0 15px;
}

.how-enter-section .section-title h2 {
	font-size: 46px;
	color: #353334;
}

.how-enter-section .section-title hr {
	width: 175px;
	height: 2px;
	margin: 45px auto 50px;
	color: #ac1f23;
	opacity: 1;
}

.how-enter-section .hte-item {
	width: 16.6666666667%;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 40px;
}

.how-enter-section .hte-item-wrapper {
	position: relative;
	background: linear-gradient(127deg, rgba(172, 31, 35, 0.42) 0%, rgba(255, 255, 255, 0.42) 100%);
	border-radius: 16px;
    -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15));
    -moz-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15));
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15);
    padding-bottom: 10px;
}

.how-enter-section .hte-item-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.42);
	border-radius: 16px;
}

.how-enter-section .hte-image {
    position: relative;
    height: 110px;
    max-width: 100%;
    overflow: hidden;
    border: transparent;
}

.how-enter-section .hte-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60px;
}

.how-enter-section .hte-content {
	text-align: center;
	position: relative;
    padding: 0 10px;
	margin-top: 8px;
}

.how-enter-section .hte-content h4 {
    font-family: UniversLTStd, sans-serif;
    font-size: 14.5px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 3px;
}

.how-enter-section .hte-content p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0;
}

.how-enter-section .bottom-content {
	text-align: center;
	width: 100%;
    padding: 0 15px;
	margin-top: 15px;
}

.how-enter-section .bottom-content p {
    text-align: center;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 0;
}

.blurb-section {
	background-color: #f4e2da;
	padding: 60px 0 30px;
}

.blurb-section .inner {
    max-width: 1200px;
}

.blurb-section .blurb-item {
	width: 50%;
	padding: 0 30px;
	margin-bottom: 30px;
}

.blurb-section .blurb-item-wrapper {
	background-color: #ffffff;
    -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15));
    -moz-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15));
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
}

.blurb-section .blurb-image img {
	width: 100%;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
}

.blurb-section .blurb-content {
	text-align: left;
	background-color: #ffffff;
	padding: 25px 35px 30px;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}

.blurb-section .blurb-content h4 {
	font-family: UniversLTStd, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 10px
}

.blurb-section .blurb-content p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
}

.blurb-section .blurb-content h3 {
    font-size: 28px;
    color: #d0ab61;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.blurb-section .prize-container {
    display: flex;
    margin-bottom: 15px;
}

.blurb-section .prize-container span {
background-color: #eee0c7;
    padding: 0px 17px;
    border-radius: 20px;
    font-size: 14px;
    color: #d0ab61;
    display: inline-block;
    margin-right: 10px;
}

.blurb-section .prize-container span:last-of-type {
	margin-right: 0;
}

.schedule-section {
	background-color: #ffffff;
	padding: 60px 0 60px;
}

.schedule-section .inner {
    max-width: 700px;
}

.schedule-section .section-content {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.schedule-section .section-content h2 {
	font-size: 46px;
	color: #353334;
	margin-bottom: 10px;
}

.schedule-section .section-content p {
	text-align: center;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 0;
}

.schedule-section .section-content hr {
    width: 175px;
    height: 2px;
    margin: 25px auto 40px;
    color: #ac1f23;
    opacity: 1;
}

.schedule-section .schedule-item {
	width: 100%;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 45px;
}

.schedule-section .schedule-item-wrapper {
	position: relative;
	background: linear-gradient(121deg, rgba(172, 31, 35, 0.23) 0%, rgba(255, 255, 255, 0.23) 80%);
	border-radius: 16px;
    -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15));
    -moz-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15));
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15);
    padding: 27px 50px;
}

.schedule-section .schedule-item-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.23);
    border-radius: 16px;
}

.schedule-section .schedule-content {
	position: relative;
	text-align: left;
}

.schedule-section .schedule-content p {
    text-align: left;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 0;
}

.schedule-section .schedule-content p > span._bold {
	font-family: UniversLTStd, sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-right: 5px;
}

.schedule-section .schedule-content p > span._btn {
    background-color: #b7b6b8;
    padding: 0px 15px;
    border-radius: 20px;
    font-size: 12px;
    color: #353334;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    position: relative;
    top: -4px;
}

.schedule-section .schedule-content p > span._btn.__red {
	background-color: #deb09f;
	color: #ac1f23;
}

.schedule-section .bottom-content {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-top: 20px;
}

.schedule-section .bottom-content p {
	text-align: center;
    background-color: #ac1f23;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 8px;
}

.join-member-section {
	background-color: #ac1f23;
	padding: 80px 0;
}

.join-member-section .inner {
    max-width: 800px;
}

.join-member-section .join-member-content,
.join-member-section .join-member-image {
    width: 50%;
    padding: 0 15px;
}

.join-member-section .join-member-image {
	padding: 0 15px 0 25px;
}

.join-member-section .join-member-image img {
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
}

.join-member-section .join-member-content h2 {
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 20px;
}

.join-member-section .join-member-content p {
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.join-member-section .join-member-buttons {
	margin-top: 40px;
}

.join-member-section .join-member-buttons span {
	display: block;
	margin-bottom: 20px;
}

.join-member-section .join-member-buttons span:last-of-type {
	margin-bottom: 0;
}

.join-member-section .join-member-buttons a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #353334;
    padding: 10px 35px 8px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
}

.join-member-section .join-member-buttons span:last-of-type a {
	background-color: #f8f2e2;
	color: #353334;
}

.join-member-section .join-member-bottom-content {
	text-align: left;
	margin-top: 40px;
}

.join-member-section .join-member-bottom-content p {
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 0;
}

.how-works-section {
    background-color: #ffffff;
    padding: 60px 0;
}

.how-works-section .inner {
    max-width: 900px;
}

.how-works-section .section-content {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.how-works-section .section-content h2 {
    font-size: 46px;
    color: #353334;
}

.how-works-section .section-content hr {
    width: 175px;
    height: 2px;
    margin: 45px auto 50px;
    color: #ac1f23;
    opacity: 1;
}

.how-works-section .video-container {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.how-works-section .video-content-chinese {
    display: none;
}

.faqs-section {
	background-color: #eeeeef;
	padding: 60px 0;
}

.faqs-section .inner {
    max-width: 900px;
}

.faqs-section .section-content {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.faqs-section .section-content h2 {
    font-size: 46px;
    color: #353334;
    margin-bottom: 10px;
}

.faqs-section .section-content p {
    text-align: center;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 0;
}

.faqs-section .section-content hr {
    width: 175px;
    height: 2px;
    margin: 25px auto 40px;
    color: #ac1f23;
    opacity: 1;
}

.faqs-section .faq-item {
    width: 100%;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.faqs-section .faq-item-wrapper {
    background-color: #ffffff;
    padding: 25px 35px;
    border-radius: 16px;
    -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15));
    -moz-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15));
    box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.15);
}

.faqs-section .faq-content {
    position: relative;
    text-align: left;
}

.faqs-section .faq-content h4 {
    font-family: UniversLTStd, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.faqs-section .faq-content p {
    text-align: left;
    font-size: 19px;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.35;
}

.faqs-section .faq-content p:last-of-type {
    margin-bottom: 0;
}

.faqs-section .bottom-content {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.faqs-section .bottom-content h3 {
    font-family: UniversLTStd, sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.faqs-section .bottom-content p {
    text-align: center;
    font-size: 21px;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.faqs-section .bottom-content p a {
    text-decoration: underline;
    color: #000000;
    letter-spacing: 0.5px;
}

.faqs-section .bottom-content p:last-of-type {
    margin-bottom: 0;
}
/** landing page **/





/** custom-media **/

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}



/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}



/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {

}



/* Large and up */
@media screen and (max-width: 74.99875em) {

}

@media screen and (min-width: 64em) {

}

@media (max-width: 79.4375em) {

}



/* Medium and up */
@media screen and (min-width: 40em) {

}

@media (max-width: 1300px) {
    .landing-banner-section .banner-content-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 1200px) {
    .landing-banner-section .banner-content-wrapper {
        width: 50%;
    }

    .landing-banner-section .banner-image-wrapper {
        width: 50%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .landing-banner-section .banner-dates span {
        width: 205px;
        margin-right: 10px;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 1023.98px) {
    .landing-banner-section .banner-content-wrapper {
        width: 100%;
        padding: 50px 15px;
        justify-content: normal;
    }

    .landing-banner-section .banner-image-wrapper {
        width: 100%;
    }

    .how-enter-section .hte-item {
        width: 33.3333333333%;
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .blurb-section .blurb-item {
        padding: 0 15px;
    }

    .blurb-section .blurb-content {
        padding: 25px 20px 30px;
    }
}

@media (max-width: 840px) {

}

@media (max-width: 768px) {
    .join-member-section .join-member-content, .join-member-section .join-member-image {
        width: 100%;
        padding: 0 15px !important;
    }

    .join-member-section .join-member-image {
        margin-top: 45px;
    }

    .join-member-section .join-member-bottom-content {
        margin-top: 30px;
    }

    .join-member-section .join-member-buttons {
        margin-top: 20px;
    }

    .join-member-section .join-member-buttons span {
        margin-bottom: 15px;
    }

    .join-member-section .join-member-buttons a {
        width: 100%;
    }
}

@media (max-width: 668px) {

}

@media (max-width: 640px) {
    .how-enter-section .hte-item {
        width: 50%;
    }

    .schedule-section .schedule-item-wrapper {
        padding: 30px 30px;
    }

    .faqs-section .faq-item-wrapper {
        padding: 25px 30px;
    }

    .how-works-section .video-container {
        width: 65%;
    }
}

@media (max-width: 639.98px) {
    .blurb-section .blurb-item {
        width: 100%;
    }
}



/***small devices***/
@media (max-width: 578px) {

}

@media (max-width: 540px) {
    .landing-banner-section .banner-dates span {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .landing-banner-section .banner-dates span:last-of-type {
        margin-bottom: 0;
    }

    .landing-banner-section .banner-mid-content h2 {
        font-size: 56px;
    }

    .landing-banner-section .banner-buttons {
        display: block;
    }

    .landing-banner-section .banner-buttons a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .landing-banner-section .banner-buttons a:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .how-works-section .video-container {
        width: 75%;
    }
}

@media (max-width: 430px) {

}

@media (max-width: 420px) {
    .how-enter-section .hte-item {
        width: 100%;
    }
}

@media (max-width: 411px) {

}

@media (max-width: 400px) {
    .how-works-section .video-container {
        width: 85%;
    }
}

@media (max-width: 379px) {

}