.app-link_appLink__FseU0 {
	text-decoration: none;
	cursor: pointer;
}


.carousel_content__RfxDh {
    
    overflow: hidden!important;
}

.app-link_block__I6cbi {
	display: block;
}

.app-link_inline__huBe4 {
	display: inline-block;
}

.app-link_inactive__nIse_ {
	cursor: default;
}

.session-card_card__6a_Hd {
	position: relative;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	aspect-ratio: 4/3;
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
}

.session-card_card__6a_Hd.session-card_noImage__3dAuq {
	background-color: #efefef;
}

.session-card_card__6a_Hd.session-card_noImage__3dAuq .session-card_iconHeartCrown__KXyGS {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
}

.session-card_card__6a_Hd .session-card_image__bAYQj {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

.session-card_card__6a_Hd .session-card_upperSection__y8K3R {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 15px;
	margin-right: 12px;
}

.session-card_card__6a_Hd .session-card_upperSection__y8K3R>* {
	display: flex;
}

.session-card_card__6a_Hd .session-card_upperSection__y8K3R .session-card_bestBadge__b7Vi6 {
	z-index: 1;
	color: #fff;
	background: linear-gradient(96deg,#a94af7,#ff4377);
	border-radius: 4px;
	font-size: 12px;
	line-height: 1.1666666667;
	padding: 4px;
	white-space: nowrap;
}

.session-card_card__6a_Hd .session-card_upperSection__y8K3R .session-card_tag__ynIwY {
	margin-left: 8px;
	z-index: 2;
	font-size: 12px;
	color: var(--clr-surface-light);
	border-radius: 4px;
	padding: 4px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.session-card_card__6a_Hd .session-card_upperSection__y8K3R .session-card_tag__ynIwY .session-card_statusIcon__BKCRg {
	width: 4px;
	height: 4px;
	content: "";
	border-radius: 50%;
	display: block;
}

.session-card_card__6a_Hd .session-card_upperSection__y8K3R .session-card_tag__ynIwY .session-card_statusIcon__BKCRg.session-card_live__3TUkT {
	background-color: var(--clr-accent-live);
}

.session-card_card__6a_Hd .session-card_upperSection__y8K3R .session-card_tag__ynIwY .session-card_statusIcon__BKCRg.session-card_private__YtKyx {
	background-color: var(--clr-accent-mv);
}

.session-card_card__6a_Hd .session-card_lowerSection__iji4Q {
	position: relative;
	padding-bottom: 12px;
	padding-left: 16px;
	height: 33%;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(180deg,transparent 0,#000);
}

.session-card_card__6a_Hd .session-card_lowerSection__iji4Q .session-card_nameWrapper__rlRn2 {
	margin-right: 8px;
	color: var(--clr-surface-light);
	font-size: 14px;
	font-weight: 500;
}

.main-bottom-live-sessions-grid_grid__A4CDr {
	--grid-cols: 2;
	--cardWidth: calc(100% / 2 - 8px);
	display: grid;
	grid-template-columns: repeat(var(--grid-cols),minmax(var(--cardWidth),1fr));
	grid-gap: 8px;
	gap: 8px;
}

.main-bottom-live-sessions-grid_grid__A4CDr .main-bottom-live-sessions-grid_eventCard__ZPpRO {
	grid-column: span 2;
}

@media only screen and (max-width:767px) {
	.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_noPromo__iFzJN .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+6),.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_promo__v6TJx .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+6) {
		display: none;
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.main-bottom-live-sessions-grid_grid__A4CDr {
		gap: 16px;
	}

	.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_noPromo__iFzJN .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+4),.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_promo__v6TJx .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+2) {
		display: none;
	}
}

@media only screen and (min-width:1024px)and (max-width:1439px) {
	.main-bottom-live-sessions-grid_grid__A4CDr {
		gap: 16px;
		--grid-cols: 4;
		--cardWidth: 196px;
	}

	.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_noPromo__iFzJN .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+8),.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_promo__v6TJx .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+6) {
		display: none;
	}
}

@media only screen and (min-width:1440px)and (max-width:1919px) {
	.main-bottom-live-sessions-grid_grid__A4CDr {
		gap: 16px;
		--grid-cols: 5;
		--cardWidth: 203px;
	}

	.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_noPromo__iFzJN .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+10),.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_promo__v6TJx .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+8) {
		display: none;
	}
}

@media only screen and (min-width:1920px) {
	.main-bottom-live-sessions-grid_grid__A4CDr {
		gap: 16px;
		--grid-cols: 6;
		--cardWidth: 247px;
	}

	.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_noPromo__iFzJN .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+12),.main-bottom-live-sessions-grid_grid__A4CDr.main-bottom-live-sessions-grid_promo__v6TJx .main-bottom-live-sessions-grid_card__Ob48S:nth-child(-n+10) {
		display: none;
	}
}

.main-bottom-live-sessions-grid_grid__A4CDr>* {
	overflow: hidden;
}

.main-newest-live-sessions-grid_grid__k8xz7 {
	--grid-cols: 2;
	--cardWidth: calc(100% / 2 - 8px);
	display: grid;
	grid-template-columns: repeat(var(--grid-cols),minmax(var(--cardWidth),1fr));
	grid-gap: 8px;
	gap: 8px;
}

.main-newest-live-sessions-grid_grid__k8xz7 .main-newest-live-sessions-grid_card__QNQvu:nth-child(n+7) {
	display: none;
}

@media only screen and (min-width:768px) {
	.main-newest-live-sessions-grid_grid__k8xz7 {
		gap: 16px;
	}
}

@media only screen and (min-width:1024px)and (max-width:1439px) {
	.main-newest-live-sessions-grid_grid__k8xz7 {
		gap: 16px;
		--grid-cols: 4;
		--cardWidth: 196px;
	}

	.main-newest-live-sessions-grid_grid__k8xz7 .main-newest-live-sessions-grid_card__QNQvu:nth-child(n+5) {
		display: none;
	}
}

@media only screen and (min-width:1440px)and (max-width:1919px) {
	.main-newest-live-sessions-grid_grid__k8xz7 {
		gap: 16px;
		--grid-cols: 5;
		--cardWidth: 203px;
	}

	.main-newest-live-sessions-grid_grid__k8xz7 .main-newest-live-sessions-grid_card__QNQvu:nth-child(n+6) {
		display: none;
	}
}

@media only screen and (min-width:1920px) {
	.main-newest-live-sessions-grid_grid__k8xz7 {
		gap: 16px;
		--grid-cols: 6;
		--cardWidth: 247px;
	}

	.main-newest-live-sessions-grid_grid__k8xz7 .main-newest-live-sessions-grid_card__QNQvu:nth-child(n+7) {
		display: none;
	}
}

.main-newest-live-sessions-grid_grid__k8xz7>* {
	overflow: hidden;
}

.Snackbar_snackbar-wrapper__9QwG6 {
	border-radius: 2px;
	position: fixed;
	z-index: 1500;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	min-height: 48px;
}

.Snackbar_snackbar__yBMK_ {
	width: 368px;
	display: flex;
	justify-content: space-between;
	min-height: 21px;
	align-items: center;
	box-shadow: 0 4px 8px rgba(0,0,0,.161);
	box-sizing: border-box;
	border-radius: 50px;
	font: 14px/22px Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
	letter-spacing: 0;
	background: #b53bfe;
	color: #fff;
	fill: #fff;
	padding: 8px 16px;
}

.Snackbar_snackbar__yBMK_.Snackbar_error__KT8Lp {
	background: red;
}

.Snackbar_snackbar__yBMK_ .Snackbar_message__BTmwD.Snackbar_visible-icon__5ZPfx {
	margin-left: 40px;
}

.Snackbar_snackbar__yBMK_ .Snackbar_info-icon__rS9Fk {
	position: absolute;
	margin-top: 8px;
}

.Snackbar_snackbar__yBMK_ .Snackbar_div-button-close__KjAT3 {
	fill: #fff;
	cursor: pointer;
	position: relative;
	margin-top: 7px;
}

.follow-button_button__u4vSo {
	padding: 0;
	width: 16px;
	height: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.follow-button_button__u4vSo .follow-button_icon__f4oLt {
	fill: var(--clr-text-over-light);
	transition: fill .3s ease-in-out;
}

.follow-button_button__u4vSo:hover .follow-button_icon__f4oLt {
	fill: var(--clr-accent-mv);
	transition: fill .3s ease-in-out;
}

.follow-button_button__u4vSo:only-child {
	width: 100%;
	justify-content: end;
}

.tower-card_box__NJmnI {
	width: 100%;
	background: var(--clr-divider-main);
	border-radius: 16px;
	box-shadow: 0 0 4px rgba(0,0,0,.078);
}

.tower-card_box__NJmnI:focus,.tower-card_box__NJmnI:hover,.tower-card_box__NJmnI:visited {
	text-decoration: none;
	color: var(--clr-surface-dark);
}

.tower-card_box__NJmnI .tower-card_top__FqyGj {
	padding: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	background: var(--clr-surface-dark);
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	box-shadow: 0 0 4px rgba(0,0,0,.078);
}

.tower-card_box__NJmnI .tower-card_top__FqyGj .tower-card_avatar___tpRK {
	position: relative;
	flex-shrink: 0;
	border-radius: 50%;
	border: 0;
}

.tower-card_box__NJmnI .tower-card_top__FqyGj .tower-card_noAvatar__wy9Uo {
	width: 40px;
	height: 40px;
	background-color: var(--clr-divider-main);
	border-radius: 50%;
}

.tower-card_box__NJmnI .tower-card_top__FqyGj .tower-card_content__HAgxL {
	margin-left: 6px;
	min-width: 60px;
}

.tower-card_box__NJmnI .tower-card_top__FqyGj .tower-card_content__HAgxL .tower-card_stage_name__QaxmH {
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	text-overflow: ellipsis;
	color: var(--clr-surface-light);
	overflow: hidden;
	white-space: nowrap;
}

.tower-card_box__NJmnI .tower-card_top__FqyGj .tower-card_content__HAgxL .tower-card_rankWrapper__FOltI {
	margin-top: 4px;
	padding: 2px 4px;
	max-width: -moz-fit-content;
	max-width: fit-content;
	display: flex;
	align-items: center;
	color: var(--clr-surface-light);
	background-image: linear-gradient(119deg,#a94af7,#ff4377);
	border-radius: 90px;
}

.tower-card_box__NJmnI .tower-card_top__FqyGj .tower-card_content__HAgxL .tower-card_rankWrapper__FOltI svg {
	margin-right: 4px;
	width: 11px;
	height: 11px;
}

.tower-card_box__NJmnI .tower-card_top__FqyGj .tower-card_content__HAgxL .tower-card_rankWrapper__FOltI .tower-card_rank__2mCZE {
	font-size: 10px;
	line-height: 1.1;
	font-weight: 700;
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 {
	position: relative;
	padding: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 25/36;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 0 4px rgba(0,0,0,.161);
	overflow: hidden;
	cursor: pointer;
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 .tower-card_upperSection__0reuE {
	margin-top: 10px;
	margin-right: 11px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 .tower-card_upperSection__0reuE .tower-card_tag___lobN {
	margin-left: 8px;
	padding: 4px;
	display: none;
	flex-direction: row;
	align-items: center;
	font-size: 12px;
	color: var(--clr-title-tier1-over-dark);
	border-radius: 4px;
	z-index: 2;
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 .tower-card_upperSection__0reuE .tower-card_tag___lobN.tower-card_live__sgTDS,.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 .tower-card_upperSection__0reuE .tower-card_tag___lobN.tower-card_private__gPU2S {
	display: flex;
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 .tower-card_upperSection__0reuE .tower-card_tag___lobN .tower-card_statusIcon__qtoRo {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 .tower-card_upperSection__0reuE .tower-card_tag___lobN .tower-card_statusIcon__qtoRo.tower-card_live__sgTDS {
	background-color: var(--clr-accent-live);
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 .tower-card_upperSection__0reuE .tower-card_tag___lobN .tower-card_statusIcon__qtoRo.tower-card_private__gPU2S {
	background-color: var(--clr-accent-mv);
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1.tower-card_noImage__Hu5QI {
	background-color: var(--clr-divider-main);
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1.tower-card_noImage__Hu5QI .tower-card_iconHeartCrown__sHecx {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.tower-card_box__NJmnI .tower-card_wrapper__jxhq1 .tower-card_towerImg__YHB8_ {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: top center;
}

.tower-card_box__NJmnI .tower-card_bottom__psaGo {
	padding: 12px 12px 11px;
	width: 100%;
	min-height: 39px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--clr-surface-light);
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 0 0 4px rgba(0,0,0,.161);
}

.tower-card_box__NJmnI .tower-card_bottom__psaGo .tower-card_linkCam__HTGS7 {
	height: 16px;
}

.tower-card_box__NJmnI .tower-card_bottom__psaGo .tower-card_linkCam__HTGS7 .tower-card_iconCam__22zTI {
	fill: var(--clr-text-over-light);
	transition: fill .3s ease-in-out;
}

.tower-card_box__NJmnI .tower-card_bottom__psaGo .tower-card_linkCam__HTGS7:hover .tower-card_iconCam__22zTI {
	fill: var(--clr-accent-mv);
	transition: fill .3s ease-in-out;
}

.tower-card_box__NJmnI .tower-card_bottom__psaGo .tower-card_bonus__NMOVw {
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 600;
	color: var(--clr-accent-mv);
}

.main-top-earner-creators-sessions-grid_grid__Q7GZt {
	--grid-cols: 7;
	display: grid;
	grid-template-columns: repeat(var(--grid-cols),minmax(215px,1fr));
	grid-gap: 16px 8px;
	gap: 16px 8px;
	overflow-x: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.main-top-earner-creators-sessions-grid_grid__Q7GZt::-webkit-scrollbar {
	display: none;
}

@media only screen and (min-width:768px) {
	.main-top-earner-creators-sessions-grid_grid__Q7GZt {
		grid-template-columns: repeat(var(--grid-cols),1fr);
		gap: 16px 16px;
		overflow-x: unset;
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.main-top-earner-creators-sessions-grid_grid__Q7GZt {
		--grid-cols: 3;
	}
}

@media only screen and (min-width:1024px)and (max-width:1439px) {
	.main-top-earner-creators-sessions-grid_grid__Q7GZt {
		--grid-cols: 4;
	}
}

@media only screen and (min-width:1440px)and (max-width:1919px) {
	.main-top-earner-creators-sessions-grid_grid__Q7GZt {
		--grid-cols: 5;
	}
}

@media only screen and (min-width:1920px) {
	.main-top-earner-creators-sessions-grid_grid__Q7GZt {
		--grid-cols: 7;
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.main-top-earner-creators-sessions-grid_grid__Q7GZt .main-top-earner-creators-sessions-grid_card__IIBj1:nth-child(n+4) {
		display: none;
	}
}

@media only screen and (min-width:1024px)and (max-width:1439px) {
	.main-top-earner-creators-sessions-grid_grid__Q7GZt .main-top-earner-creators-sessions-grid_card__IIBj1:nth-child(n+5) {
		display: none;
	}
}

@media only screen and (min-width:1440px)and (max-width:1919px) {
	.main-top-earner-creators-sessions-grid_grid__Q7GZt .main-top-earner-creators-sessions-grid_card__IIBj1:nth-child(n+6) {
		display: none;
	}
}

.main-top-earner-creators-sessions-grid_grid__Q7GZt>* {
	overflow: hidden;
}

.buy-tokens-form_form__zxaYo {
	width: 100vw;
	height: 100%;
	background-color: var(--clr-surface-light);
	border-radius: unset;
	box-shadow: 0 0 4px rgba(0,0,0,.078);
	overflow: hidden;
}

@media only screen and (min-width:576px) {
	.buy-tokens-form_form__zxaYo {
		height: 100vh;
	}
}

@media only screen and (min-width:768px) {
	.buy-tokens-form_form__zxaYo {
		width: unset;
		height: unset;
		border-radius: 16px;
	}
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_heading__4jA10 {
	margin-bottom: 40px;
	padding: 12px 8px 12px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--clr-surface-dark);
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_heading__4jA10 .buy-tokens-form_title__8v_we {
	font-size: 16px;
	line-height: 1.1875;
	font-weight: 400;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: var(--clr-title-tier1-over-dark);
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_heading__4jA10 .buy-tokens-form_closeButton__O74zK {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_heading__4jA10 .buy-tokens-form_closeButton__O74zK:disabled {
	cursor: auto;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_subtitle__w2zHd {
	margin: 0 auto 24px;
	font-size: 24px;
	line-height: 1.1666666667;
	font-weight: 500;
	text-align: center;
	color: var(--clr-title-tier2);
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_text__XoC6g {
	margin: 0 auto 40px;
	padding: 0 18px;
	font-size: 14px;
	line-height: 1.5714285714;
	text-align: center;
	color: var(--clr-text-over-light);
}

@media only screen and (min-width:768px) {
	.buy-tokens-form_form__zxaYo .buy-tokens-form_text__XoC6g {
		padding: 0 40px;
	}
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U {
	margin: 0 auto 40px;
	width: 340px;
}

@media only screen and (min-width:768px) {
	.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U {
		margin-right: 113px;
		margin-left: 113px;
		width: unset;
	}
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U .buy-tokens-form_promoPackage__GpPJ5 label {
	color: var(--clr-surface-light);
	background-image: linear-gradient(91deg,#a94af7,#ff4377);
	transition: background-image .3s ease-in-out;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U .buy-tokens-form_promoPackage__GpPJ5 label:hover {
	background-image: linear-gradient(191deg,#a94af7,#ff4377);
	transition: background-image .3s ease-in-out;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U .buy-tokens-form_promoPackage__GpPJ5 label span.buy-tokens-form_middleText__aTaJS {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 16px;
	line-height: 1.1875;
	font-weight: 700;
	transform: translate(-50%,-50%);
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div {
	width: 100%;
}

@media only screen and (min-width:768px) {
	.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div {
		width: 372px;
	}
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div input[type=radio] {
	display: none;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div label {
	position: relative;
	margin-bottom: 8px;
	padding: 12px 16px 11px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: var(--clr-divider-dark);
	background-color: var(--clr-body-background);
	border-radius: 16px;
	cursor: pointer;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div label:hover {
	background-color: #fbeffe;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div label span.buy-tokens-form_numTokens__e9y_6 {
	font-size: 16px;
	line-height: 1.1875;
	font-weight: 700;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div label span.buy-tokens-form_value__6Ex6o {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.1428571429;
	font-weight: 500;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div label .buy-tokens-form_arrow__MfR_g {
	position: absolute;
	top: 11px;
	right: -10px;
	padding: 4px;
	width: 24px;
	height: 24px;
	background-color: var(--clr-surface-light);
	border-radius: 50%;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div label .buy-tokens-form_noArrow__bGikn {
	display: none;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_wrapper__ety7U div input[type=radio]:checked+label {
	background-color: #fbeffe;
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_button__T2wsL {
	margin: 0 auto 69px;
	padding: 13px 16px;
	width: 340px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1428571429;
	text-align: center;
	color: var(--clr-surface-light);
	background-image: linear-gradient(97deg,#4f53ee,#a94af7);
	border-radius: 90px;
	transition: color .3s ease-in-out,background .3s ease-in-out;
	cursor: pointer;
}

@media only screen and (min-width:768px) {
	.buy-tokens-form_form__zxaYo .buy-tokens-form_button__T2wsL {
		width: 216px;
		display: flex;
		justify-content: center;
	}
}

.buy-tokens-form_form__zxaYo .buy-tokens-form_button__T2wsL:focus,.buy-tokens-form_form__zxaYo .buy-tokens-form_button__T2wsL:hover {
	background-image: linear-gradient(194deg,#4f53ee,#a94af7);
	transition: color .3s ease-in-out,background-image .3s ease-in-out;
}

.modal_backdrop__Uegmn {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	overflow-y: auto;
	z-index: 999;
	transition: background-color .3s ease-in-out;
}

.modal_content__YhkLI {
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	width: -moz-fit-content;
	width: fit-content;
}

@media only screen and (min-width:576px) {
	.modal_content__YhkLI {
		margin-top: 115px;
	}
}

.event-card_banner__D1pla {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 9/3;
	text-align: center;
	text-decoration: none;
	background-color: var(--clr-surface-light);
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
}

.event-card_banner__D1pla .event-card_bannerImg__cXr99 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-top-live-sessions-grid_grid__x14Iq {
	--grid-cols: 2;
	--cardWidth: calc(100% / 2 - 8px);
	display: grid;
	grid-template-columns: repeat(var(--grid-cols),minmax(var(--cardWidth),1fr));
	grid-gap: 8px;
	gap: 8px;
}

.main-top-live-sessions-grid_grid__x14Iq .main-top-live-sessions-grid_eventCard__6CBRI {
	grid-column: span 2;
}

@media only screen and (max-width:767px) {
	.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_noPromo__D7e2W .main-top-live-sessions-grid_card__VV6AM:nth-child(n+7),.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_promo__se4IS .main-top-live-sessions-grid_card__VV6AM:nth-child(n+8) {
		display: none;
	}
}

@media only screen and (min-width:768px)and (max-width:1023px) {
	.main-top-live-sessions-grid_grid__x14Iq {
		gap: 16px;
	}

	.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_noPromo__D7e2W .main-top-live-sessions-grid_card__VV6AM:nth-child(n+5),.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_promo__se4IS .main-top-live-sessions-grid_card__VV6AM:nth-child(n+4) {
		display: none;
	}
}

@media only screen and (min-width:1024px)and (max-width:1439px) {
	.main-top-live-sessions-grid_grid__x14Iq {
		gap: 16px;
		--grid-cols: 4;
		--cardWidth: 196px;
	}

	.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_noPromo__D7e2W .main-top-live-sessions-grid_card__VV6AM:nth-child(n+9),.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_promo__se4IS .main-top-live-sessions-grid_card__VV6AM:nth-child(n+8) {
		display: none;
	}
}

@media only screen and (min-width:1440px)and (max-width:1919px) {
	.main-top-live-sessions-grid_grid__x14Iq {
		gap: 16px;
		--grid-cols: 5;
		--cardWidth: 203px;
	}

	.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_noPromo__D7e2W .main-top-live-sessions-grid_card__VV6AM:nth-child(n+11),.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_promo__se4IS .main-top-live-sessions-grid_card__VV6AM:nth-child(n+10) {
		display: none;
	}
}

@media only screen and (min-width:1920px) {
	.main-top-live-sessions-grid_grid__x14Iq {
		gap: 16px;
		--grid-cols: 6;
		--cardWidth: 247px;
	}

	.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_noPromo__D7e2W .main-top-live-sessions-grid_card__VV6AM:nth-child(n+13),.main-top-live-sessions-grid_grid__x14Iq.main-top-live-sessions-grid_promo__se4IS .main-top-live-sessions-grid_card__VV6AM:nth-child(n+12) {
		display: none;
	}
}

.main-top-live-sessions-grid_grid__x14Iq>* {
	overflow: hidden;
}

.carousel_content__RfxDh {
	position: unset;
	margin-top: 26px;
	margin-bottom: 19px;
	margin-left: unset;
	margin-right: unset;
	padding: 0 8px;
	display: flex;
	flex-direction: column;
	justify-content: unset;
	align-items: center;
	width: unset;
	height: auto;
}

@media only screen and (min-width:768px) {
	.carousel_content__RfxDh {
		margin-bottom: 35px;
	}
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		height: 129px;
		flex-direction: row;
		justify-content: center;
	}
}

@media only screen and (min-width:1440px) {
	.carousel_content__RfxDh {
		height: 183px;
	}
}

@media only screen and (min-width:1920px) {
	.carousel_content__RfxDh {
		height: 270px;
	}
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR {
	position: relative;
	margin: 0 auto;
	max-width: 575px;
	width: 100%;
	aspect-ratio: 177/39.2;
	display: flex;
	justify-content: center;
	min-width: 300px;
	height: unset;
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR {
		margin: 0 32px;
		max-width: unset;
		min-width: unset;
		width: 708px;
		height: 100%;
	}
}

@media only screen and (min-width:1440px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR {
		width: 956px;
	}
}

@media only screen and (min-width:1920px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR {
		width: 1434px;
	}
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR a {
	position: absolute;
	top: 0;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
	overflow: hidden;
	transition: all .3s ease-in-out;
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR a {
		max-height: 270px;
		max-width: 1146px;
	}
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR a.carousel_hideBanner__9ZcTX {
	display: none;
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR a .carousel_overlay__defT7 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 16px;
	z-index: 1;
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR a img {
	position: absolute;
	width: 100%;
	height: 100%; 
	/*object-fit: cover;*/  
	object-position: top center;
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR a {
		margin: 0;
	}
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_mainBanner__oOVtn {
	z-index: 3;
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_mainBanner__oOVtn .carousel_overlay__defT7 {
	opacity: 0;
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_mainBanner__oOVtn {
		width: 581px;
		height: 129px;
	}
}

@media only screen and (min-width:1440px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_mainBanner__oOVtn {
		width: 828px;
		height: 183px;
	}
}

@media only screen and (min-width:1920px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_mainBanner__oOVtn {
		height: 270px;
		width: 1146px;
	}
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryLeft__x_r1V,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryRight__R_FSX {
	right: unset;
	scale: unset;
	z-index: 2;
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryLeft__x_r1V .carousel_overlay__defT7,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryRight__R_FSX .carousel_overlay__defT7 {
	opacity: .5;
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryLeft__x_r1V,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryRight__R_FSX {
		top: 16px;
		width: 352px;
		height: 105px;
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryLeft__x_r1V {
		transform: translate(-146px);
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryRight__R_FSX {
		transform: translate(146px);
	}
}

@media only screen and (min-width:1440px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryLeft__x_r1V,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryRight__R_FSX {
		top: 16px;
		width: 594px;
		height: 163px;
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryLeft__x_r1V {
		transform: translate(-149px);
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryRight__R_FSX {
		transform: translate(149px);
	}
}

@media only screen and (min-width:1920px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryLeft__x_r1V,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryRight__R_FSX {
		width: 725px;
		height: 238px;
		top: 16px;
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryLeft__x_r1V {
		transform: translateX(-291px);
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_secondaryRight__R_FSX {
		transform: translateX(291px);
	}
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryLeft__2P6Sw,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryRight__JaR7S {
	z-index: 1;
	scale: unset;
	transform: none;
}

.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryLeft__2P6Sw .carousel_overlay__defT7,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryRight__JaR7S .carousel_overlay__defT7 {
	opacity: .8;
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryLeft__2P6Sw,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryRight__JaR7S {
		top: 32px;
		width: 225px;
		height: 73px;
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryLeft__2P6Sw {
		transform: translateX(-241px);
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryRight__JaR7S {
		transform: translateX(241px);
	}
}

@media only screen and (min-width:1440px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryLeft__2P6Sw,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryRight__JaR7S {
		top: 32px;
		width: 402px;
		height: 131px;
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryLeft__2P6Sw {
		transform: translateX(-277px);
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryRight__JaR7S {
		transform: translateX(277px);
	}
}

@media only screen and (min-width:1920px) {
	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryLeft__2P6Sw,.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryRight__JaR7S {
		top: 32px;
		width: 647px;
		height: 206px;
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryLeft__2P6Sw {
		transform: translateX(-394px);
	}

	.carousel_content__RfxDh .carousel_bannerWrapper__cQHkR .carousel_terciaryRight__JaR7S {
		transform: translateX(394px);
	}
}

.carousel_content__RfxDh button {
	display: none;
	background-color: #535353;
	border-radius: 50%;
	transition: background-color .3s ease-in-out;
}

.carousel_content__RfxDh button:hover {
	background-color: #101010;
	transition: background-color .3s ease-in-out;
}

.carousel_content__RfxDh button .carousel_arrowRight__HX4v4 {
	transform: rotate(180deg);
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh button {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
}

.carousel_content__RfxDh .carousel_mobileNav__GE54W {
	margin: 12px auto 0;
	display: flex;
	justify-content: center;
}

.carousel_content__RfxDh .carousel_mobileNav__GE54W span {
	margin: auto 2px;
	width: 8px;
	height: 8px;
	background-color: #888;
	border-radius: 50%;
	transform: scale(1);
	transition: transform .5s ease-in-out;
}

.carousel_content__RfxDh .carousel_mobileNav__GE54W span.carousel_smallDot__3x2_N {
	transform: scale(.5);
}

.carousel_content__RfxDh .carousel_mobileNav__GE54W span.carousel_mediumDot__LdqTN {
	transform: scale(.75);
}

.carousel_content__RfxDh .carousel_mobileNav__GE54W span.carousel_regularDot__RC7Ef {
	transform: scale(1);
}

.carousel_content__RfxDh .carousel_mobileNav__GE54W span.carousel_active__LSqQ3 {
	background-color: #707070;
}

@media only screen and (min-width:1024px) {
	.carousel_content__RfxDh .carousel_mobileNav__GE54W {
		display: none;
	}
}

.main-lander-section-heading_heading__lMCEN {
	padding-top: 13px;
	padding-bottom: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-lander-section-heading_heading__lMCEN h3 {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #101010;
}

.main-lander-section-heading_heading__lMCEN .main-lander-section-heading_viewMore__UgYqe {
	padding: 0 16px;
	min-width: 76px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background-color: #606060;
	border-radius: 90px;
	cursor: pointer;
	transition: background-color .3s ease-in-out;
}

.main-lander-section-heading_heading__lMCEN .main-lander-section-heading_viewMore__UgYqe .main-lander-section-heading_icon__q9bYb {
	margin-left: 6px;
}

.main-lander-section-heading_heading__lMCEN .main-lander-section-heading_viewMore__UgYqe:hover {
	background-color: #404040;
}

.section_section__p7MRm {
	padding-right: 8px;
	padding-left: 8px;
	margin: 0 auto 32px;
}

@media only screen and (min-width:768px) {
	.section_section__p7MRm {
		width: 578px;
		padding-right: 0;
		padding-left: 0;
	}
}

@media only screen and (min-width:1024px) {
	.section_section__p7MRm {
		width: 834px;
	}
}

@media only screen and (min-width:1440px) {
	.section_section__p7MRm {
		width: 1082px;
	}
}

@media only screen and (min-width:1920px) {
	.section_section__p7MRm {
		width: 1562px;
		margin-left: auto;
		margin-right: auto;
	}
}