/*======================================================================
    MIXINS & EXTENDS
======================================================================*/
.clearfix,
.Socials,
.Subline,
.Subline-block,
.Subline-block-content {
  zoom: 1;
}
.clearfix:before,
.Socials:before,
.Subline:before,
.Subline-block:before,
.Subline-block-content:before,
.clearfix:after,
.Socials:after,
.Subline:after,
.Subline-block:after,
.Subline-block-content:after {
  content: "";
  display: table;
}
.clearfix:after,
.Socials:after,
.Subline:after,
.Subline-block:after,
.Subline-block-content:after {
  clear: both;
}
.full-size,
.full-size-absolute,
.full-size-relative {
  width: 100%;
  height: 100%;
}
.full-size-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.full-size-relative {
  position: relative;
  top: 0;
  left: 0;
}
.center-absolute,
.content {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.smooth-font,
.font-default,
.font-bold,
.font-light,
.font-title,
body,
h1,
h2,
h3,
h4,
.Subline-block h3 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.unglitch-3d {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@font-face {
  font-family: 'Tungsten';
  src: url("../assets/fonts/Tungsten/medium/TungstenMedium.eot");
  src: url("../assets/fonts/Tungsten/medium/TungstenMedium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Tungsten/medium/TungstenMedium.woff") format("woff"), url("../assets/fonts/Tungsten/medium/TungstenMedium.ttf") format("truetype"), url("../assets/fonts/Tungsten/medium/TungstenMedium.svg#Tungsten") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UniSans';
  src: url("../assets/fonts/UniSans/regular/Uni-Sans-Regular.eot");
  src: url("../assets/fonts/UniSans/regular/Uni-Sans-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniSans/regular/Uni-Sans-Regular.woff") format("woff"), url("../assets/fonts/UniSans/regular/Uni-Sans-Regular.ttf") format("truetype"), url("../assets/fonts/UniSans/regular/Uni-Sans-Regular.svg#UniSans") format("svg");
  font-weight: normal;
  font-style: normal;
}
.font-default,
body,
.Subline-block h3 {
  font-family: 'UniSans';
}
.font-bold {
  font-weight: normal;
}
.font-light {
  font-weight: normal;
}
.font-title,
h1,
h2,
h3,
h4 {
  font-family: 'Tungsten';
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
}
/*======================================================================
    BASE
======================================================================*/
html {
  box-sizing: border-box;
  border-collapse: collapse;
  line-height: 1;
  font-family: sans-serif;
}
* {
  margin: 0;
  padding: 0;
  border-collapse: inherit;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
*:not(body) {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
body {
  position: relative;
}
[hidden] {
  display: none !important;
}
ul,
ol,
menu {
  list-style: none;
}
a {
  color: inherit;
}
fieldset {
  border: none;
}
body {
  margin: 0;
  overflow: hidden;
  background: #232323;
  color: #1a1818;
  fill: #1a1818;
  background-size: cover;
  background-position: bottom center;
}
body.reverse body,
body.reverse svg,
body.reverse h1,
body.reverse h2,
body.reverse h3,
body.reverse li,
body.reverse a,
body.reverse span,
body.reverse p {
  fill: #fff;
  color: #fff;
}
body.reverse #logo-offf-stroke path,
body.reverse #logo-offf-stroke circle {
  stroke: #fff;
}
body.reverse .Subline-block-border,
body.reverse .Headline-separator,
body.reverse .BackgroundButton-back,
body.reverse .Subline-block-background,
body.reverse .Subline--mobile .Subline-block .Subline-background--mobile,
body.reverse .BackgroundButton-filled,
body.reverse .BackgroundButton-filled:hover,
body.reverse .Infos p .highlight {
  background-color: #fff !important;
}
body.reverse .BackgroundButton .BackgroundButton-content span {
  -webkit-transition: color 0.6s;
          transition: color 0.6s;
}
body.reverse .BackgroundButton:hover .BackgroundButton-content,
body.reverse .BackgroundButton:hover .BackgroundButton-content span,
body.reverse .Subline-block--right:hover h2,
body.reverse .Subline--mobile a,
body.reverse .BackgroundButton-filled .BackgroundButton-content,
body.reverse .Infos p .highlight {
  color: #1a1818 !important;
}
body.reverse .BackgroundButton-content,
body.reverse .BackgroundButton-filled:hover .BackgroundButton-content {
  color: #fff !important;
}
body.reverse .BackgroundButton-filled .BackgroundButton-back,
body.reverse .BackgroundButton-filled:hover .BackgroundButton-back {
  background-color: #1a1818 !important;
}
canvas,
.webgl,
.overlay {
  width: 100%;
  height: 100%;
}
#symbols {
  display: none;
}
.webgl {
  position: fixed;
}
.poster {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.content {
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  background-size: cover;
  background-position: center center;
  bacground-repeat: no-repeat;
  width: 94%;
}
.content .wrapper {
  display: none;
  height: 100%;
  position: relative;
  margin: auto;
  margin-left: 11%;
  padding-top: 7%;
}
footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 6%;
  width: 100%;
}
h1 {
  margin: 1em 0;
}
h1 svg {
  width: 280px;
  max-height: 155.55555555555554px;
}
h1 svg * {
  color: #f00;
}
.dg .c:hover .selector,
.dg .selector.drag {
  width: 124px !important;
}
a {
  text-decoration: none;
}
/*======================================================================
    RESPONSIVE
======================================================================*/
@media screen and (max-width: 1024px) {
  .content {
    width: 90%;
  }
  .content .wrapper {
    margin-left: 3%;
    padding-top: 4%;
  }
  .content h1 {
    margin: 1em 0;
  }
  .content h1 svg {
    width: 200px;
    max-height: 111.11111111111111px;
  }
}
@media screen and (max-width: 600px) {
  body {
    overflow-y: scroll;
  }
  .content h1 svg {
    width: 150px;
    max-height: 83.33333333333333px;
  }
}
@media all and (max-width: 600px) and (orientation: landscape) {
  .content {
    width: 95%;
  }
  .content .wrapper {
    margin-left: 0;
    padding-top: 0 !important;
  }
}
@media all and (max-width: 600px) and (orientation: portrait) {
  .content {
    width: 85%;
  }
  .content .wrapper {
    margin-left: 0;
    padding-top: 2%;
  }
}
@media screen and (max-height: 860px) {
  .content .wrapper {
    margin-left: 0;
    padding-top: 3%;
  }
  footer {
    padding-bottom: 3%;
  }
}
@media screen and (max-height: 740px) {
  .content {
    width: calc(100% - 50px);
  }
  .content .wrapper {
    margin-left: 0;
    padding-top: 15px;
  }
  footer {
    padding-bottom: 15px;
  }
  h1 svg {
    width: 180px;
    max-height: 100px;
  }
}
@media screen and (max-height: 500px) {
  .content h1 {
    margin: 0.5em 0;
  }
  .content h1 svg {
    width: 100px !important;
    max-height: 55.55555555555556px !important;
  }
  footer {
    padding-bottom: 2%;
  }
}
.BackgroundButton {
  position: relative;
  cursor: pointer;
}
.BackgroundButton-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1818;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.BackgroundButton-content {
  color: #1a1818;
  position: relative;
}
.BackgroundButton-content {
  -webkit-transition: color 0.6s;
          transition: color 0.6s;
}
.BackgroundButton:hover {
  background: none;
}
.BackgroundButton:hover .BackgroundButton-back {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  background: #1a1818;
}
.BackgroundButton:hover .BackgroundButton-content,
.BackgroundButton:hover .BackgroundButton-content span {
  color: #fff;
}
.BackgroundButton-filled {
  background: #1a1818;
}
.BackgroundButton-filled .BackgroundButton-back {
  background: #fff;
}
.BackgroundButton-filled .BackgroundButton-content,
.BackgroundButton-filled .BackgroundButton-content span {
  color: #fff;
}
.BackgroundButton-filled:hover {
  background: #1a1818;
}
.BackgroundButton-filled:hover .BackgroundButton-back {
  background: #fff;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.BackgroundButton-filled:hover .BackgroundButton-content,
.BackgroundButton-filled:hover .BackgroundButton-content span {
  color: #1a1818;
}
.Headline {
  position: relative;
  margin: 15px 0;
}
.Headline-arrow {
  display: inline-block;
  vertical-align: middle;
}
.Headline-arrow svg {
  width: 16px;
  max-height: 16px;
}
.Headline-title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 1.3em;
  -webkit-perspective: 100;
          perspective: 100;
}
.Headline-separator {
  margin: 10px 0;
  height: 1px;
  width: 18%;
  opacity: 0.2;
  background-color: #1a1818;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
@media screen and (max-width: 600px) {
  .wrapper > .Headline:first-child {
    display: none;
  }
  .Headline-title {
    font-size: 1em;
  }
  .Headline-separator {
    margin: 10px 0;
    width: 14em;
  }
}
.Infos {
  margin-bottom: 6%;
}
.Infos p {
  line-height: 1.2em;
  display: inline-block;
}
.Infos .Presentation {
  display: block;
}
.Infos a {
  display: inline-block;
  padding: 4px 2px 0px 2px;
  text-transform: uppercase;
}
.Infos .highlight {
  background: #1a1818;
  color: #fff;
  font-weight: normal;
  padding: 3px 2px 0px 3px;
}
.Infos .Headline {
  display: none;
}
@media screen and (max-width: 480px) {
  .Infos {
    margin-top: 20%;
  }
  .Infos p {
    font-size: 0.8em;
  }
  .Infos .Headline {
    display: block;
  }
}
@media screen and (max-height: 840px) {
  .Infos {
    margin-bottom: 35px;
  }
}
@media screen and (max-height: 740px) {
  .Infos {
    margin-bottom: 15px;
  }
}
.Socials li {
  display: inline-block;
  margin-right: 0.5em;
}
.Socials svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.Socials a:hover svg {
  fill: #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 600px) {
  .Socials {
    display: none;
    float: none;
  }
}
@media screen and (max-height: 600px) {
  .Socials {
    float: none;
    display: none;
  }
}
.Speakers {
  width: 50%;
}
.Speakers a {
  text-decoration: none;
}
.Speakers li {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 0.9em;
}
.Speakers li .BackgroundButton {
  display: block;
  text-decoration: none;
}
.Speakers li .BackgroundButton-content {
  padding: 4px;
  padding-bottom: 1px;
}
.Speakers .among {
  padding: 4px;
  padding-bottom: 1px;
}
@media screen and (max-width: 1280px) {
  .Speakers {
    width: 80%;
  }
  .Speakers li {
    line-height: 1;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 460px) {
  .Speakers {
    display: none;
    margin-bottom: 10px;
  }
  .Speakers li {
    font-size: 0.75em;
  }
  .Speakers .city {
    display: none;
  }
  .Speakers-headline {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .Speakers {
    width: 100%;
  }
  .Speakers li {
    font-size: 0.75em;
  }
}
.Sponsors {
  position: absolute;
  right: 0;
  top: 0;
}
.Sponsors .Headline-separator {
  width: 15.1em;
}
.Sponsors-block {
  display: inline-block;
  margin-left: 0.5em;
}
.Sponsors-block .Headline-title {
  padding-left: 0;
}
.Sponsors-block .Headline-separator {
  width: 9em;
}
.Sponsors svg {
  width: 30px;
  height: 18px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.Sponsors a:hover svg {
  fill: #fff;
}
@media screen and (max-width: 600px) {
  .Sponsors {
    float: none;
    display: none;
  }
}
@media screen and (max-height: 600px) {
  .Sponsors {
    float: none;
    display: none;
  }
}
.Subline {
  position: relative;
  margin-bottom: 3%;
}
.Subline--mobile {
  display: none;
  color: #1a1818;
}
.Subline--mobile .Subline-background--mobile {
  background-color: #1a1818;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 0px;
}
.Subline-dot {
  font-size: 2em;
  margin: 0 10px;
}
.Subline .BackgroundButton {
  top: 0.3em;
}
.Subline .BackgroundButton-content {
  line-height: 1;
  padding: 10px;
  padding-bottom: 5px;
}
.Subline-block {
  float: left;
  line-height: 4em;
  height: 4em;
  padding: 0 20px;
  padding-top: 4px;
  text-align: center;
  position: relative;
}
.Subline-block-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1818;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.Subline-block--right:hover .Subline-block-background {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.Subline-block--right:hover h2 {
  color: #fff;
}
.Subline-block:first-child {
  border-right: 0;
}
.Subline-block--right {
  float: right;
}
.Subline-block-content > div,
.Subline-block-content > h3 {
  float: left;
}
.Subline-block h3 {
  font-size: 1.75em;
}
.Subline-block h3 sup {
  font-size: 0.4em;
  top: 0;
  position: relative;
}
.Subline-block h2 {
  font-size: 3em;
  -webkit-transition: color 0.2s;
          transition: color 0.2s;
  letter-spacing: 1.2px;
}
.Subline-block-border {
  background-color: #1a1818;
  opacity: 0.2;
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.Subline-block-border--top,
.Subline-block-border--bottom {
  left: 0;
  height: 1px;
  width: 100%;
}
.Subline-block-border--left,
.Subline-block-border--right {
  top: 0;
  width: 1px;
  height: 100%;
}
.Subline-block-border--top {
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.Subline-block-border--bottom {
  bottom: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.Subline-block-border--left {
  left: 0;
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
.Subline-block-border--right {
  right: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (max-width: 1280px) {
  .Subline .BackgroundButton {
    top: 0.5em;
    line-height: 1;
    padding: 10px;
    padding-bottom: 5px;
  }
  .Subline .BackgroundButton-content {
    line-height: 1;
    padding: 5px 10px 6px 10px;
  }
  .Subline-block {
    line-height: 4em;
    height: 4em;
    padding: 3px 10px 10px 10px;
  }
  .Subline-block h3 {
    font-size: 1.3em;
  }
  .Subline-block h2 {
    font-size: 2.2em;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 1024px) {
  .Subline-block:first-child {
    width: auto;
  }
  .Subline-block h3 {
    font-size: 1em;
  }
  .Subline-block h2 {
    font-size: 2em;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 800px) {
  .Subline-block:first-child {
    width: auto;
  }
  .Subline-block h3 {
    font-size: 1em;
  }
  .Subline-block h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
  }
}
@media all and (max-width: 700px) and (orientation: landscape) {
  .Subline-dot {
    font-size: 1em;
    margin-right: 2px;
  }
  .Subline-block {
    line-height: 3em;
    height: 3em;
  }
  .Subline-titleStrong.BackgroundButton {
    top: 0.75em;
    line-height: 1;
    padding: 0;
  }
  .Subline-block:first-child {
    width: auto;
  }
  .Subline-block h2 {
    font-size: 1.3em;
    letter-spacing: 1px;
  }
  .Subline-block h3 {
    font-size: 0.8em;
  }
}
@media all and (orientation: portrait) {
  .Subline--mobile {
    display: block;
    margin-bottom: 3em;
  }
  .Subline--mobile a {
    color: #fff;
  }
  .Subline-titleStrong.BackgroundButton {
    top: 0.2em;
    line-height: 1;
    padding: 10px 10px 10px 5px;
    margin-bottom: 2em;
  }
  .Subline-dot {
    font-size: 1em;
    margin: 0 4px;
  }
  .Subline-block {
    line-height: 3.7em;
    height: 3.7em;
    float: none;
    padding: 10px auto;
  }
  .Subline-block-content {
    display: inline-block;
  }
  .Subline-block:first-child {
    width: 100%;
  }
  .Subline-block:first-child .Subline-block-border--bottom {
    display: none;
  }
  .Subline-block:nth-child(2) {
    line-height: 3em;
    height: 3em;
  }
  .Subline-block:nth-child(2) .Subline-block-border--top {
    width: 70%;
    left: 15%;
  }
  .Subline-block .BackgroundButton,
  .Subline-block .BackgroundButton h3 {
    padding: 0;
    line-height: 1em;
  }
  .Subline-block .BackgroundButton {
    top: 10px;
  }
  .Subline-block h3 {
    font-size: 1.2em;
  }
  .Subline-block h2 {
    font-size: 2.9em;
    letter-spacing: 1.5px;
  }
  .Subline-block#event-book {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .Subline--mobile {
    display: block;
    margin-bottom: 3em;
  }
  .Subline--mobile a {
    color: #fff;
  }
  .Subline-titleStrong.BackgroundButton {
    top: 0.2em;
    line-height: 1;
    padding: 10px 10px 10px 5px;
    margin-bottom: 2em;
  }
  .Subline-dot {
    font-size: 1em;
    margin: 0 4px;
  }
  .Subline-block {
    line-height: 3.7em;
    height: 3.7em;
    float: none;
    padding: 10px auto;
  }
  .Subline-block-content {
    display: inline-block;
  }
  .Subline-block:first-child {
    width: 100%;
  }
  .Subline-block:first-child .Subline-block-border--bottom {
    display: none;
  }
  .Subline-block:nth-child(2) {
    line-height: 3em;
    height: 3em;
  }
  .Subline-block:nth-child(2) .Subline-block-border--top {
    width: 70%;
    left: 15%;
  }
  .Subline-block .BackgroundButton,
  .Subline-block .BackgroundButton h3 {
    padding: 0;
    line-height: 1em;
  }
  .Subline-block .BackgroundButton {
    top: 10px;
  }
  .Subline-block h3 {
    font-size: 1.2em;
  }
  .Subline-block h2 {
    font-size: 2.9em;
    letter-spacing: 1.5px;
  }
  .Subline-block#event-book {
    display: none;
  }
}
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .Subline,
  .Subline--mobile {
    width: 50%;
    text-align: left;
  }
  .Subline-block {
    line-height: 4em;
    height: 4em;
  }
  .Subline-block h2 {
    font-size: 3.4em;
    letter-spacing: 2px;
  }
  .Subline-block h3 {
    font-size: 1em;
  }
  .Subline-titleStrong.BackgroundButton {
    top: -4px !important;
  }
}
@media screen and (max-height: 1024px) {
  .Subline--mobile {
    margin-top: 15%;
  }
}
@media screen and (max-height: 740px) {
  .Subline {
    margin-bottom: 15px;
  }
}
@media screen and (max-height: 600px) {
  .Subline--mobile {
    margin-top: 12%;
    margin-bottom: 3em;
  }
}
@media screen and (max-height: 500px) {
  .Subline {
    margin-bottom: 4%;
  }
}
/*# sourceMappingURL=main.css.map */