xhtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub,  tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body{
  font-family: 'Century Gothic';
}
.bg_top,
.bg_bottom{
	display: flex;
	align-items: space-between;
	justify-content: space-between;
}
.bg_top img,
.bg_bottom img{
	pointer-events: none;
	user-select: none;
}
.bg_left,
.bg_right {
    display: flex;
    width: calc(100vw * (240/1920));
    float: left;
    flex-wrap: wrap;
    height: 1000px;
    overflow: hidden;
    flex-direction: column;
    flex-shrink: 1;
}
.single_repeat_box{
    width: calc(100vw * (240/1920));
    height: calc(100vw * (240/1920));
    display: flex;
    justify-content: center;
    padding: 10px;
}
 .single_repeat_box img{
	object-fit: contain;
	width: 100%;
}
.single_repeat_box.is_stock{
	padding: 0px;
}


.bg_left .single_repeat_box,
.bg_right .single_repeat_box {
	flex-grow: 1;
	width: 100%;
}
.page_wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
body.login_page {
	background:none;
}
body.verification_page {
	background:none;
}

*{
  box-sizing: border-box;
}

.mobile_hidden {
	display:block;
}
.pc_hidden {
	display:none;
}

.back_top_area {
	display:none;	
}
.back_top {
	cursor:pointer;
    position: fixed;
    right: 90px;
    bottom: 50px;
    background-color: #1B181B;
    width: 76px;
    height: 76px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
.back_top span {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
  overflow: auto;
}
.login_page
.login_content,
.verification_page
.login_content{
	min-height: 100vh;
}

.login_content{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px 0 ;
}

.login_content
.login_box{
	max-width: 1009px;
	width: 100%;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	padding: 56px 114px;
}
.login_box
.login_title{
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

label{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #000;
	display: block;
	margin-bottom: 15px;
}

input[type="password"]{
	width: 100%;
	height: 55px;
	border-radius: 35px;
	background: transparent;
	border: 2px solid #000;
	padding: 0 20px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
}

input[type="email"]{
	width: 100%;
	height: 55px;
	border-radius: 35px;
	background: transparent;
	border: 2px solid #000;
	padding: 0 20px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
}

input[type="text"]{
	width: 100%;
	height: 55px;
	border-radius: 35px;
	background: transparent;
	border: 2px solid #000;
	padding: 0 20px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
}

.selectize-input.full {background: none;}

.selectize-input{
	padding: 16px 20px;
  background: transparent;
  border: 2px solid #000;
  border-radius: 35px !important;
	font-weight: normal;
	font-size: 16px;
	height: 55px;
}


input[type="text"]::placeholder {
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
	opacity: 0.5;
}

input[type="checkbox"]{
		width: 26px;
    height: 26px;
    margin-right: 10px;
}

p.success {
    font-size: 16px;
    text-transform: initial;
    color: #4caf50;
    padding-top: 20px;
    font-weight: 500;	
}

.single_input{
	margin-top: 45px;
	position: relative;
}

.selectize-control.single .selectize-input:after{
	border: 0 !important;
	background-image: url("../../assets/chevron_down.png");
	width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.login_info{
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
	display: block;
	margin-top: 20px;
}

.input_field.align_center{
	display: flex;
	align-items: center;
}

.login_submit button{
	border: 0;
	border-radius: 35px;
	background: #45793A;
	color: #fff;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	height: 55px;
	margin-top: 25px;
	cursor: pointer;
}

.form_links{
	text-align: center;
	display: block;
	margin-top: 50px;
}

.form_links a{
	display: inline-block;
	margin:  0 10px;
	font-family: "Century Gothic";
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	text-align: left;
	color: #000;
}

.login_box_second {
    width: 80%;
    margin: 50px auto;
}

.content_page
.page_content{
	max-width: calc(100% - 600px);
	width: 100%;
	padding:  10px 30px;
	background: #fff;
	margin:  0 auto;
}
.page_content{
	text-align: center;
}
.page_content
.content_title{
	display: block;
	width: 100%;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 34px;
	color: #1B181B;
	margin-bottom: 25px;
}

.page_content .content_title.little {
	font-size: 24px;
}

.page_content
.desc_container{
	max-width: 800px;
	width: 100%;
	margin:  0 auto;
}
.page_content
.desc_container p{
	margin-bottom: 20px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	color: #1B181B;
	line-height: 1.4;
}
.page_content
.subtitle{
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	color: #000;
	display: block;
	margin-top: 30px;
}
.page_content .video_container{
	max-width: 991px;
	width: 100%;
	position: relative;
	padding-bottom: 46.25%;
	margin:  0 auto;
}
.page_content .video_container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.competition_box .col_50{
	width: 50%;
	float: left;
}
.competition_box .col_50:first-child{
	padding-right: 21px;
}
.competition_box .col_50:last-child{
	padding-left: 21px;
}

.competition_box .single_comp_box.no {background: none;box-shadow: none;}

.competition_box .single_comp_box{
	height: 502px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	padding: 35px;
	overflow: hidden;
}

.competition_box .single_comp_box.h100 {
	height:auto;
}

.competition_box .single_comp_box .scroll_list{
	overflow-y: scroll;
    padding-right: 10px;
    height: calc(100% - 80px);
}


body.lp_page .competition_box .single_comp_box .single_item {
	background-color: #00A555;
}

body.lp_page .single_item .item_icon {
	background-color: #DFD6EA;
}


body.lp_page .single_item .item_icon span {
	color:#333;
}

.competition_box .single_comp_box .single_item:hover {background-color: #4A7D95;}
.competition_box .single_comp_box .single_item:hover .item_icon {background: #fff;}
.competition_box .single_comp_box .single_item:hover .item_icon span {color: #4A7D95;}

.competition_box .single_comp_box .single_item{
	padding: 15px 16px;
	position: relative;
	background: #9C9C9C;
	width: 100%;
	height: 80px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	flex-wrap: wrap;
}
.content_page .selectize-input{
	border-color: #fff;
	background-color: transparent !important;
}
.content_page .selectize-input .item{
	color: #fff;
}
.content_page .selectize-control.single .selectize-input:after{
	filter: invert(1);
}
.competition_box{
	text-align: left;
	margin-top: 40px;
margin-bottom: 100px;}
.competition_box b{
	display: block;
	margin-bottom: 20px;
}
.single_item .item_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 49px;
	background: #4A7D95;
	border-radius: 10px;
	float: left;
}
.single_item .item_icon span{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 31px;
	text-align: left;
	color: #fff;
}

.single_item .item_details{
	float: left;
	padding-left: 20px;
	width: calc(100% - 70px);
}
.single_item .item_details span{
	display: block;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	color: #fff;

}
.single_item .item_details span.item_title{
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #fff;
	margin-bottom: 5px;
}
.single_item  .score{
	position: absolute;
	right: 16px;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	color: #fff;

}
.search_field {
	margin-bottom: 10px;
}
.search_field .single_input{
	margin-top: 0px;
	position: relative;
}
.single_input .error{
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 13px;
    font-weight: bold;
    color: red;
    display: none;
}
.single_input .error a{
	color: red;
}
.single_input.has_error .error{
	display: block;
}
.single_input.has_error label{
	color: red;
}
.single_input.has_error .selectize-input,
.single_input.has_error input{
	border-color: red;
}
.selling_tips{
	text-align: center;
	border-radius: 20px;
	background: #b26733;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top: 50px;
	margin-bottom: 80px;
}
.tips_title{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 34px;
	text-align: left;
	color: #fff;
	margin-bottom: 40px;
	display: block;
	text-align: center;

}
.selling_tips .flex{
	display: flex;
}
.selling_tips .col_33{
	padding: 0 80px;
	width: 33%;
}
.selling_tips .col_title{
	display: block;
	margin-bottom: 15px;
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 34px;
	text-align: left;
	color: #fff;
	text-align: center;
}
.selling_tips .col_33 p{
	font-family: "Century Gothic";
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 1.2;
}
.info_container{
	display: block;
	width: 100%;
	max-width: 700px;
	display: flex;
	justify-content: space-between;
	margin:  0 auto;
	margin-top: 40px;
	margin-bottom: 80px;
}
.info_container .text{
	padding: 0 15px;
	margin-top: 5px;
} 
.info_container .text b{
	display: block;
}
.info_container .text p{
	font-family: "Century Gothic";
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 1.3;

}

.dropzone .dz-message .dz-button {position: relative;top: 11px;}
.dropzone {background-color: #fff;border-radius: 20px !important;max-width: 725px;margin: 0 auto;}

footer .form_links{
	margin-top: 0;
}
#goback{
	background: #c1bfbd;
}
.selectize-input>input[placeholder]{
	min-width: 200px;
	text-align: left;
}

.drop_area {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    float: left;
}


  

.items h3 {font-size: 34px;line-height: 46px;font-weight: bold;margin-bottom: 25px;}
.blue_box {float: left;width: 100%;background-color: #DDFBF9;padding: 10px 0;border-radius: 30px;margin-bottom: 50px;}
.blue_box .items {float: left;width: 100%;padding: 25px 35px 45px 35px;}
.blue_box .items .item {float: left;width: 33.3333%;padding: 0 25px;}
.blue_box .items .item .title {}
.blue_box .items .item .title h2 {font-size: 46px;line-height: 62px;font-weight: normal;margin-bottom:10px;}
.blue_box .items .item .desc {}
.blue_box .items .item .desc p {font-size: 18px;line-height: 22px;}

.blue_box_second {float: left;width: 100%;background-color: #DDFBF9;padding: 0 0;margin-bottom: 50px;border-radius: 30px;}
.blue_box_second .items {float: left;width: 100%;padding: 25px 35px 45px 35px;}
.blue_box_second .items .item {float: left;width: 33.3333%;padding: 0 25px;}
.blue_box_second .items .item .title {}
.blue_box_second .items .item .title h2 {font-size: 46px;line-height: 62px;font-weight: normal;margin-bottom:10px;}
.blue_box .items .item .desc {}
.blue_box_second .items .item .desc p {font-size: 18px;line-height: 22px;}

.box_top {float: left;width: 100%;background-color: #FAC6C7;-webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;}
.box_top li {float: left;width: 33.333%;list-style: none;padding: 20px 0;font-size: 34px;line-height: 40px;}

.items .image {padding-bottom: 20px;;padding-top: 15px;}
.items .image img {}

.button_area {float: left;width: 100%;text-align: center;margin-bottom: 20px;}
.button_area a {background: #FAC6C7;color: #000;text-decoration: none;font-size: 18px;width: 600px;display: inline-block;height: 75px;line-height: 75px;border-radius: 40px;}

.gif_area {float: left;width: 100%;padding: 50px 0;}
.gif_area img {max-width: 100%;width: 366px;} 
.vimeo_inline{
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 30px;
}
.vimeo_inline iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.accordions_container{
	margin-bottom: 50px;
}

.single_accordion.active {
    background: #45793A;
}

.single_accordion.active .accordion_title span {
	color:#fff;
}

.single_accordion.active .single_col .col_desc {
	color:#fff;
}

.single_accordion.active .single_col .col_title {
	color:#fff;
}



.single_accordion.green_back.active .accordion_title span {
	color: #333;
}

.single_accordion.green_back.active .single_col .col_desc {
	color: #333;
}

.single_accordion.green_back.active .single_col .col_title {
	color: #333;
}

.single_accordion{
	display: block;
	width: 100%;
	border-radius: 20px;
	background: #D7E1C8;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	max-width: 1200px;
	margin:  0 auto;
	margin-bottom: 30px;
}
.single_accordion .accordion_title{
	text-align: center;
	position: relative;
	padding: 22px 10px;
	cursor: pointer;
}
.single_accordion .accordion_title:after{
	content: '';
	position: absolute;
	right: 30px;
	top: 16px;
	width: 44px;
	height: 44px;
	border: 2px solid #000;
	border-radius: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.688' height='21.688' viewBox='0 0 21.688 21.688'%3E%3Cpath id='Path_6' data-name='Path 6' d='M26.688,17.393H17.393v9.295h-3.1V17.393H5v-3.1h9.295V5h3.1v9.295h9.295Z' transform='translate(-5 -5)'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
}

.single_accordion.active .accordion_title:after {
	border-color:#fff;
}

.single_accordion.active .accordion_title:after{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.987' height='3.561' viewBox='0 0 16.987 3.561'%3E%3Cpath id='Path_8' data-name='Path 8' d='M21.987,14.561H5V11H21.987Z' transform='translate(-5 -11)'/%3E%3C/svg%3E%0A");
}
.single_accordion .accordion_title span{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 34px;
	text-align: left;
	color: #1b181b;
}

.single_accordion.green_back .accordion_title:after{ 
	border-color:#fff;
}

.single_accordion.green_back .accordion_title span{
	color: #fff;
}

.purple_box.second {}
.purple_box.second h2 {
    padding: 50px 0;
}

.single_accordion .accordion_content{
	display: none;
	padding: 10px 20px 30px 20px;
}
.accordion_content .accordion_cols{
	display: flex;
	gap: 40px;
	margin-bottom: 50px;
	flex-wrap: wrap;
	justify-content: center;
}
.single_col{
	width: calc(33% - 40px);

}
.single_col .col_title{
	font-family: "Century Gothic";
	font-weight: normal;
	font-size: 46px;
	text-align: left;
	color: #1b181b;
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px;
	text-align: center;
}
.single_col .col_desc{
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	color: #1b181b;

}
.single_col .col_desc b{
	display: block;
	margin-bottom: 5px;
}
.accordionc_cta {
	text-align: center;
}
.accordionc_cta .accordion_info{
	text-transform: uppercase;
	display: block;
	font-size: 18px;
	text-align: left;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}

.green_back .accordionc_cta .accordion_info {
    color: #333;
}

.green_back .accordionc_cta .cta {
    background-color: #333;
    color: #fff;
}

.cta{
	display: inline-flex;
	color: #fff;
	background: #fff;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: #000;
	min-width: 186px;
	height: 35px;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
	padding:  0 20px;
}
.cta.bg_white{
  color: #000;
  background: #fff;
}
.video_overlay_container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
	cursor: pointer;
}
.overlay_active {
	overflow: hidden;
}
.overlay_active .video_overlay_container{
	display: block;
}
.close_overlay{
	position: absolute;
  right: 60px;
  top: 40px;
  width: 50px;
  transform: rotate(45deg);
  pointer-events: none;
  filter: invert(1);
}
.close_overlay svg{
    width: 100%;
    transform: scale(1.5);
}


.single_overlay_video{

  position: relative;
  width: 50%;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.single_overlay_video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.quiz_container{
	display: block;
	width: 100%;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
	max-width: 900px;
	margin : 0 auto;
	padding: 30px 20px;
	margin-top: 40px;
}
.quiz_container .single_question{
	display: none;
}
.quiz_container .single_question.active{
	display: block;
}
.quiz_container .quiz_title{
	font-weight: bold;
	font-size: 34px;
	text-align: left;
	color: #1b181b;
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
.answers .single_answer{
	width: 300px;
	text-align: left;
	margin:  0 auto;
	margin-bottom: 20px;
}

.answers .single_answer span{
	font-weight: normal;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	color: #1b181b;
	position: relative;
	cursor: pointer;

}
.quiz_container{
	display: none;
}
.single_question .answers.answered{
	pointer-events: none;
}
.answers .single_answer span:before{    
		content: '';
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: -40px;
    top: -3px;
}
.answers .single_answer.checked span{
	color: #F7654D;
}
.answers .single_answer.correct.checked span{
	color: #0CCB9F;
}
.answers .single_answer.checked span:before{   
	background: #4A7D95;
}

.final_screen{
	display: none;	
}
.final_info_1{
	font-weight: bold;
	font-size: 34px;
	text-align: center;
	color: #1B181B;
	margin-bottom: 20px;
	display: block;
}
.final_screen .user_quiz_info{
	text-align: center;
}
.final_screen .user_quiz_info span{
	text-align: center;
	display: block;
}
.info_text{
	font-size: 24px;
	text-align: center;
	color: #1B181B;
	display: block;
	margin-bottom: 10px;

}
.total_correct,
.total_time_info{
	font-size: 24px;
	text-align: center;
	color: #1B181B;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
.best_info{
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
}
.best_info span{
	color: #4A7D95;
	display: block;
}
.best_info .best_correct,
.best_info .best_time{
	font-size: 24px;
	margin-bottom: 10px;
}
.best_info .info_text{
	font-size: 34px;
}
.quiz_info_container{
	display: none;
}
.page_content_height {
	display: inline-block;
    width: 100%;
    padding-top: 50px;
}
.footer_end{
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 80px 0;
}
.footer_end .logo_container{
	text-align: center;
}
.desc_container a{
	color:#fff;
	text-decoration: none;
}

body.login_page .items {
    text-align: left;
}
.items {
    display: inline-block;
    width: 100%;
    text-align: center;
    /* padding: 35px 0; */
}
.items li span {font-weight: 600;}

.items li {
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.empty_height{
	
}

.purple_box {
    display: inline-block;
    background-color: #ECBAD4;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 0;
}
.purple_box h2 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 50px;
    padding-top: 25px;
}
.purple_box p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 25px;
}

.yellow_box {
    display: inline-block;
    background-color: #FFD44D;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 0;
}
.yellow_box h2 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 50px;
    padding-top: 25px;
}
.yellow_box p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 25px;
}

.green_back {
	background: #00A555;
}

body .green_back.active {
	background:#B7E4F6;
}

.content_page.five .selectize-input .item {
	color:#333;
	position: relative;
	/* top: -10px; */
}

.content_page.five .selectize-input {
	border: 2px solid #000;
}

.content_page.five .selectize-input input {
    text-align: center;
    width: 100% !important;
    top: -8px;
    font-size: 17px;
    position: relative;
}

.content_page.five .single_input {
	margin-top:0;
}

.file_upload {
	display:none;
}

.single_comp_box .has-items {
    /* padding: 25px 0; */
}

.page_content .content_title.success_title{
    font-size: 30px;
    text-transform: unset;
    color: #45793A;
}

.competition_box .single_comp_box .scroll_list.no_scroll{
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}

.purple_upload {
    display: inline-block;
    background-color: #ECBAD4;
    padding: 10px 33px;
    border-radius: 5px;
    cursor: pointer;
}
.purple_upload p {
    font-size: 15px;
    font-weight: bold;
    color: #1B181B;
}

.purple_upload.green {
	background-color: #00A555;
}

.purple_upload.green p {
	color:#fff;
}

.uppercase{
	text-transform: uppercase;
}

.winners_area {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.winner_item::first-child{}

.winner_item  {
    display: inline-block;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 100px;
    width: 100%;
}
.winner_item .box {
    border: 10px solid #45793A;
    height: 300px;
}
.winner_item .box.brown {
    border-color: #B27347;
}
.winner_item .box.purple {
    border-color: #ECBAD4;
}
.winner_item span {}


.lp_page .page_content .content_title.success_title {
	color:#00A555;
}

body.second_page .single_repeat_box {
    width: calc(100vw * (320/1920));
}

body.second_page .single_repeat_box.is_stock img {
	object-fit: cover;
}