@charset "UTF-8";
/* RESET */
ul,
menu,
li,
dl,
dd,
dt,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
body,
html,
p,
fieldset {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 0;
}
/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* BASE */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
p {
  margin: 0;
  padding: 0 0 1em;
}
/* Lists */
ul,
ol {
  padding: 0 0 1em;
  margin: 0;
}
li {
  list-style-type: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 0 0 1em;
}
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/* Forms */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  /* *vertical-align: middle; */
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  /* *overflow: visible; */
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  /* *width: 13px; *height: 13px; */
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Tables*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  h2 {
    page-break-before: always;
  }
  .page-header {
    display: none;
  }
  .programme-print__item {
    page-break-inside: avoid;
    overflow: hidden;
  }
  .programme-print h1 {
    margin-top: 20rem;
    text-size-adjust: 20%;
  }
  .programme-print__session-head {
    page-break-inside: avoid;
  }
  .programme-print table.table,
  .programme-print thead,
  .programme-print tbody,
  .programme-print th,
  .programme-print td,
  .programme-print tr {
    display: revert;
  }
  .programme-highlights__slot {
    display: flex;
    flex-direction: row;
  }
  .programme-highlights__items {
    display: inline-flex;
    flex-direction: row;
  }
  .programme-highlights__item {
    width: 24.5%;
  }
  .programme-print-large__item {
    page-break-inside: avoid;
    overflow: hidden;
  }
  .programme-print-large h1 {
    margin-top: 20rem;
    text-size-adjust: 20%;
  }
  .programme-print-large__session-head {
    page-break-inside: avoid;
  }
  .programme-print-large table.table,
  .programme-print-large thead,
  .programme-print-large tbody,
  .programme-print-large th,
  .programme-print-large td,
  .programme-print-large tr {
    display: revert;
  }
}
.clearfix {
  /* *zoom: 1; */
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  /* *line-height: 0; */
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
::-moz-selection,
::selection {
  background: #ccc;
  color: #fff;
  text-shadow: none;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?8g0yyj');
  src: url('fonts/icomoon.eot?8g0yyj#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?8g0yyj') format('truetype'), url('fonts/icomoon.woff?8g0yyj') format('woff'), url('fonts/icomoon.svg?8g0yyj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--check:before {
  content: "\e900";
}
.icon--link:before {
  content: "\e901";
}
.icon--link2:before {
  content: "\e902";
}
.icon--link3:before {
  content: "\e903";
}
.icon--linkedin:before {
  content: "\e904";
}
.icon--logo:before {
  content: "\e906";
}
.icon--more:before {
  content: "\e907";
}
.icon--pin:before {
  content: "\e908";
}
.icon--twitter:before {
  content: "\e909";
}
.icon--youtube:before {
  content: "\e90a";
}
.icon--mastodon:before {
  content: "\e90b";
}
.icon--bsky:before {
  content: "\e905";
}
.icon--facebook:before {
  content: "\e90c";
}
[class*="__container"] {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
}
@font-face {
  font-family: "HelveticaNowText-Regular";
  src: url('webFonts/HelveticaNowTextRegular/font.woff2') format('woff2'), url('webFonts/HelveticaNowTextRegular/font.woff') format('woff');
}
@font-face {
  font-family: "HelveticaNowDisplay-Bd";
  src: url('webFonts/HelveticaNowDisplayBd/font.woff2') format('woff2'), url('webFonts/HelveticaNowDisplayBd/font.woff') format('woff');
}
.fontRed {
  color: crimson;
}
html {
  font-size: 20px;
}
body {
  color: #575969;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'HelveticaNowText-Regular', sans-serif;
  font-style: normal;
  letter-spacing: -0.01em;
  font-weight: normal;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #575969;
  outline: 0 !important;
}
a:hover {
  text-decoration: underline;
}
p,
ul {
  padding: 0 0 2.5em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  color: #25291E;
}
h1,
.h1 {
  color: #25291E;
  font-size: 32px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
h1 small,
.h1 small {
  display: block;
  font-size: 20px;
  padding-bottom: 0.4em;
}
h1 .icon,
.h1 .icon {
  font-size: 0.7em;
  color: #6BAA75;
  vertical-align: top;
}
@media (min-width: 1041px) {
  h1,
  .h1 {
    font-size: 64px;
  }
}
h2,
.h2 {
  font-size: 28px;
  padding-bottom: 1.5em;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
@media (min-width: 1041px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
h4,
.h4 {
  font-size: 22px;
  padding-bottom: 1em;
}
[class*="perex"] {
  font-size: 20px;
}
.note {
  font-size: 16px;
}
.note--smaller {
  font-size: 14px;
}
hr {
  display: none;
}
img {
  display: block;
  max-width: 100%;
}
.perex {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 28px;
  color: #25291E;
}
strong {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.cke_editor_text_dialog {
  z-index: 1000000;
}
.wsw a {
  color: #25291E;
  text-decoration: underline;
}
.wsw a:hover {
  text-decoration: none;
}
.wsw p,
.wsw ul {
  padding: 0 0 2.5em;
}
.wsw p.bordered {
  border-top: 1px solid #DEDFDD;
  padding-top: 0.5em;
}
.wsw strong {
  color: #25291E;
}
.wsw ul > li {
  padding-left: 24px;
  position: relative;
}
.wsw ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25291E;
  margin-top: -2px;
}
.wsw ol {
  margin-left: 1.5em;
}
.wsw ol > li {
  list-style-type: decimal;
}
.wsw p + ul.push--1 {
  margin-top: -2em;
}
.wsw ul.push--1 {
  margin-left: 112px;
}
.wsw a[href*="maps.google"] {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  padding-right: 32px;
  background: url('../graphics/gfx/pin.svg') right center no-repeat;
  text-decoration: none;
}
.wsw a[href*="maps.google"]:hover {
  text-decoration: underline;
}
.wsw a {
  color: #25291E;
  text-decoration: underline;
}
.wsw a:hover {
  text-decoration: none;
}
.wsw p,
.wsw ul {
  padding: 0 0 2.5em;
}
.wsw p.bordered {
  border-top: 1px solid #DEDFDD;
  padding-top: 0.5em;
}
.wsw strong {
  color: #25291E;
}
.wsw ul > li {
  padding-left: 24px;
  position: relative;
}
.wsw ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25291E;
  margin-top: -2px;
}
.wsw ol {
  margin-left: 1.5em;
}
.wsw ol > li {
  list-style-type: decimal;
}
.wsw p + ul.push--1 {
  margin-top: -2em;
}
.wsw ul.push--1 {
  margin-left: 112px;
}
.wsw a[href*="maps.google"] {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  padding-right: 32px;
  background: url('../graphics/gfx/pin.svg') right center no-repeat;
  text-decoration: none;
}
.wsw a[href*="maps.google"]:hover {
  text-decoration: underline;
}
.wsw--link-list li {
  padding: 10px 0;
}
.wsw--link-list li:not(:first-child) {
  border-top: 1px solid #DEDFDD;
}
.wsw--link-list li:before {
  display: none;
}
.wsw--link-list li a {
  background: url('../graphics/gfx/external-link.svg') right center no-repeat;
  padding-right: 32px;
  display: inline-block;
  text-decoration: none;
}
.wsw--link-list li a:hover {
  text-decoration: underline;
}
.wsw--link-list li a:hover {
  text-decoration: underline;
}
.dotted-list ul > li {
  padding-left: 24px;
  position: relative;
}
.dotted-list ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25291E;
  margin-top: -2px;
}
.dotted-list ol {
  margin-left: 1.5em;
}
.dotted-list ol > li {
  list-style-type: decimal;
}
.list-title {
  display: block;
  padding-bottom: 0.5em;
  color: #25291E;
  font-size: 20px;
}
.list-paragraph {
  font-size: 14px;
  display: block;
  padding-bottom: 2.5em;
}
.icon-link {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #25291E;
  font-size: 14px;
}
.icon-link .icon {
  color: #6BAA75;
  margin-left: 20px;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
}
.icon-link:hover .icon,
.icon-link:focus .icon {
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.icon-link:active .icon {
  opacity: 0.75;
}
.external-link {
  background: url('../graphics/gfx/external-link.svg') right center no-repeat;
  padding-right: 32px;
  display: inline-block;
  text-decoration: none;
}
.external-link:hover {
  text-decoration: underline;
}
.btn {
  display: inline-block;
  padding: 16px 40px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 28px;
  border: 0;
  background: #007AD1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-decoration: none !important;
  position: relative;
  z-index: 5;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.btn:hover,
.btn:focus {
  background: #25291E;
  color: #FBFEF9;
}
.btn:active {
  background: #3F4154;
}
.btn--icon .icon {
  color: #6BAA75;
  margin-right: 20px;
  font-size: 12px;
}
.btn--outline {
  padding: 14px 40px;
  background: #ffffff;
  color: #25291E;
  border: 2px solid #25291E;
}
.btn--outline:hover,
.btn--outline:focus {
  background: #25291E;
  border-color: #25291E;
}
.btn--outline:hover .icon,
.btn--outline:focus .icon {
  color: #fff;
}
.btn--outline:active {
  background: #3F4154;
  border: 2px solid #3F4154;
}
table.table {
  border-collapse: collapse;
  width: 100%;
}
table.table,
table.table tr {
  border: 0;
}
table.table th,
table.table td {
  text-align: left;
  padding: 0.8em 1em 0.8em 0;
  border: solid #575969;
  border-width: 1px 0;
  font-size: 16px;
}
table.table th {
  color: #25291E;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
table.table thead th {
  border-width: 2px 0;
  border-color: #25291E;
}
table.table td {
  vertical-align: top;
}
table.table td .icon {
  color: #25291E;
  font-size: 10px;
}
table.table--prices {
  margin-top: 40px;
}
table.table--prices tbody td,
table.table--prices tbody th {
  font-size: 20px;
}
/* Display tables on phone screens as a one-column thing, since otherwise, they look ugly.
   Inspired by https://css-tricks.com/responsive-data-tables/
 */
@media (max-width: 740px) {
  /* Force table to not be like tables anymore */
  table.table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  table.table tr.wide_header {
    display: none;
  }
  table.table span.narrow_header {
    display: inline-block;
    text-align: left;
    padding-right: 10px;
  }
  table.table span.narrow_value {
    display: inline-block;
    text-align: right;
    /* Ensures alignment to the right */
  }
  table.table tr {
    padding-bottom: 2em;
  }
  table.table td {
    border-top: 0;
    display: flex;
    justify-content: space-between;
    /* Distributes header and value to opposite ends */
    align-items: center;
    /* Ensures vertical alignment */
    padding: 10px 0;
  }
  table.table th {
    border-top: 0;
  }
}
@media (min-width: 741px) {
  table.table span.narrow_header {
    display: none;
  }
}
label {
  display: block;
  font-size: 14px;
  padding-bottom: 5px;
}
.inverted label {
  color: #B0B2B8;
}
input[type="text"],
input[type="password"],
input[type="date"],
select,
textarea {
  border: 1px solid #000000;
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 25px 20px;
  border-radius: 0;
  font-size: 14px;
  font-family: inherit;
  background: #ffffff;
  color: inherit;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  border-color: #666666;
  outline: 0;
}
.inverted input[type="text"],
.inverted input[type="password"],
.inverted input[type="date"],
.inverted select,
.inverted textarea {
  border-color: #ffffff;
  background: #00021D;
  color: #fff;
}
.inverted input[type="text"]:focus,
.inverted input[type="password"]:focus,
.inverted input[type="date"]:focus,
.inverted select:focus,
.inverted textarea:focus {
  background: #000437;
  outline: 0;
}
form {
  /* *zoom: 1; */
}
form:before,
form:after {
  display: table;
  content: "";
  line-height: 0;
}
form:after {
  clear: both;
}
.checkbox input {
  margin-right: 20px;
}
.checkbox label {
  display: inline-block;
}
.login,
.registration {
  position: relative;
  z-index: 10;
}
.login__perex,
.registration__perex {
  font-size: 24px;
}
.login__container,
.registration__container {
  max-width: 680px;
}
.login__links,
.registration__links {
  margin-top: 80px;
}
.login__links a,
.registration__links a {
  display: inline-block;
  padding-right: 36px;
  line-height: 36px;
  background: url('../graphics/gfx/arrow-green.svg') right center no-repeat;
}
.login__perex {
  color: #ffffff;
}
@media (min-width: 741px) {
  .login .checkbox,
  .registration .checkbox {
    float: left;
  }
  .login input[type="submit"],
  .registration input[type="submit"] {
    float: right;
  }
  .login .terms,
  .registration .terms {
    clear: both;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  overflow: hidden;
  overflow-y: scroll;
  background: #FBFEF9;
}
body {
  min-height: 100%;
  position: relative;
}
body:not(.raw-layout) {
  padding-top: 146px;
}
@media (min-width: 1041px) {
  body:not(.raw-layout) {
    padding-top: 240px;
  }
}
body:before {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: calc(1600px + ((100vw - 1600px) / 2));
  z-index: 0;
  pointer-events: none;
  height: 100vh;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px;
}
@media (max-width: 1040px) {
  body:before {
    display: none;
  }
}
body:after {
  position: fixed;
  left: 50%;
  top: 0;
  content: '';
  z-index: 0;
  pointer-events: none;
  height: 100vh;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
[data-layout-state="has-menu"] body:after {
  display: none;
}
@media (max-width: 1040px) {
  body:after {
    display: none;
  }
}
.page-header {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1050;
  background: #FBFEF9;
  padding: 24px 0;
}
.page-header:before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: calc(1600px + ((100vw - 1600px) / 2));
  z-index: 0;
  pointer-events: none;
  height: 100%;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0 1px;
}
@media (max-width: 1040px) {
  .page-header:before {
    display: none;
  }
}
.page-header:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: 0;
  pointer-events: none;
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
[data-layout-state="has-menu"] .page-header:after {
  display: none;
}
@media (max-width: 1040px) {
  .page-header:after {
    display: none;
  }
}
.page-header__container {
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -ms-flex ;
  display: -o-flex ;
  display: flex ;
  justify-content: space-between;
  align-items: center;
}
.page-header__container > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-header__logo {
  height: 32px;
  display: block;
}
.page-header__logo .icon {
  height: 32px;
  font-size: 32px;
  color: #25291E;
}
.page-header__logo:hover {
  text-decoration: none;
}
.page-header__menu-handle {
  display: none;
}
.hide-menu .page-header {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.raw-layout .page-header {
  background: #00021D;
  color: #B0B2B7;
}
.raw-layout .page-header a {
  color: #FBFEF9;
}
.raw-layout .page-header__logo .icon {
  color: #fff;
}
.raw-layout .page-header .btn {
  border-color: #ffffff;
  background: transparent;
}
.raw-layout:not(.scrolled) .page-header {
  background: transparent;
}
.raw-layout.scrolled .page-header:before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: calc(1600px + ((100vw - 1600px) / 2));
  z-index: 0;
  pointer-events: none;
  height: 100%;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 0 1px;
}
@media (max-width: 1040px) {
  .raw-layout.scrolled .page-header:before {
    display: none;
  }
}
.raw-layout.scrolled .page-header:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: 0;
  pointer-events: none;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
[data-layout-state="has-menu"] .raw-layout.scrolled .page-header:after {
  display: none;
}
@media (max-width: 1040px) {
  .raw-layout.scrolled .page-header:after {
    display: none;
  }
}
@media (max-width: 1440px) {
  [data-layout-state="has-menu"] {
    overflow-y: hidden;
  }
  .page-header__container > .page-header__register {
    display: none;
  }
  .page-header__menu-handle {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
  }
  .page-header__menu-handle span,
  .page-header__menu-handle:before,
  .page-header__menu-handle:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 2px;
    margin: -1px -16px;
    background: #25291E;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: translateZ(0);
  }
  .page-header__menu-handle:before {
    margin-top: -7px;
  }
  .page-header__menu-handle:after {
    margin-top: 5px;
    width: 24px;
  }
  html:not([data-layout-state="has-menu"]) .raw-layout .page-header__menu-handle span,
  html:not([data-layout-state="has-menu"]) .raw-layout .page-header__menu-handle:before,
  html:not([data-layout-state="has-menu"]) .raw-layout .page-header__menu-handle:after {
    background: #fff;
  }
  .page-menu__wrapper {
    position: fixed;
    right: 0;
    top: 0;
    overflow: hidden;
    background: #ffffff;
    padding: 92px 32px 80px;
    max-width: 520px;
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: translateZ(0);
    overflow-y: scroll;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  [data-layout-state="has-menu"] body:not(.hide-menu) .page-menu__wrapper {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  [data-layout-state="has-menu"] .page-header__menu-handle span {
    opacity: 0;
  }
  [data-layout-state="has-menu"] .page-header__menu-handle:before,
  [data-layout-state="has-menu"] .page-header__menu-handle:after {
    width: 32px;
    margin-top: -1px;
  }
  [data-layout-state="has-menu"] .page-header__menu-handle:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  [data-layout-state="has-menu"] .page-header__menu-handle:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media (min-width: 1441px) {
  .page-header__logo {
    width: 151px;
  }
}
.page-menu {
  font-size: 14px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.page-menu__link {
  color: #00021D;
}
.page-submenu__link {
  color: #00021D !important;
}
@media (min-width: 1441px) {
  .page-menu {
    padding-bottom: 0;
    display: block;
    letter-spacing: 0;
  }
  .page-menu__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .page-menu__link {
    display: block;
    padding: 10px 28px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: translateZ(0);
  }
  .page-menu__link:hover {
    text-decoration: none;
  }
  .page-menu__link:hover,
  .page-menu__item.is-active .page-menu__link {
    color: #007AD1;
  }
  .page-menu .btn {
    display: none;
  }
  .page-submenu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 240px;
    margin-left: -120px;
    padding: 40px;
    text-align: left;
    border: 1px solid #E0E0E3;
    background: #FBFEF9;
    z-index: 10;
  }
  .page-submenu:before,
  .page-submenu:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 100%;
  }
  .page-submenu:before {
    width: 0px;
    height: 0px;
    content: '';
    display: block;
    overflow: hidden;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    border-width: 0 6px 6px 5px;
    border-color: transparent transparent #E0E0E3 transparent;
    border-style: solid;
    margin-left: -4px;
    z-index: 0;
  }
  .page-submenu:after {
    width: 0px;
    height: 0px;
    content: '';
    display: block;
    overflow: hidden;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    border-width: 0 5px 5px 4px;
    border-color: transparent transparent #ffffff transparent;
    border-style: solid;
    margin-left: -3px;
    z-index: 1;
  }
  .page-submenu__item:not(:last-child) {
    margin-bottom: 1em;
  }
  .page-submenu__link {
    color: #25291E !important;
    font-size: 16px;
  }
  .page-submenu__link:hover,
  .page-submenu__item.is-active .page-submenu__link {
    color: #007AD1;
    text-decoration: none;
  }
  .page-menu__item:hover > .page-submenu {
    display: block;
  }
}
@media (max-width: 1440px) {
  .page-menu {
    padding-bottom: 0;
    display: block;
  }
  .page-menu__item {
    position: relative;
    border-bottom: 1px solid #DEDFDD;
  }
  .page-menu__item--registration {
    border: 0;
    margin-top: 64px;
    text-align: center;
  }
  .page-menu__item--registration a.btn {
    color: #25291E;
    border-color: #25291E !important;
  }
  .page-menu__item--registration a.btn:hover {
    color: #fff;
    background: #3F4154;
  }
  .page-menu__link {
    display: block;
    padding: 10px 0 10px 35px;
    position: relative;
    color: #00021D !important;
  }
  .page-menu__link:hover {
    text-decoration: none;
  }
  .page-menu__item.has-submenu .page-menu__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 16px;
    height: 16px;
    background: url('../graphics/gfx/arrow-green.svg') center center no-repeat;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .page-menu__item.has-submenu.is-active .page-menu__link:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .page-submenu {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: translateZ(0);
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 72px;
  }
  .page-submenu__link {
    display: block;
    padding: 3px 0;
  }
  .page-menu__item.is-active .page-submenu {
    padding-top: 10px;
    padding-bottom: 20px;
    max-height: 600px;
  }
}
.page-footer {
  background: #00021D;
  color: #B0B2B7;
  padding: 40px 0;
  border-top: 1px solid #1F2138;
  font-size: 14px;
  position: relative;
}
.page-footer a {
  color: #FBFEF9;
}
.page-footer:before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: calc(1600px + ((100vw - 1600px) / 2));
  z-index: 0;
  pointer-events: none;
  height: 100%;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 0 1px;
}
@media (max-width: 1040px) {
  .page-footer:before {
    display: none;
  }
}
.page-footer:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: 0;
  pointer-events: none;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
[data-layout-state="has-menu"] .page-footer:after {
  display: none;
}
@media (max-width: 1040px) {
  .page-footer:after {
    display: none;
  }
}
.page-footer__pipe {
  padding: 0 0.6em;
}
.page-footer__networks {
  font-size: 20px;
}
.page-footer__networks a {
  margin-right: 40px;
  text-decoration: none;
}
@media (min-width: 741px) {
  .page-footer {
    padding: 80px 0;
  }
  .page-footer__container {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .page-footer__container > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-footer__networks {
    order: 3;
  }
  .page-footer__networks a {
    margin-right: 0;
    margin-left: 40px;
  }
}
.rich-footer {
  background: #00021D;
  color: #B0B2B7;
  font-size: 14px;
  margin-top: 60px;
  padding: 80px 0;
  position: relative;
  border-top: 1px solid #1F2138;
}
.rich-footer a {
  color: #FBFEF9;
}
.rich-footer:before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: calc(1600px + ((100vw - 1600px) / 2));
  z-index: 0;
  pointer-events: none;
  height: 100%;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 0 1px;
}
@media (max-width: 1040px) {
  .rich-footer:before {
    display: none;
  }
}
.rich-footer:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  z-index: 0;
  pointer-events: none;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
[data-layout-state="has-menu"] .rich-footer:after {
  display: none;
}
@media (max-width: 1040px) {
  .rich-footer:after {
    display: none;
  }
}
.rich-footer__logo {
  font-size: 12px;
}
.rich-footer__logo svg {
  display: inline-block;
  margin-bottom: 20px;
}
.rich-footer__logo p {
  max-width: 220px;
}
.rich-footer__menu,
.rich-footer__internal {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.rich-footer__menu li {
  margin-bottom: 0.7em;
}
.raw-layout .rich-footer {
  margin-top: 0;
}
@media (min-width: 741px) {
  .rich-footer {
    margin-top: 160px;
    padding: 120px 0 100px;
  }
  .rich-footer__container {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .rich-footer__container > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .rich-footer__container {
    flex-wrap: wrap;
  }
  .rich-footer__logo,
  .rich-footer__internal {
    width: 40%;
  }
  .rich-footer__internal {
    text-align: right;
  }
  .rich-footer__menu {
    width: 20%;
  }
  .rich-footer__responsible {
    width: 40%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  z-index: 20;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px;
  padding: 0;
  background-size: cover;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
@media (min-width: 1041px) {
  .slick-prev,
  .slick-next {
    width: 80px;
    height: 80px;
    margin: -40px;
  }
}
.speaker-slider .slick-prev,
.speaker-slider .slick-next {
  background: url('/graphics/gfx/arrow.png') center center no-repeat;
}
.gallery-slider .slick-prev,
.gallery-slider .slick-next {
  background: url('/graphics/gfx/arrow-dark-left.png') center center no-repeat;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.carousel-pics2024 {
  position: relative;
  z-index: 10;
}
.carousel-pics2024 ul {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  scroll-snap-points-y: repeat(100%);
  scroll-behavior: smooth;
  background: gray;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
  padding: 0;
}
.carousel-pics2024 ul::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.carousel-pics2024 ul li {
  position: relative;
  min-width: 100%;
  list-style: none;
  background: center center / cover no-repeat;
  scroll-snap-align: start;
}
.carousel-pics2024 ul li > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-pics2024 ul li > img {
  object-fit: cover;
}
.carousel-pics2024 ul li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.carousel-pics2024 ol {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.carousel-pics2024 ol li {
  list-style: none;
  padding: 0 5px;
}
.carousel-pics2024 ol li a {
  display: block;
  height: 10px;
  width: 10px;
  border: 2px solid white;
  background: transparent;
  border-radius: 100%;
}
.carousel-pics2024 ol li.selected a {
  background: white;
}
.carousel-pics2024 .prev,
.carousel-pics2024 .next {
  display: none;
  user-select: none;
  cursor: pointer;
  font-size: 50px;
  color: white;
  position: absolute;
  left: 0;
  padding: 15px 15px 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  line-height: 0;
}
.carousel-pics2024 .next {
  left: auto;
  right: 0;
}
.accordion {
  position: relative;
  z-index: 10;
}
.accordion__handle {
  position: relative;
  /* *zoom: 1; */
}
.accordion__handle:before,
.accordion__handle:after {
  display: table;
  content: "";
  line-height: 0;
}
.accordion__handle:after {
  clear: both;
}
.accordion__handle:hover {
  text-decoration: none;
  cursor: pointer;
}
.accordion__content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
}
.accordion:not(.is-active) > .accordion__content {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.accordion.is-active > .accordion__content {
  max-height: 30000px;
  overflow: visible;
  opacity: 1;
}
.accordion--boxed {
  border: 2px solid #25291E;
  background: #ffffff;
  margin-bottom: 4px;
}
.accordion--boxed .accordion__handle {
  color: #25291E;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 20px;
  padding: 20px;
}
.accordion--boxed .accordion__label {
  float: left;
}
.accordion--boxed .accordion__more {
  font-size: 14px;
  text-transform: uppercase;
  float: right;
}
.accordion--boxed .accordion__content {
  padding: 0 20px 20px;
}
.accordion--boxed .accordion__more:hover .icon {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.accordion--boxed.is-active .accordion__more .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion--boxed.is-active .accordion__more .more {
  display: none;
}
.accordion--boxed.is-active .accordion__more .less {
  display: revert;
}
.accordion--boxed:not(.is-active) .accordion__more .more {
  display: revert;
}
.accordion--boxed:not(.is-active) .accordion__more .less {
  display: none;
}
@media (min-width: 741px) {
  .accordion--boxed .accordion__handle {
    padding: 40px 80px;
  }
  .accordion--boxed .accordion__content {
    padding: 0 80px 40px;
  }
}
@media (min-width: 1041px) {
  .accordion--boxed .accordion__content {
    padding: 0 160px 40px;
  }
}
.accordion--lined {
  border: solid #DEDFDD;
  border-width: 1px 0;
  margin-bottom: -1px;
}
.accordion--lined .accordion__handle {
  color: #25291E;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 20px;
  padding: 20px 0;
}
.accordion--lined .accordion__label {
  float: left;
}
.accordion--lined .accordion__more {
  float: right;
}
.accordion--lined .accordion__more .icon {
  color: #6BAA75;
  font-size: 16px;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
}
.accordion--lined .accordion__content {
  padding: 0 0 20px;
}
.accordion--lined.is-active .accordion__more .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.block {
  padding: 40px 0;
  border-top: 2px solid #25291E;
}
.block > :nth-child(0) {
  font-size: 24px;
  color: #25291E;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.block > :nth-child(1) {
  font-size: 24px;
  color: #25291E;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.block ul ul > li {
  padding-left: 24px;
  position: relative;
}
.block ul ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25291E;
  margin-top: -2px;
}
.block ul ol {
  margin-left: 1.5em;
}
.block ul ol > li {
  list-style-type: decimal;
}
@media (min-width: 741px) {
  .block {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .block > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .block > * {
    width: 45%;
  }
}
@media (min-width: 1041px) {
  .block > * {
    width: 40%;
  }
}
.side-content-image-width-150 img {
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.block-lined {
  padding: 40px 0;
  border-top: 2px solid #25291E;
}
@media (min-width: 1041px) {
  .block-lined h2 {
    font-size: 40px;
  }
}
.blog-item {
  display: block;
  border: solid #25291E;
  border-width: 2px 0;
  padding: 20px 0;
  margin-bottom: -2px;
}
.blog-item__more {
  background: url('../graphics/gfx/arrow-green.svg') left center no-repeat;
  display: block;
  width: 60px;
  height: 40px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
}
.blog-item__title {
  font-size: 28px;
  padding: 0 0 0.7em;
}
.blog-item__credits {
  font-size: 16px;
}
.blog-item:hover {
  text-decoration: none;
}
.blog-item:hover .blog-item__more {
  text-decoration: none;
  background-position: right center;
}
.blog-item:hover .blog-item__title {
  text-decoration: underline;
}
@media (max-width: 740px) {
  .blog-item__image {
    margin-bottom: 30px;
  }
}
@media (min-width: 741px) {
  .blog-item {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
    align-items: center;
  }
  .blog-item > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .blog-item__image,
  .blog-item__content {
    width: 40%;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .blog-item__image {
    width: 50%;
    -ms-flex-align: flex-start;
    align-self: flex-start;
  }
}
.blog-members {
  display: block;
  margin-bottom: -2px;
  text-align: center;
  font-style: italic;
}
@media (min-width: 1041px) {
  .blog-members {
    padding: 0 120px 80px;
  }
}
@media (max-width: 1040px) {
  .blog-members {
    padding: 0 0 40px;
  }
}
.blog-detail {
  position: relative;
  z-index: 10;
  background: #FBFEF9;
}
.blog-detail__img {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.blog-detail__content {
  max-width: 800px;
  margin: 40px auto;
}
.blog-detail__content a {
  color: #005c9e;
}
.blog-detail__title {
  font-size: 40px;
  padding: 0 0 0.4em;
}
.blog-detail__credits {
  font-size: 16px;
}
.blog-detail__credits a {
  color: #25291E;
  text-decoration: underline;
}
.blog-detail__credits a:hover {
  text-decoration: none;
}
.blog-detail__bio {
  border-top: 2px solid #25291E;
  padding-top: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 741px) {
  .blog-detail__bio img {
    float: left;
    width: 50%;
    margin-right: 20px;
  }
}
.blog-detail__image-copy {
  color: #FBFEF9;
  text-align: right;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: -1.5em;
  padding-bottom: 0;
}
@media (max-width: 740px) {
  .blog-detail__image-copy {
    font-size: small;
  }
}
.blog-detail__image-copy-below {
  color: #575969;
  text-align: right;
  width: 99%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: small;
}
.blog-detail blockquote {
  background: #eaebee;
  border-left: 10px solid #ccc;
  margin: 0 0 2.5em;
  padding: 0.5em 10px;
  font-style: italic;
  quotes: "\201c" "\201d";
}
.blog-detail blockquote:before {
  color: #575969;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.blog-detail blockquote p {
  display: inline;
}
@media (min-width: 741px) {
  .blog-detail__bio img {
    margin-bottom: 5px;
  }
}
@media (max-width: 740px) {
  .blog-detail__bio img {
    margin-bottom: 20px;
  }
}
.blog-related {
  border-top: 2px solid #25291E;
}
.blog-related__title {
  font-size: 40px;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #25291E;
  font-weight: bold;
}
@media (min-width: 741px) {
  .blog-related__items {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .blog-related__items > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .blog-related__items .related-item {
    width: 45%;
  }
}
@media (min-width: 1041px) {
  .blog-related__items .related-item {
    width: 30%;
  }
}
.related-item {
  margin-top: 40px;
  display: block;
}
.related-item__title {
  margin-top: 40px;
  font-size: 28px;
  padding: 0 0 0.8em;
}
.related-item__credits {
  font-size: 16px;
}
.related-item:hover {
  text-decoration: none;
}
.related-item:hover .related-item__title {
  text-decoration: underline;
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .related-item:nth-child(3) {
    display: none;
  }
}
.comittee-list h2 {
  padding-bottom: 2em;
}
.comittee-list li {
  padding-bottom: 30px;
}
.comittee-list li a {
  font-size: 14px;
}
@media (min-width: 741px) {
  .comittee-list {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    flex-wrap: wrap;
  }
  .comittee-list > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comittee-list li {
    padding-right: 30px;
    width: 50%;
  }
}
@media (min-width: 1041px) {
  .comittee-list li {
    width: 33.33333333%;
  }
}
.editions {
  position: relative;
  z-index: 10;
}
.edition {
  border: solid #00021D;
  border-width: 2px 0;
  margin-bottom: -2px;
  padding: 20px 0;
}
.edition__year,
.edition__date {
  color: #25291E;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.edition__year a,
.edition__date a {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
  padding-right: 36px;
  line-height: 36px;
  background: url('../graphics/gfx/arrow-green.svg') right center no-repeat;
}
.edition__year {
  padding-bottom: 20px;
  padding-right: 20px;
}
.edition__date,
.edition__text {
  font-size: 16px;
}
.edition__date a,
.edition__text a {
  text-decoration: underline;
  font-weight: bold;
}
.edition__date a:hover,
.edition__text a:hover {
  text-decoration: none;
}
.edition__block {
  background: #F3F5F2;
  padding: 24px;
}
.edition__link a {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
  padding-right: 36px;
  line-height: 36px;
  background: url('../graphics/gfx/arrow-green.svg') right center no-repeat;
}
@media (min-width: 741px) {
  .edition__block {
    padding: 24px 40px;
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .edition__block > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .edition__date {
    width: 25%;
  }
  .edition__text {
    width: 37.5%;
  }
  .edition__link {
    width: 12.5%;
    margin-left: auto;
  }
}
@media (max-width: 1040px) {
  .edition__year br {
    display: none;
  }
}
@media (min-width: 1041px) {
  .edition {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
  }
  .edition > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .edition__year {
    padding-top: 20px;
    width: 17.5%;
  }
  .edition__block {
    width: 82.5%;
  }
  .edition__link {
    text-align: right;
  }
}
.final-call {
  text-align: center;
  padding: 20px 0 20px;
}
.final-call h3 {
  margin-bottom: 1em;
}
@media (min-width: 1041px) {
  .final-call {
    padding: 40px 0 40px;
  }
}
.final-call2 {
  text-align: center;
  padding: 40px 0 0;
}
.final-call2 p {
  margin: 40px auto 0;
  padding: 0;
  max-width: 480px;
  font-size: 14px;
}
@media (min-width: 1041px) {
  .final-call2 {
    padding: 160px 0 0;
  }
}
.full-height-block {
  padding-top: 80px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .full-height-block {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1041px) {
  .full-height-block {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
@media (min-width: 741px) {
  .gallery-list {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .gallery-list > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .gallery-list .gallery-overview-item {
    width: 25%;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .gallery-list .gallery-overitem-item {
    width: 33.33333333%;
  }
}
.gallery-overview-item {
  padding: 0 20px 2.8em;
  position: relative;
  z-index: 10;
}
.gallery-overview-item__wrap {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.gallery-overview-item__wrap:hover {
  text-decoration: none;
}
.gallery-overview-item__name {
  padding-bottom: 0;
  padding-top: 1.8em;
  font-size: 24px;
}
.gallery-overview-item__description,
.gallery-overview-item__role {
  font-size: 16px;
}
.inverted .gallery-overview-item__name {
  color: #ffffff;
}
.inverted .gallery-overview-item__description,
.inverted .gallery-overview-item__role {
  color: #B0B2B7;
}
.gallery-overview-item__image {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
  position: relative;
  overflow: hidden;
  max-height: 200px;
}
.gallery-overview-item__image:before {
  content: '';
  display: block;
  padding-bottom: 80%;
}
.gallery-overview-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-overview-item:hover .gallery-overview-item__image {
  opacity: 0.5;
}
.gallery-item {
  padding: 0 20px 40px;
  position: relative;
  z-index: 10;
}
.gallery-item__wrap {
  max-width: 160px;
  max-height: 130px;
  display: block;
  margin: 0 auto;
}
.gallery-item__wrap:hover {
  text-decoration: none;
}
.gallery-item__name {
  padding-bottom: 0;
  font-size: 24px;
}
.gallery-item__description,
.gallery-item__role {
  font-size: 16px;
}
.inverted .gallery-item__name {
  color: #ffffff;
}
.inverted .gallery-item__description,
.inverted .gallery-item__role {
  color: #B0B2B7;
}
.gallery-item__image {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
  position: relative;
  overflow: hidden;
  max-height: 115px;
}
.gallery-item__image:before {
  content: '';
  display: block;
  padding-bottom: 80%;
}
.gallery-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-item__image {
  opacity: 0.5;
}
.next-gallery__list ul > li {
  padding-left: 24px;
  position: relative;
}
.next-gallery__list ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25291E;
  margin-top: -2px;
}
.next-gallery__list ol {
  margin-left: 1.5em;
}
.next-gallery__list ol > li {
  list-style-type: decimal;
}
@media (min-width: 741px) {
  .next-gallery__list {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    flex-wrap: wrap;
  }
  .next-gallery__list > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .next-gallery__item {
    width: 50%;
    padding-right: 60px;
  }
}
@media (min-width: 1041px) {
  .next-gallery__item {
    width: 33.33333333%;
    padding-right: 80px;
  }
}
.gallery-main-photo {
  padding-bottom: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: 5% 90% 5%;
  align-items: center;
}
@media (min-width: 741px) {
  .gallery-main-photo {
    height: 85vh;
  }
}
.gallery-main-photo .main-photo {
  display: inline-grid;
  align-content: center;
  object-fit: cover;
}
@media (min-width: 741px) {
  .gallery-main-photo .main-photo {
    height: 80vh;
  }
}
.gallery-main-photo .main-photo img {
  overflow: hidden;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
}
.gallery-main-photo .main-photo :hover {
  cursor: pointer;
}
.gallery-main-photo .main-photo__zoom {
  animation: scaleUp 0.2s forwards linear;
}
.gallery-main-photo .arrow {
  display: inline-grid;
  margin-left: auto;
  margin-right: auto;
}
.gallery-main-photo .arrow :hover {
  opacity: 0.5;
}
.gallery-main-photo .arrow img {
  width: 20px;
}
@keyframes scaleUp {
  from {
    height: 50vh;
  }
  to {
    height: 100vh;
  }
}
.hello {
  margin: 40px 0;
}
.hello__title {
  color: #ffffff;
}
.hello__links a + a {
  margin-left: 36px;
}
@media (min-width: 741px) {
  .hello {
    margin: 160px 0;
  }
  .hello .sided {
    align-items: center;
  }
}
@media (max-width: 740px) {
  .hello .sided__header {
    margin-bottom: 40px;
  }
}
.home-article {
  background: #00021D;
  color: #B0B2B7;
  padding-top: 120px;
}
.home-article a {
  color: #FBFEF9;
}
@media (max-width: 740px) {
  .home-article {
    padding-top: 0;
  }
  .home-article .sided__media {
    margin-top: -80px;
    margin-bottom: 60px;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .home-article {
    padding-top: 0;
  }
  .home-article .sided .sided__header .sided__media {
    margin: -140px auto 60px;
    width: 100%;
    max-width: 530px;
    position: static;
  }
}
@media (min-width: 1041px) {
  .home-article .sided .sided__header .sided__media {
    margin-top: -200px;
  }
}
.home-speakers {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .home-speakers {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1041px) {
  .home-speakers {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.home-sponsors {
  padding-top: 80px;
  padding-bottom: 40px;
  max-width: 100%;
}
.home-sponsors img {
  display: inline-flex;
  z-index: 10;
  position: relative;
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .home-sponsors {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .home-sponsors img {
    margin: 20px 20px 150px 20px;
    height: 100px;
  }
}
@media (min-width: 1041px) {
  .home-sponsors {
    padding-top: 60px;
    padding-bottom: 180px;
    margin-bottom: 120px;
  }
  .home-sponsors img {
    margin: 20px 40px 80px 40px;
    height: 200px;
  }
}
@media (max-width: 740px) {
  .home-sponsors {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .home-sponsors img {
    max-width: 67%;
    max-height: 150px;
    margin: 20px 20px 50px 20px;
  }
}
.inverted {
  background: #00021D;
  color: #B0B2B7;
  overflow: hidden;
  padding-top: 146px;
  position: relative;
}
.inverted a {
  color: #FBFEF9;
}
.inverted > div,
.inverted > section {
  position: relative;
  z-index: 5;
}
.inverted span[class="gradient"] {
  position: absolute;
  width: 200vw;
  height: 480vh;
  margin: -75vh -100vw;
  z-index: 0;
  top: 70vh;
  right: 0;
  background-color: rgba(44, 0, 64, 0);
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(44, 0, 64, 0.8)), to(rgba(44, 0, 64, 0)));
  background-image: -webkit-radial-gradient(circle, rgba(44, 0, 64, 0.8), rgba(44, 0, 64, 0));
  background-image: -moz-radial-gradient(circle, rgba(44, 0, 64, 0.8), rgba(44, 0, 64, 0));
  background-image: -o-radial-gradient(circle, rgba(44, 0, 64, 0.8), rgba(44, 0, 64, 0));
  background-image: radial-gradient(circle, rgba(44, 0, 64, 0.8), rgba(44, 0, 64, 0));
  background-repeat: no-repeat;
}
@media (min-width: 1041px) {
  .inverted {
    padding-top: 240px;
  }
}
.inverted:before {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: calc(1600px + ((100vw - 1600px) / 2));
  z-index: 0;
  pointer-events: none;
  height: 100vh;
  border: solid rgba(255, 255, 255, 0.1);
  border-width: 0 1px;
}
@media (max-width: 1040px) {
  .inverted:before {
    display: none;
  }
}
.inverted:after {
  position: fixed;
  left: 50%;
  top: 0;
  content: '';
  z-index: 0;
  pointer-events: none;
  height: 100vh;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
[data-layout-state="has-menu"] .inverted:after {
  display: none;
}
@media (max-width: 1040px) {
  .inverted:after {
    display: none;
  }
}
.inverted--login,
.inverted--registration {
  min-height: 100vh;
  padding-bottom: 60px;
}
.inverted--gradient {
  position: relative;
}
@media (min-width: 1041px) {
  .inverted--background {
    background-image: url('/graphics/gfx/wave.png');
    background-position: center 20vh;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.news {
  padding: 80px 0;
}
.news__title {
  font-size: 28px;
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .news {
    padding: 120px 0;
  }
  .news__title {
    font-size: 40px;
  }
}
@media (min-width: 1041px) {
  .news {
    padding: 160px 0 300px;
  }
  .news__title {
    font-size: 64px;
  }
  .news__call2 {
    padding-top: 120px;
  }
}
.news-item__link {
  background: #fff;
  border: 2px solid #25291E;
  display: block;
  padding: 30px 40px;
}
.news-item__link:after {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
  content: '';
  display: block;
  height: 16px;
  background: url('../graphics/gfx/arrow-green.svg') 0 center no-repeat;
  margin-top: 40px;
}
.news-item__time {
  font-size: 14px;
}
.news-item__title {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  padding: 0;
  color: #25291E;
  font-size: 22px;
}
.news-item__link:hover {
  text-decoration: none;
}
.news-item__link:hover:after {
  margin-left: 20px;
}
.news-item__link:hover .news-item__title {
  color: #007AD1;
}
@media (min-width: 741px) {
  .news-item__link {
    padding: 60px 80px;
    min-height: 16em;
  }
}
@media (min-width: 1041px) {
  .news-item {
    position: relative;
    z-index: 10;
  }
  .news-item__title {
    font-size: 22px;
  }
}
.news-items {
  padding-top: 60px;
}
@media (min-width: 741px) {
  .news-items {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .news-items > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 740px) {
  .news-items .news-item {
    margin-bottom: 4px;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .news-items {
    padding-top: 100px;
  }
  .news-items .news-item {
    width: 47%;
  }
}
@media (max-width: 1040px) {
  .news-items .news-item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1041px) {
  .news-items .news-item {
    width: 30%;
  }
}
.tweet__bskylink {
  display: inline-block;
  background: url('../graphics/gfx/bsky-icon.svg') 0 center no-repeat;
  padding-left: 30px;
  padding-right: 40px;
  min-height: 16px;
  font-size: 14px;
}
.tweet__mastodonlink {
  display: inline-block;
  background: url('../graphics/gfx/mastodon-icon.svg') 0 center no-repeat;
  padding-left: 30px;
  min-height: 16px;
  font-size: 14px;
}
.tweet__time {
  font-size: 14px;
  position: relative;
  padding-left: 22px;
}
.tweet__time:before {
  content: '';
  width: 2px;
  height: 2px;
  background: #575969;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -1px;
}
.tweet__text {
  padding: 24px 0 0;
}
.tweet a {
  text-decoration: underline;
}
.tweet .invisible {
  display: none;
}
@media (min-width: 1041px) {
  .tweets {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .tweets > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tweets .tweet {
    width: 40%;
  }
}
@media (max-width: 1040px) {
  .tweets .tweet {
    margin-bottom: 4px;
  }
}
@media (min-width: 1041px) {
  .tweets-wide {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .tweets-wide > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tweets-wide .tweet {
    width: 100%;
  }
}
@media (max-width: 1040px) {
  .tweets-wide .tweet {
    margin-bottom: 4px;
  }
}
.organizer {
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -ms-flex ;
  display: -o-flex ;
  display: flex ;
  margin-bottom: 40px;
}
.organizer > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.organizers__title {
  font-size: 28px;
  padding-bottom: 3em;
}
.organizer__image {
  width: 180px;
}
.organizer__image img {
  display: block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.organizer__name {
  font-size: 16px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.organizer__name,
.organizer__name a {
  color: #00021D;
}
.organizer__description {
  font-size: 14px;
}
.organizer__content {
  flex-grow: 1;
}
.organizers-title {
  padding-bottom: 2em;
}
.pagination {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination [aria-label="First"],
.pagination [aria-label="Last"] {
  display: none;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
}
.pagination a {
  padding: 0 10px;
}
.pagination a:hover {
  text-decoration: none;
  color: #25291E;
}
.pagination .page-item.active a {
  color: #25291E;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.pagination .page-item.disabled {
  opacity: 0.5;
}
.pagination [aria-label="Previous"],
.pagination [aria-label="Next"] {
  width: 40px;
  height: 30px;
}
.pagination [aria-label="Previous"] span,
.pagination [aria-label="Next"] span {
  display: none;
}
:not(.disabled) .pagination [aria-label="Previous"]:hover,
:not(.disabled) .pagination [aria-label="Next"]:hover {
  opacity: 0.7;
}
.pagination [aria-label="Previous"] {
  background: url('../graphics/gfx/prev.svg') center center no-repeat;
}
.pagination [aria-label="Next"] {
  background: url('../graphics/gfx/next.svg') center center no-repeat;
}
.page-404 {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  min-height: 55vh;
}
.page-404__title {
  font-size: 60px;
  color: #007AD1;
  padding: 0;
}
.page-404__perex {
  font-size: 24px;
  color: #fff;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  padding: 0 0 30px;
}
@media (min-width: 741px) {
  .page-404__title {
    font-size: 160px;
  }
  .page-404__perex {
    font-size: 64px;
  }
}
.page-heading {
  text-align: center;
}
.page-heading__title {
  color: #25291E;
  font-size: 32px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 0.6em;
}
.page-heading__title small {
  display: block;
  font-size: 20px;
  padding-bottom: 0.4em;
}
.page-heading__title .icon {
  font-size: 0.7em;
  color: #6BAA75;
  vertical-align: top;
}
@media (min-width: 1041px) {
  .page-heading__title {
    font-size: 64px;
  }
}
.page-heading__title small {
  display: block;
  font-size: 20px;
  padding-bottom: 0.4em;
}
.page-heading__title .icon {
  font-size: 0.7em;
  color: #6BAA75;
  vertical-align: top;
}
@media (min-width: 1041px) {
  .page-heading__title {
    font-size: 64px;
  }
}
.page-heading p {
  max-width: 640px;
  margin: 0 auto;
}
.page-heading p:last-child {
  margin-bottom: 70px;
}
.inverted .page-heading__title {
  color: #ffffff;
}
.past-photos {
  width: 100%;
  z-index: 5;
  position: relative;
}
.past-photos img {
  width: 100%;
}
.inverted--stripe {
  position: relative;
  left: 0;
  overflow: visible;
}
.inverted--blue {
  background: #00021D;
  width: 200vw;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  height: 100%;
}
.past--speakers {
  max-width: 1640px;
}
section.prices {
  padding: 40px 0;
}
@media (min-width: 1041px) {
  section.prices {
    padding: 120px 0;
  }
}
section.prices h3 strong {
  color: darkred;
}
@media (min-width: 741px) {
  .proceedings-list {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .proceedings-list > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .proceedings-list .proceedings-item {
    width: 15%;
    margin: 0 40px 0 40px;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .proceedings-list .proceedings-item {
    width: 25%;
  }
}
.proceedings-item {
  padding: 0 20px 40px;
  position: relative;
  z-index: 10;
}
.proceedings-item__wrap {
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
.proceedings-item__wrap:hover {
  text-decoration: none;
}
.proceedings-item__name {
  padding-top: 0.5em;
  padding-bottom: 0;
  font-size: 24px;
  text-align: center;
}
.proceedings-item__description,
.proceedings-item__role {
  font-size: 16px;
  text-align: center;
}
.inverted .proceedings-item__name {
  color: #ffffff;
}
.inverted .proceedings-item__description,
.inverted .proceedings-item__role {
  color: #B0B2B7;
}
.proceedings-item__image {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
  position: relative;
}
.proceedings-item__image:before {
  content: '';
  display: block;
  padding-bottom: 137.5%;
}
.proceedings-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proceedings-item:hover .proceedings-item__image {
  opacity: 0.5;
}
.next-proceedingss__list ul > li {
  padding-left: 24px;
  position: relative;
}
.next-proceedingss__list ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25291E;
  margin-top: -2px;
}
.next-proceedingss__list ol {
  margin-left: 1.5em;
}
.next-proceedingss__list ol > li {
  list-style-type: decimal;
}
@media (min-width: 741px) {
  .next-proceedingss__list {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    flex-wrap: wrap;
  }
  .next-proceedingss__list > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .next-proceedingss__item {
    width: 50%;
    padding-right: 60px;
  }
}
@media (min-width: 1041px) {
  .next-proceedingss__item {
    width: 33.33333333%;
    padding-right: 80px;
  }
}
.programme {
  position: relative;
  z-index: 10;
}
.programme .center__buttons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
}
.programme .center__buttons p {
  width: fit-content;
  padding: 0;
}
.programme .center__buttons .btn {
  width: 15em;
  margin-left: 10px;
  margin-right: 10px;
}
.programme .center__buttons .btn--margined {
  margin-bottom: 10px;
}
.programme__day,
.programme__slot,
.programme__slot__ws {
  padding: 20px 0;
  border-bottom: 2px solid #25291E;
}
.programme__day {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.programme__day small {
  font-size: 1rem;
  margin-left: 0.5em;
}
.programme__slot {
  position: relative;
}
.programme + .programme {
  margin-top: 120px;
}
.programme a {
  font-size: 14px;
  text-decoration: underline;
  color: #25291E;
}
.programme a:hover {
  text-decoration: none;
}
.programme__milestone {
  background: #007AD1;
  color: #ffffff;
  padding: 24px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.programme__milestone__label {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #ffffff;
}
.programme__milestone__label a {
  font-size: 20px;
  text-decoration: underline;
}
.programme__milestone__label a:hover {
  text-decoration: none;
}
.programme__milestone__description,
.programme__milestone__link {
  font-size: 14px;
  color: #ffffff;
}
.programme__milestone a {
  font-size: 20px;
  text-decoration: underline;
  color: #ffffff;
}
.programme__milestone a:hover {
  text-decoration: none;
}
.programme__common {
  background: #F3F5F2;
  padding: 24px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.programme__common__label {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
}
.programme__common__label a {
  font-size: 20px;
  text-decoration: underline;
}
.programme__common__label a:hover {
  text-decoration: none;
}
.programme__common__description,
.programme__common__link {
  font-size: 14px;
}
.programme__time {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
  padding-bottom: 20px;
}
.programme__item {
  padding: 0 40px 40px;
}
.programme__item--head {
  padding-top: 40px;
}
.programme__item__time,
.programme__item__time__ws,
.programme__item__title {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.programme__item__date {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 0;
  font-size: 24px;
}
.programme__item__time {
  padding-bottom: 0.3em;
}
.programme__item__description {
  font-size: 14px;
}
.programme__item--style-blue {
  color: #25291E;
  background: #E4F5F9;
}
.programme__item--style-green {
  color: #25291E;
  background: #E1EFE1;
}
.programme__item--style-red {
  color: #25291E;
  background: #F8F1ED;
}
.programme__item--style-purple {
  color: #25291E;
  background: #EDEAF8;
}
.programme__item--style-orange {
  color: #25291E;
  background: #f7f5e7;
}
.programme__item--style-gray {
  color: #25291E;
  background: #F3F5F2;
}
.programme__item--style-emph {
  color: #25291E;
  background: #fff5a8;
}
.programme__item--style-highlight {
  background: #007AD1;
  color: #ffffff;
}
.programme__item--style-highlight a {
  color: #ffffff;
  text-decoration: underline !important;
}
.programme__item--style-highlight a:hover {
  text-decoration: none !important;
}
.programme__item a {
  font-size: 20px;
  text-decoration: none;
}
.programme__item a:hover {
  text-decoration: underline;
}
@media (min-width: 741px) {
  .programme__time {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .programme__milestone,
  .programme__common {
    padding: 24px 40px;
  }
  .programme__slot {
    padding-left: 10%;
  }
  .programme__item {
    position: relative;
  }
  .programme__item__time {
    position: absolute;
    top: 0;
    left: -20%;
    margin-left: -40px;
  }
}
@media (min-width: 1041px) {
  .programme__item__time,
  .programme__item__time__ws,
  .programme__item__title {
    font-family: 'HelveticaNowDisplay-Bd', sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .programme__list {
    display: grid;
    grid-auto-flow: column;
    gap: 0 4px;
  }
  .programme__list-sat .programme__item__title {
    padding-left: 7em !important;
  }
  .programme__list-sat .programme__item__description {
    padding-left: 10em !important;
  }
  .programme__list-sat .programme__item__time__ws {
    font-family: 'HelveticaNowDisplay-Bd', sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    position: absolute;
    padding-top: 10px;
  }
  .programme__list-1 .programme__item__title {
    padding-left: 7em;
  }
  .programme__list-1 .programme__item__description {
    padding-left: 10em;
  }
  .programme__list-1 .programme__item,
  .programme__list-2 .programme__item {
    padding: 10px 40px 20px;
  }
  .programme__list-1 .programme__item__title,
  .programme__list-2 .programme__item__title {
    padding-bottom: 5px;
  }
  .programme__list-1 .programme__item__date,
  .programme__list-2 .programme__item__date {
    padding-top: 10px;
  }
  .programme__list-1 .programme__item__time__ws,
  .programme__list-2 .programme__item__time__ws {
    font-family: 'HelveticaNowDisplay-Bd', sans-serif;
    letter-spacing: 0;
    font-weight: normal;
    position: absolute;
    padding-top: 10px;
  }
  .programme__list-1 {
    grid-template-columns: 1fr;
  }
  .programme__list-2 {
    grid-template-columns: 1fr 1fr;
  }
  .programme__list-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .programme__list-4 .programme__item__time {
    left: -45%;
  }
  .programme__list-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .programme__list-5 .programme__item__time {
    left: -56%;
  }
  .programme__list-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .programme__list-6 .programme__item__time {
    left: -67%;
  }
  .programme__common,
  .programme__milestone {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .programme__common > *,
  .programme__milestone > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .programme__common__label,
  .programme__milestone__label,
  .programme__common__description,
  .programme__milestone__description {
    width: 35%;
  }
  .programme__common__link,
  .programme__milestone__link {
    width: 20%;
  }
  .programme .programme__item__title__ws {
    padding-left: 7em;
  }
  .programme .programme__item__description__ws {
    padding-left: 7em;
  }
  .programme__item__time {
    margin-left: 0;
  }
  .programme__item:not(.programme__item--column-1) .programme__item__time {
    display: none;
  }
  .programme__item--column-1 {
    grid-column: 1 / 2;
  }
  .programme__item--column-2 {
    grid-column: 2 / 3;
  }
  .programme__item--column-3 {
    grid-column: 3 / 4;
  }
  .programme__item--column-4 {
    grid-column: 4 / 5;
  }
  .programme__item--column-5 {
    grid-column: 5 / 6;
  }
  .programme__item--row-1 {
    grid-row: 1 / 2;
  }
  .programme__item--row-2 {
    grid-row: 2 / 3;
  }
  .programme__item--row-3 {
    grid-row: 3 / 4;
  }
  .programme__item--row-4 {
    grid-row: 4 / 5;
  }
  .programme__item--row-5 {
    grid-row: 5 / 6;
  }
  .programme__item--row-6 {
    grid-row: 6 / 7;
  }
  .programme__item .programme__item__time {
    color: #25291E;
  }
  .programme .center__buttons {
    width: fit-content;
  }
  .programme__time {
    padding-top: 24px;
  }
  .programme .pdf-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .programme__item__time,
  .programme__item__time__ws {
    left: -6%;
    color: #25291E;
  }
}
@media (max-width: 1040px) {
  .programme__item {
    padding: 24px 24px 24px;
  }
  .programme__item + .programme__item--head {
    margin-top: 4px;
  }
  .programme__item__hide-phone {
    display: none;
  }
  .programme__item--column-2.programme__item--row-0 {
    margin-top: 1em;
  }
  .programme .center__buttons {
    width: min-content;
  }
  .programme .center__buttons .btn {
    margin-bottom: 10px;
  }
  .programme .pdf-icon {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 2em;
    height: 2em;
  }
}
.programme-print h1 {
  font-size: 100px;
  text-align: center;
}
.programme-print h2 {
  text-align: center;
}
.programme-print table {
  width: 100%;
}
.programme-print td.columns-1 {
  width: 95%;
}
.programme-print td.columns-1 .programme-print__item,
.programme-print td.columns-1 .programme-print__session-head {
  height: 6rem;
}
.programme-print td.columns-2 {
  width: 47.5%;
}
.programme-print td.columns-2 .programme-print__item,
.programme-print td.columns-2 .programme-print__session-head {
  height: 7rem;
}
.programme-print td.columns-3 {
  width: 31.66%;
}
.programme-print td.columns-3 .programme-print__item,
.programme-print td.columns-3 .programme-print__session-head {
  height: 8rem;
}
.programme-print td.columns-4 {
  width: 23.75%;
}
.programme-print td.columns-4 .programme-print__item {
  height: 12rem;
}
.programme-print td.columns-4 .programme-print__session-head {
  height: 10rem;
}
.programme-print td.columns-5 {
  width: 19%;
}
.programme-print td.columns-5 .programme-print__item {
  height: 16rem;
}
.programme-print td.columns-5 .programme-print__session-head {
  height: 10rem;
}
.programme-print td.columns-6 {
  width: 16%;
}
.programme-print td.columns-6 .programme-print__item {
  height: 20rem;
}
.programme-print td.columns-6 .programme-print__session-head {
  height: 10rem;
}
.programme-print table td.column-time {
  width: 5%;
}
.programme-print__item {
  height: 11rem;
  color: #25291E;
  overflow: hidden;
  padding: 0 40px 40px;
}
.programme-print__session-head {
  height: 10rem;
  color: #25291E;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid grey;
  padding: 0 40px 40px 40px;
}
.programme-print__item-emphasize {
  border: 2px solid black;
}
.programme-print .programme-print__item--common {
  height: auto;
}
.programme-print table {
  width: 100%;
}
.programme-print__common {
  padding: 24px 24px 24px 40px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.programme-print__common__label,
.programme-print__common__description {
  width: 80%;
}
.programme-print__common__link {
  width: 20%;
}
.programme-print__common__label {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
}
.programme-print__common__description,
.programme-print__common__link {
  font-size: 14px;
}
.programme-print__time__common {
  margin-top: 24px;
  color: #25291E;
  padding: 1px;
}
.programme-print__time {
  color: #25291E;
  padding: 0;
}
.programme-print-large .programme__item__title {
  padding-bottom: 0.2rem;
}
.programme-print-large h1 {
  font-size: 100px;
  text-align: center;
}
.programme-print-large h2 {
  text-align: center;
}
.programme-print-large table {
  width: 100%;
}
.programme-print-large td.columns-1 {
  width: 95%;
}
.programme-print-large td.columns-1 .programme-print__item,
.programme-print-large td.columns-1 .programme-print__session-head {
  height: 6rem;
}
.programme-print-large td.columns-2 {
  width: 47.5%;
}
.programme-print-large td.columns-2 .programme-print__item,
.programme-print-large td.columns-2 .programme-print__session-head {
  height: 6rem;
}
.programme-print-large td.columns-3 {
  width: 31.66%;
}
.programme-print-large td.columns-3 .programme-print__item,
.programme-print-large td.columns-3 .programme-print__session-head {
  height: 6rem;
}
.programme-print-large td.columns-4 {
  width: 23.75%;
}
.programme-print-large td.columns-4 .programme-print__item {
  height: 9rem;
}
.programme-print-large td.columns-4 .programme-print__session-head {
  height: 6rem;
}
.programme-print-large td.columns-5 {
  width: 19%;
}
.programme-print-large td.columns-5 .programme-print__item {
  height: 11rem;
}
.programme-print-large td.columns-5 .programme-print__session-head {
  height: 7rem;
}
.programme-print-large td.columns-6 {
  width: 16%;
}
.programme-print-large td.columns-6 .programme-print__item {
  height: 12rem;
}
.programme-print-large td.columns-6 .programme-print__session-head {
  height: 10rem;
}
.programme-print-large table td.column-time {
  width: 5%;
}
.programme-print-large__item {
  height: 11rem;
  color: #25291E;
  overflow: hidden;
  padding: 0 40px 40px;
}
.programme-print-large__session-head {
  height: 10rem;
  color: #25291E;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid grey;
  padding: 0 40px 40px 40px;
}
.programme-print-large__item-emphasize {
  border: 2px solid black;
}
.programme-print-large .programme-print__item--common {
  height: auto;
}
.programme-print-large table {
  width: 100%;
}
.programme-print-large__common {
  padding: 24px 24px 24px 40px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.programme-print-large__common__label,
.programme-print-large__common__description {
  width: 80%;
}
.programme-print-large__common__link {
  width: 20%;
}
.programme-print-large__common__label {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
}
.programme-print-large__common__description,
.programme-print-large__common__link {
  font-size: 14px;
}
.programme-print-large__time__common {
  margin-top: 24px;
  color: #25291E;
  padding: 1px;
}
.programme-print-large__time {
  color: #25291E;
  padding: 0;
}
.programme-highlights__slot {
  padding: 20px 0;
  border: solid #25291E;
  border-width: 2px 0;
  margin-bottom: -2px;
}
.programme-highlights__item {
  padding: 40px;
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -ms-flex ;
  display: -o-flex ;
  display: flex ;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 100;
}
.programme-highlights__item > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.programme-highlights__item--1 {
  background: #F3F5F2;
}
.programme-highlights__item--2 {
  background: #E4F5F9;
}
.programme-highlights__item--3 {
  background: #E1EFE1;
}
.programme-highlights__item--4 {
  background: #F8F1ED;
}
.programme-highlights__title {
  width: 100%;
  padding: 0;
  margin-top: 24px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
}
.programme-highlights__title__wide {
  width: 100%;
  padding: 0;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
}
.programme-highlights__time,
.programme-highlights__tag {
  font-size: 14px;
  color: #4D4E61;
}
.programme-highlights__day {
  font-size: 24px;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E;
  padding-bottom: 20px;
}
.programme-highlights__day small {
  display: block;
  font-size: 20px;
}
.programme-highlights__overview__link {
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: #25291E !important;
}
@media (min-width: 741px) {
  .programme-highlights__slot {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    align-items: flex-start;
  }
  .programme-highlights__slot > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .programme-highlights__day {
    font-size: 40px;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .programme-highlights__day {
    width: 30%;
  }
  .programme-highlights__items {
    width: 68%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1041px) {
  .programme-highlights__items {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    align-items: flex-start;
  }
  .programme-highlights__items > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .programme-highlights__day {
    width: 15%;
  }
  .programme-highlights__items {
    width: 85%;
    align-items: stretch;
  }
  .programme-highlights__item {
    width: 24.5%;
    margin-right: 0.5%;
  }
  .programme-highlights__item__wide {
    width: 100% !important;
    margin-right: 0.5%;
  }
}
@media (max-width: 1040px) {
  .programme-highlights__item {
    margin-bottom: 10px;
  }
}
.inverted .programme-highlights__slot {
  border-color: #4D4E61;
}
.inverted .programme-highlights__day {
  color: #ffffff;
}
.sheet--boxed {
  border: 2px solid #25291E;
  background: #ffffff;
  margin-bottom: 4px;
  position: relative;
  z-index: 10;
}
.sheet--boxed__content {
  padding: 20px 20px 20px;
}
@media (min-width: 741px) {
  .sheet__handle {
    padding: 40px 80px;
  }
  .sheet__content {
    padding: 0 80px 40px;
  }
}
@media (min-width: 1041px) {
  .sheet__content {
    padding: 80px 160px 40px;
  }
}
.sided {
  padding: 40px 0;
}
.sided--line-top {
  border-top: 2px solid #25291E;
}
.sided--line-bottom {
  border-bottom: 2px solid #25291E;
}
.sided--first {
  padding-top: 0;
}
.sided--next-first {
  margin-top: 120px;
}
.sided--last {
  padding-bottom: 0;
}
.sided__header {
  font-size: 24px;
  color: #25291E;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.sided__header h2 {
  font-size: 36px;
  padding-bottom: 2em;
}
.sided__header--short h2 {
  padding-bottom: 1em;
}
.sided__content ul ul {
  padding-bottom: 0.5em;
}
.sided--with-media .sided__header {
  margin-bottom: 40px;
}
.sided .sc-agenda p {
  padding: 0 0 1em;
}
@media (min-width: 741px) {
  .sided {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    justify-content: space-between;
  }
  .sided > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sided__header,
  .sided__content {
    width: 45%;
  }
  .sided--with-media .sided__header,
  .sided--with-media-right .sided__header {
    position: relative;
    width: 50%;
    min-height: 28em;
  }
  .sided--with-media .sided__header .sided__media {
    position: absolute;
    width: 40vw;
    right: 10vw;
    top: 0;
    max-width: 900px;
    z-index: 5;
  }
  .sided__media-logo {
    width: 80%;
  }
  .sided--with-media-right .sided__content {
    order: 1;
  }
  .sided--with-media-right .sided__header {
    order: 2;
  }
  .sided--with-media-right .sided__header .sided__media {
    position: absolute;
    width: 40vw;
    left: 10vw;
    top: 0;
    max-width: 900px;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .sided--desktop {
    display: block;
  }
  .sided--desktop .sided__header,
  .sided--desktop .sided__content {
    width: initial !important;
  }
}
@media (min-width: 1041px) {
  .sided__header,
  .sided__content {
    width: 40%;
  }
  .sided__header h2 {
    font-size: 40px;
  }
}
.speaker-detail {
  padding-top: 0;
}
.speaker-detail__sessions {
  padding-top: 40px;
  border-top: 2px solid #25291E;
  font-size: 16px;
}
.speaker-detail__sessions h2 {
  font-size: 40px;
}
.speaker-detail__sessions h3 {
  font-size: 24px;
}
.speaker-detail__sessions strong,
.speaker-detail__sessions a {
  color: #25291E;
}
.speaker-detail__image-with-copy {
  position: relative;
}
.speaker-detail__image-copy {
  color: #575969;
  text-align: right;
  width: 99%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 0;
  font-size: small;
}
.speaker-detail__image {
  width: 100%;
  margin-bottom: 10px;
}
.speaker-detail__info {
  margin-left: auto;
}
.speaker-detail__info a {
  color: #005c9e;
}
@media (min-width: 741px) {
  .speaker-list {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  .speaker-list > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .speaker-list .speaker-item {
    width: 33%;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .speaker-list .speaker-item {
    width: 33.33333333%;
  }
}
.speaker-item {
  padding: 0 20px 40px;
  position: relative;
  z-index: 10;
}
.speaker-item__wrap {
  max-width: 320px;
  display: block;
  margin: 0 auto;
}
.speaker-item__wrap:hover {
  text-decoration: none;
}
.speaker-item__name {
  padding-top: 1.8em;
  padding-bottom: 0;
  font-size: 24px;
}
.speaker-item__description,
.speaker-item__role {
  font-size: 16px;
}
.inverted .speaker-item__name {
  color: #ffffff;
}
.inverted .speaker-item__description,
.inverted .speaker-item__role {
  color: #B0B2B7;
}
.speaker-item__image {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
  position: relative;
}
.speaker-item__image:before {
  content: '';
  display: block;
  padding-bottom: 137.5%;
}
.speaker-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.speaker-item:hover .speaker-item__image {
  filter: brightness(110%);
}
.next-speakers__list ul > li {
  padding-left: 24px;
  position: relative;
}
.next-speakers__list ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25291E;
  margin-top: -2px;
}
.next-speakers__list ol {
  margin-left: 1.5em;
}
.next-speakers__list ol > li {
  list-style-type: decimal;
}
@media (min-width: 741px) {
  .next-speakers__list {
    display: -webkit-flex ;
    display: -moz-flex ;
    display: -ms-flexbox ;
    display: -ms-flex ;
    display: -o-flex ;
    display: flex ;
    flex-wrap: wrap;
  }
  .next-speakers__list > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 741px) AND (max-width: 1040px) {
  .next-speakers__item {
    width: 50%;
    padding-right: 60px;
  }
}
@media (min-width: 1041px) {
  .next-speakers__item {
    width: 33.33333333%;
    padding-right: 80px;
  }
}
.tabs {
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -ms-flex ;
  display: -o-flex ;
  display: flex ;
  border-bottom: 1px solid #DEDFDD;
  padding: 0;
  margin-bottom: 40px;
}
.tabs > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs__item {
  margin-bottom: -1px;
}
.tabs__link {
  display: block;
  background: #F2F4F6;
  border-radius: 4px 4px 0 0;
  padding: 0 15px 1px;
  white-space: nowrap;
  margin-right: 4px;
  line-height: 40px;
  font-size: 16px;
  color: #25291E;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translateZ(0);
}
.tabs__item.is-active .tabs__link,
.tabs__link:hover {
  color: #ffffff;
  background: #007AD1;
  text-decoration: none;
}
.tabs__item.is-active .tabs__link {
  position: relative;
}
.tabs__item.is-active .tabs__link:after {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  width: 0px;
  height: 0px;
  content: '';
  display: block;
  overflow: hidden;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  border-width: 8px 6px 0 6px;
  border-color: #007AD1 transparent transparent transparent;
  border-style: solid;
}
@media (min-width: 741px) {
  .tabs {
    margin-bottom: 80px;
  }
  .tabs__link {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.teaser__container {
  display: -webkit-flex ;
  display: -moz-flex ;
  display: -ms-flexbox ;
  display: -ms-flex ;
  display: -o-flex ;
  display: flex ;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}
.teaser__container > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.teaser__title {
  font-size: 28px;
  line-height: 1.25em;
  color: #2FAFFF;
  letter-spacing: -0.01em;
}
.teaser__date {
  color: #ffffff;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 6em;
}
.teaser__text {
  color: #ffffff;
  font-family: 'HelveticaNowDisplay-Bd', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  max-width: 480px;
}
@media (min-width: 741px) {
  .teaser {
    min-height: 85vh;
  }
  .teaser__title {
    font-size: 80px;
  }
}
@media (max-width: 740px) {
  .teaser {
    padding-bottom: 80px;
  }
}
/*# sourceMappingURL=screen.css.map */