:root {
	--color_black: #131326;
	--color_white: #ffffff;
	--color_yellow: #f2eb59;
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * area-normal:
 *   - http://typekit.com/eulas/0000000000000000774b9fcb
 *   - http://typekit.com/eulas/0000000000000000774b9fbd
 *
 * © 2009-2024 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2024-10-16 16:19:55 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=agk7qzs&ht=tk&f=51696.51699&a=51041524&app=typekit&e=css");

@font-face {
font-family:"area-normal";
src:url("https://use.typekit.net/af/ce56d9/0000000000000000774b9fcb/30/l?subset_id=2&fvd=n9&v=3") format("woff2"),url("https://use.typekit.net/af/ce56d9/0000000000000000774b9fcb/30/d?subset_id=2&fvd=n9&v=3") format("woff"),url("https://use.typekit.net/af/ce56d9/0000000000000000774b9fcb/30/a?subset_id=2&fvd=n9&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:900;font-stretch:normal;
}

@font-face {
font-family:"area-normal";
src:url("https://use.typekit.net/af/911b4f/0000000000000000774b9fbd/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/911b4f/0000000000000000774b9fbd/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/911b4f/0000000000000000774b9fbd/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-area-normal { font-family: "area-normal",sans-serif; }



@font-face {
    font-family: 'coiny';
		src: url('webfonts/SharpGroteskBold20.eot'); /* IE9 Compat Modes */
		src: url('webfonts/SharpGroteskBold20.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
					url('webfonts/SharpGroteskBold20.woff2') format('woff2'),
					url('webfonts/SharpGroteskBold20t.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
  font-family: 'CanvasBasic-Sans';
  src: url('webfonts/CanvasBasic-Sans/font.woff2') format('woff2'), url('webfonts/CanvasBasic-Sans/font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.CanvasBasic-Sans { 
	font-family: CanvasBasic-Sans;
	font-size: 140%;
}




@font-face {
	font-family: 'broad';
	src: url('webfonts/BROAD/broad_I7PJ7Wy3m9.woff') format('woff'), url('webfonts/BROAD/broad_I7PJ7Wy3m9.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
.broad { 
	font-family: broad;
	font-size: 140%;
}


html, body {
	height: 100%;
 	min-height:100%;
}
body {
	color: #fff;
	font-family: "area-normal", sans-serif;
	line-height: 1.3;
	background-color: #000;
	
	background-image: url('/images_2025/bg_black.jpg');
	background-size: 100%;
	background-attachment: fixed;
}





a {
	text-decoration: none;
}
a:hover {
}

.space_top_big {
	margin-top: 90px;
}
.space_top_mid {
	margin-top: 60px;
}
.space_top {
	margin-top: 30px;
}
.space_top_mini {
	margin-top: 10px;
}
.space_bot_big {
	margin-bottom: 90px;
}
.space_bot_mid {
	margin-bottom: 60px;
}
.space_bot {
	margin-bottom: 30px;
}
.space_bot_mini {
	margin-bottom: 10px;
}


.coiny {
	
}

.relative {
	position: relative;
}
.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.white {
	color: #fff !important;
}
.gold_links a {
	color: #9f8234;
}
.yellow {
	color: var(--color_yellow);
}


.text_formatting a {
	color: var(--color_yellow);
}

.text_formatting b, .text_formatting .bold {
	font-weight: 900;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	-webkit-appearance: none;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}
.img_square {
	width: 100%;
	padding-bottom: 100%;
	background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.img_16_9 {
	width: 100%;
	padding-bottom: 56.25%;
	background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 767px) {

	body {
		font-size: 14px;
	}
	.burger_menu_link {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.font_9 {
		font-size: 9px;
	}
	.font_16 {
		font-size: 11px;
	}
	.font_20 {
		font-size: 14px;
	}
	.font_30 {
		font-size: 18px;
	}
	.font_34 {
		font-size: 20px;
	}
	.font_40 {
		font-size: 28px;
	}
	.font_48 {
		font-size: 34px;
	}
	.button {
		padding: 5px 10px;
		font-size: 18px;
	}
	.font_lineup {
		font-size: 16px;
	}

}
@media (min-width: 768px) {

	body {
		font-size: 18px;
	}
	.burger_menu_link {
		font-size: 16px;
		color: #000;
	}
	.font_9 {
		font-size: 9px;
	}
	.font_16 {
		font-size: 16px;
	}
	.font_20 {
		font-size: 20px;
	}
	.font_30 {
		font-size: 30px;
	}
	.font_34 {
		font-size: 34px;
	}
	.font_40 {
		font-size: 40px;
	}
	.font_48 {
		font-size: 48px;
	}
	.button {
		padding: 10px 20px;
		font-size: 24px;
	}
	.font_lineup {
		font-size: 40px;
	}
}

.bg_black {
	background-color: #000;
}
.bg_size_orange {
	background-image: url(/images_2021/bg_size_orange.jpg);
	background-size: 100%;
}
.bg_size_white {
	background-image: url(/images_2021/bg_size_white.jpg);
	background-size: 100%;
}
.bg_pink {
	background: #ee7ab0;
}

.bg_graduation {
	background: rgb(64,64,64);
	background: radial-gradient(circle, rgba(64,64,64,1) 0%, rgba(38,38,38,1) 100%);
}
.GraduationCap {
	position: absolute;
	top: 0;
	right: -10.5%;
	width: 40%;
	height: auto; 
}
.GraduationSideGraphic {
	position: absolute;
	top: 0;
	width: 15%;
}

.GraduationSideGraphicLeft {
	left: 0;
}
.GraduationSideGraphicRight {
	right: 0;
}


.bg_corner {
	position: absolute;
	left: 0;
	bottom: 0;
}
.bg_side_right {
	position: absolute;
	right: 0;
	bottom: 30%;
	height: 40%;
}

.button {
	display: inline-block;
	color: #000!important;
	cursor: pointer;
	font-weight: 900;
	transition: scale 0.2s ease-out;
}
.button:hover {
	text-decoration: none;
	scale: 1.05;
	}
}
.button_size_orange {
	color: #dd6f3d;
	border-color: #dd6f3d !important;
}
.button_size_orange:hover {
	color: #dd6f3d;
}

.training_menu {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 10px;
}


.custom-gutter > [class*='col-'] {
    padding-right:5px;
    padding-left:5px; 
}
.custom-gutter > [class*="col-"]:first-child {
  padding-left:15px;
} 
.custom-gutter > [class*="col-"]:last-child {
  padding-right:15px;
}
@media (max-width: 991px) {

	.custom-gutter > [class*="col-"]:nth-child(3) {
	  padding-right:15px;
	}
	.custom-gutter > [class*="col-"]:nth-child(4) {
	  padding-left:15px;
	}
	
}



.header_holder {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	font-weight: 900;
}



.header_logo {
}

.header_logo_in_menu svg {
	height: 35px;
	margin-bottom: 30px;
}
.header_buy_tickets {
	margin-left: 20px;
}
.hamburger {
	cursor: pointer;
}
.header_elements {
	display: inline-block;
}
.header_socials {
	height: 30px;
}




@media (max-width: 767px) {

	.header_holder {
		padding: 10px 15px;
		min-height: 45px;
	}
	.header_holder_pushdown {
		height: 45px;
	}
	
	.header_elements {
		height: 30px;
	}

}
@media (min-width: 768px) {

	.header_holder {
		padding: 20px 20px;
		min-height: 60px;
	}
	.header_holder_pushdown {
		height: 110px;
	}
	.header_elements {
		height: 70px;
	}
	.header_elements_buy_tickets {
		height: 104px;
		margin-top: -17px;
		margin-bottom: -17px;
	}
	
}



@media (max-width: 1199px) {

	.burger_menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 1001;
		transition: all 0.3s;
		opacity: 0;
	  visibility: hidden;
		background: linear-gradient(90deg, rgba(246, 221, 151, 0.8) 0%, rgba(246, 221, 151, 0.8) 100%);
	}
	.burger_menu.visible {
		opacity: 1;
	  visibility: visible;
	}	

	
	.burger_menu_header {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1002;    
		padding: 15px 15px;
	}
		
	.burger_menu_links_holder {
		width: 100%;
		height: 100%;
	}
	
	.header_socials_holder {
		margin-top: 30px;
	}
	.header_socials {
		height: 30px;
	}

}
@media (min-width: 1200px) {

	.burger_menu_link {
		margin-left: 15px;
		font-size: 14px;
	}

}



.header_image {
	display: block;
	width: 100%;
	height: auto;
}


.footer_holder {
	padding-bottom: 50px;
}

.footer_image {
	display: block;
	width: 100%;
	height: auto;
}
.foot_sponsors {
  margin-left: -8px;
  margin-right: -8px;
  padding: 0;
  text-align: center;
}
.foot_sponsor {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
  vertical-align: middle;
}
.foot_sponsor img {
  width: auto;
	height: 45px;
}



@media (max-width: 767px) {

}
@media (min-width: 768px) {

	.w-md-25 {
		width: 25%;
	}
	.w-md-50 {
		width: 50%;
	}
	.w-md-75 {
		width: 75%;
	}
	
}
@media (min-width: 992px) {

	.w-lg-25 {
		width: 25%;
	}
	.w-lg-50 {
		width: 50%;
	}
	.w-lg-75 {
		width: 75%;
	}
	
}
@media (min-width: 1200px) {

}


@media (max-width: 767px) {

	.bg_corner {
		width: 50%;
	}
	.border_box {
		border: 2px solid #ffffff;
	}
	.border_bottom {
		border-bottom: 2px solid #fff;
	}
	.border_top {
		border-top: 2px solid #ffffff;
	}

	.box_spacing_outer_pad {
		padding: 25px 10px 40px;
	}
	.box_spacing_outer {
		margin: 25px 10px 40px;
	}
	.box_spacing_inner {
		padding: 30px 25px;
	}

}
@media (min-width: 768px) {


	.bg_corner {
		width: 30%;
	}
	.border_box {
		border: 2px solid #ffffff;
	}
	.border_bottom {
		border-bottom: 2px solid #ffffff;
	}
	.border_top {
		border-top: 2px solid #ffffff;
	}

	.box_spacing_outer_pad {
		padding: 60px 0px 80px;
	}
	.box_spacing_outer {
		margin: 60px 0px 80px;
	}
	.box_spacing_inner {
		padding: 30px 50px;
	}


}



.icon {
	position: absolute;
}

.overlay_rip_bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.block_button_top {
	font-family: 'broad';
	color: #000;
	font-size: 32px;
	margin-bottom: 20px;
	background-image: url('/images_2025/bg_yellow.png');
	display: inline-block;
	padding: 5px 20px;
}

@media (max-width: 767px) {

	.icon_boss {
		top: -25px;
		right: -20px;
		width: 80px;
	}
	.icon_discover {
		bottom: -25px;
		right: -15px;
		width: 100px;
	}
	.icon_uk_top_left {
		top: -25px;
		left: -5px;
		width: 50px;
	}
	.icon_international_top_left {
		top: -25px;
		left: -15px;
		width: 150px;
	}
	.icon_discover_top_left {
		top: -25px;
		left: -15px;
		width: 100px;
	}
	.icon_timeline_top_left {
		top: -25px;
		left: -15px;
		width: 100px;
	}
	.icon_information_top_left {
		top: -25px;
		left: -15px;
		width: 100px;
	}
	.icon_our_sponsors {
		top: -25px;
		left: -15px;
		width: 100px;
	}
	.icon_eye {
		bottom: -10px;
		right: -20px;
		width: 90px;
	}
	.icon_opportunities {
		top: -10px;
		left: -10px;
		width: 100px;
	}
	.icon_sound {
		bottom: 0px;
		right: 00px;
		width: 80px;
	}
	.icon_hand {
		bottom: 200px;
		right: -30px;
		width: 60px;
	}
	.icon_more_coming_soon {
		bottom: 0;
		left: 20%;
		width: 60%;
	}
	.icon_ufo {
		bottom: -60px;
		right: -30px;
		width: 200px;
	}

	.icon_timeline_top_right {
		top: -2px;
		right: -2px;
	}

}
@media (min-width: 768px) {

	.icon_boss {
		top: -45px;
		right: -65px;
		width: 150px;
	}
	.icon_discover {
		bottom: -40px;
		right: -35px;
		width: 200px;
	}
	.icon_uk_top_left {
		top: -40px;
		left: -15px;
		width: 100px;
	}
	.icon_timeline_top_left {
		top: -70px;
		left: -35px;
		width: 300px;
	}
	.icon_international_top_left {
		top: -40px;
		left: -35px;
		width: 300px;
	}
	.icon_discover_top_left {
		top: -40px;
		left: -35px;
		width: 200px;
	}
	.icon_information_top_left {
		top: -40px;
		left: -35px;
		width: 200px;
	}
	.icon_our_sponsors {
		top: -40px;
		left: -35px;
		width: 200px;
	}
	.icon_eye {
		bottom: -20px;
		right: -60px;
		width: 140px;
	}
	.icon_opportunities {
		top: -30px;
		left: -50px;
		width: 200px;
	}
	.icon_sound {
		bottom: 0px;
		right: 100px;
		width: 140px;
	}
	.icon_hand {
		bottom: 100px;
		right: -120px;
		width: 100px;
	}
	.icon_more_coming_soon {
		bottom: 0;
		left: 40%;
		width: 20%;
	}
	.icon_ufo {
		bottom: -120px;
		right: -40px;
		width: 340px;
	}
	.icon_timeline_top_right {
		top: -3px;
		right: -3px;
	}

}




.home_profiles_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  cursor: pointer;
	opacity: 0;
  transition: all linear .2s;
  overflow: hidden;
}
.home_profiles_overlay:hover {
	opacity: 1;
}
.home_profiles_overlay_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_profiles_overlay_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10%;
	text-align: center;
}



.home_opportunity_button_holder {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767px) {

	.home_opportunity_block {
		width: 100%;
	}
	.home_opportunity_block:nth-of-type(2) {
  	border-top: 2px solid #000;
  	border-bottom: 2px solid #000;
	}
	
	.home_opportunity_block > .img_square {
		padding-bottom: 50%;
	}
	.home_opportunity_button_holder {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {

	.homepage_poster {
		width: 50%;
		display: inline-block;
	}
	.home_opportunity_block_holder {
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
	}
	.home_opportunity_block {
		width: 33%;
  	border-left: 2px solid #000;
  	border-right: 2px solid #000;
	}
	.home_opportunity_block:nth-of-type(2) {
	}
	
	.home_opportunity_block > .img_square {
		padding-bottom: 150%;
	}
	.home_opportunity_block_training > .img_square  {
		padding-bottom: 100%;
	}
	
	.home_opportunity_button_holder {
		margin-bottom: 60px;
	}
	.home_opportunity_button_holder .button {
		font-size: 20px;
	}

}


.lineup_icons_holder {
	padding: 10px;
	display: none;
}

.lineup_icons_holder a {
	margin-left: 20px;
	margin-right: 20px;
}
.lineup_icons_holder a:hover, .lineup_icons_holder a.selected {
	text-decoration: none;
	color: #fff;
}

.lineup_icons_holder a:hover .lineup_icon .st0, .lineup_icons_holder a:hover .lineup_icon .st1 {
	fill: #fff;
}
.lineup_icon {
	height: 15px;
	vertical-align: inherit;
}

.lineup_grid_headliner {
}
.lineup_grid_normal {
}

.lineup_list_artist {
	display: inline-block;
	text-transform: uppercase;
}
.lineup_list_artist a:hover {
	text-decoration: none;
	color: #000;
}


.profile_text_box {
	height: 100%;
	padding: 8%;
}
.profile_socials {
	height: 45px;
}
@media (max-width: 767px) {
	.profile_text_box {
		border-top: none;
	}
	.border_box_profile_image {
		border-left: none;
		border-right: none;
		border-top: none;
	}
}
@media (min-width: 768px) {
	.profile_text_box {
		border-right: none;
	}
	.border_box_profile_image {
		border-right: none;
		border-top: none;
	}
}

.profile_text_box table {
	width: 100%;
}
.profile_text_box img {
	max-width: 100%;
}




.discover_header_text {
	padding: 0 4% 4%;
	text-transform: uppercase;
	color: #fff;
}


.launch_name {
	border-left: 3px solid #000;
	padding: 10%;
	text-transform: uppercase;
}

.form input[type=text], .form textarea , .form select {
	background-color: #fff;
  font-size: 16px;
  border: 2px solid #202020;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}


.rip_background {
	width: 100%;
	background-image: url(/images_2022/rip_background.jpg);
	background-position:center bottom;
  background-repeat:no-repeat;
  background-size:cover;
}

.rip_form label {
	font-family: CanvasBasic-Sans;
	font-size: 14px;
}
.rip_checkbox_holder {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}
.video_container {
	position: relative;
}
.video_container video {
	width: 100%;
}


.video_container_ticket_button {
	position: absolute;
}

@media (max-width: 767px) {
	.settimes_overlay {
		position: absolute;
		width: 100%;
		left: 0%;
		top: 50%;
		transform: translateY(-50%);
	}
	.video_container_ticket_button {
		left: 27.7%;
		top: 84.6%;
		width: 44.5%;
	}
}
@media (min-width: 768px) {
	.settimes_overlay {
		position: absolute;
		width: 50%;
		left: 25%;
		top: 50%;
		transform: translateY(-50%);
	}
	.video_container_ticket_button {
		left: 32.6%;
		top: 90%;
		width: 34.7%;
	}
}

.launch_2023_border {
	box-shadow: 0px 0px 16px 8px rgba(94,23,235,0.9), 0px 0px 16px 8px rgba(94,23,235,0.9) inset;
	border: 2px solid #fff;
	border-radius: 2px;
}
.launch_link {
	color: rgb(94,23,235);
}
.launch_link:hover {
	color: rgb(94,23,235);
	text-decoration: underline;
}

/* hide two middle */
.grid-col--2, .grid-col--3 { display: none; }

@media ( min-width: 768px ) {
	.grid-col--2 { display: block; } /* show column 2 */
}

@media ( min-width: 992px ) {
	.grid-col--3 { display: block; } /* show column 3 */
}