.hs_team_wrp .judge_list-section {
	margin: 0 auto;
	margin: 0 auto;
	padding: 60px 0;
	padding: 6rem 0;
}
.hs_team_wrp .judge_list-section > div {
	max-width: min(1456px, 90vw);
}
.hs_team_wrp .icon-list-title {
	font-weight: 900;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.45;
	margin-bottom: 50px;
	margin-bottom: 5rem;
	text-align: center;    
}    
.hs_team_wrp .icon-list-container {
	margin: auto;
}
.hs_team_wrp .icon-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, 203px);
	justify-content: space-between;
}
.hs_team_wrp .icon-list-container .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 203px;
}
.hs_team_wrp .judge-image-div {
	position: relative;
}
.hs_team_wrp .judge-vid-click {
	position: absolute;
	width: max-content;
	right: 0;
	bottom: -4px;
	bottom: -0.4rem;
}
.hs_team_wrp #judge-video-container {
	margin: 0 auto;
	width: max-content;
}
.hs_team_wrp #judge-video-container iframe {
	width: 941px;
	width: 94.1rem;
	height: 527px;
	height: 52.7rem;
	margin-top: 118px;
	margin-top: 11.8rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}
.hs_team_wrp .icon-list-container .judge-img {
	border: 3px solid #38455D;
	border-radius: 120px;
	width: 203px;
	height: auto;
}
.hs_team_wrp .icon-list-container .video-active .judge-img {
	border: 3px solid #04E5D7;
}
.hs_team_wrp .video-active .judge-vid-click svg circle {
	fill: #04E5D7;
}
.hs_team_wrp .icon-item-text,
.hs_team_wrp .icon-item-title {
	font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.45;
	color: #393939;
	text-align: center;
	max-width: 203px;
	max-width: 20.3rem;
}
.hs_team_wrp .icon-item-title {
	font-weight: 900;
	margin: 25px 0 3px;
}
.hs_team_wrp .icon-item-text {
	margin: 0 0 9px;
}
@media screen and (max-width: 1200px) {
	.hs_team_wrp .icon-list {
		gap: 20px;
	}
}
@media screen and (max-width: 960px) {
	.hs_team_wrp .icon-list {
		justify-content: center;
		gap: 20px 10px;
	}
}

{# v2 #}

.hs_team_wrp .card-section.card-winner-section {
	margin: 0 0 21px;
	margin: 0 0 2.1rem;
	padding: 0;
}
.hs_team_wrp .card-winner-section .card {
	display: flex;
	flex-direction: column;
	max-width: min(1644px, 85%);
/* 	background: #FEE9FF; */
	margin: 0 auto;
	position: relative;
	padding: 27px 56px 112px;
	padding: 2.7rem 5.6rem 11.2rem;
}
/* .hs_team_wrp .card-winner-section .card::before {
	display: block;
	width: 100%;
	height: 100%; 
	content: "";
	border: 3px solid #192638;
	border-radius: 2px;
	position: absolute;
	top: -17px;
	left: -17px;
	z-index: -1;
} */
.hs_team_wrp .winner-title-container {
	border-top: 3px solid #38455D;
	width: min(1644px, 85vw);  
	padding-top: 40px;
	padding-top: 4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 23px;
	gap: 2.3rem;
	margin: 40px auto 58px;
	margin: 4rem auto 5.8rem;
}
.hs_team_wrp .winner-title-container .icon-list-title {
	font-weight: 900;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.45;
	margin: 0;
	text-align: center;
}   
.hs_team_wrp .winner-title-container p {
	margin: 0;
} 
.hs_team_wrp .card-winner-section .icon-list-container {
	margin: 0;
}
.hs_team_wrp .card-winner-section .icon-list {
	display: grid;
	justify-content: space-between;
	gap: 26px;
}
@media only screen and (max-width: 639.5px) {
	.hs_team_wrp .card-winner-section .icon-list {
		justify-content: center;
	}
}
.hs_team_wrp .card-winner-section .icon-list-container .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	max-width: 300px;
  grid-column: span 2;

}
.hs_team_wrp .judge-image-div {
	position: relative;
}
.hs_team_wrp .card-winner-section .icon-list-container .judge-img {
	background: #1565DC;
	border: 2px solid #38455D;
	border-radius: 120px;
	width: 200px;
	max-width: 200px;
	height: auto;
}
.hs_team_wrp .card-winner-section .icon-item-text,
.hs_team_wrp .card-winner-section .icon-item-title {
	font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
	color: #393939;
	text-align: center;
	max-width: 300px;
	max-width: 30rem;
}
.hs_team_wrp .card-winner-section .icon-item-title {
	font-weight: 900;
	line-height: 1.45;
	margin: 6px 0 3px;
}
.hs_team_wrp .card-winner-section .icon-item-text {
	margin: 0 0 13px;
	line-height: 1.225;
}
.hs_team_wrp .winner-icon-buttons {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin: auto auto 0;
	line-height: 0;
}


.hs_team_wrp .card-section {
	margin: 0;
	padding: 0;
	display: flex;
}
.hs_team_wrp .card-quote-section {
	position: relative;
	z-index: -2;
	margin: 0;
}
.hs_team_wrp .card-title_text_buttons-section {
	padding: 118px 0;
	padding: 11.8rem 0;
	margin: 0;
}
.hs_team_wrp .card-title_list-section {
	padding: 79px 0 93px;
	padding: 7.9rem 0 9.3rem;	
}

.hs_team_wrp .card {
	display: flex;
	flex-direction: column;
	max-width: min(1453px, 80%);
	margin: 0 auto;
	position: relative;
}
.hs_team_wrp  .card-quote {
	justify-content: center;
	align-items: center;
	padding: 69px 101px;
	padding: 6.9rem 10.1rem;
	margin: 109px auto 106px;
	margin: 10.9rem auto 10.6rem;
}
.hs_team_wrp .card-title_list {
	padding-left: 31px;
	padding-left: 3.1rem;
}
.hs_team_wrp .card-title_image_text {
	padding: 80px 14.1% 94px 0;
	padding: 8rem 14.1% 9.4rem 0;
	max-width: 100vw;
	width: 100vw;

}
.hs_team_wrp .card-title_text_buttons {
	padding-left: 28px;
	padding-left: 2.8rem;
}
.hs_team_wrp .card-quote-section .card::before {
	display: block;
	width: 100%;
	height: 100%; 
	content: "";
	border: 3px solid #192638;
	border-radius: 2px;
	position: absolute;
	top: unset;
	left: -13px;
	bottom: -15px;
	z-index: -1;
}
.hs_team_wrp .card-text {
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
.hs_team_wrp .card-quote .card-text {
	line-height: 2;
	margin-left: 6px;
	font-size: 18px;
	font-size: 1.8rem;
}
.hs_team_wrp .card-quote .card-text p,
.hs_team_wrp .card-title_text_buttons .card-text p,
.hs_team_wrp .card-title_image_text .card-text p {
	margin: 0;
}
.hs_team_wrp .card-title_text_buttons .card-text,
.hs_team_wrp .card-title_text_buttons .card-text {
	line-height: 1.9;
	text-align: left;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}
.hs_team_wrp .card-title_image_text .card-text {
	line-height: 2.05;
	text-align: left;
	width: 55.5%;
	margin: 0 0 0 auto;
	margin: 0 0 0 auto;
}
.hs_team_wrp .card-title {
	font-weight: 900;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.2;
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
	text-align: center;
}
.hs_team_wrp .card-title p { 
	margin: 0;
}
.hs_team_wrp .card-title_text_buttons .card-title p { 
	width: max-content;
}
.hs_team_wrp .card-title_list .card-title {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.45;
	margin-top: 21px;
	margin-top: 2.1rem;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	text-align: center;
}
.hs_team_wrp .card-title_text_buttons .card-title {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.45;
	margin-top: 25px;
	margin-top: 2.5rem;
	margin-bottom: 43px;
	margin-bottom: 4.3rem;
	text-align: left;
	width: max-content;
}
.hs_team_wrp .card-title_text_buttons .card-title::after {
	content: '';
	border-bottom: 3px solid #393939;
	display: block;
	width: calc(((100vw - min(1453px, 80%)) / 2) + 100%);
	position: relative;
	top: 0;
	left: calc( ((100vw - min(1453px, 80%)) / 2) * -1 );
}
.hs_team_wrp .card-title_cta .card-title {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.45;
	margin-top: 53px;
	margin-top: 5.3rem;
	margin-bottom: 41px;
	margin-bottom: 4.1rem;
	text-align: center;
}
.hs_team_wrp .card-title_image_text .card-title {
	line-height: 1.45;
	text-align: left;
	width: 55.5%;
	margin: 0 0 26px auto;
	margin: 0 0 2.6rem auto;
}
.hs_team_wrp .card-buttons {
	display: flex;
	align-items: center;
	margin-bottom: 51px;
	margin-bottom: 5.1rem;
	gap: 0 30px;
	gap: 0 3rem;
}
.hs_team_wrp .card-title_cta .card-buttons {
	margin: 0 auto 80px;
}
.hs_team_wrp .card-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14.5px 40.5px;
	border-radius: 4px;
	background: #FF9900;
	filter: drop-shadow(0px 4px 30px rgba(255, 153, 0, 0.35));
}
.hs_team_wrp .card-button:hover {
	background: #E28800;
}

.hs_team_wrp .card-title_cta .card-button {
	padding: 7px 45px;

}
.hs_team_wrp .card-button span {
	font-weight: 900;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.45;
	color: #FFF;
}
.hs_team_wrp .card-list {
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.2;
	text-align: left;
	margin-bottom: 68px;
	margin-bottom: 6.8rem;
	padding-left: 24px;
	padding-left: 2.4rem;
	display: grid;
	grid-template-columns: auto auto auto;
	gap: 93px;
	gap: 9.3rem;
}
.hs_team_wrp .card-list .item {
	display: flex;
	flex-direction: column;
	background: #A6E4E0;
	padding: 28px 24px 16px;
	padding: 2.8rem 2.4rem 1.6rem;
	gap: 0 1px;
	position: relative;
	z-index: 1;
	transform-style: preserve-3d;
	max-width: min(328px, 80vw);
}
.hs_team_wrp .card-list .item::before {
	display: block;
	width: 100%;
	height: 100%; 
	content: "";
	border: 3px solid #192638;
	border-radius: 2px;
	position: absolute;
	top: unset;
	left: 15px;
	top: 13px;
	z-index: -1;
	transform: translateZ(-1px);
}
.hs_team_wrp .card-list .item-text p {
	margin: 0;
	color: #000;
}
.hs_team_wrp .card-list .item h3 {
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
	line-height: 2.45;
	color: #000;
	margin-bottom: 2px;
}
.hs_team_wrp .card-list .item img {
	width: max-content;
}
.hs_team_wrp .card-image {
	width: 27%;
	max-width: calc(1920px * 0.27);
	position: absolute;
	left: 9.9%;
	bottom: 0;
}

.hs_team_wrp .quote-top {
	position: absolute;
	top: -33px;
	left: -108px;
}
.hs_team_wrp .double-quote {
	z-index: 1;
	width: 185px;
	height: auto;
}
.hs_team_wrp .quote-bottom {
	bottom: -36px;
	right: -93px;
	position: absolute;
}



@media screen and (max-width: 960px) {
	.hs_team_wrp .card {
		max-width: min(90vw);
	}
	.hs_team_wrp .card-title_text_buttons-section {
		padding: 48px 0;
		padding: 4.8rem 0;
	}
	.hs_team_wrp .card-title_list-section {

	}
	.hs_team_wrp .card-title_text_buttons {
		padding-left: 0;
	}
	.hs_team_wrp .card-title_text_buttons .card-title,
	.hs_team_wrp .card-title_text_buttons .card-title p {
		max-width: 85vw;
	}
	.hs_team_wrp .card-title_list {
		padding-left: 0;
	}
	.hs_team_wrp .card-list {
		padding-left: 0;
		grid-template-columns: auto;
		justify-content: center;
	}
	.hs_team_wrp .card-title_image_text {
		padding: 0;
	}
	.hs_team_wrp .card-title_image_text .card-title {
		order: 1;
		width: 90%;
		margin: 26px auto;
		margin: 2.6rem auto;
	}
	.hs_team_wrp .card-title_image_text .card-text {
		margin: 0 auto 20px;
		margin: 0 auto 2rem;
		width: 90%;
		order: 2;
	}
	.hs_team_wrp .card-image {
		width: 55vw;
		max-width: 520px;
		position: relative;
		bottom: 0;
		order: 3;
	}
	.hs_team_wrp .card-quote {
		padding: 5%;
	}
	.hs_team_wrp .double-quote {
		width: 23vw;
		max-width:185px;
	}

	.hs_team_wrp .quote-top {
		position: absolute;
		top: min(92.5px, -13vw);
		left: min(55.5px, -6.9vw);
	}
	.hs_team_wrp .quote-bottom {
		bottom: min(92.5px, -11vw);
		right: min(55.5px, -6.9vw);
	}

}