/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

@font-face {
  font-family: 'Font Medium';
  src: url(1398daf0aa091eda86d916894dce02f8.eot);
  src: url(1398daf0aa091eda86d916894dce02f8.eot?#iefix) format("embedded-opentype"), url(d7b66aebb0bce27968cb9f9d7f877469.woff2) format("woff2"), url(b6d7b843734f391119ca19de882febe4.woff) format("woff"), url(bc4c85d1679f41c8e4776bbf49f2fa75.ttf) format("truetype"), url(b27df01df20a26a7a5b34537a7b0bb5f.svg#GraphikLCG-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Font Super';
  src: url(fa59d719cea86693d19526be73cd4e3e.eot);
  src: url(fa59d719cea86693d19526be73cd4e3e.eot?#iefix) format("embedded-opentype"), url(3de8a4588fc21a28175db2bc1f75cf33.woff2) format("woff2"), url(b6552186d18cee092df73e085f7b3de9.woff) format("woff"), url(55e63443369c140ff919d3e5a2225ba5.ttf) format("truetype"), url(af8cf8ae05bd165172939fd7e2ce2c4f.svg#GraphikLCG-Super) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

*,
*:active,
*:focus {
  outline: none; }

html {
  font-size: 18px; }
  @media all and (max-width: 1440px) {
    html {
      font-size: 16px; } }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body::-webkit-scrollbar {
  width: 0px; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Font Medium';
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: #000;
  background: #0029ff; }
  @media all and (max-width: 1440px) {
    body {
      line-height: 18px; } }

a {
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }

img {
  max-width: 100%;
  height: auto; }

b,
strong,
.strong {
  font-family: 'Font Super';
  font-weight: 900;
  font-style: normal; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0; }

h1,
.h1 {
  font-family: 'Font Super';
  font-weight: 900;
  font-size: 3.645833vw;
  line-height: 1;
  text-transform: uppercase; }
  @media all and (max-width: 660px) {
    h1,
    .h1 {
      font-size: 26px;
      line-height: 32px; } }

h2,
.h2 {
  font-size: 2.083333vw;
  line-height: 2.1875vw;
  font-weight: 900;
  font-family: 'Font Super';
  text-transform: uppercase; }
  @media all and (max-width: 660px) {
    h2,
    .h2 {
      font-size: 18px;
      line-height: 22px; } }

h3,
.h3 {
  font-weight: 500;
  font-family: 'Font Medium';
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase; }
  @media all and (max-width: 1440px) {
    h3,
    .h3 {
      font-size: 16px;
      line-height: 20px; } }

p {
  margin: 0 0 22px 0; }
  p:last-child {
    margin: 0 !important; }

.bold {
  font-family: 'Font Super';
  font-weight: 900; }

#app {
  overflow-x: hidden; }

/*#content {
    min-height: 100vh;
}*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.uppercase {
  text-transform: uppercase; }

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  #header img {
    max-width: 320px;
    width: 16.66667vw;
    min-width: 180px; }
    @media all and (max-width: 660px) {
      #header img {
        width: 140px;
        min-width: 140px; } }
  #header > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.home #header > a {
  display: none; }

.home .dropdown-menu {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.75s;
  -o-transition: opacity 0.75s;
  transition: opacity 0.75s; }

.page-template-default #header > a {
  display: block; }

.page-template-default #header .menu {
  display: none; }

.dropdown-menu {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .dropdown-menu.visible {
    opacity: 1;
    pointer-events: all; }
  .dropdown-menu.active .menu {
    opacity: 1;
    pointer-events: all; }
  @media all and (min-width: 961px) {
    .dropdown-menu:hover .menu {
      opacity: 1;
      pointer-events: all; } }

.menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #000;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s; }
  .menu a {
    color: #fff;
    display: block;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    padding: 10px;
    border-bottom: 1px solid #3f3f3f; }
    .menu a:hover {
      background: #fff;
      color: #000;
      border-color: #000; }
    .menu a:first-of-type {
      border-top: 1px solid #3f3f3f; }
    .menu a:last-of-type {
      border-bottom: 0; }
    @media all and (max-width: 660px) {
      .menu a {
        font-size: 14px;
        line-height: 16px; } }

.black-layer {
  background: #000;
  color: #fff;
  text-align: center; }
  .black-layer > h2 {
    padding: 7px 0 6px; }

.gray-layer {
  background: #9a9a9a;
  color: #000;
  text-align: center; }
  .gray-layer > h2 {
    padding: 7px 0 6px; }

.conference-lower .col-1 {
  width: 66.66667%; }
  .conference-lower .col-1 .bg-image {
    height: 100vh;
    min-height: 500px; }
  @media all and (max-width: 1160px) {
    .conference-lower .col-1 {
      width: 58.33333%; }
      .conference-lower .col-1 .bg-image {
        max-height: 768px; } }
  @media all and (max-width: 960px) {
    .conference-lower .col-1 {
      width: 100%; }
      .conference-lower .col-1 img {
        width: 100%;
        height: 65vw;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      .conference-lower .col-1 .bg-image {
        height: 65vh;
        min-height: 500px; } }
  @media all and (max-width: 660px) {
    .conference-lower .col-1 img {
      width: 100%;
      height: auto;
      -o-object-fit: unset;
         object-fit: unset;
      -o-object-position: unset;
         object-position: unset; }
    .conference-lower .col-1 .bg-image {
      height: 100vw;
      min-height: auto; } }

.conference-lower .col-2 {
  width: 33.33333%;
  height: auto; }
  .conference-lower .col-2 > div {
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px;
    line-height: 24px; }
  .conference-lower .col-2 h2.h1 {
    margin: 0 0 10px; }
  @media all and (max-width: 1440px) {
    .conference-lower .col-2 > div {
      font-size: 18px;
      line-height: 22px; } }
  @media all and (max-width: 1160px) {
    .conference-lower .col-2 {
      width: 41.66667%; } }
  @media all and (max-width: 960px) {
    .conference-lower .col-2 {
      width: 66.66667%;
      margin: 0 auto; }
      .conference-lower .col-2 > div {
        padding: 30px 10px; } }
  @media all and (max-width: 660px) {
    .conference-lower .col-2 {
      width: 100%; }
      .conference-lower .col-2 h2 {
        margin: 0 0 20px; } }

.home-intro .col-1 {
  width: 66.66667%;
  position: relative; }
  .home-intro .col-1 img {
    width: 100%; }
  .home-intro .col-1 .bg-image {
    height: 100vh;
    min-height: 500px; }
  .home-intro .col-1 .ttb-link {
    position: absolute;
    bottom: 0;
    right: 20px; }
    .home-intro .col-1 .ttb-link a {
      background-color: #cfff10;
      padding: 9px 10px 7px;
      display: block;
      color: #000; }
      .home-intro .col-1 .ttb-link a:hover {
        background-color: #000;
        color: #fff; }
    @media all and (max-width: 660px) {
      .home-intro .col-1 .ttb-link {
        right: 10px; }
        .home-intro .col-1 .ttb-link a {
          font-size: 14px;
          line-height: 16px; } }
  @media all and (max-width: 1160px) {
    .home-intro .col-1 {
      width: 58.33333%; }
      .home-intro .col-1 .bg-image {
        max-height: 768px; } }
  @media all and (max-width: 960px) {
    .home-intro .col-1 {
      width: 50%; }
      .home-intro .col-1 .bg-image {
        height: 50vh;
        min-height: 500px; } }
  @media all and (max-width: 660px) {
    .home-intro .col-1 {
      width: 100%; }
      .home-intro .col-1 .bg-image {
        height: 100vw;
        min-height: auto; } }

.home-intro .col-2 {
  width: 33.33333%;
  height: auto; }
  .home-intro .col-2 > div {
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 20px;
    line-height: 24px; }
  @media all and (max-width: 1440px) {
    .home-intro .col-2 > div {
      font-size: 18px;
      line-height: 22px; } }
  @media all and (max-width: 1160px) {
    .home-intro .col-2 {
      width: 41.66667%; } }
  @media all and (max-width: 960px) {
    .home-intro .col-2 {
      width: 50%; }
      .home-intro .col-2 > div {
        padding: 10px; } }
  @media all and (max-width: 660px) {
    .home-intro .col-2 {
      width: 100%; }
      .home-intro .col-2 h2 {
        margin: 0 0 20px; } }

.home-intro {
  background: #fff; }
  @media all and (max-width: 660px) {
    .home-intro .col-2 > div {
      padding: 70px 10px; } }

.intro-title-2 {
  background: #9a9a9a; }
  .intro-title-2 > .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 20px; }
  .intro-title-2 .bullet {
    width: 100%;
    text-align: center;
    line-height: 0.75; }
  @media all and (max-width: 960px) {
    .intro-title-2 > .flex {
      padding: 20px 10px; }
    .intro-title-2 .bullet {
      margin: 0 10px; } }
  @media all and (max-width: 660px) {
    .intro-title-2 {
      /*.bullet {
            display: none;
        }*/ }
      .intro-title-2 > .flex {
        padding: 70px 10px; }
        .intro-title-2 > .flex > div {
          width: 100%;
          text-align: center; } }

.conference-upper > div {
  padding: 7.29166vw 16.66667%;
  text-align: center; }
  @media all and (max-width: 960px) {
    .conference-upper > div {
      padding: 80px 16.66667%; } }
  @media all and (max-width: 660px) {
    .conference-upper > div {
      padding: 70px 10px; } }

.conference-lower {
  background-color: #ff3108; }
  .conference-lower img {
    width: 100%; }

.tabs {
  background-color: #9a9a9a; }
  .tabs .tab.is-active .tab__title .icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }
  .tabs .tab__title {
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer; }
    .tabs .tab__title > .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
    .tabs .tab__title .icon {
      position: relative; }
      .tabs .tab__title .icon:before {
        content: '';
        width: 100%;
        background-color: #000;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .tabs .tab__title .icon:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100%;
        background-color: #000;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
  .tabs .tab__texts {
    display: none;
    border-bottom: 1px solid #000;
    padding: 0 20px; }
    @media all and (max-width: 960px) {
      .tabs .tab__texts {
        padding: 0 10px; } }

.agenda-tabs .tab__title > .flex {
  padding: 30px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media all and (max-width: 960px) {
    .agenda-tabs .tab__title > .flex {
      padding: 20px 10px; } }

.agenda-tabs .tab__title .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.agenda-tabs .tab__title .icon {
  width: 38px;
  height: 38px;
  -webkit-transform: translateY(-0.15vw);
      -ms-transform: translateY(-0.15vw);
          transform: translateY(-0.15vw); }
  @media all and (max-width: 1160px) {
    .agenda-tabs .tab__title .icon {
      width: 30px;
      height: 30px; } }
  @media all and (max-width: 960px) {
    .agenda-tabs .tab__title .icon {
      width: 28px;
      height: 28px; } }
  .agenda-tabs .tab__title .icon:before {
    height: 12px; }
    @media all and (max-width: 1160px) {
      .agenda-tabs .tab__title .icon:before {
        height: 10px; } }
    @media all and (max-width: 660px) {
      .agenda-tabs .tab__title .icon:before {
        height: 7px;
        width: 24px; } }
  .agenda-tabs .tab__title .icon:after {
    width: 12px; }

.agenda-tabs .tab__texts > .flex {
  margin: 0 -10px; }
  @media all and (max-width: 960px) {
    .agenda-tabs .tab__texts > .flex {
      margin: 0 -5px; } }
  @media all and (max-width: 660px) {
    .agenda-tabs .tab__texts > .flex {
      margin: 0; } }

.agenda-tabs .tab__texts .col-1 {
  width: 50%;
  padding: 0 10px; }
  .agenda-tabs .tab__texts .col-1 > div {
    padding: 20px 0; }
  .agenda-tabs .tab__texts .col-1 .bg-image {
    height: 80vh;
    min-height: 768px; }
  @media all and (max-width: 1160px) {
    .agenda-tabs .tab__texts .col-1 .bg-image {
      height: 50vh;
      min-height: 500px; } }
  @media all and (max-width: 960px) {
    .agenda-tabs .tab__texts .col-1 {
      padding: 0 5px; } }
  @media all and (max-width: 660px) {
    .agenda-tabs .tab__texts .col-1 {
      width: 100%;
      padding: 0; }
      .agenda-tabs .tab__texts .col-1 > div {
        padding: 10px 0 0; }
      .agenda-tabs .tab__texts .col-1 .bg-image {
        height: 100vw;
        min-height: unset; } }

.agenda-tabs .tab__texts .col-2 {
  width: 50%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  @media all and (max-width: 960px) {
    .agenda-tabs .tab__texts .col-2 {
      padding: 0 5px; } }
  @media all and (max-width: 660px) {
    .agenda-tabs .tab__texts .col-2 {
      width: 100%;
      padding: 0; }
      .agenda-tabs .tab__texts .col-2 > div {
        padding: 70px 10px; } }

.agenda-tabs .tab:nth-of-type(1) .tab__texts {
  background: #9a9a9a; }

.agenda-tabs .tab:nth-of-type(1) .tab__title:hover {
  background-color: #000;
  color: #fff; }
  .agenda-tabs .tab:nth-of-type(1) .tab__title:hover .icon:before, .agenda-tabs .tab:nth-of-type(1) .tab__title:hover .icon:after {
    background-color: #fff; }

.agenda-tabs .tab:nth-of-type(2) .tab__texts {
  background: #00eb8b; }

.agenda-tabs .tab:nth-of-type(2).is-active .tab__title {
  background: #00eb8b; }

.agenda-tabs .tab:nth-of-type(2) .tab__title:hover {
  background-color: #00eb8b; }

.agenda-tabs .tab:nth-of-type(3) .tab__texts {
  background: #ff6300; }

.agenda-tabs .tab:nth-of-type(3).is-active .tab__title {
  background: #ff6300; }

.agenda-tabs .tab:nth-of-type(3) .tab__title:hover {
  background-color: #ff6300; }

.agenda-tabs .tab:nth-of-type(4) .tab__texts {
  background: #0076fa; }

.agenda-tabs .tab:nth-of-type(4).is-active .tab__title {
  background: #0076fa; }

.agenda-tabs .tab:nth-of-type(4) .tab__title:hover {
  background-color: #0076fa; }

.agenda-tabs .tab:nth-of-type(5) .tab__texts {
  background: #ff10ec; }

.agenda-tabs .tab:nth-of-type(5).is-active .tab__title {
  background: #ff10ec; }

.agenda-tabs .tab:nth-of-type(5) .tab__title:hover {
  background-color: #ff10ec; }

.agenda-tabs .tab:nth-of-type(6) .tab__texts {
  background: #ff3108; }

.agenda-tabs .tab:nth-of-type(6).is-active .tab__title {
  background: #ff3108; }

.agenda-tabs .tab:nth-of-type(6) .tab__title:hover {
  background-color: #ff3108; }

.agenda-tabs .tab:nth-of-type(7) .tab__texts {
  background: #e6d10d; }

.agenda-tabs .tab:nth-of-type(7).is-active .tab__title {
  background: #e6d10d; }

.agenda-tabs .tab:nth-of-type(7) .tab__title:hover {
  background-color: #e6d10d; }

.agenda-2-tabs .tab__title:hover {
  background-color: #000;
  color: #fff; }
  .agenda-2-tabs .tab__title:hover .icon:before, .agenda-2-tabs .tab__title:hover .icon:after {
    background-color: #fff; }

.agenda-2-tabs .tab__title h2 {
  font-size: 40px;
  line-height: 1; }
  @media all and (max-width: 1440px) {
    .agenda-2-tabs .tab__title h2 {
      font-size: 36px; } }
  @media all and (max-width: 1160px) {
    .agenda-2-tabs .tab__title h2 {
      font-size: 32px; } }
  @media all and (max-width: 960px) {
    .agenda-2-tabs .tab__title h2 {
      font-size: 28px; } }
  @media all and (max-width: 660px) {
    .agenda-2-tabs .tab__title h2 {
      font-size: 26px; } }

.agenda-2-tabs .tab__title .title {
  width: 100%;
  text-align: center;
  padding: 0 16.66667%; }
  .agenda-2-tabs .tab__title .title strong,
  .agenda-2-tabs .tab__title .title b {
    color: #fff; }
  @media all and (max-width: 660px) {
    .agenda-2-tabs .tab__title .title {
      padding: 0 40px; } }

.agenda-2-tabs .tab__title > .flex {
  height: 70px;
  padding: 0 20px; }
  @media all and (max-width: 960px) {
    .agenda-2-tabs .tab__title > .flex {
      padding: 0 10px; } }

.agenda-2-tabs .tab__title .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px; }
  .agenda-2-tabs .tab__title .icon:before {
    height: 7px; }
  .agenda-2-tabs .tab__title .icon:after {
    width: 7px; }

.agenda-2-tabs .tab__texts {
  text-align: center; }
  .agenda-2-tabs .tab__texts > div {
    padding: 30px 25%; }
    @media all and (max-width: 660px) {
      .agenda-2-tabs .tab__texts > div {
        padding: 30px 0; } }
  .agenda-2-tabs .tab__texts h3 {
    margin: 0 0 18px;
    color: #fff;
    font-family: 'Font Super';
    font-weight: 900; }

.home-speakers {
  background-color: #2a0e62;
  color: #fff; }
  .home-speakers .notable-speaker .container {
    padding: 50px 33.33333%;
    text-align: center; }
    @media all and (max-width: 660px) {
      .home-speakers .notable-speaker .container {
        padding: 40px 25%; } }
    .home-speakers .notable-speaker .container img {
      display: inline-block;
      margin: 0 0 20px; }
  .home-speakers .tease-speaker {
    width: 16.66667%;
    height: auto;
    text-align: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    /*> div {
      padding-top: 100%;
      position: relative;
      

      > div {
        padding:10px;
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
      }

      .img {
        margin: 0 0 20px;
      }
      @media all and (max-width: 660px) {
        padding: 70px 10px;
        > div {
          padding: 0;
          position: static;
          transform: none;
        }
      }
    }*/ }
    @media all and (max-width: 1160px) {
      .home-speakers .tease-speaker {
        width: 25%; } }
    @media all and (max-width: 660px) {
      .home-speakers .tease-speaker {
        width: 100%;
        border-right: 0; }
        .home-speakers .tease-speaker:last-of-type {
          border-bottom: 0; } }
    .home-speakers .tease-speaker > div {
      padding: 20px 20px 70px; }
      @media all and (max-width: 960px) {
        .home-speakers .tease-speaker > div {
          padding: 10px 10px 70px; } }
      @media all and (max-width: 660px) {
        .home-speakers .tease-speaker > div {
          padding: 40px 10px; } }
    .home-speakers .tease-speaker img {
      width: 100%; }
    .home-speakers .tease-speaker .img {
      margin: 0 0 20px; }
      @media all and (max-width: 660px) {
        .home-speakers .tease-speaker .img {
          padding: 0 30%; } }
    .home-speakers .tease-speaker h2 {
      margin: 0 0 5px; }
    .home-speakers .tease-speaker .role {
      text-transform: none; }
  .home-speakers .speakers-speakers,
  .home-speakers .speakers-moderators {
    position: relative; }
    .home-speakers .speakers-speakers:after,
    .home-speakers .speakers-moderators:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #9a9a9a; }
  .home-speakers .event-hostess .container {
    padding: 50px 41.66667%;
    text-align: center; }
    @media all and (max-width: 660px) {
      .home-speakers .event-hostess .container {
        padding: 40px 25%; } }
    .home-speakers .event-hostess .container img {
      display: inline-block;
      margin: 0 0 20px; }
    .home-speakers .event-hostess .container h2 {
      margin: 0 0 5px; }

.home-sponsors {
  background: #fff; }
  .home-sponsors .partner-title {
    background: #9a9a9a;
    color: #000;
    text-align: center; }
    .home-sponsors .partner-title > h2 {
      padding: 7px 0 6px; }
  .home-sponsors .sponsors-slides {
    padding: 60px 20px; }
    @media all and (max-width: 1160px) {
      .home-sponsors .sponsors-slides {
        padding: 40px 20px; } }
    @media all and (max-width: 960px) {
      .home-sponsors .sponsors-slides {
        padding: 50px 10px; } }
    .home-sponsors .sponsors-slides > .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -20px; }
      @media all and (max-width: 960px) {
        .home-sponsors .sponsors-slides > .flex {
          margin: 0 -10px; } }
      .home-sponsors .sponsors-slides > .flex .sponsor {
        padding: 20px;
        width: 16.66667%;
        text-align: center; }
        @media all and (max-width: 960px) {
          .home-sponsors .sponsors-slides > .flex .sponsor {
            padding: 10px; } }
        @media all and (max-width: 660px) {
          .home-sponsors .sponsors-slides > .flex .sponsor {
            width: 33.33333%; } }

.event-other-partners > .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* .event-partner,
    .design-partner,
    .fb-partner {
      width: 20%;
      @media all and (max-width: 1161px) {
        width: 33.33333%;
      }
      @media all and (max-width: 660px) {
        width: 100%;
      }
    }

    .deco-partner,
    .drinks-partner {
      width: 20%;
      @media all and (max-width: 1161px) {
        width: 50%;
      }
      @media all and (max-width: 660px) {
        width: 100%;
      }
    }*/ }
  .event-other-partners > .flex > div {
    width: 50%;
    text-align: center; }
    @media all and (max-width: 660px) {
      .event-other-partners > .flex > div {
        width: 100%; } }
    .event-other-partners > .flex > div .partner-img {
      padding: 80px 0; }
      .event-other-partners > .flex > div .partner-img img {
        max-width: 170px; }
      @media all and (max-width: 1160px) {
        .event-other-partners > .flex > div .partner-img {
          padding: 60px 0; } }
      @media all and (max-width: 960px) {
        .event-other-partners > .flex > div .partner-img img {
          max-width: 60%; } }

.home-tickets {
  background: #030126; }
  .home-tickets .col-1 {
    width: 50%; }
    .home-tickets .col-1 img {
      width: 100%; }
    .home-tickets .col-1 .bg-image {
      height: 100vh;
      min-height: 800px; }
    @media all and (max-width: 1440px) {
      .home-tickets .col-1 .bg-image {
        min-height: 660px; } }
    @media all and (max-width: 1160px) {
      .home-tickets .col-1 .bg-image {
        height: 70vh;
        min-height: 540px; } }
    @media all and (max-width: 960px) {
      .home-tickets .col-1 .bg-image {
        height: 50vw;
        min-height: unset; } }
    @media all and (max-width: 660px) {
      .home-tickets .col-1 {
        width: 100%; }
        .home-tickets .col-1 .bg-image {
          height: 100vw;
          min-height: auto; } }
  .home-tickets .col-2 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff; }
    .home-tickets .col-2 > div {
      padding: 0 5.20833vw;
      text-align: center; }
      @media all and (max-width: 960px) {
        .home-tickets .col-2 > div {
          padding: 0 10px; } }
      .home-tickets .col-2 > div > h2 {
        margin: 0 0 20px; }
    .home-tickets .col-2 a {
      display: block;
      margin: 0 auto;
      background: #fff;
      color: #000;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 20px;
      border-radius: 40px; }
      .home-tickets .col-2 a:hover {
        color: #000;
        background: #9a9a9a; }
    @media all and (max-width: 660px) {
      .home-tickets .col-2 {
        width: 100%; }
        .home-tickets .col-2 > div {
          padding: 70px 10px; } }

.speaker-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateX(41.66667%);
      -ms-transform: translateX(41.66667%);
          transform: translateX(41.66667%);
  opacity: 0;
  -webkit-transition: background-color 0.15s, opacity 0s 0.5s, -webkit-transform 0.35s 0.15s;
  transition: background-color 0.15s, opacity 0s 0.5s, -webkit-transform 0.35s 0.15s;
  -o-transition: transform 0.35s 0.15s, background-color 0.15s, opacity 0s 0.5s;
  transition: transform 0.35s 0.15s, background-color 0.15s, opacity 0s 0.5s;
  transition: transform 0.35s 0.15s, background-color 0.15s, opacity 0s 0.5s, -webkit-transform 0.35s 0.15s;
  pointer-events: none;
  background: transparent; }
  @media all and (max-width: 1160px) {
    .speaker-popup {
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); } }
  @media all and (max-width: 660px) {
    .speaker-popup {
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: -webkit-transform 0.35s 0s;
      transition: -webkit-transform 0.35s 0s;
      -o-transition: transform 0.35s 0s;
      transition: transform 0.35s 0s;
      transition: transform 0.35s 0s, -webkit-transform 0.35s 0s; } }
  .speaker-popup > div {
    width: 41.66667%;
    background: #fff;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 auto; }
    @media all and (max-width: 1160px) {
      .speaker-popup > div {
        width: 50%; } }
    @media all and (max-width: 660px) {
      .speaker-popup > div {
        width: 100%; } }
    .speaker-popup > div .close {
      width: 38px;
      height: 38px;
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
      @media all and (max-width: 1160px) {
        .speaker-popup > div .close {
          width: 30px;
          height: 30px; } }
      @media all and (max-width: 960px) {
        .speaker-popup > div .close {
          top: 10px;
          right: 10px; } }
      @media all and (max-width: 660px) {
        .speaker-popup > div .close {
          width: 28px;
          height: 28px; } }
      .speaker-popup > div .close:before {
        content: '';
        height: 12px;
        width: 100%;
        background-color: #000;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg); }
        @media all and (max-width: 960px) {
          .speaker-popup > div .close:before {
            height: 10px; } }
        @media all and (max-width: 660px) {
          .speaker-popup > div .close:before {
            height: 8px; } }
      .speaker-popup > div .close:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
        width: 12px;
        height: 100%;
        background-color: #000;
        -webkit-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
        @media all and (max-width: 960px) {
          .speaker-popup > div .close:after {
            width: 10px; } }
        @media all and (max-width: 660px) {
          .speaker-popup > div .close:after {
            width: 8px; } }
    .speaker-popup > div .popup-container {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 80px 20px 20px;
      overflow-y: auto; }
      @media all and (max-width: 960px) {
        .speaker-popup > div .popup-container {
          padding: 80px 10px 20px; } }
      @media all and (max-width: 660px) {
        .speaker-popup > div .popup-container {
          padding: 70px 10px 20px; } }
      .speaker-popup > div .popup-container > h2 {
        margin: 0 0 20px; }

.open-speaker-popup .speaker-popup {
  opacity: 1;
  -webkit-transition: background-color 0.35s 0.75s, -webkit-transform 0.75s;
  transition: background-color 0.35s 0.75s, -webkit-transform 0.75s;
  -o-transition: transform 0.75s, background-color 0.35s 0.75s;
  transition: transform 0.75s, background-color 0.35s 0.75s;
  transition: transform 0.75s, background-color 0.35s 0.75s, -webkit-transform 0.75s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: all; }
  @media all and (max-width: 660px) {
    .open-speaker-popup .speaker-popup {
      -webkit-transition: background-color 0s, -webkit-transform 0.75s;
      transition: background-color 0s, -webkit-transform 0.75s;
      -o-transition: transform 0.75s, background-color 0s;
      transition: transform 0.75s, background-color 0s;
      transition: transform 0.75s, background-color 0s, -webkit-transform 0.75s; } }

.contact {
  background-color: #9a9a9a;
  position: relative; }
  .contact .contact-texts {
    padding: 5.20833vw 25%;
    text-align: center; }
    @media all and (max-width: 960px) {
      .contact .contact-texts {
        padding: 80px 16.66667%; } }
    @media all and (max-width: 660px) {
      .contact .contact-texts {
        padding: 70px 10px; } }
    .contact .contact-texts a {
      color: #000; }
      .contact .contact-texts a:hover {
        opacity: 0.3; }
  .contact .ttb-link {
    position: absolute;
    bottom: 0;
    right: 20px; }
    .contact .ttb-link a {
      background-color: #cfff10;
      padding: 9px 10px 7px;
      display: block;
      color: #000; }
      .contact .ttb-link a:hover {
        background-color: #000;
        color: #fff; }
    @media all and (max-width: 660px) {
      .contact .ttb-link {
        right: 10px; }
        .contact .ttb-link a {
          font-size: 14px;
          line-height: 16px; } }

.terms {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 6px 20px; }
  .terms a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 22px; }
    .terms a:hover {
      opacity: 0.3; }
    @media all and (max-width: 1440px) {
      .terms a {
        font-size: 16px;
        line-height: 18px; } }
  @media all and (max-width: 660px) {
    .terms {
      padding: 6px 10px; } }

.type-page {
  background: #9a9a9a;
  padding: 9.375vw 25%; }
  @media all and (max-width: 960px) {
    .type-page {
      padding: 9.375vw 16.66667%; } }
  @media all and (max-width: 660px) {
    .type-page {
      padding: 110px 10px; } }
  .type-page h1 {
    margin: 0 0 9.375vw;
    text-align: center; }
    @media all and (max-width: 960px) {
      .type-page h1 {
        margin: 0 0 40px; } }
  .type-page p {
    margin: 0 0 40px; }
  .type-page h2 {
    font-weight: 500;
    font-family: 'Font Medium';
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: 'Font Super';
    font-weight: 900;
    color: #fff;
    text-align: center;
    margin: 80px 0 20px; }
    @media all and (max-width: 1440px) {
      .type-page h2 {
        font-size: 16px;
        line-height: 20px; } }
    @media all and (max-width: 660px) {
      .type-page h2 {
        margin: 40px 0 20px; } }
