@charset "utf-8";

.inner-box {
	color: var(--primary-1) !important;
}

.color-secondary-3 {
	color: var(--secondary-3) !important;
}

.layout-content .layout-body {
	max-width: 1366px;
}

.menu-tabber {
	background-color: red;
	margin-bottom: 48px;
}

.menu-tabber ul {
	padding: 0 0 0 24px;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 80px;
	height: 96px;
}

.menu-tabber ul li {
	position: relative;
	height: 100%;
}

.menu-tabber ul li.active:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #ffcd00;
	;
}

.menu-tabber ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: 18px;
}

.menu-tabber ul li.active a {
	color: #ffcd00;
	;
}

.inner-box>.heading-title {
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	margin: 0 0 24px;
}

.title-component:not(.no-decoration):after {
	content: "";
	background-color: var(--secondary-3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 24px;
	height: 2px;
	margin: var(--spacing-12);
	z-index: 9;
}

.sponsorships-list {
	padding: 24px 0 calc(142px + 48px);
}

@media (min-width: 1024px) {
	.sponsorships-list {
		padding: 24px 0 calc(270px + 48px);
	}

}

.sponsorships-list>.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 94px;
}

.sponsorships-list>.row>.col {
	position: relative;
	width: 100%;
	/* margin-bottom: 3rem */
}






.sponsorships-list .box {
	position: relative;
}

.sponsorships-list .box .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-top: 0 !important;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	width: 100%;
	font-size: 14px;
	line-height: 23px;
}

.sponsorships-list .box .desc p {
	background: #FFF;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 1rem;
}

.sponsorships-list .box .desc a {
	text-decoration: underline;
}

.card-spon {
	position: relative;
	height: 120px;
	background-color: #1a2332;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.card-spon:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #1a2332;
}

.card-spon .border {
	position: absolute;
	right: 0;
	top: 50%;
	height: 100%;
}

.card-spon .border:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 9999px;
	background-color: var(--primary-mode-5);
	position: absolute;
	right: calc((94px / 2) * -1);
	top: 0;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border: 10px solid var(--page-background-color-1);
	z-index: 1;
}

.sponsorships-list .row:first-child .col:first-child .card-spon .border:before {
	background-color: var(--secondary-3);
}

.card-spon .border:after {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - (16px + 10px));
	border-right: 1px solid var(--primary-mode-8);
	position: absolute;
	right: calc((94px / 2) * -1);
	top: 0;
	margin-top: 16px;
}

.sponsorships-list .row:last-child .col-2 .border:after {
	border-color: var(--page-background-color-1);
}

.card-spon .bg-player {
	width: 312px;
	height: 150px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	/* right: 0; */
	left: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (96 - 40)) + 40px);
	bottom: 0;
	image-rendering: auto;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-pixelated;
	/* image-rendering: pixelated; */
}

.card-spon .bg-player.g2-esports {
	background-image: url(/~/static/images/partnership/cards/G2CS2.png);
}

.card-spon .bg-player.mansion-ag {
	background-image: url(/~/static/images/partnership/cards/AG-mansion.png);
}

.card-spon .bg-player.talon {
	background-image: url(/~/static/images/partnership/cards/talon.png);
}

.card-spon .bg-player.ac-milan {
	background-image: url(/~/static/images/partnership/cards/ac-milan.png);
}

.card-spon .bg-player.laliga {
	background-image: url(/~/static/images/partnership/cards/laliga.png);
}

.card-spon .bg-player.bwf {
	background-image: url(/~/static/images/partnership/cards/bwf.png);
}

.card-spon .bg-player.leichester {
	background-image: url(/~/static/images/partnership/cards/leichester.png);
}

.card-spon .bg-player.bournemouth {
	background-image: url(/~/static/images/partnership/cards/bournemouth.png);
}

.card-spon .bg-player.crystalpalace {
	background-image: url(/~/static/images/partnership/cards/crystalpalace.png);
}

.card-spon .bg-player.manchester {
	background-image: url(/~/static/images/partnership/cards/manchester.png);
}

.card-spon .bg-player.tottenham {
	background-image: url(/~/static/images/partnership/cards/tottenham.png);
}

.card-spon .content-text {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
	padding-right: calc(312px - (96px / 2));
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: var(--primary-mode-9);
}

.card-spon .content-text .txt-1 {
	font-size: 16px;
	line-height: 22px;
	color: var(--secondary-3) !important;
}

.sponsorships-list .row-1 .col-1 .card-spon .content-text .txt-1,
.sponsorships-list .row-2 .col-1 .card-spon .content-text .txt-1 {
	color: var(--secondary-3) !important;
}

.sponsorships-list .row-1 .col-2 .card-spon .content-text .txt-1,
.sponsorships-list .row-2 .col-2 .card-spon .content-text .txt-1 {
	color: var(--secondary-3) !important;
}

.card-spon .content-text .txt-2 {
	font-size: 32px;
	line-height: 40px;
	color: var(--secondary-3) !important;
}

html[lang="ja-JP"] .card-spon .content-text .txt-2,
html[lang="id-ID"] .card-spon .content-text .txt-2 {
	font-size: 26px;
}

.sponsorships-list .row-1 .col-1 .card-spon .content-text .txt-2,
.sponsorships-list .row-2 .col-1 .card-spon .content-text .txt-2 {
	color: var(--secondary-3) !important;
}

.sponsorships-list .row-1 .col-2 .card-spon .content-text .txt-2,
.sponsorships-list .row-2 .col-2 .card-spon .content-text .txt-2 {
	color: var(--secondary-3) !important;
}

.card-spon .content-text .txt-3 {
	font-size: 16px;
	line-height: 22px;
	color: var(--accordion-mode-4) !important;
}

.card-spon .content-text .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.card-spon .content-text .row>.col-1 {
	text-align: right;
}

.card-spon .content-text .row>.col-2 {
	width: 96px;
	text-align: center;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.card-spon .content-text .row>.col-2 img {
	width: 100%;
}

.switch-to-desktop.btn-switch-view-wrapper .btn-wrapper-desktop {
	margin-top: -110px;
}

@media (min-width: 1024px) {
	html[lang="en-IN"] .sponsorships-list {
		padding: 24px 0 calc(550px + 48px);
	}

	.sponsorships-list .box .desc p {
		line-height: 23px;
	}

	.sponsorships-list>.row>.col-1 {
		/* padding-top: 6px; */
	}

	.sponsorships-list>.row>.col-2 {
		padding-top: 72px;
	}

	.col-1 .card-spon .bg-player {
		right: 0;
		left: unset;
		margin-right: 5px;
	}

	.col-2 .card-spon:after {
		right: unset;
		left: 0;
		-webkit-transform: translate(-100%, -50%);
		-ms-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
		border-width: 5px 5px 5px 0;
		border-color: transparent #1a2332 transparent transparent;
	}

	.col-2 .card-spon .border {
		right: unset;
		left: 0;
	}

	.col-2 .card-spon .border:before {
		right: unset;
		left: calc((94px / 2) * -1);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.col-2 .card-spon .border:after {
		border-left: 1px solid var(--primary-mode-8);
		border-right: 0;
		left: calc((94px / 2) * -1);
		right: unset;
	}

	.col-2 .card-spon .bg-player {
		left: 0;
		right: unset;
		margin-left: 5px;
	}

	.col-2 .card-spon .content-text {
		padding-left: calc(312px - (96px / 2));
		padding-right: unset;
	}

	.col-2 .card-spon .content-text .row {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.col-2 .card-spon .content-text .row>.col-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: left;
	}

	html[lang="en-US"] .sponsorships-list>.row>.col,
	html[lang="en-CA"] .sponsorships-list>.row>.col,
	html[lang="en-GB"] .sponsorships-list>.row>.col {
		height: 270px;
	}

	html[lang="en-IN"] .sponsorships-list>.row>.col {
		height: 270px;
	}

	html[lang="en-US"] .col-2 .card-spon .border:after,
	html[lang="en-CA"] .col-2 .card-spon .border:after,
	html[lang="en-GB"] .col-2 .card-spon .border:after {
		height: calc(200% + (16px + 10px));
	}

	html[lang="zh-CN"] .sponsorships-list>.row>.col {
		height: 270px;
	}

	html[lang="zh-CN"] .col-2 .card-spon .border:after {
		height: calc(120% + (16px + 10px));
	}

	html[lang="th-TH"] .sponsorships-list>.row>.col {
		height: 270px;
	}

	html[lang="th-TH"] .col-2 .card-spon .border:after {
		height: calc(150% + (16px + 10px));
	}

	html[lang="vi-VN"] .sponsorships-list>.row>.col {
		height: 300px;
	}

	html[lang="vi-VN"] .col-2 .card-spon .border:after {
		height: calc(175% + (16px + 10px));
	}

	html[lang="id-ID"] .sponsorships-list>.row>.col {
		height: 300px;
	}

	html[lang="id-ID"] .col-2 .card-spon .border:after {
		height: calc(195% + (16px + 10px));
	}

	html[lang="ko-KR"] .sponsorships-list>.row>.col {
		height: 270px;
	}

	html[lang="ko-KR"] .col-2 .card-spon .border:after {
		height: calc(200% + (16px + 10px));
	}

	html[lang="ja-JP"] .sponsorships-list>.row>.col {
		height: 270px;
	}

	html[lang="ja-JP"] .col-2 .card-spon .border:after {
		height: calc(200% + (16px + 10px));
	}

	html[lang="zh-CN"] .sponsorships-list {
		padding: 24px 0 calc(350px + 48px);
	}

	html[lang="id-ID"] .sponsorships-list {
		padding: 24px 0 calc(320px + 48px);
	}

	html[lang="th-TH"] .sponsorships-list {
		padding: 24px 0 calc(530px + 48px);
	}

	html[lang="vi-VN"] .sponsorships-list {
		padding: 24px 0 calc(680px + 48px);
	}

	html[lang="ko-KR"] .sponsorships-list {
		padding: 24px 0 calc(340px + 48px);
	}

	html[lang="ja-JP"] .sponsorships-list {
		padding: 24px 0 calc(460px + 48px);
	}

}

@media (min-width: 1024px) and (max-width: 1366px) {
	.sponsorships-list>.row {
		gap: calc((((((100vw - 1024px) * 100) / (1366 - 1024)) / 100) * (94 - 44)) + 44px);
	}

	.sponsorships-list>.row>.col-1 {
		padding-top: 0.439vw;
	}

	.sponsorships-list>.row>.col-2 {
		padding-top: calc(8.785vw + 0.878vw);
	}

	.card-spon {
		height: 8.785vw;
	}

	/* .col-1 .box .card-spon .border:before {
		right: -22.5px;
	}

	.col-1 .box .card-spon .border:after {
		right: -22.5px;
	}

	.col-2 .box .card-spon .border:before {
		left: -22.5px;
	}

	.col-2 .box .card-spon .border:after {
		left: -22.5px;
	} */

	.card-spon .border:before {
		right: calc((((((((100vw - 1024px) * 100) / (1366 - 1024)) / 100) * (94 - 44)) + 44px) / 2) * -1);
	}

	.col-2 .card-spon .border:before {
		left: calc((((((((100vw - 1024px) * 100) / (1366 - 1024)) / 100) * (94 - 44)) + 44px) / 2) * -1);
	}

	.card-spon .border:after {
		right: calc((((((((100vw - 1024px) * 100) / (1366 - 1024)) / 100) * (94 - 44)) + 44px) / 2) * -1);
	}

	.col-2 .card-spon .border:after {
		left: calc((((((((100vw - 1024px) * 100) / (1366 - 1024)) / 100) * (94 - 44)) + 44px) / 2) * -1);
	}

	.card-spon .bg-player {
		width: 22.840vw;
		height: 10.981vw;
	}

	.card-spon .content-text {
		padding-right: calc(22.840vw - (7.028vw / 2));
	}

	.col-2 .card-spon .content-text {
		padding-left: calc(22.840vw - (7.028vw / 2));
	}

	.card-spon .content-text .row {
		gap: 1.171vw;
	}

	.card-spon .content-text .txt-1 {
		font-size: 1.171vw;
		line-height: 1.611vw;
	}

	.card-spon .content-text .txt-2 {
		font-size: 2.050vw;
		line-height: 2.635vw;
	}

	.card-spon .content-text .txt-3 {
		font-size: 1.171vw;
		line-height: 1.611vw;
	}

	.card-spon .content-text .row>.col-2 {
		width: 7.028vw;
		padding: 0 0.586vw;
	}

	.sponsorships-list .box .desc {
		/* bottom: -1.171vw; */
		font-size: calc((((((100vw - 1024px) * 100) / (1366 - 1024)) / 100) * (14 - 12)) + 12px);
		line-height: calc((((((100vw - 1024px) * 100) / (1366 - 1024)) / 100) * (23 - 18)) + 18px);
	}
}

@media (max-width: 1023.5px) {
	.inner-box {
		padding: unset !important;
	}

	/*.sponsorships-list {
		padding: 24px 0 0;
	}*/
	.menu-tabber {
		margin-bottom: 32px;
	}

	.menu-tabber ul {
		padding: 0 0 0 8px;
		gap: 64px;
		height: 64px;
	}

	.inner-box>.heading-title {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 32px;
	}

	.sponsorships-list>.row {
		display: block;
		padding-left: 48px;
		margin-right: 24px;
	}

	.card-spon {
		height: 140px;
	}

	.card-spon:after {
		right: unset;
		left: 0;
		top: 15%;
		-webkit-transform: translate(-100%, -50%);
		-ms-transform: translate(-100%, -50%);
		transform: translate(-100%, -50%);
		border-width: 8px 8px 8px 0;
		border-color: transparent #1a2332 transparent transparent;
	}

	.card-spon .bg-player {
		width: 362px;
		height: 175px;
	}

	.card-spon .content-text {
		padding-left: 16px;
		padding-right: 16px;
	}

	.card-spon .content-text .row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.card-spon .content-text .row>.col-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: left;
	}

	.sponsorships-list .box .desc {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-top: 0px;
		font-size: 14px;
		/* height: 124px; */
		height: auto;
		margin-bottom: 7%;
		line-height: 20px;
	}

	.sponsorships-list>.row:last-child>.col-2 .box .desc {
		height: unset;
	}

	.card-spon .border {
		left: 0;
		right: unset;
		top: 15%;
	}

	.card-spon .border:before {
		left: calc((94px / 3) * -1);
		right: unset;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.card-spon .border:after {
		/* height: calc(100% - (16px + 10px) + 134px); */
		height: 400%;
		border-left: 1px solid var(--primary-mode-8);
		border-right: unset;
		left: calc((94px / 3) * -1);
		right: unset;
		margin-top: 16px;
		/* New INSERT 4-18-2022 for timeline applicable to all */
		max-height: 300px;
	}

	.card-spon.card-spon-five .border:after {
		max-height: 300px;
	}

	html[lang="en-US"] .card-spon .content-text .row>.col-1,
	html[lang="en-CA"] .card-spon .content-text .row>.col-1,
	html[lang="en-GB"] .card-spon .content-text .row>.col-1 {
		min-width: 29.72vw;
	}

	html[lang="zh-CN"] .card-spon .content-text .row>.col-1 {
		min-width: 30.37vw;
	}

	html[lang="th-TH"] .card-spon .content-text .row>.col-1 {
		min-width: 30.89vw;
	}

	html[lang="vi-VN"] .card-spon .content-text .row>.col-1 {
		min-width: 32.07vw;
	}

	html[lang="id-ID"] .card-spon .content-text .row>.col-1 {
		min-width: 24.11vw;
	}

	html[lang="ko-KR"] .card-spon .content-text .row>.col-1 {
		min-width: 30.89vw;
	}

	html[lang="ja-JP"] .card-spon .content-text .row>.col-1 {
		min-width: 35.98vw;
	}

	/* html[lang="en-US"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px);
		height: auto;
	}
	html[lang="en-US"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 200)) + 200px));
		height: 400%;
	}

	html[lang="zh-CN"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (134 - 132)) + 132px);
		height: auto;
	}
	html[lang="zh-CN"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (154 - 140)) + 140px));
		height: 400%;
	}

	html[lang="th-TH"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (154 - 152)) + 152px);
		height: auto;
	}
	html[lang="th-TH"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (184 - 170)) + 170px));
		height: 400%;
	}

	html[lang="vi-VN"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px);
		height: auto;
	}
	html[lang="vi-VN"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 200)) + 200px));
		height: 400%;
	}

	html[lang="id-ID"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 212)) + 212px);
		height: auto;
	}
	html[lang="id-ID"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (234 - 230)) + 230px));
		height: 400%;
	}

	html[lang="ko-KR"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px);
		height: auto;
	}
	html[lang="ko-KR"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 200)) + 200px));
		height: 400%;
	}

	html[lang="ja-JP"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px);
		height: auto;
	}
	html[lang="ja-JP"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 200)) + 200px));
		height: 400%;
	} */

	/*.sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 0;
	}*/

	html[lang="vi-VN"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 800px;
		max-height: fit-content;
	}

	html[lang="vi-VN"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 700px;
		max-height: fit-content;
	}

	html[lang="en-US"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="en-IN"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="id-ID"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="th-TH"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="vi-VN"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="ko-KR"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="ja-JP"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="zh-CN"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 350px;
		max-height: fit-content;
	}

	html[lang="ja-JP"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 450px;
		max-height: fit-content;
	}

	html[lang="en-US"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="en-IN"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="id-ID"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="vi-VN"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 2500px;
		max-height: fit-content;
	}

	html[lang="zh-CN"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 1700px;
		max-height: fit-content;
	}

	html[lang="ko-KR"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="en-US"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="th-TH"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 2000px;
		max-height: fit-content;
	}

	html[lang="ja-JP"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 1900px;
		max-height: fit-content;
	}

	html[lang="en-US"] .row-5 #col-1 .card-spon .border:after,
	html[lang="en-CA"] .row-5 #col-1 .card-spon .border:after,
	html[lang="en-GB"] .row-5 #col-1 .card-spon .border:after {
		height: 170px;
	}

	html[lang="ko-KR"] .row-5 #col-1 .card-spon .border:after,
	html[lang="zh-CN"] .row-5 #col-1 .card-spon .border:after {
		height: 220px;
	}

	html[lang="en-US"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 470px;
		max-height: fit-content;
	}

	html[lang="id-ID"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 600px;
		max-height: fit-content;
	}

	html[lang="en-US"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after,
	html[lang="en-IN"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 325%;
	}

	.sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}

}

@media (max-width: 767px) {
	.menu-tabber ul {
		padding: 0 8px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 16px;
		height: 56px;
	}

	.menu-tabber ul>li {
		width: 100%;
	}

	.menu-tabber ul li.active:after {
		height: 4px;
	}

	.menu-tabber ul li a {
		font-size: 14px;
	}

	.inner-box>.heading-title {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 24px;
	}

	.sponsorships-list>.row {
		padding-left: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (48 - 27)) + 27px);
		margin-right: 16px;
	}

	.card-spon {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (140 - 64)) + 64px);
	}

	.card-spon:after {
		border-width: 4px 4px 4px 0;
	}

	.card-spon .border:before {
		width: 8px;
		height: 8px;
		left: calc((((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (94 - 55)) + 55px) / 3) * -1);
	}

	.card-spon .border:after {
		/* height: calc(200% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (134 - 130)) + 130px)); */
		height: 425%;
		left: calc((((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (94 - 55)) + 55px) / 3) * -1);
		margin-top: 8px;
	}

	.card-spon .bg-player {
		width: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (362 - 166)) + 166px);
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (175 - 80)) + 80px);
	}

	.card-spon .content-text {
		padding-left: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (16 - 8)) + 8px);
		/* padding-right: calc(((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (362 - 166)) + 166px) - (((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (96 - 40)) + 40px) / 2)); */
		padding-right: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (16 - 8)) + 8px);
	}

	.card-spon .content-text .row {
		gap: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (16 - 4)) + 4px);
	}

	.card-spon .content-text .row>.col-2 {
		width: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (96 - 40)) + 40px);
		padding: 0 4px;
	}

	.card-spon .content-text .txt-1 {
		/* font-size: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (16 - 10)) + 10px); */
		font-size: 8px;
		line-height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (22 - 14)) + 14px);
	}

	.card-spon .content-text .txt-2 {
		font-size: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (28 - 14)) + 14px);
		line-height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (36 - 19)) + 19px);
	}

	.card-spon .content-text .txt-3 {
		font-size: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (16 - 8)) + 8px);
		line-height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (22 - 13)) + 13px);
	}

	.sponsorships-list .box .desc {
		margin-top: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (16 - 8)) + 8px);
		font-size: 12px;
		/* font-size: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (14 - 10)) + 10px); */
		/* height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px); */
		line-height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (20 - 14)) + 14px);
	}

	html[lang="ja-JP"] .card-spon .bg-player {
		left: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (96 - 40)) + 25px);
	}

	/* html[lang="en-US"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px);
	}
	html[lang="en-US"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 200)) + 200px));
	}

	html[lang="zh-CN"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (134 - 132)) + 132px);
	}
	html[lang="zh-CN"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (154 - 140)) + 140px));
	}

	html[lang="th-TH"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (154 - 152)) + 152px);
	}
	html[lang="th-TH"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (184 - 170)) + 170px));
	}

	html[lang="vi-VN"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px);
	}
	html[lang="vi-VN"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 200)) + 200px));
	}

	html[lang="id-ID"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 212)) + 212px);
	}
	html[lang="id-ID"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (234 - 230)) + 230px));
	}

	html[lang="ko-KR"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px);
	}
	html[lang="ko-KR"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 200)) + 200px));
	}

	html[lang="ja-JP"] .sponsorships-list .box .desc {
		height: calc((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (194 - 192)) + 192px);
	}
	html[lang="ja-JP"] .card-spon .border:after { 
		height: calc(100% - (8px + 10px) + ((((((100vw - 375px) * 100) / (767 - 375)) / 100) * (214 - 200)) + 200px));
	} */

}

@media (max-width: 599px) {
	.card-spon.card-spon-five .border:after {
		max-height: 220px;
	}
}

@media (min-width: 767px) {
	.text-center-desktop {
		margin-left: auto;
		margin-right: auto;
	}

	.title-component:not(.no-decoration):after {
		margin: var(--spacing-12) auto;
	}
}

.text-center-desktop {
	text-align: left;
	margin-left: 16px;
}

.title-component:not(.no-decoration):after {
	margin-left: 16px;
}

@media(min-width: 1023.5px) {
	.title-component:not(.no-decoration):after {
		margin: var(--spacing-12) auto;
		width: 48px;
		height: 4px;
	}

	/* .text-align-right-desktop {
		text-align: right !important
	} */

	.sponsorships-list .row-1 #col-1 {
		/* padding-top: 0; */
	}

	.sponsorships-list .row-1 #col-2 {
		/* padding-top: 0; */
		/* padding-top: 245px; */
	}

	.sponsorships-list .row-2 #col-2 {
		/* padding-top: 0; */
	}

	.sponsorships-list .row-3 #col-2 {
		/* padding-top: 0; */
	}

	/*.sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 0;
	}*/

	/* ---- US ----- */

	html[lang="en-US"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 70px;
	}

	html[lang="en-US"] .sponsorships-list .row-1 #col-2 .box,
	html[lang="en-CA"] .sponsorships-list .row-1 #col-2 .box,
	html[lang="en-GB"] .sponsorships-list .row-1 #col-2 .box {
		padding-top: 30px;
	}

	html[lang="en-US"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 405px;
	}

	html[lang="en-US"] .sponsorships-list .row-2 #col-1,
	html[lang="en-CA"] .sponsorships-list .row-2 #col-1,
	html[lang="en-GB"] .sponsorships-list .row-2 #col-1 {
		padding-top: 120px;
	}

	html[lang="en-US"] .sponsorships-list .row-2 #col-1 .box,
	html[lang="en-CA"] .sponsorships-list .row-2 #col-1 .box,
	html[lang="en-GB"] .sponsorships-list .row-2 #col-1 .box {
		padding-top: 145px;
	}

	html[lang="en-US"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after {
		height: 450px;
	}

	html[lang="en-US"] .sponsorships-list .row-2 #col-2 .box,
	html[lang="en-CA"] .sponsorships-list .row-2 #col-2 .box,
	html[lang="en-GB"] .sponsorships-list .row-2 #col-2 .box {
		padding-top: 240px;
	}

	html[lang="en-US"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 125px;
	}

	html[lang="en-US"] .sponsorships-list .row-3 #col-1,
	html[lang="en-CA"] .sponsorships-list .row-3 #col-1,
	html[lang="en-GB"] .sponsorships-list .row-3 #col-1 {
		padding-top: 80px;
	}

	html[lang="en-US"] .sponsorships-list .row-3 #col-1 .box,
	html[lang="en-CA"] .sponsorships-list .row-3 #col-1 .box,
	html[lang="en-GB"] .sponsorships-list .row-3 #col-1 .box {
		padding-top: 430px;
	}

	html[lang="en-US"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after {
		height: 270px;
	}

	html[lang="en-US"] .sponsorships-list .row-3 #col-2 .box,
	html[lang="en-CA"] .sponsorships-list .row-3 #col-2 .box,
	html[lang="en-GB"] .sponsorships-list .row-3 #col-2 .box {
		padding-top: 260px;
	}

	html[lang="en-US"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after {
		height: 150px;
	}

	html[lang="en-US"] .sponsorships-list .row-4 #col-1,
	html[lang="en-CA"] .sponsorships-list .row-4 #col-1,
	html[lang="en-GB"] .sponsorships-list .row-4 #col-1 {
		padding-top: 100px;
	}

	html[lang="en-US"] .sponsorships-list .row-4 #col-1 .box,
	html[lang="en-CA"] .sponsorships-list .row-4 #col-1 .box,
	html[lang="en-GB"] .sponsorships-list .row-4 #col-1 .box {
		padding-top: 470px;
	}

	html[lang="en-US"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 360px;
	}

	html[lang="en-US"] .sponsorships-list .row-4 #col-2 .box,
	html[lang="en-CA"] .sponsorships-list .row-4 #col-2 .box,
	html[lang="en-GB"] .sponsorships-list .row-4 #col-2 .box {
		padding-top: 360px;
	}

	html[lang="en-US"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 170px;
	}

	html[lang="en-US"] .sponsorships-list .row-5 #col-1,
	html[lang="en-CA"] .sponsorships-list .row-5 #col-1,
	html[lang="en-GB"] .sponsorships-list .row-5 #col-1 {
		padding-top: 150px;
	}

	html[lang="en-US"] .sponsorships-list .row-5 #col-1 .box,
	html[lang="en-CA"] .sponsorships-list .row-5 #col-1 .box,
	html[lang="en-GB"] .sponsorships-list .row-5 #col-1 .box {
		padding-top: 420px;
	}

	html[lang="en-US"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 260px;
	}

	html[lang="en-US"] .sponsorships-list .row-5 #col-2,
	html[lang="en-CA"] .sponsorships-list .row-5 #col-2,
	html[lang="en-GB"] .sponsorships-list .row-5 #col-2 {
		padding-top: 350px;
	}

	html[lang="en-US"] .sponsorships-list .row-5 #col-2 .box,
	html[lang="en-CA"] .sponsorships-list .row-5 #col-2 .box,
	html[lang="en-GB"] .sponsorships-list .row-5 #col-2 .box {
		padding-top: 136px;
	}

	html[lang="en-US"] .sponsorships-list .row-6 #col-2 .box,
	html[lang="en-CA"] .sponsorships-list .row-6 #col-2 .box,
	html[lang="en-GB"] .sponsorships-list .row-6 #col-2 .box {
		padding-top: 150px;
	}

	html[lang="en-US"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after,
	html[lang="en-CA"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after,
	html[lang="en-GB"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}

	/* ---- INR ----- */

	html[lang="en-IN"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 410px;
	}

	html[lang="en-IN"] .sponsorships-list .row-1 #col-2 .box {
		padding-top: 10px;
	}

	html[lang="en-IN"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 437px;
	}

	html[lang="en-IN"] .sponsorships-list .row-2 #col-1 {
		padding-top: 80px;
	}

	html[lang="en-IN"] .sponsorships-list .row-2 #col-1 .box {
		padding-top: 195px;
	}

	html[lang="en-IN"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after {
		height: 250px;
	}

	html[lang="en-IN"] .sponsorships-list .row-2 #col-2 .box {
		padding-top: 290px;
	}

	html[lang="en-IN"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 505px;
	}

	html[lang="en-IN"] .sponsorships-list .row-3 #col-1 {
		padding-top: 80px;
	}

	html[lang="en-IN"] .sponsorships-list .row-3 #col-1 .box {
		padding-top: 470px;
	}

	html[lang="en-IN"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after {
		height: 270px;
	}

	html[lang="en-IN"] .sponsorships-list .row-3 #col-2 .box {
		padding-top: 352px;
	}

	html[lang="en-IN"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after {
		height: 190px;
	}

	html[lang="en-IN"] .sponsorships-list .row-4 #col-1 {
		padding-top: 100px;
	}

	html[lang="en-IN"] .sponsorships-list .row-4 #col-1 .box {
		padding-top: 515px;
	}

	html[lang="en-IN"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 360px;
	}

	html[lang="en-IN"] .sponsorships-list .row-4 #col-2 .box {
		padding-top: 450px;
	}

	html[lang="en-IN"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 210px;
	}

	html[lang="en-IN"] .sponsorships-list .row-5 #col-1 {
		padding-top: 92px;
	}

	html[lang="en-IN"] .sponsorships-list .row-5 #col-1 .box {
		padding-top: 540px;
	}

	html[lang="en-IN"] .sponsorships-list .row-6 #col-2 .box {
		padding-top: 500px;
	}

	html[lang="en-IN"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 270px;
	}

	html[lang="en-IN"] .sponsorships-list .row-5 #col-2 {
		padding-top: 92px;
	}

	html[lang="en-IN"] .sponsorships-list .row-5 #col-2 .box {
		padding-top: 480px;
	}

	html[lang="en-IN"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}

	/* ---- ID ----- */

	html[lang="id-ID"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 70px;
	}

	html[lang="id-ID"] .sponsorships-list .row-1 #col-2 .box {
		padding-top: 30px;
	}

	html[lang="id-ID"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 425px;
	}

	html[lang="id-ID"] .sponsorships-list .row-2 #col-1 {
		padding-top: 100px;
	}

	html[lang="id-ID"] .sponsorships-list .row-2 #col-1 .box {
		padding-top: 90px;
	}

	html[lang="id-ID"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after {
		height: 230px;
	}

	html[lang="id-ID"] .sponsorships-list .row-2 #col-2 .box {
		padding-top: 160px;
	}

	html[lang="id-ID"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 370px;
	}

	html[lang="id-ID"] .sponsorships-list .row-3 #col-1 {
		padding-top: 80px;
	}

	html[lang="id-ID"] .sponsorships-list .row-3 #col-1 .box {
		padding-top: 315px;
	}

	html[lang="id-ID"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after {
		height: 310px;
	}

	html[lang="id-ID"] .sponsorships-list .row-3 #col-2 .box {
		padding-top: 180px;
	}

	html[lang="id-ID"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after {
		height: 225px;
	}

	html[lang="id-ID"] .sponsorships-list .row-4 #col-1 {
		padding-top: 160px;
	}

	html[lang="id-ID"] .sponsorships-list .row-4 #col-1 .box {
		padding-top: 290px;
	}

	html[lang="id-ID"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 370px;
		z-index: 1;
	}

	html[lang="id-ID"] .sponsorships-list .row-4 #col-2 .box {
		padding-top: 280px;
	}

	html[lang="id-ID"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 265px;
	}

	html[lang="id-ID"] .sponsorships-list .row-5 #col-1 {
		padding-top: 92px;
	}

	html[lang="id-ID"] .sponsorships-list .row-5 #col-1 .box {
		padding-top: 300px;
	}

	html[lang="id-ID"] .sponsorships-list .row-6 #col-1 .box {
		padding-top: 355px;
	}


	/* html[lang="id-ID"] .sponsorships-list .row-6 #col-1 .box {
		padding-top: 295px;
	} */

	html[lang="id-ID"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 350px;
	}

	html[lang="id-ID"] .sponsorships-list .row-6 .col-1 .box .card-spon .border:after {
		height: 0;
	}

	html[lang="id-ID"] .sponsorships-list .row-5 #col-2 {
		padding-top: 92px;
	}

	html[lang="id-ID"] .sponsorships-list .row-5 #col-2 .box {
		padding-top: 240px;
	}

	html[lang="id-ID"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}

	/* ---- th-TH ----- */

	html[lang="th-TH"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 120px;
	}

	html[lang="th-TH"] .sponsorships-list .row-1 #col-2 .box {
		padding-top: 40px;
	}

	html[lang="th-TH"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 410px;
	}

	html[lang="th-TH"] .sponsorships-list .row-2 #col-1 {
		padding-top: 32px;
	}

	html[lang="th-TH"] .sponsorships-list .row-2 #col-1 .box {
		padding-top: 175px;
	}

	html[lang="th-TH"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after {
		height: 50px;
	}

	html[lang="th-TH"] .sponsorships-list .row-2 #col-2 .box {
		padding-top: 170px;
	}

	html[lang="th-TH"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 400px;
	}

	html[lang="th-TH"] .sponsorships-list .row-3 #col-1 {
		padding-top: 16px;
	}

	html[lang="th-TH"] .sponsorships-list .row-3 #col-1 .box {
		padding-top: 220px;
	}

	html[lang="th-TH"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after {
		height: 270px;
	}

	html[lang="th-TH"] .sponsorships-list .row-3 #col-2 .box {
		padding-top: 220px;
	}

	html[lang="th-TH"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after {
		height: 360px;
	}

	html[lang="th-TH"] .sponsorships-list .row-4 #col-1 {
		padding-top: 16px;
	}

	html[lang="th-TH"] .sponsorships-list .row-4 #col-1 .box {
		padding-top: 475px;
	}

	html[lang="th-TH"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 320px;
	}

	html[lang="th-TH"] .sponsorships-list .row-4 #col-2 .box {
		padding-top: 275px;
	}

	html[lang="th-TH"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 210px;
	}

	html[lang="th-TH"] .sponsorships-list .row-5 #col-1 {
		padding-top: 92px;
	}

	html[lang="th-TH"] .sponsorships-list .row-5 #col-1 .box {
		padding-top: 405px;
	}


	html[lang="th-TH"] .sponsorships-list .row-6 #col-1 .box {
		padding-top: 450px;
	}

	html[lang="th-TH"] .sponsorships-list .row-6 #col-2 .box .card-spon .border:after {
		height: 0;
	}

	html[lang="th-TH"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 285px;
	}

	html[lang="th-TH"] .sponsorships-list .row-6 #col-1 .box .card-spon .border:after {
		height: 0;
	}

	html[lang="th-TH"] .sponsorships-list .row-5 #col-2 {
		padding-top: 92px;
	}

	html[lang="th-TH"] .sponsorships-list .row-5 #col-2 .box {
		padding-top: 345px;
	}

	html[lang="th-TH"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}

	/* ---- vi-VN ----- */

	html[lang="vi-VN"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 70px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-1 #col-2 .box {
		padding-top: 20px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 435px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-2 #col-1 {
		padding-top: 70px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-2 #col-1 .box {
		padding-top: 115px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after {
		height: 420px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-2 #col-2 .box {
		padding-top: 160px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 235px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-3 #col-1 {
		/* padding-top: 238px; */
	}

	html[lang="vi-VN"] .sponsorships-list .row-3 #col-1 .box {
		padding-top: 425px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after {
		height: 390px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-3 #col-2 .box {
		padding-top: 190px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after {
		height: 140px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-4 #col-1 {
		padding-top: 72px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-4 #col-1 .box {
		padding-top: 610px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 350px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-4 #col-2 .box {
		padding-top: 310px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 275px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-5 #col-1 {
		padding-top: 92px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-5 #col-1 .box {
		padding-top: 605px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-6 #col-1 .box {
		padding-top: 672px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 360px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-6 #col-1 .box .card-spon .border:after {
		height: 0;
	}

	html[lang="vi-VN"] .sponsorships-list .row-5 #col-2 {
		padding-top: 92px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-5 #col-2 .box {
		padding-top: 350px;
	}

	html[lang="vi-VN"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}

	/* ---- zh-CN ----- */

	html[lang="zh-CN"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 300px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-1 #col-2 .box {
		padding-top: 90px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 270px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-2 #col-1 {
		padding-top: 16px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-2 #col-1 .box {
		padding-top: 110px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after {
		height: 240px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-2 #col-2 .box {
		padding-top: 185px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 245px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-3 #col-1 {
		padding-top: 16px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-3 #col-1 .box {
		padding-top: 150px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after {
		height: 250px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-3 #col-2 .box {
		padding-top: 370px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after {
		height: 340px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-4 #col-1 {
		padding-top: 32px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-4 #col-1 .box {
		padding-top: 160px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 270px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-4 #col-2 .box {
		padding-top: 400px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 390px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-5 #col-1 {
		padding-top: 0px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-5 #col-1 .box {
		padding-top: 175px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 50px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-5 #col-2 {
		padding-top: 0px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-5 #col-2 .box {
		padding-top: 470px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-6 #col-1 .box {
		padding-top: 250px;
	}

	html[lang="zh-CN"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}

	/* ---- Ko-KR ----- */

	html[lang="ko-KR"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 120px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-1 #col-2 .box {
		padding-top: 80px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 320px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-2 #col-1 {
		padding-top: 48px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-2 #col-1 .box {
		padding-top: 120px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after {
		height: 80px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-2 #col-2 .box {
		padding-top: 200px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 290px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-3 #col-1 {
		padding-top: 56px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-3 #col-1 .box {
		padding-top: 140px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after {
		height: 500px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-3 #col-2 .box {
		padding-top: 220px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after {
		height: 110px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-4 #col-1 {
		padding-top: 100px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-4 #col-1 .box {
		padding-top: 345px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 280px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-4 #col-2 .box {
		padding-top: 314px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 160px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-5 #col-1 {
		padding-top: 92px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-5 #col-1 .box {
		padding-top: 330px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-6 #col-1 .box {
		padding-top: 390px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 320px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-6 .col-1 .box .card-spon .border:after {
		height: 0;
	}

	html[lang="ko-KR"] .sponsorships-list .row-5 #col-2 {
		padding-top: 92px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-5 #col-2 .box {
		padding-top: 300px;
	}

	html[lang="ko-KR"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}

	/* ---- Ja-JP ----- */

	html[lang="ja-JP"] .sponsorships-list .row-1 #col-1 .box .card-spon .border:after {
		height: 130px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-1 #col-2 .box {
		padding-top: 90px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-1 #col-2 .box .card-spon .border:after {
		height: 340px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-2 #col-1 {
		padding-top: 0;
	}

	html[lang="ja-JP"] .sponsorships-list .row-2 #col-1 .box {
		padding-top: 150px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-2 #col-1 .box .card-spon .border:after {
		height: 200px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-2 #col-2 .box {
		padding-top: 280px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-2 #col-2 .box .card-spon .border:after {
		height: 220px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-3 #col-1 {
		padding-top: 56px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-3 #col-1 .box {
		padding-top: 170px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-3 #col-1 .box .card-spon .border:after {
		height: 200px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-3 #col-2 .box {
		padding-top: 380px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-3 #col-2 .box .card-spon .border:after {
		height: 520px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-4 #col-1 {
		padding-top: 100px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-4 #col-1 .box {
		padding-top: 185px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-4 #col-1 .box .card-spon .border:after {
		height: 50px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-4 #col-2 .box {
		padding-top: 510px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-6 #col-2 .box {
		padding-top: 510px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-4 #col-2 .box .card-spon .border:after {
		height: 480px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-6 .col-1 .box .card-spon .border:after {
		height: 0;
	}

	html[lang="ja-JP"] .sponsorships-list .row-5 #col-1 {
		padding-top: 92px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-5 #col-1 .box {
		padding-top: 194px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-6 #col-1 .box {
		padding-top: 340px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-5 #col-1 .box .card-spon .border:after {
		height: 320px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-5 #col-2 {
		padding-top: 92px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-5 #col-2 .box {
		padding-top: 550px;
	}

	html[lang="ja-JP"] .sponsorships-list .row-5 #col-2 .box .card-spon .border:after {
		height: 0px;
	}
}

@media (min-width: 1400px) {
	.sponsorships-list .card-spon {
		min-width: 635px;
	}

	html[lang="ja-JP"] .sponsorships-list .card-spon {
		padding: 0 12px 0;
	}

	.col-1 .box .card-spon .border:before {
		right: -47.5px;
	}

	.col-1 .box .card-spon .border:after {
		right: -47.5px;
	}

	.col-2 .box .card-spon .border:before {
		left: -47.5px;
	}

	.col-2 .box .card-spon .border:after {
		left: -47.5px;
	}

	html[lang="zh-CN"] .row.row-6 .col-1 .box .card-spon .border:after {
		height: 0;
	}
}

@media (max-width: 480px) {
	.sponsorships-list>.row {
		margin-right: 16px !important;

	}
}