/* ACCENT COLORS */
:root {
  --a: #3576ED; /* blue */
  --b: #e7effd; /* light blue */
  --y: #FCF770; /* yellow */
}
@font-face {
    font-family: 'pn';
    src: url('css/Metropolis-SemiBold.woff2') format('woff2'),
         url('css/Metropolis-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pnb';
    src: url('css/Metropolis-Black.woff2') format('woff2'),
         url('css/Metropolis-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html,body,div,li,img,a {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
}
body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-optical-sizing: auto;
	font-family: 'pn','-apple-system','lato', 'Helvetica Neue', Arial, sans-serif;
	background-color: #151515;
	color: white;
}
b,h1,h2,h3,h4,#t,strong{
  font-family:'pnb','-apple-system','lato', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#loader svg, .loader svg {
  width: 4em;
  transform-origin: center;
  animation: rotate 2s linear infinite;
}
#loader circle, .loader circle {
  fill: none;
  stroke: var(--a);
  stroke-width: 4;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {100% {transform: rotate(360deg);}}
@keyframes dash {
  0% {stroke-dasharray: 1, 200;stroke-dashoffset: 0;}
  50% {stroke-dasharray: 90, 200;stroke-dashoffset: -35px;}
  100% {stroke-dashoffset: -125px;}
}
#loader {
	text-align: center;
	transition: opacity .3s;
	padding-top: 3em;
}
.logo {
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1.5em;
}
.logo svg {
	width: auto;
	height: 2em;
}
.logo path:nth-of-type(n+8) {
    fill: white;
}
#c1 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	overflow: auto;
}
body.b #c1 {
	overflow: hidden;
}
.c {
	padding: .5em;
	margin-right: auto;
	margin-left: auto;
}
.c li {
	width: 50%;
	float: left;
}
.c li div {
	background-color: #2e2e2e;
	border-radius: 9vw;
	margin-bottom: 1em;
	margin-right: .5em;
	margin-left: .5em;
	text-align: center;
	padding: 10vw;
	transition: all .3s;
}
.c li.a div {
	opacity: .2;
	transform: scale(.9);
}
.c li img {
	height: auto;
	width: 20em;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	opacity: 0;
	transition: opacity .3s;
}
.c li img.l {
	opacity: 1;
}
.f {
	padding-right: 1em;
	padding-left: 1em;
	clear: left;
}
.f a {
	text-decoration: none;
	background-color: #2e2e2e;
	display: block;
	color: white;
	text-align: center;
	margin-bottom: 1em;
	border-radius: 9em;
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.f img {
	position: absolute;
	top: 1.3em;
}
.f span {
	padding-left: 2em;
}
.s {
	text-align: center;
	opacity: .5;
	padding-top: 1em;
	padding-bottom: 3em;
}
.s a {
	display: inline-block;
}
.s img {
	height: 3em;
}
#d {
	position:fixed;
	color: black;
	background-color: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(6px);  
	-webkit-backdrop-filter: blur(6px);
	border-radius: 1em 1em 0 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 1em 1em 2em;
	z-index: 2;
	height: calc(100% - 3em);
	transition: all .3s;
	transform: translate(0,100%);
	opacity: 0;
	overflow: hidden;
}
body.b #d {
	opacity: 1;
	transform: translate(0,calc(100% - 10em));
}
body.b.d #d, body.d #d {
	opacity: 1;
	transform: translate(0,0);
}
#b {
	background-color: rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 7px 8px 5px;
	border-radius: 9em;
	color: #737373;
	position: absolute;
	z-index: 5;
	backdrop-filter: blur(6px);  
	-webkit-backdrop-filter: blur(6px);
}
#t {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 1.5em;
	padding-top: 1em;
}
#c {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	overflow: auto;
}
.sms {
	text-align: center;
}
.sms a {
	text-decoration: none;
	background-color:#F5CC44;
	color: #604a00;
	display: inline-block;
	border-radius: 9em;
	padding: .9em 1.4em;
	margin-top: .8em;
	position: relative;
}
.sms svg {
	position: absolute;
	top: .7em;
	color: #8f6e00;
}
.sms span {
	padding-left: 1.7em;
}
.e {
	padding: 1em 1em 2em;
}
.e li, .r li {
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 1em;
	overflow: hidden;
	margin-bottom: .3em;
	position: relative;
	padding-left: 4em;
	padding-top: 1em;
	padding-bottom: 1em;
	transition: all .3s ease-in-out;
	max-height: 1.6em;
}
.r li {
	padding: 1.4em;
	max-height: .8em;
}
.r .re {
	opacity: 0;
	transition: all .3s;
}
.r .re a {
	color: #de7a4a;
}
.bh {
	margin-top: 1em;
	font-size: 1.2em;
}
.e li:before {
	content: 'LIVE NOW';
	position: absolute;
	color: white;
	border-radius: 9em;
	background-color: #EF776B;
	font-size: .7em;
	padding: .3em .6em;
	z-index: 1;
	top: .3em;
	left: .3em;
	display: none;
}
.e li.live:before {
	display: inline-block;
	animation: fadeToHalf 1s infinite alternate;
}
@keyframes fadeToHalf {from {transform: scale(.8);
}to {transform: scale(1);
}}
.e .b {
	width: .5em;
	height: 2em;
	position: absolute;
	left: 3em;
	top: .8em;
	border-radius: 9em;
}
.e .d {
	position: absolute;
	text-align: center;
	left: .7em;
	top: .8em;
}
.e .d b {
	font-size: 1.5em;
}
.e .d div {
	text-transform: uppercase;
	font-size: .7em;
	opacity: .5;
}
.e .cal {
	font-size: .8em;
	color: gray;
}
.tb {
	text-align: center;
	font-size: 1.5em;
	padding-top: 1em;
}
.e .n {
	white-space: nowrap;
}
.e .tog, .r .tog {
	position: absolute;
	background-color: #eeeeee;
	border-radius: 9em;
	padding: .3em .3em .1em;
	top: .8em;
	right: .8em;
	color: #9f9f9f;
	transition: all .3s;
}
.e li.a .tog, .r li.a .tog {
	transform: rotate(180deg);
	background-color: transparent;
}
.des {
	padding-top: 1em;
	margin-left: -3em;
	color: #595959;
	padding-right: 1em;
	transition: all .3s;
	opacity: 0;
}
.e li.a, .r li.a {
	max-height: 200vh;
	background-color: white;
}
.e li.a .des, .r li.a .re {
	opacity: 1;
}
.des a {
	color: black;
}
.bd {
	font-size: 1.1em;
	letter-spacing: -.05em;
	color: black;
	margin-bottom: .5em;
}
.e .loc {
	opacity: .5;
	margin-top: 1em;
}
.e .loc svg {
	width: 1em;
	height: 1em;
}
.e .loc span {
	position: relative;
	font-size: .8em;
	top: -.2em;
	padding-left: .2em;
}
.ah {
	background-color: #2d2d2d;
	border-radius: 1em;
	text-align: center;
	padding: 1em;
	margin-right: auto;
	margin-left: auto;
	color: gray;
	width: 17em;
	max-width: 80%;
	display: none;
	margin-bottom: 2em;
}
.ah svg {
	margin-bottom: 0.5em;
	opacity: .5;
}
.y {
	padding: 4em 1em 0;
	position: relative;
	text-align: center;
}
.y svg {
	width: 16vw;
	display: block;
	position: absolute;
	bottom: 19vw;
	height: 16vw;
	left: 50%;
	transform: translateX(-50%);
	opacity: .8;
}
.y img {
	max-width: 100%;
	height: auto;
	border-radius: 1em;
	overflow: hidden;
}
.but {
	text-decoration: none;
	display: inline-block;
	background-color: #F5CC44;
	color: black;
	padding: 1em 1.5em;
	border-radius: 9em;
	margin-left: .2em;
	margin-right: .2em;
	margin-bottom: .4em;
}
.scr {
	text-align: center;
	border-radius: 1em;
	margin-bottom: 1em;
	color: black;
	padding: 1em;
	font-size: 1.2em;
}
.it {
	width: 100%;
	height: auto;
	transition: opacity .3s;
	aspect-ratio: 16 / 9;
	opacity: 0;
}

/* ADVENT */
.ad {
	padding: 0 1em .5em;
	cursor: pointer;
	display: none;
}
.ad img {
	display: block;
	width: 100%;
	border-radius: 9vw;
	overflow: hidden;
}
.art h1, .art h2, .art .lead { text-align: center;}
.art h2 {
	margin-bottom: 0;
	color: #2c3f4d;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-size: 1.4em;
	text-indent: .15em;
}
.art .lead { margin-top: .2em;}
.art a {color: #ca321c;}
.art blockquote {
	color: #2c3f4d;
	border-left: .3em solid #2c3f4d;
	margin-left: 0;
	padding-left: 1em;
}
.art ul {padding-left: 2em;}
.art li {list-style: disc;}
.a2 {
	padding: 5em;
	font-size: .9em;
}
.a2 img {
	display: block;
	width: 100%;
	border-radius: 1em;
}
.a2 .break {
	margin-top: 5em;
}



@media only screen and (min-width : 600px) {
	.c li { width: 33.333333333333%; }
	.c li div { border-radius: 6vw; padding: 6vw;	}
}
@media only screen and (min-width : 760px) {
	.c li { width: 25%; }
	.c li div { border-radius: 4vw; padding: 5vw;	}
}
@media not all and (display-mode: standalone) {
  .ah { display: block; }
}
@media print {
  .break {
  	page-break-before: always;
  }
}