@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  width: 100%;
  height: 100%;
  color: black; }

#container {
  margin: 0 auto;
  width: 90vw; }
  @media (min-width: 768px) {
    #container {
      margin: 0 60px; } }

img {
  max-width: 100%; }

a, .join-button {
  transition: filter .5s; }
  a:hover, .join-button:hover {
    cursor: pointer;
    filter: invert(1); }

table {
  border-collapse: collapse; }

th, td {
  border: 1px solid white;
  padding: 0.5em; }

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

@font-face {
  font-family: "Euphoria";
  src: url("../fonts/euphoria/Euphoria-Regular.woff") format("woff"), url("../fonts/euphoria/Euphoria-Regular.ttf") format("truetype"), url("../fonts/euphoria/Euphoria-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 1 999;
  font-display: swap;
  src: url("../fonts/inter/Inter.var.woff2?v=3.13") format("woff2"); }
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter/Inter.var.woff2?v=3.13") format("woff2"); }
@font-face {
  font-family: "Avenir";
  src: url(".../fonts/avenir/Avenir-light.eot") format("embedded-opentype");
  src: url("../fonts/avenir/Avenir-light.eot#iefix") format("embedded-opentype"), url("../fonts/avenir/Avenir-light.woff") format("woff"), url("../fonts/avenir/Avenir-light.ttf") format("truetype"), url("../fonts/avenir/Avenir-light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SpaceMono";
  src: url("../fonts/space-mono/SpaceMono-Regular.eot") format("embedded-opentype");
  src: url("../fonts/space-mono/SpaceMono-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/space-mono/SpaceMono-Regular.woff") format("woff"), url("../fonts/space-mono/SpaceMono-Regular.ttf") format("truetype"), url("../fonts/space-mono/SpaceMono-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello/fontello.eot?46220673");
  src: url("../fonts/fontello/fontello.eot?46220673#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff?46220673") format("woff"), url("../fonts/fontello/fontello.ttf?46220673") format("truetype"), url("../fonts/fontello/fontello.svg?46220673#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?46220673#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-facebook:before {
  content: '\e800'; }

/* '' */
.icon-twitter:before {
  content: '\e801'; }

/* '' */
.icon-instagram:before {
  content: '\e802'; }

/* '' */
.icon-flickr:before {
  content: '\e803'; }

/* '' */
.icon-youtube:before {
  content: '\e804'; }

/* '' */
.icon-ticket:before {
  content: '\e805'; }

/* '' */
.icon-clock:before {
  content: '\e806'; }

/* '' */
.icon-calendar:before {
  content: '\e807'; }

/* '' */
.icon-location:before {
  content: '\e808'; }

/* '' */
.icon-retweet:before {
  content: '\e809'; }

/* '' */
.icon-flash:before {
  content: '\e80a'; }

/* '' */
.icon-link:before {
  content: '\e80b'; }

/* '' */
.icon-cancel:before {
  content: '\e80c'; }

/* '' */
.icon-ok:before {
  content: '\e80d'; }

/* '' */
.icon-tumblr:before {
  content: '\e80e'; }

/* '' */
.icon-left-arrow:before {
  content: '\e80f'; }

/* '' */
.icon-right-arrow:before {
  content: '\e810'; }

/* '' */
.icon-menu:before {
  content: '\e811'; }

/* '' */
.icon-gray-area:before {
  content: '\e812'; }

/* '' */
body {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 135%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

p {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }

h1 {
  font-family: "SpaceMono", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 103.7%;
  text-transform: uppercase;
  margin-top: 2em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 72px; } }

h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 64px;
  line-height: 63px; }

h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 140%; }

p {
  padding: .5em 0; }

a, a:visited {
  text-decoration: none;
  color: black;
  font-weight: 600; }

p a {
  text-decoration: underline; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%; }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.schedule .timezone-selector {
  margin-top: 2em;
  font-family: 'SpaceMono';
  max-width: 300px;
  height: 55px;
  line-height: 55px;
  background: rgba(196, 196, 196, 0.01);
  box-shadow: inset 0px 1px 14px rgba(149, 0, 0, 0.9);
  border-radius: 11px;
  display: flex; }
.schedule .timezone-item {
  display: block;
  text-align: center;
  height: 100%;
  width: 33%; }
  .schedule .timezone-item.selected {
    background: rgba(255, 115, 148, 0.26);
    box-shadow: inset 0px 1px 14px rgba(149, 0, 0, 0.9);
    border-radius: 11px; }
.schedule .schedule-date {
  font-family: 'SpaceMono';
  background: rgba(115, 255, 213, 0.26);
  box-shadow: inset 0px 1px 14px rgba(65, 149, 0, 0.9);
  border-radius: 22px;
  padding-left: 25px;
  text-transform: uppercase;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  margin: 40px 0; }
  @media (min-width: 768px) {
    .schedule .schedule-date {
      width: auto;
      height: 90px;
      line-height: 90px;
      font-size: 32px;
      margin: 60px 0 40px 350px; } }
.schedule .schedule-item {
  display: flex;
  font-size: 15px;
  margin-bottom: 15px; }
  .schedule .schedule-item a {
    font-weight: 400;
    display: block; }
  @media (min-width: 768px) {
    .schedule .schedule-item {
      margin-bottom: 25px;
      font-size: 36px; } }
.schedule .schedule-time, .schedule .schedule-title {
  font-weight: normal;
  min-height: 35px;
  height: auto;
  padding-top: 5px;
  line-height: 22px;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .schedule .schedule-time, .schedule .schedule-title {
      height: 67px;
      line-height: 67px;
      border-radius: 15px; } }
  .schedule .schedule-time.schedule-item-exhibition, .schedule .schedule-title.schedule-item-exhibition {
    box-shadow: inset 0px 1px 14px #629A9D; }
  .schedule .schedule-time.schedule-item-performance, .schedule .schedule-title.schedule-item-performance {
    box-shadow: inset 0px 1px 14px #5E25FF; }
  .schedule .schedule-time.schedule-item-lounge, .schedule .schedule-title.schedule-item-lounge {
    box-shadow: inset 0px 1px 14px #A59400; }
  .schedule .schedule-time.schedule-item-talk, .schedule .schedule-time.schedule-item-keynote, .schedule .schedule-title.schedule-item-talk, .schedule .schedule-title.schedule-item-keynote {
    box-shadow: inset 0px 1px 14px #D881F7; }
  .schedule .schedule-time.live-now, .schedule .schedule-title.live-now {
    background: #DB75E7;
    box-shadow: 0px 1px 14px #A900C5; }
.schedule .schedule-time {
  min-width: 120px;
  margin-right: 20px;
  padding-top: 5px;
  text-align: center;
  font-style: normal;
  font-family: 'SpaceMono';
  text-transform: uppercase;
  color: #000000; }
  @media (min-width: 768px) {
    .schedule .schedule-time {
      min-width: 300px;
      margin-right: 50px; } }
  .schedule .schedule-time.live-now a {
    display: flex;
    justify-content: space-between;
    padding-right: 1em; }
  .schedule .schedule-time.live-now .live-text {
    font-family: 'SpaceMono';
    font-style: normal;
    display: flex; }
  .schedule .schedule-time.live-now .live-dot {
    margin: .2em .5em 0 .5em;
    height: 10px;
    width: 10px;
    background-color: #04FF0E;
    box-shadow: 0px 1px 14px #04FF0E;
    border-radius: 50%;
    display: inline-block; }
    @media (min-width: 768px) {
      .schedule .schedule-time.live-now .live-dot {
        line-height: 20px;
        height: 20px;
        width: 20px; } }
.schedule .schedule-title {
  padding-left: 25px;
  flex-grow: 1;
  font-family: 'Inter';
  font-style: italic;
  font-weight: normal;
  background: rgba(196, 196, 196, 0.01); }

body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  color: black; }

h1.page-title {
  margin-top: .5em; }

.page-header {
  margin: 1em 0 3em 0;
  font-size: 24px;
  line-height: 120%;
  width: 100%; }
  @media (min-width: 768px) {
    .page-header {
      width: 780px;
      font-size: 32px; } }
  .page-header .page-header-title {
    font-size: .7em;
    font-weight: 600; }

body.home {
  color: #ffffff;
  background-color: #000000;
  background-image: url("../images/bg-mobile2.jpg"); }
  @media (min-width: 768px) {
    body.home {
      background-image: url("../images/bg.jpg"); } }
  body.home .header-text span {
    text-shadow: 0px 0.68px 3.68px #C1C0EC, 0px 1.32px 4.13px rgba(255, 255, 255, 0.76); }

body.page-id-575 {
  color: 900;
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, #085196 100%); }
  @media (min-width: 768px) {
    body.page-id-575 .entry-content {
      columns: 2; } }
  body.page-id-575 .content-segment.heading {
    cursor: pointer;
    box-shadow: inset 0px 1px 14px rgba(29, 0, 78, 0.85);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 1em; }
    body.page-id-575 .content-segment.heading h3:after {
      content: "↓"; }
    @media (min-width: 768px) {
      body.page-id-575 .content-segment.heading {
        box-shadow: none;
        padding: 0; } }

body.page-id-130 {
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, #DFCD2B 100%); }
  body.page-id-130 .workshops-list-item {
    padding: 65px 0; }
    @media (min-width: 768px) {
      body.page-id-130 .workshops-list-item {
        display: flex;
        flex-direction: row; } }
    body.page-id-130 .workshops-list-item img {
      width: 100%;
      height: 300px;
      filter: drop-shadow(0px 4px 30px rgba(119, 0, 0, 0.5)); }
      @media (min-width: 768px) {
        body.page-id-130 .workshops-list-item img {
          width: 760px;
          height: 460px; } }
    @media (min-width: 768px) {
      body.page-id-130 .workshops-list-item .workshop-info {
        margin-left: 80px; } }
    body.page-id-130 .workshops-list-item .workshop-info h3 b {
      font-size: 0.8em; }
    body.page-id-130 .workshops-list-item .workshop-title {
      font-size: 36px;
      line-height: 140%; }
    body.page-id-130 .workshops-list-item .workshop-instructor {
      margin-top: 20px; }
      body.page-id-130 .workshops-list-item .workshop-instructor a {
        font-weight: 300; }
    body.page-id-130 .workshops-list-item .workshop-date {
      margin: 1em 0 2em 0;
      line-height: 140%; }

body.page-id-1281 {
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, #D9930F 100%); }
  body.page-id-1281 .content-group:not(:last-child) {
    display: flex;
    flex-direction: row;
    padding: 40px 0;
    position: relative;
    overflow-x: scroll; }
    @media (min-width: 768px) {
      body.page-id-1281 .content-group:not(:last-child) {
        padding-left: 5em; } }
    body.page-id-1281 .content-group:not(:last-child):after {
      content: '';
      position: absolute;
      right: 50px;
      top: 50%;
      width: 0;
      height: 0;
      transform: rotate(45deg);
      border-left: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-top: 50px solid white;
      clear: both;
      filter: drop-shadow(4px 5px 10px white);
      mix-blend-mode: difference; }
    body.page-id-1281 .content-group:not(:last-child) .content-segment.heading {
      position: relative;
      min-width: 100px; }
      body.page-id-1281 .content-group:not(:last-child) .content-segment.heading h3 {
        font-family: 'SpaceMono';
        font-size: 80px;
        font-weight: 500;
        position: absolute;
        height: 70px;
        line-height: 50px;
        bottom: 0px;
        text-align: center;
        text-decoration-line: underline;
        text-transform: uppercase;
        transform: rotate(-90deg);
        transform-origin: top left; }
        @media (min-width: 768px) {
          body.page-id-1281 .content-group:not(:last-child) .content-segment.heading h3 {
            font-size: 110px;
            line-height: 0px; } }
    body.page-id-1281 .content-group:not(:last-child) .content-segment.gallery .gallery-wrap {
      display: flex;
      flex-direction: row;
      overflow-x: auto; }
    body.page-id-1281 .content-group:not(:last-child) .content-segment.gallery img {
      flex: 0 0 auto;
      max-width: 540px;
      max-height: 300px; }
      @media (min-width: 768px) {
        body.page-id-1281 .content-group:not(:last-child) .content-segment.gallery img {
          max-width: 640px;
          max-height: 365px; } }
    body.page-id-1281 .content-group:not(:last-child) .content-segment:last-child {
      text-align: center;
      min-width: 70%;
      position: relative; }
      @media (min-width: 768px) {
        body.page-id-1281 .content-group:not(:last-child) .content-segment:last-child {
          min-width: 25vw; } }
      body.page-id-1281 .content-group:not(:last-child) .content-segment:last-child a {
        border-radius: 150px;
        box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.5);
        position: absolute;
        padding: .5em 1em;
        top: 40%;
        left: 10%;
        width: 80%; }
  body.page-id-1281 .content-group:last-child {
    display: block;
    margin-top: 2em; }
    body.page-id-1281 .content-group:last-child h3 {
      text-align: center;
      font-family: 'SpaceMono';
      font-weight: 500;
      transform: none;
      position: relative;
      margin: 1em;
      text-decoration: underline;
      text-transform: uppercase;
      font-size: 18px; }
      @media (min-width: 768px) {
        body.page-id-1281 .content-group:last-child h3 {
          font-size: 32px; } }
    body.page-id-1281 .content-group:last-child .lineup-list {
      columns: 2; }
      @media (min-width: 768px) {
        body.page-id-1281 .content-group:last-child .lineup-list {
          columns: 5; } }
      body.page-id-1281 .content-group:last-child .lineup-list a {
        color: black;
        font-size: 24px;
        line-height: 130%; }
        body.page-id-1281 .content-group:last-child .lineup-list a h5 {
          font-weight: 300; }
        body.page-id-1281 .content-group:last-child .lineup-list a:hover {
          text-decoration: underline; }

body.page-id-72 {
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, #7CA50C 100%); }
  body.page-id-72 h2 {
    margin: 2em 0 .6em 0; }
  body.page-id-72 .program-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    body.page-id-72 .program-items br {
      line-height: 1.2em; }
  body.page-id-72 .program-item {
    width: 100%;
    margin-bottom: 1em;
    background: rgba(196, 196, 196, 0.01);
    box-shadow: inset 0px 1px 14px rgba(29, 0, 78, 0.85);
    border-radius: 20px;
    display: flex;
    flex-direction: row; }
    @media (min-width: 768px) {
      body.page-id-72 .program-item {
        margin: 20px;
        width: 420px; } }
    body.page-id-72 .program-item img.program-item-headshot {
      width: 100px;
      height: 100px;
      margin: 10px;
      filter: drop-shadow(0px 4px 30px rgba(119, 0, 0, 0.5));
      border-radius: 10px; }
    body.page-id-72 .program-item .program-item-content {
      margin: 10px; }
      body.page-id-72 .program-item .program-item-content .instructor-link {
        display: none; }
        @media (min-width: 768px) {
          body.page-id-72 .program-item .program-item-content .instructor-link {
            display: block; } }
    body.page-id-72 .program-item .program-workshops .program-item-title {
      font-size: 18px; }
      @media (min-width: 768px) {
        body.page-id-72 .program-item .program-workshops .program-item-title {
          font-size: 24px; } }
    body.page-id-72 .program-item .program-item-title {
      font-family: 'Inter', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 24px;
      line-height: 135%; }
      body.page-id-72 .program-item .program-item-title a {
        line-height: 150%; }
    body.page-id-72 .program-item a, body.page-id-72 .program-item .social a {
      color: black; }
    body.page-id-72 .program-item .social, body.page-id-72 .program-item .ellipsis-text {
      display: none; }
      @media (min-width: 768px) {
        body.page-id-72 .program-item .social, body.page-id-72 .program-item .ellipsis-text {
          display: inline; } }
    body.page-id-72 .program-item .program-item-footer {
      display: block;
      text-align: left; }
      @media (min-width: 768px) {
        body.page-id-72 .program-item .program-item-footer {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          margin-top: 10px; } }
    body.page-id-72 .program-item .read-more {
      margin-top: 5px;
      font-size: 16px;
      line-height: 19px; }
      body.page-id-72 .program-item .read-more a {
        text-decoration-line: underline; }
  body.page-id-72 .sponsors {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    body.page-id-72 .sponsors li {
      margin: 1em 2em;
      width: 280px;
      height: 130px;
      mix-blend-mode: normal; }

body.page-id-50 {
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, #085196 100%);
  background-blend-mode: multiply; }
  body.page-id-50 .page-header {
    line-height: 140%;
    font-size: 24px; }
    body.page-id-50 .page-header h2 {
      font-family: Inter;
      font-size: 40px;
      line-height: 120%;
      font-weight: 300;
      padding-bottom: 1.2em; }
  body.page-id-50 .exhibition-media {
    margin: 1em 0; }
    body.page-id-50 .exhibition-media img {
      width: 100vw; }
  body.page-id-50 .content-segment h3 {
    text-transform: uppercase;
    font-size: 24px; }

body.page-id-1729 {
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, #FFFFFF 0%, #CE9EE5 100%); }
  body.page-id-1729 h1 {
    margin-bottom: 1em; }
  @media (min-width: 768px) {
    body.page-id-1729 .content-segment.gallery {
      float: left;
      margin-right: 2em; } }
  body.page-id-1729 .content-segment.gallery img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 4px 30px rgba(119, 0, 0, 0.5)); }
    @media (min-width: 768px) {
      body.page-id-1729 .content-segment.gallery img {
        width: 760px; } }
  body.page-id-1729 .content-group {
    clear: both;
    margin-bottom: 100px; }
    @media (min-width: 768px) {
      body.page-id-1729 .content-group {
        min-height: 460px; } }

.page-id-1750 {
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, #555555 0%, #000 100%);
  color: #ffffff; }
  .page-id-1750 a {
    color: #ffffff; }
  .page-id-1750 #top-nav {
    filter: invert(1); }
  @media (min-width: 768px) {
    .page-id-1750 .page-header {
      display: flex;
      width: 100%; }
      .page-id-1750 .page-header .page-header-description {
        min-width: 40vw;
        margin-right: 5vw;
        width: 40vw; } }
  .page-id-1750 .attend .levels {
    margin: 3em 0; }
    @media (min-width: 768px) {
      .page-id-1750 .attend .levels {
        margin-top: 0; } }

/* tickets */
.attend .explain {
  margin-top: 0; }
.attend .levels {
  display: block;
  margin-top: 1em; }
  .attend .levels:hover {
    cursor: pointer; }
  .attend .levels a {
    text-decoration: none; }
.attend .level {
  margin-bottom: 2em; }
  .attend .level ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .attend .level.level-member {
    color: #E037F7; }
  .attend .level.level-solidarity {
    color: #EDD924; }
  .attend .level.level-cocreator {
    color: #4ABEB4; }
  .attend .level.level-cultivator {
    color: #A8DD11; }
.attend .join-button {
  width: 40%;
  max-width: 40%;
  text-align: center; }
  @media (min-width: 768px) {
    .attend .join-button {
      width: 25%;
      max-width: 25%;
      text-align: left; } }
  .attend .join-button img {
    mix-blend-mode: hard-light;
    width: 100%;
    max-width: 100%; }
.attend .level-meta {
  display: flex;
  flex-direction: row;
  font-weight: 800; }
  .attend .level-meta .name {
    text-transform: uppercase;
    margin-top: 0.2em;
    font-size: 1.5em; }
  .attend .level-meta .level-info {
    margin-top: 0em;
    margin-left: 0.3em; }
  .attend .level-meta .price {
    display: block; }
.attend .level-description {
  margin-left: 0.8em;
  font-weight: normal;
  font-size: .9em; }
.attend .ticket-button {
  mix-blend-mode: difference;
  filter: invert(1);
  display: flex;
  align-items: center;
  justify-content: center; }
  .attend .ticket-button img {
    width: 100%;
    margin: auto; }

.single.single-bio, .single.single-workshop {
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(0, 18, 179, 0.8) 100%);
  font-size: 18px; }
  @media (min-width: 768px) {
    .single.single-bio, .single.single-workshop {
      font-size: 24px; } }
  @media (min-width: 768px) {
    .single.single-bio h1, .single.single-workshop h1 {
      margin: 1.3em 0; } }
  .single.single-bio h3, .single.single-workshop h3 {
    margin-bottom: 1em; }
  .single.single-bio .project-description, .single.single-workshop .project-description {
    font-size: 1.3em;
    line-height: 1.3em; }
  .single.single-bio .workshop-date, .single.single-workshop .workshop-date {
    line-height: 1.5em;
    font-size: 22px;
    font-weight: 800; }
  .single.single-bio .workshop-enroll, .single.single-workshop .workshop-enroll {
    width: 200px;
    margin-top: 2em;
    text-align: center; }
    .single.single-bio .workshop-enroll a, .single.single-workshop .workshop-enroll a {
      padding: 1em 0 .9em 0;
      display: block; }
  .single.single-bio .project-media img, .single.single-workshop .project-media img {
    width: 100vw;
    margin: 1em 0; }
  @media (min-width: 768px) {
    .single.single-bio .project-content, .single.single-workshop .project-content {
      width: 760px;
      margin-top: 60px; } }
  .single.single-bio .bio, .single.single-workshop .bio {
    margin: 80px 0; }
    @media (min-width: 768px) {
      .single.single-bio .bio, .single.single-workshop .bio {
        display: flex;
        flex-direction: row; } }
    .single.single-bio .bio h3, .single.single-workshop .bio h3 {
      margin-bottom: .6em; }
    .single.single-bio .bio .biography, .single.single-workshop .bio .biography {
      width: 100%;
      line-height: 134.52%; }
      @media (min-width: 768px) {
        .single.single-bio .bio .biography, .single.single-workshop .bio .biography {
          width: 400px; } }
    .single.single-bio .bio a, .single.single-workshop .bio a {
      color: black;
      text-decoration: underline;
      font-weight: 500; }
    @media (min-width: 768px) {
      .single.single-bio .bio .headshot, .single.single-workshop .bio .headshot {
        margin-left: 60px; } }
    .single.single-bio .bio img, .single.single-workshop .bio img {
      width: 200px;
      height: 200px; }
      @media (min-width: 768px) {
        .single.single-bio .bio img, .single.single-workshop .bio img {
          width: 400px;
          height: 400px;
          box-shadow: 0px 4px 30px rgba(119, 0, 0, 0.5); } }
    .single.single-bio .bio i, .single.single-workshop .bio i {
      width: 30px; }

.enroll-button {
  background: #7635FF;
  color: #ffffff !important;
  font-size: 32px;
  padding: 15px 25px;
  border-radius: 50px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  box-shadow: 0px 0.85379px 1.27194px #000000, 0px 3.28161px 10.2169px rgba(255, 255, 255, 0.7); }

.header-wrapper {
  position: relative;
  mix-blend-mode: difference; }
  @media (min-width: 768px) {
    .header-wrapper {
      width: 80%; } }
  @media (min-width: 768px) {
    .header-wrapper {
      position: absolute;
      top: 0; } }
  .header-wrapper .header {
    min-height: 350px; }
    @media (min-width: 768px) {
      .header-wrapper .header {
        display: flex;
        flex-direction: row; } }
    .header-wrapper .header .header-text {
      width: 100%;
      margin-top: 1em;
      /* GrayArea Festival */
      font-family: "Euphoria";
      font-style: normal;
      text-align: justify;
      text-transform: uppercase; }
      .header-wrapper .header .header-text a {
        z-index: 2001;
        color: #511EDD;
        font-weight: 300; }
      .header-wrapper .header .header-text .full-width {
        display: none;
        margin-left: 4rem;
        overflow: hidden;
        font-size: 8vw;
        line-height: 1.0em;
        mix-blend-mode: difference;
        text-shadow: 0px 3px 3px #000000, 0px 16px 16.91px rgba(62, 39, 5, 0.56); }
        @media (min-width: 768px) {
          .header-wrapper .header .header-text .full-width {
            display: block; } }
        .header-wrapper .header .header-text .full-width .top {
          letter-spacing: 0.445em; }
        .header-wrapper .header .header-text .full-width .bottom {
          letter-spacing: 0.53em; }
        .header-wrapper .header .header-text .full-width .twenty {
          letter-spacing: 0.53em;
          text-shadow: 0px 0.68px 3.68px #C1C0EC, 0px 1.32px 4.13px rgba(255, 255, 255, 0.76);
          display: none; }
      .header-wrapper .header .header-text .mobile {
        display: block;
        margin-left: 1.5rem;
        overflow: hidden;
        font-size: 76px;
        font-size: 19vw;
        line-height: 1.0em;
        text-align: center;
        color: #4A4985;
        text-shadow: 0px 0.68px 3.68px #C1C0EC, 0px 1.32px 0.13px rgba(255, 255, 255, 0.76); }
        @media (min-width: 768px) {
          .header-wrapper .header .header-text .mobile {
            display: none; } }
        .header-wrapper .header .header-text .mobile a {
          color: #4A4985; }
        .header-wrapper .header .header-text .mobile .gray {
          letter-spacing: 0.445em; }
        .header-wrapper .header .header-text .mobile .area {
          letter-spacing: 0.49em; }
        .header-wrapper .header .header-text .mobile .fest {
          letter-spacing: 0.53em; }
        .header-wrapper .header .header-text .mobile .ival {
          margin-left: 0.1em;
          letter-spacing: 0.6em; }
        .header-wrapper .header .header-text .mobile .twenty {
          letter-spacing: 0.49em;
          color: #511EDD; }

#top-nav {
  position: sticky;
  left: 0;
  top: 0;
  padding: 0 1em;
  margin: 2em 0;
  height: 45vh;
  z-index: 1000;
  transition: all 1s;
  pointer-events: none; }
  @media (min-width: 768px) {
    #top-nav {
      height: auto;
      top: 10px;
      width: 90vw;
      margin: 0 60px;
      padding: 0; } }
  #top-nav .top-nav-logo, #top-nav .top-nav-menu {
    pointer-events: auto; }
  @media (min-width: 768px) {
    #top-nav {
      height: 18vw;
      transform-origin: 100% 0px; } }
  #top-nav:hover {
    transform: scale(1); }

.top-nav-logo {
  width: 100%;
  display: block;
  transition: 1s filter linear, 1s -webkit-filter linear; }
  .top-nav-logo:hover {
    filter: invert(0.1); }
  .top-nav-logo .rad-sim-graphic {
    margin-top: 1.5em;
    mix-blend-mode: difference; }
    @media (min-width: 768px) {
      .top-nav-logo .rad-sim-graphic {
        position: absolute;
        right: 0;
        width: 23%; } }
  .top-nav-logo a {
    display: block;
    transition: 3s; }
    .top-nav-logo a:hover {
      transform: translate(10px, 10px); }
    .top-nav-logo a span {
      display: none; }
  .top-nav-logo img {
    display: block;
    margin: 0 auto; }

.top-nav-menu {
  filter: invert(1);
  display: none;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  right: 0; }
  .top-nav-menu .menu-close a {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-image: url("../images/menu-shapes/menu-close.png");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat; }
  .top-nav-menu .menu-close span {
    display: none; }
  .top-nav-menu ul {
    list-style: none; }
  .top-nav-menu #menu-item-program {
    top: 0px;
    right: 140px; }
    .top-nav-menu #menu-item-program a {
      width: 230px;
      background-image: url("../images/menu-shapes/program.png"); }
  .top-nav-menu #menu-item-exhibition {
    top: 150px;
    right: 0px; }
    .top-nav-menu #menu-item-exhibition a {
      background-image: url("../images/menu-shapes/exhibition.png"); }
  .top-nav-menu #menu-item-lounges {
    top: 100px;
    right: 120px; }
    .top-nav-menu #menu-item-lounges a {
      width: 210px;
      background-image: url("../images/menu-shapes/lounges.png"); }
  .top-nav-menu #menu-item-workshops {
    top: 20px;
    right: 30px; }
    .top-nav-menu #menu-item-workshops a {
      width: 130px;
      background-image: url("../images/menu-shapes/workshops.png"); }
  .top-nav-menu #menu-item-attend {
    top: 190px;
    right: 170px; }
    .top-nav-menu #menu-item-attend a {
      width: 180px;
      background-image: url("../images/menu-shapes/attend.png"); }
  .top-nav-menu #menu-item-about {
    top: 200px;
    right: 0px; }
    .top-nav-menu #menu-item-about a {
      width: 150px;
      background-image: url("../images/menu-shapes/about.png"); }
  .top-nav-menu #menu-item-history {
    top: 250px;
    right: 110px; }
    .top-nav-menu #menu-item-history a {
      width: 190px;
      background-image: url("../images/menu-shapes/history.png"); }
  .top-nav-menu li {
    display: inline-block;
    margin-left: 1em;
    position: absolute;
    filter: drop-shadow(0px 3px 3px rgba(255, 255, 255, 0.7));
    mix-blend-mode: difference; }
    .top-nav-menu li.active {
      filter: drop-shadow(2px 4px 6px red); }
    .top-nav-menu li a {
      transition: transform 1s;
      display: block;
      width: 200px;
      height: 200px;
      background-position: center top;
      background-size: contain;
      background-repeat: no-repeat;
      text-align: center;
      letter-spacing: -0.05em;
      text-transform: uppercase;
      text-decoration: none;
      mix-blend-mode: difference;
      text-shadow: 0px 3px 3px #000000, 0px 16px 16px rgba(62, 39, 5, 0.56); }
      .top-nav-menu li a:hover {
        transform: skew(5deg, 5deg); }
      .top-nav-menu li a span {
        display: none; }
      .top-nav-menu li a:hover {
        text-decoration: underline; }

body.page-template-page-live-auth {
  background-image: url("../images/bg-tile.png"), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, black 100%);
  color: white; }
  body.page-template-page-live-auth a {
    color: white; }
  body.page-template-page-live-auth #top-nav {
    margin: 0 auto;
    position: inherit;
    right: 0; }
    @media (min-width: 768px) {
      body.page-template-page-live-auth #top-nav {
        position: absolute; } }
  body.page-template-page-live-auth .header-wrapper {
    display: none;
    margin: 0;
    position: inherit; }
    @media (min-width: 768px) {
      body.page-template-page-live-auth .header-wrapper {
        display: inherit; } }
  body.page-template-page-live-auth #video-stream {
    max-width: 100%; }
  body.page-template-page-live-auth .access-button {
    text-align: center;
    filter: invert(1);
    mix-blend-mode: difference; }
    @media (min-width: 768px) {
      body.page-template-page-live-auth .access-button {
        display: inline-block;
        width: 30%; } }
  body.page-template-page-live-auth #content {
    text-align: center; }
  body.page-template-page-live-auth .top-nav-logo {
    padding-top: 1em; }
  body.page-template-page-live-auth .vjs-big-play-button {
    top: calc(50% - .8em);
    left: calc(50% - 1.5em); }

.v2-login {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: white; }
  @media (min-width: 768px) {
    .v2-login {
      position: absolute;
      padding-top: 40vh; } }
  .v2-login .login-inner {
    margin: 10vh auto;
    width: 80vw; }
    @media (min-width: 768px) {
      .v2-login .login-inner {
        display: flex; } }
  @media (min-width: 768px) {
    .v2-login .login-form {
      min-width: 50%; } }
  .v2-login .form-error {
    font-size: .8em; }
  .v2-login .get-tickets {
    width: 100%;
    margin-top: 1em; }
    .v2-login .get-tickets p {
      font-size: .8em;
      line-height: 1.3em; }
      @media (min-width: 768px) {
        .v2-login .get-tickets p {
          font-size: 1em;
          width: 60%;
          margin: 0 auto; } }
  .v2-login a.attend-button {
    width: 160px;
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .v2-login a.attend-button {
        margin: 50px auto; } }
  .v2-login label {
    font-family: 'SpaceMono';
    font-style: normal;
    font-weight: normal;
    line-height: 103.7%;
    font-size: 40px;
    text-transform: uppercase; }
  .v2-login input {
    margin-top: 15px;
    display: block; }
  .v2-login input[type=text] {
    width: 100%;
    margin: 1em auto;
    height: 100px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    mix-blend-mode: normal;
    box-shadow: 0px 6.108px 19.0165px rgba(255, 255, 255, 0.7), inset 0px 1.92946px 9.46976px rgba(0, 0, 0, 0.92);
    border-radius: 120px;
    transition: background .3s; }
    @media (min-width: 768px) {
      .v2-login input[type=text] {
        width: 60%; } }
    .v2-login input[type=text]:hover {
      background: rgba(255, 255, 255, 0.8); }
  .v2-login input[type=submit] {
    height: 70px;
    width: 160px;
    margin: 40px auto 0 auto;
    background: #7635FF;
    color: rgba(255, 255, 255, 0.7);
    mix-blend-mode: normal;
    border-radius: 120px;
    box-shadow: 0px 0.85379px 1.27194px #000000, 0px 3.28161px 10.2169px rgba(255, 255, 255, 0.7);
    font-family: 'SpaceMono';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0px 0.85379px 1.27194px #000000, 0px 3.28161px 10.2169px rgba(255, 255, 255, 0.7); }
    .v2-login input[type=submit]:hover {
      color: rgba(255, 255, 255, 0.9); }

.homepage {
  color: white;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3em;
  /* or 150% */
  letter-spacing: -0.06em;
  /* LAYOUT */
  /* typo & images */ }
  .homepage a {
    font-weight: 900;
    color: #ffffff; }
  @media (min-width: 768px) {
    .homepage {
      font-size: 32px;
      line-height: 1.5em; } }
  .homepage .row {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 2.5em; }
    @media (min-width: 768px) {
      .homepage .row {
        flex-direction: row;
        justify-content: center; } }
  .homepage .left-col {
    width: 100%;
    max-width: 100%; }
  .homepage .right-col {
    flex: 1; }
  .homepage #home-schedule .schedule {
    font-size: 18px;
    letter-spacing: .004em;
    color: white; }
    @media (min-width: 768px) {
      .homepage #home-schedule .schedule {
        color: black; } }
    .homepage #home-schedule .schedule .schedule-date,
    .homepage #home-schedule .schedule .schedule-item,
    .homepage #home-schedule .schedule .schedule-time,
    .homepage #home-schedule .schedule .schedule-title {
      height: 30px;
      font-size: 14px;
      line-height: 30px;
      margin: 0; }
      @media (min-width: 768px) {
        .homepage #home-schedule .schedule .schedule-date,
        .homepage #home-schedule .schedule .schedule-item,
        .homepage #home-schedule .schedule .schedule-time,
        .homepage #home-schedule .schedule .schedule-title {
          font-size: 18px; } }
    .homepage #home-schedule .schedule .schedule-time {
      min-width: 25%;
      margin-right: 5%; }
    .homepage #home-schedule .schedule .schedule-date {
      margin-top: 1em; }
    .homepage #home-schedule .schedule .schedule-item {
      margin: .5em; }
    .homepage #home-schedule .schedule .schedule-date, .homepage #home-schedule .schedule .schedule-item {
      color: white; }
      @media (min-width: 768px) {
        .homepage #home-schedule .schedule .schedule-date, .homepage #home-schedule .schedule .schedule-item {
          color: black;
          font-size: 28px; } }
    .homepage #home-schedule .schedule a, .homepage #home-schedule .schedule .schedule-time {
      color: white; }
      @media (min-width: 768px) {
        .homepage #home-schedule .schedule a, .homepage #home-schedule .schedule .schedule-time {
          color: black; } }
  @media (min-width: 768px) {
    .homepage .left-col {
      color: white;
      max-width: 40%; }
    .homepage .right-col {
      color: black;
      margin-left: 15%; } }
  .homepage .twenty-twenty-year {
    display: flex;
    font-family: Euphoria;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 223.75px;
    font-size: 8vw;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    color: #511EDD;
    text-shadow: 0px 3px 3px #000000, 0px 16px 16.91px rgba(62, 39, 5, 0.56);
    mix-blend-mode: multiply; }
  .homepage .rad-sim-def {
    font-family: SpaceMono;
    margin: 2em 0 4em 0;
    font-size: 24px;
    line-height: 160%; }
    .homepage .rad-sim-def .rad-def, .homepage .rad-sim-def .sim-def {
      display: flex;
      flex-direction: row; }
      .homepage .rad-sim-def .rad-def img, .homepage .rad-sim-def .sim-def img {
        vertical-align: middle;
        max-width: 25px; }
      .homepage .rad-sim-def .rad-def .def, .homepage .rad-sim-def .sim-def .def {
        margin-left: 1em;
        display: inline-block;
        vertical-align: top;
        color: white; }
  .homepage .home-heading {
    font-family: SpaceMono;
    text-transform: uppercase;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    color: white;
    mix-blend-mode: difference;
    overflow: hidden; }
    .homepage .home-heading img {
      display: none; }
  .homepage .home-header {
    margin: 0; }
    .homepage .home-header div.home-header-jumbo {
      font-family: Inter;
      line-height: 1.5em; }
  .homepage .sections {
    width: 100%;
    margin: 2em 0; }
    .homepage .sections p {
      margin-top: -40px; }
      @media (min-width: 768px) {
        .homepage .sections p {
          margin-top: -80px; } }
    .homepage .sections img {
      mix-blend-mode: hard-light;
      filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.7)); }
      @media (min-width: 768px) {
        .homepage .sections img {
          mix-blend-mode: color-burn; } }
    .homepage .sections .section-workshops {
      width: 50vw;
      text-align: right; }
      @media (min-width: 768px) {
        .homepage .sections .section-workshops img {
          width: 380px; } }
    .homepage .sections .section-exhibition {
      text-align: left; }
      @media (min-width: 768px) {
        .homepage .sections .section-exhibition img {
          width: 630px; } }
    .homepage .sections .section-dialogues {
      text-align: center; }
      @media (min-width: 768px) {
        .homepage .sections .section-dialogues img {
          width: 530px; } }
  .homepage .presenters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px auto; }
    @media (min-width: 768px) {
      .homepage .presenters {
        margin-top: 100px; } }
    .homepage .presenters .presenter {
      flex-grow: 1;
      width: 100%; }
      @media (min-width: 768px) {
        .homepage .presenters .presenter {
          width: 20%;
          margin-right: 3%; }
          .homepage .presenters .presenter:nth-child(4n) {
            margin: 0; } }
      .homepage .presenters .presenter .presenter-media {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 25vh; }
      .homepage .presenters .presenter .label {
        text-align: center;
        font-size: 22px;
        margin: 1em 0 2em 0;
        padding: .5em 0;
        mix-blend-mode: lighten;
        border-radius: 145px;
        box-shadow: 0px 0px 5px 6px rgba(255, 255, 255, 0.3); }
    .homepage .presenters img {
      width: 100%;
      filter: drop-shadow(0px 4px 30px rgba(119, 0, 0, 0.5)); }
    .homepage .presenters .heading {
      mix-blend-mode: difference;
      will-change: opacity; }
  .homepage .attend-button {
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .homepage .attend-button {
        width: 75vw;
        width: 500px;
        max-width: 500px; } }
    .homepage .attend-button img {
      width: 100%; }
    .homepage .attend-button span {
      display: none; }
    @media (min-width: 768px) {
      .homepage .attend-button.mobile-only {
        display: none; } }
    .homepage .attend-button.no-mobile {
      display: none; }
      @media (min-width: 768px) {
        .homepage .attend-button.no-mobile {
          display: inherit; } }
  @media (min-width: 768px) {
    .homepage .left-col .attend-button {
      text-align: left;
      margin-left: -15px; } }

#footer {
  width: 90vw;
  margin: 0 auto;
  color: white; }
  @media (min-width: 768px) {
    #footer {
      margin: 3em 60px 1em 60px; } }
  #footer ul {
    width: 100%;
    border-top: 2px solid #ffffff; }
    @media (min-width: 768px) {
      #footer ul {
        display: flex;
        justify-content: flex-start;
        flex-direction: row; } }
    #footer ul li {
      margin-right: 50px; }
      #footer ul li:last-child {
        margin-right: 0;
        margin-left: auto; }
  #footer a {
    color: white;
    display: inline-block; }
  #footer .social {
    font-size: 30px; }

.sponsors {
  margin-top: 3em; }
  .sponsors .sponsor {
    max-height: 280px;
    background: white;
    text-align: center;
    filter: drop-shadow(0px 4px 30px rgba(119, 0, 0, 0.5)); }
  .sponsors img {
    margin: 0 auto;
    width: auto;
    height: 100%; }

#wpadminbar {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
