@font-face {
  font-family: 'apercu';
  src: url('../fonts/apercu_regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'apercu';
  src: url('../fonts/apercu_bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat_bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* global bois */
:root {

  /* fonts */

  --font-main: 'apercu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;
  --font-heading: 'montserrat', Avenir, 'Century Gothic', -apple-system,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* colours */

  --color-theme: #1c78d0;
  --color-theme-dark: #1A1F92;
  --color-theme-light: #5D67B6;
  --color-theme-tint: #66C0DD;

  --color-accent: #11599F;
  --color-accent-light: #00a3b9;

  --color-highlight: #FFD233;

  --color-white: #ffffff;
  --color-light: #f0f0f0;
  --color-mid: #484848;
  --color-dark: #0F0742;

  /* easings */

  --confident-ease: cubic-bezier(0.39, 0.575, 0.565, 1);
  --bounce-ease: cubic-bezier(0.34, 1.56, 0.64, 1);
  --smooth-ease: cubic-bezier(0.61, 1, 0.88, 1);
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    transition-delay: 0ms !important;
    animation-delay: 0ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-theme-dark);
  color: var(--color-mid);
}

main {
  overflow: hidden;
  min-height: 60vh;
}

main:focus {
  outline: none;
}

button {
  color: var(--color-light);
  color: var(--color-dark);
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.svg {
  pointer-events: none;
}

.fouc {
  opacity: 0;
}

/* shows any elements hidden for JS intro animations */
html:not(.has-js) .fouc {
  animation: fade-in 0.5s ease-out 3s forwards;
}

html:not(.has-js) .js-time-toggle {
  visibility: hidden;
}

.skip-link {
  visibility: hidden;
  text-decoration: none;
  color: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  border: none;
}

.skip-link:focus {
  visibility: visible;
}

*:focus {
  /* outline: none; */
  box-shadow: 0 0 0 3px var(--color-highlight);
}

/* Hide focus styles if they're not needed, for example, 
when an element receives focus via the mouse. */
*:focus:not(.focus-visible) {
  box-shadow: none;
}

/* Show focus styles on keyboard focus. */
*:focus-visible {
  outline: 3px dashed var(--color-highlight);
  outline-offset: 4px;
}

.Breadcrumb {
  position: relative;
  margin-left: 1rem;
  font-weight: bold
}

.Breadcrumb:after {
  content: '';
  position: absolute;
  width: 1rem;
  top: 0;
  left: -1.2rem;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.56087 0.233352C6.05334 0.612174 6.14547 1.31849 5.76665 1.81096L2.54431 6L5.76665 10.189C6.14547 10.6815 6.05334 11.3878 5.56087 11.7666C5.0684 12.1455 4.36208 12.0533 3.98326 11.5609L0.233295 6.68592C-0.0777655 6.28154 -0.0777655 5.71846 0.233295 5.31408L3.98326 0.439127C4.36208 -0.0533415 5.0684 -0.14547 5.56087 0.233352Z' fill='white'/%3E%3C/svg%3E%0A");
}

.Breadcrumb:hover:after {
  transform: translateX(-4px);
}

.anim--master {
  background-color: var(--color-accent);
}

.anim--speaker,
.anim--rest {
  background-color: var(--color-theme);
}

/* Clever Utopia biz - @link https://utopia.fyi/generator-mk-ii?c=320,19,1.25,1380,22,1.333,5,2,414-834 */
/* @link https://utopia.fyi/generator-mk-ii?c=320,18,1.25,1248,18,1.5,5,2, */
:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1248;

  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (min-width: 1248px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}

:root {

  --f-0-min: 16;
  --f-0-max: 20;
  --step-0: calc(((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) * var(--fluid-bp));

  --f--2-min: 11.52;
  --f--2-max: 8;
  --step--2: calc(((var(--f--2-min) / 16) * 1rem) + (var(--f--2-max) - var(--f--2-min)) * var(--fluid-bp));

  --f--1-min: 14.4;
  --f--1-max: 12;
  --step--1: calc(((var(--f--1-min) / 16) * 1rem) + (var(--f--1-max) - var(--f--1-min)) * var(--fluid-bp));

  --f-1-min: 22.5;
  --f-1-max: 27;
  --step-1: calc(((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) * var(--fluid-bp));

  --f-2-min: 28.13;
  --f-2-max: 40.5;
  --step-2: calc(((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) * var(--fluid-bp));

  --f-3-min: 35.16;
  --f-3-max: 60.75;
  --step-3: calc(((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) * var(--fluid-bp));

  --f-4-min: 43.95;
  --f-4-max: 91.13;
  --step-4: calc(((var(--f-4-min) / 16) * 1rem) + (var(--f-4-max) - var(--f-4-min)) * var(--fluid-bp));

  --f-5-min: 54.93;
  --f-5-max: 136.69;
  --step-5: calc(((var(--f-5-min) / 16) * 1rem) + (var(--f-5-max) - var(--f-5-min)) * var(--fluid-bp));
}

html {
  font-family: 'apercu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Helvetica, Arial, sans-serif;
  font-family: var(--font-main);
  font-weight: normal;
}

body,
.body {
  font-size: var(--step-0);
  line-height: 1.5;
}

.intro {
  font-size: var(--step-1);
}

.small {
  font-family: var(--font-main);
  font-size: var(--step--1);
}

h1,
h2,
h3,
h4,
h5,
.h,
.eyebrow {
  color: inherit;
  font-family: 'montserrat', Avenir, 'Century Gothic', -apple-system,
    BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-family: var(--font-heading);
  margin-top: 0;
  font-weight: 700;
}

.eyebrow {
  font-weight: 700;
  font-size: var(--step--1);
  line-height: 1.2;
  text-transform: uppercase;
}

.h--1 {
  font-size: var(--step-5);
  line-height: 1;
}

.h--2 {
  font-size: var(--step-4);
  line-height: 1;
}

.h--3,
h1 {
  font-size: var(--step-3);
  line-height: 1.2;
}

.h--4,
h2 {
  font-size: var(--step-2);
  line-height: 1.2;
}

.h--5,
h3 {
  font-size: var(--step-1);
  line-height: 1.2;
}

.h--6,
h4 {
  font-size: var(--step-0);
  line-height: 1.2;
}

/* inherit color and bulletproof links */
.h a {
  color: inherit;
}

/* Fluid paddings
-------------------------------------------------- */
.pad-before-x-sm {
  padding-top: calc(0.75rem + (1 - 0.75) * ((100vw - 20rem) / (100 - 20)));
}

.pad-after-x-sm {
  padding-bottom: calc(0.75rem + (1 - 0.75) * ((100vw - 20rem) / (100 - 20)));
}

.pad-around-x-sm {
  padding-top: calc(0.75rem + (1 - 0.75) * ((100vw - 20rem) / (100 - 20)));
  padding-bottom: calc(0.75rem + (1 - 0.75) * ((100vw - 20rem) / (100 - 20)));
}

.pad-before-sm {
  padding-top: calc(1rem + (1.5 - 1) * ((100vw - 20rem) / (100 - 20)));
}

.pad-after-sm {
  padding-bottom: calc(1rem + (1.5 - 1) * ((100vw - 20rem) / (100 - 20)));
}

.pad-around-sm {
  padding-top: calc(1rem + (1.5 - 1) * ((100vw - 20rem) / (100 - 20)));
  padding-bottom: calc(1rem + (1.5 - 1) * ((100vw - 20rem) / (100 - 20)));
}

.pad-before {
  padding-top: calc(2rem + (4 - 2) * ((100vw - 20rem) / (100 - 20)));
}

.pad-after {
  padding-bottom: calc(2rem + (4 - 2) * ((100vw - 20rem) / (100 - 20)));
}

.pad-around {
  padding-top: calc(2rem + (4 - 2) * ((100vw - 20rem) / (100 - 20)));
  padding-bottom: calc(2rem + (4 - 2) * ((100vw - 20rem) / (100 - 20)));
}

.pad-x {
  padding-left: calc(2rem + (4 - 2) * ((100vw - 20rem) / (100 - 20)));
  padding-right: calc(2rem + (4 - 2) * ((100vw - 20rem) / (100 - 20)));
}

.pad-before-lg {
  padding-top: calc(4rem + (6 - 4) * ((100vw - 20rem) / (100 - 20)));
}

.pad-after-lg {
  padding-bottom: calc(4rem + (6 - 4) * ((100vw - 20rem) / (100 - 20)));
}

.pad-around-lg {
  padding-top: calc(4rem + (6 - 4) * ((100vw - 20rem) / (100 - 20)));
  padding-bottom: calc(4rem + (6 - 4) * ((100vw - 20rem) / (100 - 20)));
}

.pad-x-lg {
  padding-left: calc(2rem + (8 - 2) * ((100vw - 20rem) / (100 - 20)));
  padding-right: calc(2rem + (8 - 2) * ((100vw - 20rem) / (100 - 20)));
}

.pad-x-dt {
  padding-left: calc(0rem + (6 - 0) * ((100vw - 20rem) / (100 - 20)));
  padding-right: calc(0rem + (6 - 0) * ((100vw - 20rem) / (100 - 20)));
}

.pad-before-xlg {
  padding-top: calc(7.5rem + (15 - 7.5) * ((100vw - 20rem) / (100 - 20)));
}

.pad-after-xlg {
  padding-bottom: calc(7.5rem + (15 - 7.5) * ((100vw - 20rem) / (100 - 20)));
}

@media screen and (min-width: 100em) {
  .pad-before-x-sm {
    padding-top: 1rem;
  }

  .pad-after-x-sm {
    padding-bottom: 1rem;
  }

  .pad-around-x-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pad-before-sm {
    padding-top: 1.5rem;
  }

  .pad-after-sm {
    padding-bottom: 1.5rem;
  }

  .pad-around-sm {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pad-before {
    padding-top: 4rem;
  }

  .pad-after {
    padding-bottom: 4rem;
  }

  .pad-around {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pad-x {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .pad-before-lg {
    padding-top: 6rem;
  }

  .pad-after-lg {
    padding-bottom: 6rem;
  }

  .pad-around-lg {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .pad-x-lg {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .pad-x-dt {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .pad-before-xlg {
    padding-top: 15rem;
  }
}

.illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}

.constrain {
  max-width: 1272px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

.constrain--mid {
  max-width: 1040px;
}

.constrain--small {
  max-width: 842px;
}

.constrain--bleed {
  padding: 0;
}

@media screen and (min-width: 800px) {
  .constrain--bleed {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .split {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
  .split > * {
    flex-basis: 50%;
  }
}

/* lovely stuff - https://piccalil.li/quick-tip/flow-css-utility/ */
:root {
  --flow: 1rem;
}

.flow>*+* {
  margin-top: 1rem;
  margin-top: 1rem;
  margin-top: var(--flow);
}

.flow--lg>*+* {
  margin-top: 2.2rem;
}

.flow--xlg>*+* {
  margin-top: 4rem;
}

/* text color utils */
.text-light {
  color: var(--color-light);
}

.text-dark {
  color: var(--color-theme-dark);
}

.text-tint {
  color: var(--color-theme-tint);
}

.text-accent {
  color: var(--color-accent);
}

.text-bold {
  font-weight: 700;
}

.text-constrain {
  max-width: 60ch;
}

.text-constrain-small {
  max-width: 30ch;
}

.bg-white {
  background-color: var(--color-white);
}

.bg-grey {
  background-color: var(--color-light);
}

.bg-blue {
  background-color: var(--color-theme-dark);
}

.bg-none {
  background-color: transparent;
}

.center {
  text-align: center;
}

.u-center {
  margin: 0 auto;
}

.vh {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* reusable keyframes  */
@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fade-down {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes load-in {
  from {
    height: 0;
    visibility: hidden;
  }

  to {
    height: auto;
    visibility: visible;
  }
}

/* Local time */
.local-time {
  transition: 400ms all;
  font-size: 1rem;
  opacity: 0;
  visibility: hidden;
}

.local-time--active {
  transform: translateY(-0.75rem);
  opacity: 1;
  visibility: visible;
}

.local-time:after {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 2px;
  background: var(--purple);
  position: absolute;
  right: 1.375rem;
  top: 100%;
  transform: translateY(-50%) translateY(-2px) rotate(45deg);
}

/**
 * Including the at-only style with the dialog CSS as it is required
 * to visually hide a dialog's heading if desired.
 */
.at-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

[data-modal]:focus {
  outline: none;
}

/**
 * Trigger styling
 */
[data-modal-open][hidden] {
  display: none;
}

/**
 * When a modal dialog is open, don't allow scrolling of content
 * beneath (on desktop). Also useful in negating instances of
 * double scroll bars.
 * (browser window + dialog if long enough content)
 */
body.modal-open {
  overflow: hidden;
}

/**
 * Modal Dialog base styling
 */
.has-js [data-modal],
.a11y-modal {
  bottom: 0;
  border: none;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  opacity: 1;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  visibility: visible;
  z-index: 10;
  /* this should be more than enough... */
}

/* animation removed for ease of re-use */
/* @media screen and (min-height: 440px) and (min-width: 500px) {
  .has-js [data-modal],
  .a11y-modal {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  }
} */
/**
 * To allow for CSS animations, hidden modal dialogs are
 * not set to display: none, but rather the following rule
 * set, in combination with the dialog's default
 * position: fixed, will keep dialogs hidden from
 * all users until opened.
 *
 * This also solves an issue with iOS VO + Safari not allowing
 * modal dialogs to be focused, if the dialog is initially
 * set to "display: none".
 */
.has-js [data-modal][hidden],
.a11y-modal[hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.a11y-modal__close-btn {
  border: none;
}

.is-icon-btn {
  background: none;
  border: none;
  height: 1em;
  padding: 0;
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2em;
}

[data-modal-x] {
  border-right: 2px solid;
  bottom: 0;
  display: block;
  height: 1em;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: relative;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 2px;
}

[data-modal-x]:after {
  border-right: 2px solid;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-90deg);
  width: 100%;
}

.anim-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: visible;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: bold;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox input:checked~.checkmark {
  background-color: var(--color-theme);
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5303 0.409491C15.1326 0.978314 15.1597 1.92768 14.5909 2.52995L6.09083 11.5299C5.81258 11.8246 5.42696 11.9941 5.02176 11.9998C4.61656 12.0056 4.22626 11.8472 3.9397 11.5607L0.43939 8.06073C-0.146425 7.47496 -0.146469 6.52521 0.439292 5.9394C1.02505 5.35358 1.9748 5.35354 2.56062 5.9393L4.96953 8.34799L12.4099 0.470064C12.9787 -0.132212 13.9281 -0.159332 14.5303 0.409491Z' fill='white'/%3E%3C/svg%3E%0A");
}

.checkbox input:checked~.checkmark:after {
  display: block;
}

.checkbox[focus-within] {
  outline: 3px dashed var(--color-theme);
  outline-offset: 4px;
}

.checkbox:focus-within {
  outline: 3px dashed var(--color-theme);
  outline-offset: 4px;
}

/* atom bois */
a {
  color: inherit;
}

a:not([class]) {
  color: var(--color-theme);
  text-decoration: none;
}

a:not([class]):hover,
a:not([class]):focus {
  border-bottom: var(--color-theme) 2px solid;
}

.button {
  display: inline-block;
  background-color: var(--color-theme-dark);
  color: var(--color-white);
  padding: 0.5rem 2.5rem;
  border-radius: 99px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 700;
  text-align: center;
}

.button--light {
  background-color: var(--color-theme-light);
  color: var(--color-white);
}

.button--highlight {
  background-color: var(--color-highlight);
  color: var(--color-theme-dark);
}

.button--lg {
  padding: 1rem 2.5rem;
}

.button:hover,
.button:focus {
  transition: background-color 0.5s var(--smooth-ease);
  background-color: var(--color-theme);
}

.button--light:hover,
.button--light:focus {
  background-color: var(--color-theme);
}

.button--highlight:hover,
.button--highlight:focus {
  background-color: var(--color-white);
}


@media screen and (max-width: 500px) {
  .button {
    font-size: 15px;
  }
}

.quote {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%235d67b6' d='M29.4 10.8c-1.1 1.1-2.6 1.7-4.5 1.7-.7 0-1.3-.1-1.8-.4.1 2 .9 3.6 2.3 4.9 1 .9 2.1 1.6 3.2 2 .8.3 1.4 1.1 1.4 2v1c0 1.5-1.4 2.5-2.7 2.1-.5-.2-1-.3-1.5-.6-1.5-.6-2.9-1.6-4.2-2.9-1.3-1.3-2.4-2.9-3.2-4.9-.9-2-1.3-4.4-1.3-7.3 0-2.3.7-4.2 2-5.9C20.4.9 22.2.1 24.4.1c2 0 3.6.6 4.8 1.9C30.4 3.3 31 4.7 31 6.4c0 1.8-.5 3.3-1.6 4.4M12.4 10.8c-1.1 1.1-2.6 1.7-4.5 1.7-.7 0-1.3-.1-1.8-.4.1 2 .9 3.6 2.3 4.9 1 .9 2.1 1.6 3.2 2 .8.3 1.4 1.1 1.4 2v1c0 1.5-1.4 2.5-2.7 2.1-.5-.2-1-.3-1.5-.6-1.5-.6-2.9-1.6-4.2-2.9-1.3-1.3-2.4-2.9-3.2-4.9-1-2-1.4-4.4-1.4-7.3 0-2.3.7-4.2 2-5.9C3.3 1 5.1.1 7.3.1c2 0 3.6.6 4.8 1.9C13.4 3.3 14 4.7 14 6.4c0 1.8-.5 3.3-1.6 4.4'/%3E%3C/svg%3E");
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 2em;
}

/* component bois */
.Footer {
  background-color: var(--color-dark);
  color: var(--color-light);
}

.Footer__intro {
  --flow: 2rem;
}

.Footer__logo svg {
  width: 192px;
}

.Footer__social {
  display: flex;
}

.Footer__social>*+* {
  margin-left: 2rem;
}

.Footer ul {
  padding: 0;
}

.Footer p {
  max-width: 600px;
}

.Footer__nav,
.Footer__social {
  margin-top: 1rem;
}

.Footer__nav {
  --flow: 0.8rem;
}

.Footer__nav-link {
  text-decoration: none
}
.Footer__nav-link:hover {
  text-decoration: underline;
}

.Footer__social-link {
  transition: color 0.2s var(--smooth-ease);
  display: block
}
.Footer__social-link:hover {
  color: var(--color-highlight);
}

.Footer .underline {
  transition: 0.2s var(--smooth-ease);
}

.Footer__logo:hover .underline {
  fill: var(--color-highlight);
}

@media screen and (min-width: 800px) {
  .Footer__container {
    display: flex;
  }

  .Footer__intro {
    width: calc(74% - 2rem);
    margin-right: 2rem;
    margin-bottom: 3rem;
  }

  .Footer__social {
    margin-top: 0;
  }
}

.Header {
  background-color: transparent;
  color: var(--color-white);
}

.Header__container {
  padding: 1.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.Header__logo-container {
  display: flex;
  flex-direction: column;
}
.Header__logo,
.Header__logo svg {
  color: var(--color-dark);
  width: 140px;
  text-decoration: none;
  border-bottom: none;
}
.Header__meta {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  font-size: 0.875rem;
}
.Header__meta p:nth-child(1) {
  padding-right: 0.5rem;
}
.Header__meta p:nth-child(2) {
  border-left: 2px solid var(--color-white);
  padding-left: 0.5rem;
}

.Header__toggle {
  background-color: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: var(--step--1);
  font-family: var(--font-heading);
  transform: translateX(5px);
  /* optical adjustement */
}

.Header__toggle-svg {
  width: 30px;
  margin-left: 0.5rem;
  pointer-events: none;
  color: var(--color-white);
  transform: translateY(0.5px);
  /* optical adjustement */
}

.Header__mobile-nav-inner {
  background-color: var(--color-theme-dark);
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.Header__desktop-nav {
  display: none;
}

/* media */
@media screen and (min-width: 1200px) {
  .Header__container {
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .Header__logo-container {
    flex-direction: row;
    align-items: flex-start;
  }
  .Header__logo {
    margin-right: 0.9rem;
  }
  .Header__logo,
  .Header__logo svg {
    width: 255px;
  }
  .Header__meta {
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--color-white);
    padding-left: 0.9rem;
  }
  .Header__meta p:nth-child(2) {
    border-left: none;
    padding-left: 0;
  }

  .Header__mobile-nav {
    display: none;
  }
  .Header__desktop-nav {
    display: block;
  }
  /* stop focus from going in mobile nav */
  .has-js .Header__mobile-nav-inner {
    display: none;
  }
}

.modal-open .Header,
.modal-open .Header__mobile-nav-modal-inner {
  background-color: var(--color-theme-dark);
}

/* JS specific styles */
html:not(.has-js) .Header__container {
  flex-wrap: wrap;
}

.has-js .Header__mobile-nav-modal {
  padding-top: 50px;
}

/* modal specific styles */
.Header__mobile-nav-modal {
  /* stop jump on load before JS hides it */
  animation: load-in 0.1s both 1s;
}

/* match button hit area with hamburger icon visible underneath */
.Header__mobile-nav-modal .a11y-modal__close-btn {
  width: 100px;
  height: 50px
}

.Header__mobile-nav-modal .a11y-modal__close-btn:focus {
  outline: none;
}

.Header__mobile-nav-modal [data-modal-x] {
  display: none;
}

#top-line,
#bottom-line,
#middle-line {
  transform-box: fill-box;
  transform-origin: center;
}

/* hamburger animation  */
.Header__toggle[aria-expanded='false'] #top-line {
  transform: translateY(0px) rotate(0deg) scaleX(1);
}

.Header__toggle[aria-expanded='false'] #bottom-line {
  transform: translateY(0px) rotate(0deg) scaleX(1);
}

.Header__toggle[aria-expanded='false'] #middle-line {
  transform: translateY(0px) rotate(0deg) scaleX(1);
}

.Header__toggle[aria-expanded='true'] #top-line {
  animation: down-rotate 0.5s ease-out -0.1s forwards;
}

.Header__toggle[aria-expanded='true'] #bottom-line {
  animation: up-rotate 0.5s ease-out -0.1s forwards;
}

.Header__toggle[aria-expanded='true'] #middle-line {
  animation: hide 0.5s ease-out -0.1s forwards;
}

@keyframes up-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }

  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
  }

  100% {
    transform-origin: center;
    transform: translateY(-10px) rotate(45deg) scaleX(0.95);
  }
}

@keyframes down-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }

  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(10px);
  }

  100% {
    transform-origin: center;
    transform: translateY(10px) rotate(-45deg) scaleX(0.95);
  }
}

@keyframes hide {
  0% {
    opacity: 0;
  }

  29% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.Nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Nav__list>*+* {
  margin-left: 2rem;
}

.Nav__listItem.anim-explode-container {
  position: relative;
}

.Nav__listItem.anim-explode-container svg {
  position: absolute;
  width: 133%;
  overflow: visible;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.Nav__link {
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 0.2rem;
  color: var(--color-white);
  position: relative;
  display: block;
  border-bottom: none;
  transition: color 0.1s var(--confident-ease)
}

.Nav__link:hover::after,
.Nav__link:active::after {
  transform: scaleX(1);
}

.Nav__link:hover,
.Nav__link:active {
  transition: color 0.1s var(--confident-ease);
}

.Nav__link:after {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  top: 2rem;
  content: '';
  transform: scaleX(0);
  transform-origin: center;
  background-color: var(--color-white);
  transition: 0.2s var(--confident-ease);
}

.Nav__list.sponsorship .Nav__link[href*="sponsorship"]:after {
  background-color: var(--color-white);
  transform: scaleX(1);
}

.Nav__list.venue .Nav__link[href*="venue"]:after {
  background-color: var(--color-white);
  transform: scaleX(1);
}

.Nav__list.speakers .Nav__link[href*="speakers"]:after {
  background-color: var(--color-white);
  transform: scaleX(1);
}

.Nav__list.schedule .Nav__link[href*="schedule"]:after {
  background-color: var(--color-white);
  transform: scaleX(1);
}

.Nav__link--active::after {
  background-color: var(--color-white);
}

.Nav__link--active::after {
  transform: scaleX(1);
}

.Nav__link--tickets {
  color: var(--color-theme-dark);
  background-color: var(--color-highlight);
  display: inline-block;
  padding: 0.5rem 2.5rem;
  margin-top: auto;
  border-radius: 99px;
  transition: background-color 0.2s var(--smooth-ease)
}
.Nav__link--tickets:hover {
  color: var(--color-theme-dark);
  background-color: var(--color-white);
}
.Nav__link--tickets:after {
  content: none;
}

/* JS enabled mobile nav styles */
.has-js .Nav--mobile .Nav__list {
  margin-top: 4rem;
  flex-direction: column;
  text-align: center;
  padding-left: 0;
}

.has-js .Nav--mobile .Nav__list *+* {
  margin-top: 1rem;
  margin-left: 0;
}

.has-js .Nav--mobile .Nav__link {
  font-size: 24px;
  font-weight: normal
}

.has-js .Nav--mobile .Nav__link:after {
  content: none;
}

.has-js .modal-open .Nav--mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  height: calc(100vh - 5rem);
}

.has-js .modal-open .Nav--mobile .Nav__list {
  margin-top: 0;
}

.has-js .modal-open .Nav--mobile .Nav__listItem {
  animation: fade-up 0.5s cubic-bezier(0.48, 0.43, 0.56, 0.82) both;
  animation-delay: 0.2s
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(2) {
  animation-delay: 0.25s;
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(3) {
  animation-delay: 0.3s;
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(4) {
  animation-delay: 0.35s;
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(5) {
  animation-delay: 0.4s;
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(6) {
  animation-delay: 0.45s;
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(7) {
  animation-delay: 0.5s;
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(8) {
  animation-delay: 0.55s;
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(9) {
  animation-delay: 0.6s;
}

.has-js .modal-open .Nav--mobile .Nav__listItem:nth-of-type(10) {
  animation-delay: 0.65s;
}


.Masthead {
  background-color: transparent;
  color: var(--color-white);
}

@media only screen and (min-width: 50rem) {
  .Masthead__content {
    padding-top: 3rem;
    z-index: 1;
  }

  .Masthead__content--main {
    padding-bottom: 3rem;
  }
}

.Hero {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Hero__inner {
  display: inline-block;
  max-width: 443px;
  margin-left: 4rem;
  margin-right: 4rem;
}

.Hero-sub__inner {
  position: relative;
}

.Hero-sub h2,
.Hero-sub h3,
.Hero-sub h4 {
  color: var(--color-theme-dark);
}

.Hero-sub--conf .shape-mic {
  display: none;
}

.Hero-sub--conf .anim-spin {
  position: absolute;
  bottom: -130px;
  left: -120px;
  width: 200px;
}

.Hero-sub--master .Hero-sub__inner {
  margin-bottom: 100px;
  padding-bottom: 150px;
}

.Hero-sub--master .shape-lightbulb {
  display: none;
}

.Hero-sub--master .anim-image-swipe {
  position: absolute;
  top: calc(100% - 120px);
  right: -100px;
  max-width: 60vw;
  width: 380px;
}

/* media */
@media screen and (min-width: 800px) {
  .Hero-sub--conf .Hero-sub__inner {
    padding-left: 200px;
    padding-right: 200px;
  }

  .Hero-sub--conf .Hero-sub__inner svg {
    width: 245px;
    position: absolute;
  }

  .Hero-sub--conf .shape-mic {
    display: block;
    left: -60px;
    top: 40px;
  }

  .Hero-sub--conf .anim-spin {
    right: -100px;
    left: unset;
    bottom: 100px;
  }
}

@media screen and (min-width: 1000px) {
  .Hero-sub--master .Hero-sub__inner {
    margin-bottom: 0;
    padding-left: 200px;
    padding-right: 300px;
    padding-bottom: 4rem;
  }

  .Hero-sub--master .shape-lightbulb {
    position: absolute;
    width: 308px;
    display: block;
    left: -120px;
    top: 40px;
  }

  .Hero-sub--master .anim-image-swipe {
    width: 410px;
    top: -100px;
    right: -150px;
  }
}

.Hero-sub--speakers svg {
  display: none;
}

@media screen and (min-width: 1000px) {
  .Hero-sub--speakers .Hero-sub__inner {
    position: relative;
  }

  .Hero-sub--speakers .Hero-sub__inner div {
    width: 50%;
  }

  .Hero-sub--speakers svg {
    display: block;
    position: absolute;
    right: 0;
    top: -8rem;
    width: 40%;
    width: calc(50% -4rem);
  }
}

.Overview {
  position: relative;
  overflow: hidden;
}

.Overview__heading {
  margin-top: 4.5rem;
}

.Overview__svg {
  position: absolute;
  height: calc(100% - 10rem);
  top: 0;
  min-width: 300px;
  z-index: -1;
}

.Overview__box {
  position: relative;
}

.Overview__circle,
.Overview__grid {
  position: absolute;
  bottom: -130px;
  right: -150px;
  width: 200px;
  z-index: 1;
}

.Overview__circle {
  overflow: visible;
}

.Overview__grid {
  z-index: -1;
  bottom: 0;
}

.Overview__layout {
  max-width: 1120px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.Overview__layout>*+* {
  margin-top: 2rem;
}

.Overview__image {
  display: none;
}

.Overview__image:nth-of-type(2) {
  max-width: 500px;
  width: 100%;
  display: block;
  order: 2;
  margin-top: 1rem;
}

/* media */
@media screen and (min-width: 800px) {
  .Overview__heading {
    width: 50%;
    text-align: right;
  }

  .Overview__layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
  }

  .Overview__layout>*+* {
    margin-top: 8rem;
  }

  .Overview__box:nth-of-type(1) {
    margin-top: 0rem;
  }

  .Overview__box {
    max-width: 500px;
    width: 55%;
  }

  .Overview__image {
    display: block;
    width: 42%;
    max-width: 500px;
  }

  .Overview__image:nth-of-type(2) {
    order: unset;
    width: 42%;
  }
}

@media screen and (min-width: 1200px) {
  @supports (display: grid) {
    .Overview__layout {
      display: grid;
      grid-template-columns: 1fr 1.2fr 4rem 1.2fr 1.2fr 8rem;
      grid-template-rows: auto 6.5rem 6.5rem 5rem auto 6.5rem 5rem 5rem auto 7rem;
    }

    .Overview__layout>* {
      width: 100%;
    }

    .Overview__layout>*+* {
      margin-top: 0;
    }

    .Overview__image:nth-of-type(1) {
      grid-column: 1 / span 2;
      grid-row: 1 / span 2;
      align-self: end;
    }

    .Overview__image:nth-of-type(2) {
      grid-column: 5 / span 2;
      grid-row: 5 / span 2;
      width: 130%;
      margin-left: -30%;
    }

    .Overview__image:nth-of-type(3) {
      width: 115%;
      grid-column: 1 / span 2;
      grid-row: 9 / span 2;
    }

    .Overview__box {
      width: 500px;
    }

    .Overview__box:nth-of-type(1) {
      grid-column: 4 / span 2;
      grid-row: 1 / span 1;
    }

    .Overview__box:nth-of-type(2) {
      grid-column: 2 / span 3;
      grid-row: 4 / span 2;
    }

    .Overview__box:nth-of-type(3) {
      grid-column: 4 / span 2;
      grid-row: 8 / span 2;
    }
  }
}

.Overview-card {
  position: relative;
  width: 100%;
  margin: 0 0.5rem 4rem
}

.Overview-card:nth-of-type(3) {
  margin-bottom: 0;
}

.Overview-card__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.Overview-card__inner {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.Overview-card__content {
  max-width: 24ch;
  padding-bottom: 1rem;
}

.Overview-card__svg {
  position: absolute;
  width: 120px;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
}

.Overview-card__button {
  margin-top: auto;
}

@media screen and (min-width: 750px) {
  .Overview-card {
    width: 45%;
    max-width: 392px;
  }

  .Overview-card__svg {
    width: 140px;
  }

  .Overview-card__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 1256px) {
  .Overview-card {
    margin-bottom: 0
  }

  .Overview-card:nth-of-type(1),
  .Overview-card:nth-of-type(3) {
    transform: translateY(4rem);
  }
}

.Cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 350px;
}

.Cta image {
  filter: grayscale(1);
}

.Cta__inner {
  position: relative;
  display: inline-block;
  padding-bottom: 5rem;
}

.Cta .anim-image-swipe {
  position: absolute;
  height: 400px;
  max-width: 100%;
  right: -1rem;
  margin-top: 0;
}

@media screen and (min-width: 900px) {
  .Cta {
    padding-bottom: 5.5rem;
  }

  .Cta__inner {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 6rem;
  }

  .Cta__heading {
    width: 100%;
  }

  .Cta__copy {
    --flow: 2rem;
    padding-left: 2rem;
    padding-right: 1rem;
    width: 50%;
    margin-top: 3rem;
  }

  .Cta .anim-image-swipe {
    position: absolute;
    height: auto;
    width: 50%;
    width: calc(50% - 1rem);
    right: 0;
    bottom: -4rem;
  }
}

@media screen and (min-width: 1100px) {
  .Cta__inner {
    padding-bottom: 8rem;
  }

  .Cta__heading {
    padding-left: 6rem;
  }

  .Cta__copy {
    padding-left: 6rem;
    padding-right: 2rem;
    margin-top: 2.5rem;
  }

  .Cta .anim-image-swipe {
    max-width: 500px;
    width: 45%;
    bottom: -5rem;
  }
}

.Note img {
  width: 120px;
  align-self: flex-start;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.Note__intro {
  margin-bottom: 2rem;
}

@media screen and (min-width: 800px) {
  .Note__inner {
    display: flex;
  }

  .Note__content {
    padding-right: 2rem;
  }
}

.Logos__list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.Logos__list li {
  max-width: 50%;
}

.Logos img {
  width: 100%;
  max-width: 160px;
  max-height: 160px;
  padding: 1rem;
}

.Sponsors__sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.Sponsors__image {
  max-width: 180px;
}

@media screen and (min-width: 800px) {
  .Sponsors__sponsor {
    flex-direction: row;
    align-items: flex-start;
    margin-top: 3rem;
  }
}

.Newsletter__input {
  width: 100%;
  padding: 1rem 1.5rem;
  align-self: stretch;
  border-radius: 99px;
  background-color: var(--color-white);
  border: var(--color-white) 2.5px solid;
}

.Newsletter__button {
  border: none;
  padding: 1rem 2rem;
  margin-top: 1rem;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .Newsletter__inner {
    display: flex;
  }

  .Newsletter__inner>* {
    margin: 0;
  }

  .Newsletter__input {
    flex: 1 0 70%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .Newsletter__button {
    flex: 1 1 auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.anim--master .Newsletter__button, .anim--conf .Newsletter__button, .anim--tickets .Newsletter__button, .anim--speaker .Newsletter__button {
  background-color: var(--color-theme-dark);
}

.Time {
  display: block;
}

.Schedule header .Time {
  margin-bottom: 0.5rem;
}

.Schedule__toggle {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center
}

.Schedule__toggle:focus {
  outline: transparent;
}

.Schedule__toggle.focus-visible {
  outline: 3px dashed var(--color-highlight);
}

.Schedule__toggle:focus-visible {
  outline: 3px dashed var(--color-highlight);
}

.Schedule__toggle p {
  text-decoration: underline;
}

.Schedule__toggle svg {
  margin-left: 0.5rem;
}

.Schedule__toggle>* {
  pointer-events: none;
}

.Schedule__nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 1rem;
}

.Schedule__date {
  display: none;
}

.Schedule__navitem {
  text-align: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.Schedule__navlink {
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 4px var(--color-light);
  padding: 2rem 0rem;
  margin: 0 0.25rem
}

.Schedule__navlink:hover {
  border-color: var(--color-accent);
}

.Schedule__navlink * {
  pointer-events: none;
}

.Schedule__navlink[aria-current='page'] {
  border-color: var(--color-accent);
}

.Schedule__navlink p {
  color: var(--color-accent);
}
.Schedule__navlink[aria-current='page'] p {
  color: inherit;
}

/* media */
@media screen and (min-width: 1100px) {

  .Schedule__date {
    margin-top: 0.5rem;
    display: block;
  }

  .Schedule__nav {
    padding: 0 4rem;
    justify-content: space-around;
  }

  .Schedule__navlink {
    padding: 2.5rem;
  }

  .Schedule header {
    padding-left: 0;
    display: flex;
    align-items: baseline;
    gap: 2rem;
  }

  .Schedule header .Time {
    width: 12rem;
    text-align: right;
  }

  .Schedule__content {
    margin-left: 14rem;
  }

}

.Schedule--masterclass:not(:first-of-type):after {
  content: '';
  background-color: var(--color-mid);
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 5%;
  right: 5%;
  height: 2px;
  width: 90%;
}

.Schedule--masterclass {
  position: relative;

  /* media */
}

.Schedule--masterclass .Schedule__profile {
  display: flex;
}

.Schedule--masterclass .Schedule__img {
  border-radius: 100%;
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 0.75rem;
}

.Schedule--masterclass header .Time small {
  margin-top: 0;
}

.Schedule--masterclass .Schedule__waiting {
  padding: 0.75rem;
}

.Schedule--masterclass .Schedule__waiting a {
  text-decoration: underline;
  color: var(--color-accent);
}

.Schedule--masterclass .Schedule__waiting a:hover {
  border: none;
}

@media screen and (min-width: 800px) {
  .Schedule--masterclass .Schedule__img {
    width: 180px;
    height: 180px;
  }

  .Schedule--masterclass .Schedule__img:only-child {
    width: 240px;
    height: 240px;
  }
}

@media screen and (min-width: 1100px) {
  .Schedule--masterclass {
    display: flex;
  }

  .Schedule--masterclass .Schedule__profile {
    flex: 0 0 300px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .Schedule--masterclass .Schedule__profile>*+* {
    margin-top: 1rem;
  }

  .Schedule--masterclass header>*+* {
    margin-left: 0;
    margin-top: 0.5rem;
  }

  .Schedule--masterclass header {
    flex-direction: column;
    align-items: flex-start;
  }

  .Schedule--masterclass header .Time {
    margin-bottom: 0;
    width: auto;
  }

  .Schedule--masterclass header .Time p {
    flex-direction: row;
  }

  .Schedule--masterclass .Schedule__content {
    margin-left: 0;
  }

  .Schedule--masterclass .Schedule__masterclass {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .Schedule__navlink p {
    font-size: 14px;
  }
}

.Schedule--tickets header {
  display: block;
}

.Schedule--tickets header time {
  text-align: left;
}

.Schedule--tickets header>*+* {
  margin-left: 0;
  text-align: left;
}

.Schedule--tickets .button {
  margin-top: 2.5rem;
}

/* hide the header on tickets page if it's the only child */
.Tickets .Schedule__masterclass-header:only-child {
  display: none;
}

/* make images smaller on tickets page  */
.Tickets .Schedule--masterclass .Schedule__img:only-child {
  width: 130px;
  height: 130px;
}

@media screen and (min-width: 1100px) {
  .Tickets .Schedule--masterclass .Schedule__profile {
    flex: 0 0 200px;
  }
}

@media screen and (min-width: 800px) {
  .Tickets .Schedule--masterclass .Schedule__img {
    width: 150px;
    height: 150px;
  }

  .Tickets .Schedule--masterclass .Schedule__img:only-child {
    width: 150px;
    height: 150px;
  }
}

.Tickets__list {
  margin-left: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.Tickets__list>*+* {
  margin-top: 1rem;
  padding-top: 1rem;
  position: relative
}

.Tickets__list>*+*:after {
  content: '';
  background-color: var(--color-mid);
  position: absolute;
  opacity: 0.2;
  top: 0;
  left: 0;
  right: 5%;
  height: 2px;
  width: 200px;
}

.Tickets__item {
  width: 100%;
}

.Tickets__item.sold {
  opacity: 0.6;
}

.Tickets__item.sold span,
.Tickets__item.sold p {
  text-decoration: line-through;
}

.Tickets__waiting {
  padding: 0.75rem;
}

.Tickets__waiting a {
  text-decoration: underline;
  color: var(--color-accent);
}

.Tickets__waiting a:hover {
  border: none;
}

@media screen and (min-width: 800px) {
  .Tickets__list>*+* {
    margin-top: 0;
    padding-top: 0;
    margin-left: 2rem;
    padding-left: 2rem;
    position: relative
  }

  .Tickets__list>*+*:after {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
  }

  .Tickets__item {
    width: auto;
  }
}

@media screen and (min-width: 1100px) {
  .Tickets__inner {
    padding: 6.8rem;
  }
}

@media screen and (max-width: 600px) {
  .Tickets__inner {
    padding: 0;
    background-color: transparent;
  }
}

.Ticket-slat__button {
  position: relative;
  display: inline-block;
}

.Ticket-slat__button .button {
  position: relative;
  z-index: 1;
}

.Ticket-slat svg {
  position: absolute;
  width: 300px;
  overflow: visible;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.Speakers {
  padding-top: 3rem;
}

.Speakers__filter {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.Speakers__filter p {
  width: 100%;
  margin-bottom: 1rem;
}

.Speakers__filter>* {
  margin-right: 1.5rem;
}

.Speakers__image {
  position: relative;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
  z-index: 1;
}

.Speakers__image svg {
  overflow: visible;
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  z-index: -1;
  pointer-events: none;
}

.Speakers__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  z-index: 1;
}

.Speakers__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 8px var(--color-accent);
  z-index: 1;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.Speakers__link:hover .Speakers__image:after {
  opacity: 1;
}

.Speakers a {
  text-decoration: none;
}

.Speakers__company:hover,
.Speakers__company:focus {
  text-decoration: underline;
}

.Speakers__grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.Speakers__profile {
  text-align: center;
  padding: 1rem;
  flex: 1 0 250px;
}

@media screen and (min-width: 600px) {

  .Speakers .Speakers__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
  }
  .Speakers__profile {
    flex: 0 0 50%;
  }

}
@media screen and (min-width: 900px) {

  .Speakers .Speakers__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }

  .Speakers__profile {
    flex: 0 0 33.3%;
  }

  .Speakers__profile:nth-of-type(5n + 4) {
    margin-left: 16%;
  }

  .Speakers__profile:nth-of-type(5n + 5) {
    margin-right: 16%;
  }
  .Speakers__profile:nth-of-type(5n+4):last-child {
    margin: auto;
  }

  .Speakers__image {
    object-fit: cover;
    width: 240px;
    height: 240px;
  }
}

/* filtering */
.Speakers .conf [data-the-main-conference] {
  display: none;
}

.Speakers .master [data-masterclasses] {
  display: none;
}

.Speakers .rest [data-rest-of-the-fest] {
  display: none;
}

.Hero-speaker__social {
  padding-left: 0;
}

.Hero-speaker__inner {
  position: relative;
}

.Hero-speaker__img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 80vw;
  margin: 0 auto 3rem;
}

@media screen and (min-width: 1000px) {

  .Hero-speaker__intro,
  .Hero-speaker__content {
    width: calc(100% - 500px);
  }

  .Hero-speaker__img {
    position: absolute;
    width: 392px;
    height: 392px;
    top: -240px;
    right: 7rem;
  }
}

.Speaker-schedule__inner>*+* {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 2px solid #f0f0f0;
}

.Speaker-schedule .button {
  margin-top: 2rem;
}

.Speaker-schedule__waiting {
  margin-top: 2rem;
  padding: 1rem;
}

.Map {
  min-height: 50vh;
  border: 1px solid var(--color-dark);
}

.Gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
.Gallery__image {
  width: 100%;
  border: 1px solid var(--color-dark);
}
.Gallery__image img,
.Gallery__image iframe {
  width: 100%;
  height: auto;
}
.Gallery__image iframe {
  aspect-ratio: 1/0.56;
}

/* print */
@media print {

  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' ('attr(href) ')';
  }

  abbr[title]:after {
    content: ' ('attr(title) ')';
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}