html.lock, body.lock {
	overflow: hidden;
}

.launch_video {
	width: 100px;
	height: 100px;
	margin: 0px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	z-index: 10;
}

.launch_video.top-left {
	top: 10px;
	right: auto;
	bottom: auto;
	left: 10px;
}

.launch_video.top-right {
	top: 10px;
	right: 10px;
	bottom: auto;
	left: auto;
}

.launch_video.bottom-left {
	top: auto;
	right: auto;
	bottom: 10px;
	left: 10px;
}

.launch_video.bottom-right {
	top: auto;
	right: 10px;
	bottom: 10px;
	left: auto;
}

.launch_video.center {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1260px) {
	.launch_video {
		width: 80px;
		height: 80px;
	}
}

@media only screen and (max-width: 1050px) {
	.launch_video {
		width: 50px;
		height: 50px;
	}
}

.launch_video .play-btn {
	width: 100%;
	height: 100%;
	display: block;
}

.launch_video .video-play-btn .video-play-btn-bg {
	fill: #2B2B2B;
	enable-background: new;
	cx: 50;
	cy: 50;
	r: 45;
	opacity: 0.2;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.launch_video:hover .video-play-btn .video-play-btn-bg {
	r: 50;
	opacity: 0.4;
}

.launch_video .video-play-btn .video-play-btn-fg {
	fill: #FFFFFF;
}

.video_modal {
  width: 100%;
  height: 100%;
  background: var(--darkbg);
  position: fixed;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
	top: 0px;
}

.video_modal.faded {
  visibility: visible;
  opacity: 1;
}

.video-js .vjs-big-play-button {
  display: none;
}

.video_wrapper {
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.video_wrapper:hover>.hd {
  opacity: 1;
}

.video_wrapper>.hd {
  padding: 0px 5px;
  border: solid 1px #FFF;
  color: #FFF;
  font-size: 24px;
  font-family: sans-serif;
	font-family: var(--fontFamilyCopy);
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.video_wrapper>.hd:hover {
  background: rgba(255, 255, 255, 0.20);
  cursor: pointer;
}

.video_wrapper>.hd.active {
  color: #000;
  background: rgba(255, 255, 255, 1);
}

.video_modal>.close_btn {
    height: 30px;
    width: 30px;
    position: absolute;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    z-index: 9999;
    top: 20px;
    right: 20px;
}

.video_modal>.close_btn:before, .video_modal>.close_btn:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -15px;
    display: block;
    height: 2px;
    width: 30px;
    background-color: #fff;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    cursor: pointer;
}

.video_modal>.close_btn:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.video_modal>.close_btn:hover:before, .video_modal>.close_btn:hover:after {
    transform: rotate(0deg) scale(0.7);
    -webkit-transform: rotate(0deg) scale(0.7);
    -moz-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
}

/* video player */

.hidden {
  display: none;
}

.event_modal .hd {
	padding: 0px 5px;
	border: solid 1px #FFF;
	color: #FFF;
	font-size: 24px;
	font-family: sans-serif;
	font-family: var(--fontFamilyCopy);
	text-transform: uppercase;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 9999;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: none;
}

.event_modal .video_wrapper .hd {
	display: block;
}

.event_modal .hd:hover {
	background: rgba(255, 255, 255, 0.20);
	cursor: pointer;
}

.event_modal .hd.active {
	color: #000;
	background: rgba(255, 255, 255, 1);
}

.event_modal {
	width: 100%;
	height: 0px;
	top: 0px;
	left: 0px;
	padding: 0px;
	position: fixed;
	opacity: 0;
	background-size: cover;
	background-position: center;
	background-color: var(--lightbg);
	z-index: 9997;
	overflow: hidden;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.event_modal .close_event_modal {
	height: 50px;
	width: 50px;
	position: absolute;
	box-sizing: border-box;
	line-height: 60px;
	cursor: pointer;
	outline: none;
	z-index: 9999;
	top: 40px;
	right: 40px;
}

.event_modal .close_event_modal:before, .event_modal .close_event_modal:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -25px;
	display: block;
	height: 2px;
	width: 50px;
	background-color: var(--lighttitles);
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	cursor: pointer;
}

.event_modal .close_event_modal:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
}

.event_modal .close_event_modal:hover:before, .event_modal .close_event_modal:hover:after {
	transform: rotate(0deg) scale(0.7);
	-webkit-transform: rotate(0deg) scale(0.7);
	-moz-transform: rotate(0deg) scale(0.7);
	-ms-transform: rotate(0deg) scale(0.7);
}

@media only screen and (max-width: 1280px) {
	.event_modal .close_event_modal {
		height: 40px;
		width: 40px;
		line-height: 40px;
		top: 20px;
		right: 20px;
	}

	.event_modal .close_event_modal:before, .event_modal .close_event_modal:after {
		margin-left: -20px;
		height: 4px;
		width: 40px;
		border-radius: 2px;
	}
}

.event_modal_container {
	width: 100%;
	margin: 0px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.event_modal_container .event_section {
	padding: 50px 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-moz-transition: -moz-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
	-ms-transition: -ms-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

@media only screen and (max-width: 800px) {
	.event_modal_container .event_section {
		padding: 30px 20px;
	}

	.partnering .event_modal_container .event_section {
		padding: 50px 20px;
	}
}

.event_modal_container .event_section.active {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}

.event_section .image_wrapper {
	width: 100%;
	max-width: 640px;
	margin: 0px auto 20px auto;
	display: block;
	transition: all 0.3s;
	position: relative;
}

.event_section .image_wrapper.circle {
	max-width: 360px;
}

.event_section .event_section_container {
	margin: 0px auto;
	max-width: 1140px;
}

.event_section .image_wrapper .image_container {
	position: relative;
}

.event_section .image_wrapper .image_container .event_image {
	width: 100%;
	padding-top: calc((9/16) * 100%);
	display: block;
	opacity: 1;
	background-size: cover;
	background-position: center;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(0, 0, 0, 1);
}

.event_section .image_wrapper .image_container .image_shadow {
	width: 100%;
	top: 0px;
	bottom: 0px;
	position: absolute;
	z-index: -1 ;
	-webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.event_section .image_wrapper.circle .image_container .event_image {
	width: 80%;
	padding-top: 80%;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.event_section .image_wrapper.circle .image_container .image_shadow {
	position: relative;
	width: 80%;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.vjs-big-play-button {
	display: none !important;
}

.event_section .image_wrapper .event_modal_video {
	width: 100%;
	top: 0px;
	bottom: 0px;
	position: absolute;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
}

.event_image {
	width: 100%;
}

.event_section h1 {
	width: 100%;
	margin: 30px 0px 20px 0px;
	font-family: sans-serif;
	font-family: var(--fontFamilyTitles);
	font-weight: 600;
	font-style: normal;
	line-height: .9em;
	font-size: 30px;
	color: var(--lighttitles);
	text-align: center;
	z-index: 1;
	position: relative;
}

.event_section h2 {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-family: sans-serif;
	font-family: var(--fontFamilyTitles);
	font-weight: 600;
	font-size: 24px;
	line-height: 1em;
	color: var(--lighttitles);
	text-align: center;
}

.event_section p {
	width: 100%;
	margin: 0px auto 25px auto;
	font-family: sans-serif;
	font-family: var(--fontFamilyCopy);
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5em;
	color: var(--lighttext);
	text-align: center;
	text-wrap: balance;
}

.event_section .event_section_content {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto;
	padding: 0px;
}

.event_section .event_section_content>h3 {
	width: 100%;
	margin: 20px auto 18px auto;
	padding: 0px;
	font-family: sans-serif;
	font-family: var(--fontFamilyTitles);
	font-weight: bold;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

.event_section p.disclaimer {
	margin: 20px auto 0px auto;
	padding: 20px 0px 0px 0px;
	border-top: solid 1px rgba(255, 255, 225, 0.10);
	font-family: sans-serif;
	font-family: var(--fontFamilyCopy);
	font-weight: lighter;
	font-size: 12px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.40);
	background: none;
	text-align: center;
}

.event_section p.disclaimer a {
	color: rgba(255, 255, 255, 0.80);
}

.event_section .event_links {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

.event_section .event_links li {
	margin: 5px 5px 5px 1px;
	display: inline-block;
	opacity: 1;
}

@media only screen and (max-width: 1260px) {
	.event_section .image_wrapper {
		width: 100%;
		max-width: 480px;
	}

	.event_section h1 {
		margin: 25px 0px 20px 0px;
		font-size: 30px;
	}

	.event_section p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1050px) {
	.event_section .image_wrapper.circle {
		width: 100%;
		max-width: 360px;
	}

	.event_section p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 800px) {
	.event_modal_container {
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 568px) {
	.event_section h1 {
		margin: 25px 0px 10px 0px;
		font-size: 30px;
	}

	.event_section h2 {
		font-size: 20px;
	}
}

.vjs-big-play-button {
	display: none !important;
}

.event_modal .button-wrapper {
	margin: 10px auto 17px auto;
	display: flex;
	justify-content: center;
	position: relative;
}

.event_modal_buttons li.left_border {
	border-left: solid 1px rgba(0, 0, 0, 0.40);
}

.event_modal_buttons li a {
	width: 100%;
	height: 60px;
	padding: 15px 0px 0px 0px;
	color: #2B2B2B;
	display: block;
	font-family: sans-serif;
	font-family: var(--fontFamilyButton);
	font-size: 24px;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.event_modal_buttons li div.inactive {
	width: 100%;
	height: 60px;
	padding: 15px 0px 0px 0px;
	color: #2B2B2B;
	display: block;
	font-family: sans-serif;
	font-family: var(--fontFamilyButton);
	font-size: 24px;
	letter-spacing: -0.05em;
	word-spacing: -0.05em;
	position: relative;
	overflow: hidden;
}

.event_modal_buttons li a:hover, .event_modal_buttons li a:active, .event_modal_buttons li div.launch_tickets:hover, .event_modal_buttons li div.launch_tickets:active {
	color: #E21930;
	cursor: pointer;
}

.event_modal_buttons li a .ripple {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.10);
	transform: scale(0);
	position: absolute;
	z-index: 1;
	opacity: 1;
	cursor: pointer;
}

.event_tickets {
	margin: 0px;
	padding: 0px;
}

.event_tickets li {
	margin: 25px auto;
	opacity: 0;
	transform: scale(0.20, 0.20);
	-webkit-transform: scale(0.20, 0.20);
	-moz-transform: scale(0.20, 0.20);
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
	-moz-transition: -moz-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.5s;
	-webkit-backface-visibility: hidden;
}

.event_tickets li.active {
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}

.event_tickets li a {
	margin: 10px auto 0px auto;
}


@media (prefers-color-scheme: dark) {
	.event_modal {background-color: var(--darkbg);}
	.event_section h1 {color: var(--darktitles);}
	.event_section h2 {color: var(--darktitles);}
	.event_section p {color: var(--darktext);}
	.event_modal .close_event_modal:before, .event_modal .close_event_modal:after {background-color: var(--darktitles);}
}
