@charset "UTF-8";

@font-face {
    font-family: 'TITLE Medium';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/elc/title/title-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'TITLE Bold';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/elc/title/title-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'BODY';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/elc/body/BODY.woff2') format('woff2');
}
@font-face {
    font-family: 'BODY';
    font-style: normal;
    font-weight: 500;
    src: local(''), url('../fonts/elc/body/BODY-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'BODY';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('../fonts/elc/body/BODY-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'BODY';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/elc/body/BODY-Black.woff2') format('woff2');
}

* {
  margin: 0;
  padding: 0;
}
/* Preferred box-sizing value */
*,*::before,*::after {
    box-sizing: border-box;
}
img {
	 width: 100%;
	display:block;
}

:root {
  --max-body-width: 1980px;
  --padding: 1.5rem;
    
    
  --color-blue-dark: #0a0a0a; 
    
  --color-sec-blue: #00ccff;
  --color-sec-cyan: #21d9e9; 
  --color-sec-orange: #ff9900;
  --color-sec-pink: #ff66cc;
  --color-sec-purple: #cc3399; 

  --color-black: #07192e;
  --color-white: #fff;
  --color-grey: #777;
  --color-light: #f9f7f4;
  --color-text: #d1d1db;
  --color-text-black: #07192e;
  --color-text-grey: var(--color-grey);
  --color-text-white: var(--color-white);
  --color-background: var(--color-blue);
  --color-light-grey:  #d6dbe2;
  --color-teal : #9CC;
  --font-family: 'BODY', sans-serif;
  --font-family-alt: 'TITLE Medium', sans-serif;
  --font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

html {
  font-family: var(--font-family);
  color: var(--color-text);
  background: #000;
  font-weight: 400;
  letter-spacing:0.1px;
  font-size:1em;
  line-height:1.55em;position: relative;
}
body {
    max-width: var(--max-body-width);
    margin: auto;
    position: relative;
}

li {
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: none;
}
button {
  font: inherit;
  background: none;
  border: 0;
  color: currentColor;
  cursor: pointer;
}
strong, b {
  font-weight: 700;

}
small {
  font-size: inherit;
  color: var(--color-text-grey);
}

.bg-light {
	background-color: var(--color-light);
}
.color-light {
	color: var(--color-light);
}
.color-grey {
	color: var(--color-text-grey);
}
.blue-light {
	color: var(--color-blue-light);
}
.blue-medium {
	color: var(--color-blue-medium);
}
.blue-dark {
	color: var(--color-blue-dark);
}

.header {
	position:absolute; left:0;
	z-index:1;
	padding:0;
	width:100%;
}
.notransit {
	transition:none !important;
}


/* =====  MENU  ==================================================== */


.logo-holder {
    position: absolute;
    z-index: 9999;
    display: flex;
    justify-content: center;
    width:100%;
    top:8px;
    left:0;
}

.bg-menu .logo {
    width: 140px;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    transition-delay: 0.75s;
    pointer-events: all;
}
.patty-holder {
	width:100%;
	position:fixed;
    z-index: 9999;
    top:0;
	text-align:right;
    overflow: visible;
}
.patty-holder .container {
    position: relative;
    overflow: visible;
}
.nav-holder {
    position: fixed !important;
    z-index: 99999;
    display: flex;
    justify-content: center;
    width:100%;
    top:0;
    left:0;
    pointer-events: none;
    padding-top: 15px;
}
.bg-menu {
    position: absolute;
    top:0; right:0;
    z-index: 9999;    
    width: 100%;
    max-width: var(--max-body-width);
    text-align: right;
   
    padding: 15px 0;
   
    pointer-events: none;
}
.btn-menu-open {
    float:right;
    pointer-events: auto;
    min-width:2em;
    width: 3vw;
    max-width: 3em;
    cursor: pointer;
  
}
.btn-menu-open .bar {
    width: 100%;
    height: 10px;
    
   
  
}
.btn-menu-close {
    float:right;
    display: none;
    pointer-events: auto;
    min-width:2em;
    width: 3vw;
    max-width: 3em;
    cursor: pointer;
}

#menu {
	position:fixed;
	width:100%;
    max-width: var(--max-body-width);
    height: 100%;
	top:0;
    padding-top: 2em;
    padding-bottom: 2em;
	opacity:1;
	z-index:99998;
	background-color: var(--color-blue-dark);
    transform: translateX(200%);
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-holder-e {
    padding-bottom: 3em;

}
.menu-each-e {
    opacity: 0;
    text-align: center;
    transition: opacity .7s; 
}
.menu-each-e h1, .menu-each-e h2{
    margin-bottom: 0;
}
.menu-each-e .ttle {
    text-transform: uppercase;
    color: #ff8a00;
    cursor: pointer;
}

.menu-each-e .ttle:hover {
    color: #ffc047 !important;
    
}

.menu-each-e:nth-last-child(3) .ttle {
      background: linear-gradient(to bottom right, #ff8a00 0%, #dd4c4f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.menu-each-e:nth-last-child(2) .ttle {
      background: linear-gradient(to bottom right, #d76743 0%, #dd4c4f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.menu-each-e:last-of-type .ttle {
    color: #dd4c4f;
}

.menu-each-e:nth-last-child(3):hover .ttle, .menu-each-e:nth-last-child(2):hover .ttle {
      background: linear-gradient(to bottom right, #ffc047 0%, #ffc047 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu-each-e.active .ttle {
    color: var(--color-white) !important;
    background: linear-gradient(to bottom right, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu-each-e.active:hover .ttle {
    color: var(--color-white);
    background: linear-gradient(to bottom right, #ffffff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    cursor: default;
}

#menu .col-logo {
    min-width: 180px;
    width:18vw;
    max-width:250px;
    margin: auto;
    margin-bottom: 3em;
    opacity: 0;
    transition: opacity .4s, transform .4s;
    cursor: pointer;
}

@media all and (min-width: 768px) { /* Activate full menu */
    .logo-holder {
        top:25px;
    } 
    .nav-holder {
        padding-top: 30px;
    }
    #menu {
        overflow-y: hidden !important;
    }

    
    
}

@media all and (min-width: 992px) { 
    .logo-holder {
        top:30px;
    }
    .nav-holder {
        padding-top: 0px;
    }
    .btn-menu {
        padding: 40px;
        padding-right: 0;
    }  


}
@media all and (min-width: 1200px) { 

    .btn-menu {
        padding: 50px;
        padding-right: 0;
    }
    .bg-menu .logo {
        width: 180px;
    }
 
}
@media all and (min-width: 1400px) {
     
}
@media all and (min-width: 1600px) { 

    .bg-menu .logo {
        width: 200px;
    }   

}
@media all and (min-width: 1900px) { 
    .bg-menu .logo {
        width: 220px;
    }  
    .btn-menu {
        padding: 60px;
        padding-right: 0;
    }  
}

.menu-flex-holder {
    display:flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.menu-flex-holder .btn {
    font-size: 0.8em;
    padding: 2px 18px;
    margin-right: 20px;
 background-image: linear-gradient(to top right, #652273 , #cf2e87);    pointer-events: auto;
    transition: opacity .5s;
}

.menu-flex-holder {
    padding-top: 10px;
    opacity: 0;
    transition: opacity .5s;
    transition-delay: .5s;
}

@media all and (min-width: 768px) { 
    
    .menu-flex-holder {
        padding-top: 0px;
        padding-right: 0px;
    }
    .menu-flex-holder .btn {
        font-size: 1em;
        padding: 2px 18px;
        margin-right: 20px;
    } 
}
@media all and (min-width: 1200px) { 
    
    .menu-flex-holder {
        padding-top: 0px;
        padding-right: 30px;
    }
    .menu-flex-holder .btn {
        padding: 7px 25px;
        font-size: 1.1em;
        margin-right: 25px;
    } 
}
@media all and (min-width: 1600px) { 
    
    .menu-flex-holder {
        padding-top: 0px;
    }
    .menu-flex-holder .btn {
        padding: 7px 25px;
        font-size: 1.15em;
        margin-right: 30px;
    } 
}

.flex-col {
	display:flex;
}
.flex-row {
	text-align:center;
}
.hide-m {
	display:none;
}
.show-m {
	display:block;
}


@media all and (max-width: 767px) { 
    .m-center {
        width: 100%;
        text-align: center;
    }
}
@media all and (min-width: 768px) { 
	.hide-m {
		display:block;
	}
    .show-m {
        display:none;
    }

}
@media all and (min-width: 992px) { 


}
@media all and (min-width: 1200px) { 


}
@media all and (min-width: 1600px) { 

	
}


.social {
  display: flex;
  justify-content: start;
  padding: 0;
}
.social a {
  padding: 1rem .7rem 1rem 0;
}
.social i {
	font-size: 2.2em;
}


.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}


@media all and (min-width: 768px) { /*Min 768*/
    .social i {
        font-size: 2em;
        color: #fff;
    }

}
@media all and (min-width: 1400px) { /*Min 768*/
    .social i {
        font-size: 2.2em;
        color: #fff;
    }

}

h1, h2, h3, h4, h5, h6 {
 /* font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color:var(--color-black);
  font-family: var(--font-family-alt);
  font-weight:500;*/
}

.text a {
  text-decoration: underline;

}
.text :first-child {
  margin-top: 0;
}
.text :last-child {
  margin-bottom: 0;
}
.text p,
.text ul,
.text ol {
  margin-bottom: 1.5rem;
}
.text ul,
.text ol {
  margin-left: 1rem;
}
.text ul p,
.text ol p {
  margin-bottom: 0;
}
.text ul > li {
  list-style: disc;
}
.text ol > li {
  list-style: decimal;
}
.text ul ol,
.text ul ul,
.text ol ul,
.text ol ol {
  margin-bottom: 0;
}

.text .codeblock {
  display: grid;
}
.text code {
  font-family: var(--font-family-mono);
  font-size: 1em;
  background: var(--color-light);
  padding: 0 .5rem;
  display: inline-block;
  color: var(--color-black);
}
.text pre {
  margin: 3rem 0;
  background: var(--color-black);
  color: var(--color-white);
  padding: 1.5rem;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1.5rem;
}
.text pre code {
  padding: 0;
  background: none;
  color: inherit;
}
.text hr {
  margin: 6rem 0;
}
.text dt {
  font-weight: 600;
}
.text blockquote {
  font-size: 1.25rem;
  font-weight:500;
  line-height: 1.325em;
  border-left: 2px solid var(--color-black);
  padding-left: 1rem;
  margin: 3rem 0;
  max-width: 25rem;
}
.text blockquote footer {
  font-weight:400;
  font-size: .875rem;
  font-style: italic;
}
.text figure {
  margin: 3rem 0;
}
.text figcaption {
  padding-top: .75rem;
  color: var(--color-text-grey);
}

hr {
  border: 0;
  background: currentColor;
  height: 2px;
  width: 1.5rem;
  margin: 3rem auto;
}

.align-center {
  text-align: center;
}

.intro {
  max-width: 40rem;
}
.intro *:not(:last-child) {
  margin-bottom: 1em;
}

.cta {
  background: var(--color-black);
  color: var(--color-white);
  display: inline-flex;
  justify-content: center;
  padding: .75rem 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-black);
}

.box {
  background: var(--color-light);
  padding: 1.5rem;
  border: 4px solid var(--color-white);
  outline: 2px solid var(--color-light);
}

.video,
.img {
  position: relative;
  display: block;
  --w: 1;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(--color-black);
}
.img img,
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.img[data-contain] img {
  object-fit: contain;
}
.img-caption,
.video-caption {
  padding-top: .75rem;
  line-height: 1.5em;
}
.video-caption {
    font-weight: 600;
    font-size: 1.05em;
    padding-top: 1em;
}



#footer {
    
}


#footer .logo {
    margin: auto;
    text-align: center;
}
#footer .logo img {
    margin: auto;

}
#footer .sponsors {
   text-align: center;position: relative;
}

#footer .sponsors .each {
    position: relative;
    padding-top: 0em;
}
#footer .sponsors .each-ttl {
    position: absolute;
    width: 100%;
    text-align: center;
    
    opacity: 0.6;
    line-height: 130%;
    top:0; left:0;
    font-size: 0.9em;
}
#footer .copyright {
    font-size: 0.9em;
}
#footer .address {
    text-align: center;
}
@media all and (min-width: 567px) {
}
@media all and (min-width: 768px) {
    #footer .address {
        text-align: left;
    }
    #footer .address .text {
        text-align: left;
        line-height: 180%;
    }    
    #footer .sponsors .each-ttl {
        font-size: 1em;
    }
    #footer .sponsors .each {
        padding-top: 0.5em;
    }
    #footer {
        text-align: left;
    }
    #footer .logo {
        margin: 0;
        text-align: left;
    }
    #footer .logo img {
        margin: 0;
    }
    #footer .sponsors {
        text-align: center;
        grid-template-columns: auto auto auto auto ;
    }
    #footer .sponsors .each {
        padding-top: 0em;
    }

}

@media all and (min-width: 1400px) {
    #footer .sponsors .each-ttl {
        top:1em;
    }
}

/* =====  REGISTER BUTTON  ==================================================== */


.patty {
	position:fixed;
	left:0;
	z-index:9999 !important;
	height:1px;
	width:100%;
	overflow:visible;
    max-width: var(--max-body-width);
    margin: auto;
    padding: 0;
}
.patty .container {
	overflow:visible;
	height:1px;
	width:100%;
}
.patty .block {
	overflow:visible;
	height:1px;
	margin:0 auto;
	display:flex;
}
.patty-holder {
	width:100%;
	position:relative;
	text-align:right;
}
@media all and (min-width: 768px) { /*Min 1900*/
	.patty {
		display:block;
        font-size: 0.9em !important;
	}
	
}
@media all and (min-width: 118.75em) { /*Min 1900*/
	.patty {
		font-size: 1em !important;
	}
	
}
@media all and (min-width: 137.5em) { /*Min 2200*/
	.patty {
		font-size: 1.2em !important;
	}
	
}
@media all and (min-width: 156.25em) { /*Min 2500*/
	.patty {
		font-size: 1.3em !important;
	}
}

.reg-btn {
    top:calc(var(--gutter-row)/2);
    right:0;
    z-index: 99;
    transform: translateX(-1em);
    margin-top: -1em;
    display: none;
}

.reg-btn .btn {
    border-radius: 50%;
    width:6em; height: 6em;
    background-image: linear-gradient(to top right, #652273 , #cf2e87);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right:0;
    opacity: 1;
    
    transform: translateY(0%) scale(1);
    transition: transform .4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
    font-size: 1em;
}
.reg-btn .btn .txt {
    font-size: 0.85em;
    text-align: center;
    line-height: 130%;
    padding-top: 10px;
}

@media all and (min-width: 767px) { /*Min 768*/
    .reg-btn {
        transform: translateX(-3em);
        margin-top: 0;
    }
    .reg-btn .btn {
        width:7em; height: 7em;
    }
    .reg-btn .btn .txt {
        font-size: 0.9em;
        line-height: 125%;
    }
}
@media all and (min-width: 1200px) { /*Min 768*/
    .reg-btn .btn {
        width:7.5em; height: 7.5em;
    }
    .reg-btn .btn .txt {
        font-size: 0.95em;
        line-height: 130%;
    }
}
@media all and (min-width: 1900px) { /*Min 1900*/
    .reg-btn .btn {
        width:7.5em; height: 7.5em;
    }
    .reg-btn .btn .txt {
        font-size: 0.95em;
        line-height: 130%;
    }
}
@media all and (min-width: 2200px) { /*Min 768*/
    .reg-btn .btn {
        width:7em; height: 7em;
    }
    .reg-btn .btn .txt {
        font-size: 0.9em;
        line-height: 130%;
    }
}


.reg-btn .btn:hover {
    /*color: var(--color-black);
    background: var(--color-yellow);*/
    transform: translateY(0%) scale(1.15) !important;
}


.btn {
    display: inline-block;
    padding: 5px 25px;
    border-radius:2em;
    color: white;
    background-image: linear-gradient(to right, #652273 , #cf2e87);
}
.btn:hover {
    background-image: linear-gradient(to right, #cf2e87 , #ef50a8);
}


/*** FLICKITY BUTTON ***/


/* position outside */
.flickity-button {
  background: white;
}
.flickity-prev-next-button.previous {
  left: 3px;
}
.flickity-prev-next-button.next {
  right: 3px;
}
.flickity-prev-next-button {
  width: 36px; height: 36px;
}
@media all and (min-width: 768px) { /*Min 768*/
    .flickity-prev-next-button {
      width: 40px; height: 40px;
    }
    .flickity-prev-next-button.previous {
      left: -10px;
    }
    .flickity-prev-next-button.next {
      right: -10px;
    }
}
@media all and (min-width: 1200px) { /*Min 768*/
    .flickity-prev-next-button.previous {
      left: -5px;
    }
    .flickity-prev-next-button.next {
      right: -5px;
    }
    .flickity-prev-next-button {
      width: 40px; height: 40px;
    }
}
@media all and (min-width: 1600px) { /*Min 768*/
    .flickity-prev-next-button.previous {
      left: -10px;
    }
    .flickity-prev-next-button.next {
      right: -10px;
    }
    .flickity-prev-next-button {
      width: 50px; height: 50px;
    }
}