.wcup-button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wcup-button > a {
	display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #0f62fe;
	margin: 0.75rem 0rem;
	cursor: pointer;
}

.wcup-container .wcup-content .wcup-banner {
	background-image: url('../../images/wcup-26/WCup26_microsite_rainbowbanner.png');
	background-repeat: no-repeat;
	background-position: unset;
	background-size: cover;
}
.wcup-container .wcup-content .wcup-banner .wcup-banner-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1920px;
	width: 90%;
	padding: 0.375rem 0;
	margin: 0 auto;
}
.wcup-container .wcup-content .wcup-banner .wcup-banner-container .wcup-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex: 0 0 auto;
}
.wcup-container .wcup-content .wcup-banner .wcup-banner-container .wcup-logo > img {
	width: calc(100px + (240 - 100) * (100vw - 320px) / (1920 - 320));;
}
.wcup-container .wcup-content .wcup-banner .wcup-banner-container .wcup-date {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	margin-left: 0.5rem;
}
.wcup-container .wcup-content .wcup-banner .wcup-banner-container .wcup-date > img {
	width: calc(100px + (140 - 100) * (100vw - 320px) / (1920 - 320));;
}
.wcup-container .wcup-content .wcup-banner .wcup-banner-container .wcup-countdown {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 0 0 auto;
	margin-left: auto;
}
.wcup-container .wcup-content .wcup-countdown .wcup-countdown-wrapper {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wcup-container .wcup-content .wcup-countdown .wcup-countdown-wrapper .wcup-countdown-text {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(10px + (14 - 10) * (100vw - 320px) / (1920 - 320));
	color: #fff;
	line-height: calc(20px + (24 - 20) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
}
.wcup-container .wcup-content .wcup-countdown .wcup-countdown-wrapper .wcup-countdown-row {
	display: flex;
}
.wcup-container .wcup-content .wcup-countdown .wcup-countdown-wrapper .wcup-countdown-row .wcup-countdown-timer {
	display: flex;
}
.wcup-container .wcup-content .wcup-countdown .wcup-countdown-wrapper .wcup-countdown-row .wcup-countdown-timer .wcup-countdown-number {
	display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(22px + (42 - 22) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (42 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    width: calc(40px + (75 - 40) * (100vw - 320px) / (1920 - 320));
}
.wcup-container .wcup-content .wcup-countdown .wcup-countdown-wrapper .wcup-countdown-row .wcup-countdown-timer .wcup-countdown-words {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(15px + (22 - 15) * (100vw - 320px) / (1920 - 320));
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.wcup-container .wcup-content .wcup-banner .wcup-banner-container {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		padding: 0.5rem 0rem;
	}
	.wcup-container .wcup-content .wcup-banner .wcup-banner-container .wcup-logo {
		order: 1;
		flex: 0 0 auto;
	}
	.wcup-container .wcup-content .wcup-banner .wcup-banner-container .wcup-date {
		display: none;
	}
	.wcup-container .wcup-content .wcup-banner .wcup-banner-container .wcup-countdown {
		order: 2;
		flex: 1 1 auto;
		justify-content: flex-end;
		margin-left: auto;
		margin-top: 0;
	}
}

.wcup-container .wcup-content .wcup-nav {
	display: flex;
	background-color: #ffffff;
	overflow: visible;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs {
	width: 75%;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	border-bottom: none;
	padding: 0.5rem 0rem;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item {
	width: auto;
	padding: 0rem 1.5rem;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link {
	position: relative;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: inherit;
	line-height: calc(22px + (24 -22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	border: none;
	border-radius: 0px;
	margin-bottom: 0px;
	padding: 0rem;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link:hover,
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link:focus {
	background-color: transparent;
	color: #000000;
	transition: all 0.6s ease-in;
	cursor: pointer;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link:after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1px;
	background-color: transparent;
	border: none;
	margin-left: 0px;
	transition: transform 0.25s ease-out;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link:hover:after {
	background-color: transparent;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link.active {
	background-color: transparent;
	color: #000000;
	opacity: 1;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link.active:after {
	background-color: transparent;
}

.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link.dropdown-toggle {
	position: relative;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link.dropdown-toggle::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-70%) rotate(-45deg);

	width: 0.4em;
	height: 0.4em;

	border: solid #6e6e70;
	border-width: 0 0 0.15em 0.15em;

	transition: transform 0.3s ease, border-color 0.3s ease;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link.dropdown-toggle.show::after {
	color: #000000;
	transform: translateY(-30%) rotate(135deg);
	border-color: #000000;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .nav-link.dropdown-toggle:hover::after {
	border-color: #000000;
}

.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .dropdown-menu {
	min-width: 10rem;
	border: none;
	border-radius: 0;
	padding: 0px;
	margin-top: 0rem;
	background: #ffffff !important;
	transform: translate(0px, 30px) !important;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .dropdown-menu li {
	margin: 1px;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .dropdown-menu .dropdown-item {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #000000;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	padding: 0.375rem 0.75rem;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .dropdown-menu .dropdown-item:hover,
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .dropdown-menu .dropdown-item:focus {
	background: linear-gradient(45deg, #5f2cff, #ff2d2d, #ffd600, #6dff9a);
	color: #ffffff;
	transition: all 0.3s ease-in;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .dropdown-menu .dropdown-item.active {
	background: linear-gradient(45deg, #5f2cff, #ff2d2d, #ffd600, #6dff9a);
	color: #ffffff;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .dropdown-menu .dropdown-item.in-active {
	pointer-events: none;
}
.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item .dropdown-menu .dropdown-item.in-active > span {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
	color: #000000;
	line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
}
@media (max-width: 991px) {
	.wcup-container .wcup-content .wcup-nav .nav-tabs {
		width: 100%;
		justify-content: flex-start;
		flex-wrap: nowrap !important;
	}
	.wcup-container .wcup-content .wcup-nav .nav-tabs .nav-item {
		margin: 0rem;
	}
}
@media (max-width: 575px) {
	.wcup-container .wcup-content .wcup-nav .nav-tabs {
		padding: 0.375rem 0rem;
	}
}

.wcup-container .wcup-content {
	background-image: url('../../images/wcup-26/WCup26_microsite_bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	overflow: hidden;
}
.wcup-container .wcup-content .rg-banners {
   width: 75%;
   padding: 1.5rem 0rem;
   margin: 0 auto;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background {
	background-image: url('../../images/wcup-26/WCup26_microsite_bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding: 2rem 0rem
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs {
	width: 75%;
	margin: 0 auto;
	padding: 2rem 4rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-subtitle {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 700;
	font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-title {
	font-family: "Roboto Bold", arial, sans-serif;
	font-weight: 700;
	font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-description {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-links {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 1rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-links > a {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-disclaimer {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	font-style: italic;
}
@media (max-width: 991px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs {
		width: 90%;
		padding: 2rem 3rem;
	}
	.wcup-container .wcup-content .rg-banners {
  	width: 90%;
	}
}
@media (max-width: 575px) {
	.wcup-container .wcup-content .tab-content .tab-pane {
		/* padding: 1rem 0rem 0rem; */
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs {
		padding: 1rem;
	}
	.wcup-container .wcup-content .rg-banners {
		padding: 1rem 0rem;
	}
}

.wcup-guides-container {
	padding: 3rem 0rem 1.5rem;
	text-align: center;
}
.wcup-guides-container .wcup-guides-subtitle {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 700;
	font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
}
.wcup-guides-container .wcup-guides-title {
	font-family: "Roboto Bold", arial, sans-serif;
	font-weight: 700;
	font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 1rem;
}
.wcup-guides-container .wcup-guides-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.5rem;
}
.wcup-guides-container .wcup-guides-content .wcup-guides-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 2px solid #ffffff;
	border-radius: 0.75rem;
	width: calc(240px + (420 - 240) * (100vw - 320px) / (1920 - 320));
	padding: 1.5rem;
}
.wcup-guides-container .wcup-guides-content .wcup-guides-item.wcup-guides-new {
	background: rgba(247, 148, 29, 0.35);
}
.wcup-guides-container .wcup-guides-content .wcup-guides-item.wcup-guides-existing {
	background: rgba(39, 170, 225, 0.35);
}
.wcup-guides-container .wcup-guides-content .wcup-guides-item .wcup-guides-header {
	font-family: "Roboto Bold", arial, sans-serif;
	font-weight: 700;
	font-size: calc(18px + (28 - 18) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0.75rem;
}
.wcup-guides-container .wcup-guides-content .wcup-guides-item .wcup-guides-description {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
}
.wcup-guides-container .wcup-guides-content .wcup-guides-item .wcup-guides-link {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-decoration: none;
	border-radius: 1.5rem;
	padding: 0.375rem 1.5rem;
	margin: 0.5rem 0rem;
	cursor: pointer;
	width: calc(120px + (140 - 120) * (100vw - 320px) / (1920 - 320));;
}
.wcup-guides-container .wcup-guides-content .wcup-guides-item .wcup-guides-link.wcup-guides-link-new {
	background: #f15a29;
}
.wcup-guides-container .wcup-guides-content .wcup-guides-item .wcup-guides-link.wcup-guides-link-existing {
	background: #27aae1;
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-widget {
	display: flex;
	margin: 1rem 0rem;
	border: 1px solid #ffffff;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-widget + .wcup-widget {
	margin-top: -1rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-widget > div {
	width: 100%;
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-widget-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.75rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-widget-button > a {
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
  color: #ffffff;
  line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
  letter-spacing: 0px;
  text-transform: none;
}

/* Groups & Teams */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups {
	padding: 1.5rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs {
	display: flex;
	border: none;
	gap: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item {
	width: calc(33.333% - 1rem);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item .wcup-group-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 700;
	font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 0.75rem 1.5rem;
	border: 2px solid #ffffff;
	border-radius: 1.5rem;
	background-color: #004a8b;
	cursor: pointer;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item .wcup-group-title > img {
	width: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
	margin-left: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item .wcup-group-title:hover::after {
  transform: translateX(4px);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item .wcup-group-items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item .wcup-group-items .wcup-group-item {
	width: calc(50% - 0.75rem);
	margin: 0;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item .wcup-group-items .wcup-group-item > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item .wcup-group-items .wcup-group-item .wcup-group-name {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	margin-top: 0.375rem;
}
@media (max-width: 991px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item {
		width: calc(50% - 1rem);
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item .wcup-group-title {
		padding: 0.5rem 1rem;
	}
}
@media (max-width: 414px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .nav-tabs .nav-item {
		width: calc(100% - 0rem);
	}
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-back {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-back .wcup-group-back-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	padding: 0.375rem 1.5rem;
	border: 2px solid #ffffff;
	border-radius: 1.5rem;
	background-color: #004a8b;
	cursor: pointer;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-back .wcup-group-back-button > img {
	width: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	margin-right: 0.5rem;
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: 1.5rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item {
	width: calc(25% - 1.1245rem);
	margin: 0;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-flag {
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-flag > img {
	width: calc(140px + (180 - 140) * (100vw - 320px) / (1920 - 320));
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-name {
	font-family: "Roboto Bold", arial, sans-serif;
	font-weight: 700;
	font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-highlight-text {
	display: flex;
	align-items: center;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
	line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0.375rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-highlight-text::after {
	content: "";
	flex: 1;
	height: 2px;
	margin-left: 12px;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item:nth-child(odd) .wcup-group-info-highlight-text {
	color: #50b6ff;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item:nth-child(odd) .wcup-group-info-highlight-text::after {
	background: #50b6ff;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item:nth-child(even) .wcup-group-info-highlight-text {
	color: #f1bf41;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item:nth-child(even) .wcup-group-info-highlight-text::after {
	background: #f1bf41;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-highlights {
	display: flex;
	flex-direction: column;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-highlights .wcup-group-info-highlight {
	display: flex;
    align-items: flex-start;
	margin-bottom: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-highlights .wcup-group-info-highlight .wcup-group-info-icon {
	width: calc(40px + (60 - 40) * (100vw - 320px) / (1920 - 320));
	margin-right: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-highlights .wcup-group-info-highlight .wcup-group-info-icon > img {
	width: 100%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-highlights .wcup-group-info-highlight .wcup-group-info-description {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	width: 100%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item .wcup-group-info-highlights .wcup-group-info-highlight .wcup-group-info-description > span {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
}
@media (max-width: 991px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item {
		width: calc(50% - 0.75rem);
	}
}
@media (max-width: 414px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-groups .tab-content .tab-pane .wcup-group-info-items .wcup-group-info-item {
		width: calc(100% - 0rem);
	}
}

/* End of Groups & Teams */


/* Guide (New) */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress {
	display: flex;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	gap: 1.5rem;
	padding: 1.5rem 0rem;
	margin: 1.5rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-info {
	width: 25%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-info .wcup-progress-subtitle {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-info .wcup-progress-title {
	font-family: "Roboto Bold", arial, sans-serif;
	font-weight: 700;
	font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-info .wcup-progress-description {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-info .wcup-progress-button {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-info .wcup-progress-button > a {
	display: inline-block;
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #0f62fe;
	cursor: pointer;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 1rem;
	width: calc(100% - 25%);
	padding: 0.75rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item {
	position: relative;
	width: calc(33.333% - 2rem);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item::after {
	content: "";
	position: absolute;
	width: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
	height: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
	background-size: contain;
	background-repeat: no-repeat;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item.wcup-progress-right::after {
	background-image: url('../../images/wcup-26/arrow-right.png');
	right: 0px;
	top: 50%;
	transform: translate(125%, -50%);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item.wcup-progress-down:after {
	background-image: url('../../images/wcup-26/arrow-down.png');
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item.wcup-progress-left::after {
	background-image: url('../../images/wcup-26/arrow-left.png');
	left: 0px;
	top: 50%;
	transform: translate(-185%, -50%);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item  .wcup-progress-description {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: left;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item  .wcup-progress-description > span {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: left;
}
@media (max-width: 991px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress {
		flex-direction: column;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-info {
		width: 100%;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items {
		width: 100%;
	}
}
@media (max-width: 414px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items {
		display: grid !important;
		grid-template-columns: repeat(1, 1fr);
		row-gap: 1.5rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item {
		width: 100%;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item::after {
		background-image: url('../../images/wcup-26/arrow-down.png') !important;
		left: 50% !important;
		top: auto !important;
		bottom: -0px !important;
		transform: translate(-50%, 125%) !important;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item:nth-child(1) {
		grid-column: 1; grid-row: 1;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item:nth-child(2) {
		grid-column: 1; grid-row: 2;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item:nth-child(3) {
		grid-column: 1; grid-row: 3;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item:nth-child(4) {
		grid-column: 1; grid-row: 6;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item:nth-child(5) {
		grid-column: 1; grid-row: 5;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item:nth-child(6) {
		grid-column: 1; grid-row: 4;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-progress .wcup-progress-items .wcup-progress-item:nth-child(4)::after {
		display: none;
	}
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches {
	margin: 1.5rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatches-date {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
	text-align: center;
	width: 100%;
	margin-bottom: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1rem 0 2rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ffffff;
	width: calc(50% - 0.5rem);
	padding: 1rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-full {
	width: calc(100% - 0rem);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-left {
	border-top-left-radius: 0.75rem;
	border-bottom-left-radius: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-right {
	border-top-right-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-left.wcup-keymatch-full,
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-right.wcup-keymatch-full {
	border-radius: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-group {
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 0.375rem 1.5rem;
    border: 1px solid #ffffff;
    border-radius: 1.5rem;
    background-color: #004a8b;
	white-space: nowrap;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-left .wcup-keymatch-content .wcup-keymatch-group {
	margin-right: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-right .wcup-keymatch-content .wcup-keymatch-group {
	margin-left: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-center {
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: 1rem;
	flex: 1;
	min-width: 0;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-center .wcup-keymatch-flag {
	text-align: center;
	min-width: 70px;
	max-width: 100px;
	margin: 0 auto auto;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-center .wcup-keymatch-flag > img {
	width: 100%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-center .wcup-keymatch-name {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: none;
	text-align: center;
	margin-top: 0.375rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-center .wcup-keymatch-vs {
	display: flex;
	align-items: center;
	justify-content: center;
	/* min-width: 30px; */

	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: lowercase;
}
@media (max-width: 1200px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-group {
		order: -1;
		margin-bottom: 0.75rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-left .wcup-keymatch-content .wcup-keymatch-group {
		margin-right: 0rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-right .wcup-keymatch-content .wcup-keymatch-group {
		margin-left: 0rem;
	}
}
@media (max-width: 991px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item {
		width: 100%;
		padding: 1rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content {
		flex-direction: row;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-group {
		margin-bottom: 0rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-left .wcup-keymatch-content .wcup-keymatch-group {
		margin-right: 0.375rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item.wcup-keymatch-right .wcup-keymatch-content .wcup-keymatch-group {
		margin-left: 0.375rem;
		order: 2;
	}
}
@media (max-width: 575px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item {
		padding: 0.75rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content {
		flex-direction: column;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches .wcup-keymatch-items .wcup-keymatch-item .wcup-keymatch-content .wcup-keymatch-group {
		order: -1 !important;
		margin: auto auto 0.75rem !important;
	}
	.
}


.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-solid {
	margin-top: -2rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-yellow {
	background-color: #faad14;
	padding: 2rem 0 4rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-yellow.wcup-background-radius-top-right {
	border-top-right-radius: 2rem;
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-info {
	width: 50%;
	margin-right: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-info .wcup-prize-subtitle {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-info .wcup-prize-title {
	font-family: "Roboto Bold", arial, sans-serif;
    font-weight: 700;
    font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-info .wcup-prize-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-info .wcup-prize-button > a {
	display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #0f62fe;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-image {
	width: 50%;
	margin-left: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-image > img {
	width: 100%;
}
@media (max-width: 767px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes {
		flex-direction: column;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-info {
		width: 100%;
		margin-right: 0rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-prizes .wcup-prize-image {
		width: 100%;
		margin-left: 0rem;
	}
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-black {
	position: relative;
	background-color: #000000;
	z-index: 1;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-black.wcup-background-radius-bottom-left {
	border-bottom-left-radius: 2rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-games {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-games .wcup-game-info {
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-games .wcup-game-info .wcup-game-subtitle {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-games .wcup-game-info .wcup-game-title {
	font-family: "Roboto Bold", arial, sans-serif;
    font-weight: 700;
    font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-games .wcup-game-info .wcup-game-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-games .wcup-game {
	margin-top: 0.75rem;
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-green {
	background-color: #e5fb0a;
	padding-top: 2rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-green .wcup-subtitle {
	color: #000000;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-green .wcup-title {
	color: #000000;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources {
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources .wcup-resource-image {
	width: 50%;
    margin-right: 0.75rem;
}
 .wcup-container .wcup-content .tab-content .tab-pane .wcup-resources .wcup-resource-image > img {
	width: 100%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources .wcup-resource-info {
	width: 50%;
    margin-left: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources .wcup-resource-info .wcup-resource-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources .wcup-resource-info .wcup-resource-description > span {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 600;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources .wcup-resource-info .wcup-resource-description > a {
	display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #0f62fe;
	margin: 0.75rem 0rem;
}
@media (max-width: 767px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources {
		flex-direction: column;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources .wcup-resource-image {
		width: 100%;
		margin-right: 0rem;
		margin-bottom: 0.75rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-resources .wcup-resource-info {
		width: 100%;
		margin-left: 0rem;
		margin-top: 0.75rem;
	}
}

/* End of Guide (New) */

/* Guide (Existing) */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess {
	display: flex;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	gap: 1.5rem;
	padding: 1.5rem 0rem;
	margin: 1.5rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-info {
	width: 30%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-info .wcup-quickaccess-subtitle {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-info .wcup-quickaccess-title {
	font-family: "Roboto Bold", arial, sans-serif;
	font-weight: 700;
	font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-info .wcup-quickaccess-description {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 400;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: left;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3rem;
	row-gap: 1rem;
	width: calc(100% - 30%);
	padding: 0.75rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items .wcup-quickaccess-item {
	display: flex;
	flex-direction: column;
	flex: 1;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items .wcup-quickaccess-item .wcup-quickaccess-icon {
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items .wcup-quickaccess-item .wcup-quickaccess-icon > img {
	width: calc(70px + (90 - 70) * (100vw - 320px) / (1920 - 320));
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items .wcup-quickaccess-item .wcup-quickaccess-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items .wcup-quickaccess-item .wcup-quickaccess-description > span {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items .wcup-quickaccess-item .wcup-quickaccess-link {
	margin-top: auto;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items .wcup-quickaccess-item .wcup-quickaccess-link > a {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
	text-decoration: underline;
	cursor: pointer;
}
@media (max-width: 991px) {
  .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess {
    flex-direction: column;
	gap: 0.75rem;
  }
  .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-info {
    width: 100%;
  }
  .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items {
    width: 100%;
  }
  .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quickaccess .wcup-quickaccess-items .wcup-quickaccess-item {
    flex: 1 1 calc(50% - 1.5rem);
  }
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing {
	padding: 1.5rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items .wcup-keymatch-existing-item {
	flex: 1 1 calc(25% - 2.25rem);
	display: flex;
	flex-direction: column;
	border: 1px solid #ffffff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items .wcup-keymatch-existing-item .wcup-keymatch-existing-image {

}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items .wcup-keymatch-existing-item .wcup-keymatch-existing-image > img {
	display: block;
	width: 100%;
	height: auto;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items .wcup-keymatch-existing-item .wcup-keymatch-existing-info {
	background: rgba(0, 0, 0, 0.6);
	padding: 1rem;
	flex: 1;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items .wcup-keymatch-existing-item .wcup-keymatch-existing-info .wcup-keymatch-existing-name {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items .wcup-keymatch-existing-item .wcup-keymatch-existing-info .wcup-keymatch-existing-date {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items .wcup-keymatch-existing-item .wcup-keymatch-existing-info .wcup-keymatch-existing-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}
@media (max-width: 1200px) {
  .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 414px) {
  .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-existing .wcup-keymatch-existing-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-purple {
	position: relative;
	background-color: #6a31f4;
	padding: 4rem 0;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-purple.wcup-background-radius-top-left {
	border-top-left-radius: 2rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz {
	display: flex;
	background-color: #ffffff;
	border-radius: 1.5rem;
	overflow: hidden;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-image {
	width: 40%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 40%);
	padding: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-subtitle {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-title {
	font-family: "Roboto Bold", arial, sans-serif;
    font-weight: 700;
    font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-progress {
	width: 100%;
	height: 8px;
	background: #eeeeee;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom:  0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-progress-bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #6c5ce7, #00cec9);
	transition: width 0.4s ease-in-out;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-progress-text {
	font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
	margin-bottom: 0.75rem;
	color: #555555;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-question {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-options {
	display: flex;
	flex-direction: column;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-options .wcup-quiz-option {
	display: flex;
	justify-items: center;
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
	margin-bottom: 0.375rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-options .wcup-quiz-option > span {
	margin-left: 0.375rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-actions {
	margin: 0.75rem 0;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-actions > a {
	display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #0f62fe;
	cursor: pointer;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content .wcup-quiz-score {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
    margin: 0.75rem 0;
}
@media (max-width: 767px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz {
		flex-direction: column;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-image {
		width: 100%;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-quiz .wcup-quiz-content {
		width: 100%;
	}
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-orange {
	position: relative;
	background-color: #f15a29;
	padding: 2rem 0;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-orange.wcup-background-radius-top-right {
	border-top-right-radius: 2rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds-outer {
	overflow: hidden;
	position: relative;
	padding: 1.5rem 50px;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: visible;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .wcup-feed-info {
	display: flex;
	flex-direction: column;
	border: 1px solid #ffffff;
	padding: 1rem;
	min-height: 250px;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .wcup-feed-info .wcup-feed-title {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
	margin: 0 0 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .wcup-feed-info .wcup-feed-date {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: justify;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .wcup-feed-info .wcup-feed-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-wrapper {
	margin: 0 -15px;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-slide.swiper-slide-active,
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-slide.swiper-slide-next {
	visibility: visible;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-slide {
	padding: 0 15px;
	box-sizing: border-box;
	height: auto;
	display: flex;
	visibility: hidden;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-prev,
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-prev {
	background-image: url('../../images/wcup-26/arrow-left.png');
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-next {
	background-image: url('../../images/wcup-26/arrow-right.png');
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-prev {
	left: -30px;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-next {
	right: -30px;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-prev::after,
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-next::after {
	display: none;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-pagination {
  display: none;
}

@media (max-width: 767px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds-outer {
		padding: 0.75rem 0;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-slide {
		padding: 0 0 40px;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-prev,
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-button-next {
		display: none;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-pagination {
		display: block;
		text-align: center;
		margin-top: 10px;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-pagination-bullet {
		background: #fff;
		opacity: 0.5;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-feeds .swiper-pagination-bullet-active {
		opacity: 1;
		background: #fff;
	}
}

/* End of Guide (Existing) */

/* Home */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 0;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home .wcup-keymatch-info {
	width: 50%;
	margin-right: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home .wcup-keymatch-info .wcup-keymatch-subtitle {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home .wcup-keymatch-info .wcup-keymatch-title {
	font-family: "Roboto Bold", arial, sans-serif;
    font-weight: 700;
    font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home .wcup-keymatch-info .wcup-keymatch-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home .wcup-keymatch-video {
	position: relative;
	width: 50%;
	aspect-ratio: 16 / 9;
	margin-left: 0.75rem;
	border: 3px solid #ffffff;
	border-radius: 0.75rem;
	overflow: hidden;
	
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
    font-size: calc(16px + (28 - 16) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(26px + (38 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-align: center;
	text-transform: uppercase;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home .wcup-keymatch-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media (max-width: 767px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home {
		flex-direction: column;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home .wcup-keymatch-info {
		width: 100%;
		margin-right: 0rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-keymatches-home .wcup-keymatch-video {
		width: 100%;
		margin-left: 0rem;
	}
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-home {
	background-image: url('../../images/wcup-26/home_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	aspect-ratio: 16 / 9;
}

/* End of Home */

/* Contests & Prizes */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes {
	padding: 2rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items {
	display: flex;
	gap: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item {
	display: grid;
    grid-template-rows: 320px 320px 1fr 150px;
	width: calc(33.333% - 1rem);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	border: 1px solid #ffffff;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	min-height: 120px; 
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-title {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
	text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-date {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: transparent;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
	text-align: center;
	margin: 0.75rem 0rem;

	background: linear-gradient(90deg, #F5C242 0%, #B6E6B5 45%, #79D8C9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.75rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-button > a {
	display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #fea90e;
    cursor: pointer;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-button > a.in-active {
	background-color: #48474d;
	pointer-events: none;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-button > a.result {
	background-color: #0f62fe;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-subtitle {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
	border-bottom: 1px solid #cccccc;
	padding: 0.5rem;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
	flex-grow: 1;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-description > span {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-description > img {
	width: calc(100px + (120 - 100) * (100vw - 320px) / (1920 - 320));
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-description > a {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #fffc00;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-total-winners {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-total-winners > span {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
    font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(32px + (42 - 32) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info .wcup-contests-prizes-description + .wcup-contests-prizes-total-winners {
	border-top: 1px solid #cccccc;
	padding-top: 0.75rem;
	margin-top: 0.75rem;
}
@media (max-width: 991px) {
    .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items {
        flex-wrap: wrap;
    }
    .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item {
        width: calc(50% - 0.75rem);
    }
}
@media (max-width: 575px) {
    .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item {
        width: 100%;
        grid-template-rows: auto;
	}
    .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contests-prizes .wcup-contests-prizes-items .wcup-contests-prizes-item .wcup-contests-prizes-info {
        margin-bottom: 1rem;
        padding: 1.25rem;
    }
}

/* End of Contests & Prizes */

/* Visit Livewire */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-livewires {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin: 1.5rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-livewires .wcup-livewire {
	display: flex;
	flex-direction: column;
	flex: 1 1 calc(33.333% - 2rem);
	max-width: calc(33.333% - 2rem);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-livewires .wcup-livewire .wcup-livewire-image {
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-livewires .wcup-livewire .wcup-livewire-image > img {
	width: 100%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-livewires .wcup-livewire .wcup-livewire-title {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-livewires .wcup-livewire .wcup-livewire-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
	margin-top: auto;
}
@media (max-width: 991px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-livewires .wcup-livewire {
		flex: 1 1 calc(50% - 2rem);
		max-width: calc(50% - 2rem);
	}
}
@media (max-width: 575px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-livewires .wcup-livewire {
		flex: 1 1 100%;
		max-width: 100%;
	}
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs > hr {
	color: #ffffff;
	opacity: 1;
}

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest {
	display: flex;
	gap: 1.5rem;
	margin: 1.5rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-image > img {
	width: calc(220px + (300 - 220) * (100vw - 320px) / (1920 - 320));
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 1rem;
	width: 50%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-title {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-steps {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
	width: 100%;
	max-width: 320px;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-steps .wcup-kick-and-win-contest-step {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
	padding: 0.375rem 1.5rem;
	border: 1px solid #ffffff;
	border-radius: 0.75rem;
	width: clamp(240px, 28vw, 320px);
	background: rgba(0, 0, 0, 0.6);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-steps .wcup-kick-and-win-contest-step:not(:last-child)::after {
    content: "";
	position: absolute;
	width: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
	height: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../../images/wcup-26/arrow-down.png');
    top: 100%;
	left: 50%;
	transform: translate(-50%, 6px);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-steps .wcup-kick-and-win-contest-step > span {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	margin-right: 1rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-terms {
	margin: 0.75rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-terms > a {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    font-style: italic;
}
@media (max-width: 575px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-image,
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info {
		width: 100%;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-steps {
		max-width: 100%;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-steps .wcup-kick-and-win-contest-step {
		width: 100%;
		max-width: 320px;
		padding: 0.5rem 0.75rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-kick-and-win-contest .wcup-kick-and-win-contest-info .wcup-kick-and-win-contest-steps .wcup-kick-and-win-contest-step > span {
		margin-right: 0.5rem;
	}
}

/* End of Visit Livewire */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-follow-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3rem 0rem 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-follow-title {
	font-family: "Roboto Bold", arial, sans-serif;
    font-weight: 700;
    font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-follow-button {
	margin: 1rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-follow-button .wcup-follow-link {
	display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #ffffff;
    cursor: pointer;
	border: 3px solid;
	border-image: linear-gradient(90deg,#7b2cff,#00e5ff,#00ff88,#ffcc00,#ff3b3b,#7b2cff) 1;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-follow-button .wcup-follow-outbound-link {
	display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #ffffff;
    cursor: pointer;
	border: 3px solid;
	border-image: linear-gradient(90deg,#7b2cff,#00e5ff,#00ff88,#ffcc00,#ff3b3b,#7b2cff) 1;
}

/* Road to Win Contest */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest {
	padding: 2rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items {
	display: flex;
	gap: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item {
	display: flex;
	width: calc(50% - 1rem);
	flex: 1;
    flex-direction: column;
    justify-content: space-between;
	border: 1px solid #ffffff;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item.wcup-road-to-win-contest-item-left {
	border-top-left-radius: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item.wcup-road-to-win-contest-item-right {
	border-top-right-radius: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-title {
	font-family: "Roboto Bold", arial, sans-serif;
    font-weight: 700;
    font-size: calc(24px + (34 - 24) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(34px + (44 - 34) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.75rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-button > a {
	display: inline-block;
    font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    background-color: #fea90e;
    cursor: pointer;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-button > a.in-active {
	background-color: #48474d;
    pointer-events: none;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-subtitle {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-align: center;
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
	flex-grow: 1;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item > hr {
	color: #ffffff;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-description > span {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 500;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-description > img {
	width: calc(30px + (40 - 30) * (100vw - 320px) / (1920 - 320));
	margin: 0.75rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-description > a {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #fffc00;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
	text-decoration: underline;
	cursor: pointer;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-total-winners {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-total-winners > span {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
    font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(32px + (42 - 32) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-prizes {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
	flex-grow: 1;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item .wcup-road-to-win-contest-prizes > img {
	width: calc(100px + (120 - 100) * (100vw - 320px) / (1920 - 320));
}
@media (max-width: 575px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest {
		padding: 1rem 0rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items {
		flex-direction: column;
		gap: 0.75rem;
	}
    .wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-road-to-win-contest .wcup-road-to-win-contest-items .wcup-road-to-win-contest-item {
        width: 100%;
	}
}

/* End of Road to Win Contest */

/* Contest Winners */

.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-solid {
	margin-top: 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-background-winners {
	background-color: #252046;
	padding: 2rem 0 4rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-image > img {
	width: 100%;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content {
	background-color: #1d1835;
	padding: 1.5rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-description {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 400;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-description > span {
	font-family: "Roboto", arial, sans-serif;
    font-weight: 700;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table {
	margin: 0.75rem 0rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table.wcup-contest-winners-table-2 {
	display: flex;
	gap: 1rem;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table.wcup-contest-winners-table-2 > div {
	width: calc(50% - 0.5rem);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table table > thead > tr {
	background: linear-gradient(45deg,#7521FF 0%,#E50070 35%,#FF1200 70%,#FFB700 100%);
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table table > thead > tr > td {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
	color: #ffffff;
	line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	border: none;
	vertical-align: middle;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table table > tbody {
	border: none;
}
.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table table > tbody > tr > td {
	background: #ffffff;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 500;
	font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
	color: inherit;
	line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
	letter-spacing: 0px;
	text-align: center;
	border-bottom: 1px solid #d3d3d3;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table.wcup-contest-winners-table-2 {
		flex-direction: column;
		gap: 0rem;
	}
	.wcup-container .wcup-content .tab-content .tab-pane .wcup-tabs .wcup-contest-winners .wcup-contest-winners-content .wcup-contest-winners-table.wcup-contest-winners-table-2 > div {
		width: 100%;
	}
}

/* End of Contest Winners */