@charset "UTF-8";
/* line 1, app/assets/stylesheets/patterns/_text.scss */
:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

/* desperately needs a different name */
/* Builds an element with a 100% width footer, and an additional
   footer that spans only the width of the footer text */
/* Given a small screen layout like this:
   ----------------
   |img|  |content|
   |img|  |content|
   |img|  |content|
   ----------------

   Apply to column-based containers that include a child image element to prevent them from applying too much padding on small screens
*/
/* line 162, app/assets/stylesheets/base/_variables.scss */
body {
  --list-link: #005c9c;
  --text-default: #141414;
  --event-background-color: #ffffff;
  --event-player-background-color: #ffffff;
  --event-secondary-background-color: #ffffff;
  --body-link-color: #005c9c;
  --header-background-color: #00538f;
  --header-dark-background-color: darken(#00538f, 8%);
  --header-border-color: rgba(#00538f, 0.6);
  --body-button-color: #008cf0;
}

/* line 176, app/assets/stylesheets/base/_variables.scss */
.body--dark {
  --text-default: #ffffff;
  --list-link: #008cf0;
  --event-background-color: #1b2029;
  --event-player-background-color: #222833;
  --event-secondary-background-color: #1a1f29;
  --body-link-color: #008cf0;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--purple,
.color--purple {
  --body-link-color: #6848BE;
  --header-background-color: #6848BE;
  --header-dark-background-color: #573aa3;
  --header-border-color: rgba(104, 72, 190, 0.6);
  --body-button-color: #9476E5;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--blue,
.color--blue {
  --body-link-color: #1560C0;
  --header-background-color: #1560C0;
  --header-dark-background-color: #114e9b;
  --header-border-color: rgba(21, 96, 192, 0.6);
  --body-button-color: #2E89FF;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--green,
.color--green {
  --body-link-color: #00884C;
  --header-background-color: #00884C;
  --header-dark-background-color: #005f35;
  --header-border-color: rgba(0, 136, 76, 0.6);
  --body-button-color: #00B867;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--red,
.color--red {
  --body-link-color: #B82A2A;
  --header-background-color: #B82A2A;
  --header-dark-background-color: #972222;
  --header-border-color: rgba(184, 42, 42, 0.6);
  --body-button-color: #DB524A;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--teal,
.color--teal {
  --body-link-color: #008080;
  --header-background-color: #008080;
  --header-dark-background-color: #005757;
  --header-border-color: rgba(0, 128, 128, 0.6);
  --body-button-color: #00BCBC;
}

/* line 231, app/assets/stylesheets/base/_variables.scss */
.body--darkblue,
.color--darkblue {
  --body-link-color: #005C9C;
  --header-background-color: #00538F;
  --header-dark-background-color: #003b66;
  --header-border-color: rgba(0, 83, 143, 0.6);
  --body-button-color: #0065f2;
}

@media only screen and (max-width: 40em) {
  /* line 35, app/assets/stylesheets/base/_grid.scss */
  .mobile-hide {
    display: none;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 41, app/assets/stylesheets/base/_grid.scss */
  .mobile-show {
    display: none;
  }
}

/*

Media Queries. Usage:

```
  .foo {
    height: 20px;

    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      height: 30px
    }

    @media only screen and (min-width: 64.0625em) {
      height: 50px;
    }
  }
```
*/
/* line 66, app/assets/stylesheets/base/_grid.scss */
.left {
  float: left !important;
}

/* line 70, app/assets/stylesheets/base/_grid.scss */
.right {
  float: right !important;
}

/* line 74, app/assets/stylesheets/base/_grid.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 80, app/assets/stylesheets/base/_grid.scss */
.clearfix:after {
  clear: both;
}

/* line 84, app/assets/stylesheets/base/_grid.scss */
.hide {
  display: none;
}

/* line 88, app/assets/stylesheets/base/_grid.scss */
.invisible {
  visibility: hidden;
}

/* line 92, app/assets/stylesheets/base/_grid.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 97, app/assets/stylesheets/base/_grid.scss */
.row {
  margin: 0 auto;
  max-width: 1322px;
  width: 100%;
}

/* line 103, app/assets/stylesheets/base/_grid.scss */
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 109, app/assets/stylesheets/base/_grid.scss */
.row:after {
  clear: both;
}

/* line 113, app/assets/stylesheets/base/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 119, app/assets/stylesheets/base/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 124, app/assets/stylesheets/base/_grid.scss */
.row .row {
  margin: 0 -21px;
  max-width: none;
  width: auto;
}

/* line 129, app/assets/stylesheets/base/_grid.scss */
.body--iframe .row .row {
  margin: 0 -12px;
}

/* line 134, app/assets/stylesheets/base/_grid.scss */
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

/* line 140, app/assets/stylesheets/base/_grid.scss */
.row .row:after {
  clear: both;
}

/* line 144, app/assets/stylesheets/base/_grid.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

/* line 150, app/assets/stylesheets/base/_grid.scss */
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 156, app/assets/stylesheets/base/_grid.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 160, app/assets/stylesheets/base/_grid.scss */
.column,
.columns {
  padding-left: 21px;
  padding-right: 21px;
  width: 100%;
  float: left;
}

/* line 167, app/assets/stylesheets/base/_grid.scss */
.body--iframe .column, .body--iframe .columns {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 173, app/assets/stylesheets/base/_grid.scss */
.column + .column:last-child,
.columns + .columns:last-child {
  float: right;
}

/* line 178, app/assets/stylesheets/base/_grid.scss */
.column + .column.end,
.columns + .columns.end {
  float: left;
}

/* Builds classes for widths at different viewpoints.
   ie: small-12 medium-6 large-4

   Use with `columns` classs ie:
   ```
    <div class="row">
      <div class="small-12 medium-6 columns">Foo</div>
      <div class="small-12 medium-6 columns">Bar</div>
    </div>
   ```
*/
@media only screen {
  /* line 230, app/assets/stylesheets/base/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-1 {
    width: 8.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-2 {
    width: 16.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-3 {
    width: 25%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-4 {
    width: 33.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-5 {
    width: 41.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-6 {
    width: 50%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-7 {
    width: 58.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-8 {
    width: 66.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-9 {
    width: 75%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-10 {
    width: 83.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-11 {
    width: 91.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .small-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 230, app/assets/stylesheets/base/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .medium-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 880px) {
  /* line 230, app/assets/stylesheets/base/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-1 {
    width: 8.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-2 {
    width: 16.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-3 {
    width: 25%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-4 {
    width: 33.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-5 {
    width: 41.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-6 {
    width: 50%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-7 {
    width: 58.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-8 {
    width: 66.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-9 {
    width: 75%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-10 {
    width: 83.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-11 {
    width: 91.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .event-medium-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 230, app/assets/stylesheets/base/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 21px;
    padding-right: 21px;
    float: left;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-3 {
    width: 25%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-6 {
    width: 50%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-9 {
    width: 75%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 236, app/assets/stylesheets/base/_grid.scss */
  .large-12 {
    width: 100%;
  }
}

/*
  Include in a class to use the above grid measurements without placing the
  classes in your markup.

  e.g.
  .foo {
    @include columns($small: 10, $medium: 4);
    ... other rules...
  }
*/
/* line 1, app/assets/stylesheets/base/_typography_fonts.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #141414;
}

/* line 6, app/assets/stylesheets/base/_typography_fonts.scss */
.lang-ja body {
  font-family: "AkkuratLLWeb", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "游ゴシック体", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* line 12, app/assets/stylesheets/base/_typography_fonts.scss */
.lang-ja body .jp_talign-l {
  text-align: left;
}

/* line 17, app/assets/stylesheets/base/_typography_fonts.scss */
.lang-ja body, .lang-cn body {
  letter-spacing: 0.025em;
}

/* line 23, app/assets/stylesheets/base/_typography_fonts.scss */
html {
  line-height: 1.125;
}

/* line 26, app/assets/stylesheets/base/_typography_fonts.scss */
html.lang-ja, html.lang-cn {
  line-height: 1.5;
}

/* line 32, app/assets/stylesheets/base/_typography_fonts.scss */
b,
strong {
  font-weight: 600;
}

/* line 40, app/assets/stylesheets/base/_typography_fonts.scss */
.lang-cn em, .lang-cn blockquote, .lang-cn i {
  font-style: normal;
  font-weight: bold;
}

/* line 3, app/assets/stylesheets/base/_typography.scss */
h1 {
  font-weight: normal;
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/base/_typography.scss */
h3 {
  font-weight: 600;
}

/* line 12, app/assets/stylesheets/base/_typography.scss */
.page-title {
  font-weight: 600;
  font-size: 2em;
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 12, app/assets/stylesheets/base/_typography.scss */
  .page-title {
    font-size: 3.24em;
    margin-bottom: 0.5em;
  }
}

/* line 16, app/assets/stylesheets/base/_typography.scss */
.page-excerpt {
  font-size: 1.375em;
  padding-bottom: 1em;
}

/* line 21, app/assets/stylesheets/base/_typography.scss */
.h-xxl {
  font-weight: 900;
  font-size: 4.11em;
  letter-spacing: -0.02em;
}

/* line 27, app/assets/stylesheets/base/_typography.scss */
.h-xl {
  font-weight: 900;
  letter-spacing: -0.02em;
  font-size: 2.886em;
}

/* line 33, app/assets/stylesheets/base/_typography.scss */
.h-l--caps {
  text-transform: uppercase;
  letter-spacing: 6px;
}

/* line 39, app/assets/stylesheets/base/_typography.scss */
.h-l, .h-l--caps {
  font-size: 2.565em;
  font-weight: 300;
}

/* line 44, app/assets/stylesheets/base/_typography.scss */
.h-m {
  font-weight: 600;
  font-size: 1.801em;
}

/* line 49, app/assets/stylesheets/base/_typography.scss */
.h-s {
  font-weight: 600;
  font-size: 1.265em;
}

/* line 54, app/assets/stylesheets/base/_typography.scss */
.h-xs--caps {
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600;
}

/* line 60, app/assets/stylesheets/base/_typography.scss */
.sub-title {
  border-top: 3px solid #141414;
  border-top-color: var(--text-default);
  padding-top: 0.2em;
  border-bottom: 1px solid #d5e0e8;
  padding-bottom: 10px;
  font-size: 1.3em;
  padding-bottom: 0.375em;
  padding-right: 2em;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0.75em;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 60, app/assets/stylesheets/base/_typography.scss */
  .sub-title {
    margin-bottom: 0.9em;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 60, app/assets/stylesheets/base/_typography.scss */
  .sub-title {
    font-size: 2em;
    font-weight: 300;
  }
}

/* line 64, app/assets/stylesheets/base/_typography.scss */
.sub-title em {
  font-style: normal;
  color: #84919c;
  display: inline-block;
}

/* line 70, app/assets/stylesheets/base/_typography.scss */
.sub-title .view-all-link {
  font-size: 0.65em;
}

@media only screen and (min-width: 40.0625em) {
  /* line 70, app/assets/stylesheets/base/_typography.scss */
  .sub-title .view-all-link {
    font-size: 0.45em;
  }
}

/* line 78, app/assets/stylesheets/base/_typography.scss */
.sub-title--dark {
  border-top: 0;
  font-weight: 300;
  padding-top: 0;
}

/* line 83, app/assets/stylesheets/base/_typography.scss */
.body--dark .sub-title--dark {
  border-top: 0;
}

/* line 88, app/assets/stylesheets/base/_typography.scss */
.sub-title--text-only {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 93, app/assets/stylesheets/base/_typography.scss */
.vertical-page .sub-title, .tout-list-container--si-articles .sub-title {
  font-size: 1.368em;
  font-weight: 600;
  border-top: 1px solid #d5e0e8;
  border-bottom: 0;
  padding-top: 1rem;
}

/* line 101, app/assets/stylesheets/base/_typography.scss */
.vertical-page .sub-title .highlight__featured-text, .tout-list-container--si-articles .sub-title .highlight__featured-text {
  color: #9aa9b7;
}

/* line 105, app/assets/stylesheets/base/_typography.scss */
.vertical-page .sub-title .view-all-link, .tout-list-container--si-articles .sub-title .view-all-link {
  font-size: 1rem;
}

/* line 111, app/assets/stylesheets/base/_typography.scss */
.lead-in {
  font-size: 1.601em;
}

/* line 115, app/assets/stylesheets/base/_typography.scss */
.body {
  font-size: 1.125em;
}

/* line 119, app/assets/stylesheets/base/_typography.scss */
.body-small {
  font-size: 1em;
}

/* line 123, app/assets/stylesheets/base/_typography.scss */
.caption {
  color: #84919c;
  font-size: 0.875em;
  line-height: 1.4;
}

/* line 127, app/assets/stylesheets/base/_typography.scss */
.bold {
  font-weight: 600;
}

/* line 131, app/assets/stylesheets/base/_typography.scss */
.st__content-block--text:first-of-type p:first-of-type {
  margin-top: 0;
}

/* line 135, app/assets/stylesheets/base/_typography.scss */
.st__content-block--text p {
  line-height: 1.65rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 135, app/assets/stylesheets/base/_typography.scss */
  .st__content-block--text p {
    font-size: 1.125rem;
  }
}

/* line 139, app/assets/stylesheets/base/_typography.scss */
.st__content-block.st__content-block--list ul {
  padding-left: 2em;
}

/* line 143, app/assets/stylesheets/base/_typography.scss */
.st__content-block.st__content-block--list li {
  margin-bottom: 1em;
  line-height: 175%;
  font-size: 1.125em;
}

/* line 1, app/assets/stylesheets/base/_defaults.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, app/assets/stylesheets/base/_defaults.scss */
html,
body {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  overscroll-behavior-y: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 23, app/assets/stylesheets/base/_defaults.scss */
  body[data-controller="submissions"] {
    overflow-x: hidden;
  }
}

/* line 29, app/assets/stylesheets/base/_defaults.scss */
.dark-bg,
body[data-action="colour_of_resilience"] {
  background: black;
}

/* line 34, app/assets/stylesheets/base/_defaults.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 39, app/assets/stylesheets/base/_defaults.scss */
.body-wrap {
  position: relative;
}

/* line 43, app/assets/stylesheets/base/_defaults.scss */
a {
  text-decoration: none;
  color: inherit;
  color: var(--body-link-color);
}

/* line 48, app/assets/stylesheets/base/_defaults.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 53, app/assets/stylesheets/base/_defaults.scss */
.content-container--content {
  overflow: hidden;
}

/* line 58, app/assets/stylesheets/base/_defaults.scss */
.content-container--content-v2 {
  overflow: clip;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dockedVideoReveal {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes dockedVideoReveal {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

/* line 33, app/assets/stylesheets/base/_animations.scss */
html {
  scroll-behavior: smooth;
}

/* line 1, app/assets/stylesheets/modules/_scrollbars.scss */
.body--dark .event-scroll {
  scrollbar-base-color: #2f3848;
}

/* line 4, app/assets/stylesheets/modules/_scrollbars.scss */
.body--dark .event-scroll::-webkit-scrollbar {
  background: #2f3848;
  width: 14px;
}

/* line 8, app/assets/stylesheets/modules/_scrollbars.scss */
.body--dark .event-scroll::-webkit-scrollbar-track {
  background: #2f3848;
}

/* line 12, app/assets/stylesheets/modules/_scrollbars.scss */
.body--dark .event-scroll::-webkit-scrollbar-thumb {
  background: #07080a;
  border-radius: 12px;
  border: 3px solid #2f3848;
}

/* line 2, app/assets/stylesheets/modules/_cookiebot.scss */
div#CybotCookiebotDialog * {
  font-family: "Akkurat", sans-serif;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog {
  opacity: 1 !important;
  border-radius: 5px !important;
  overflow: visible !important;
}

/* line 12, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogHeader,
#CybotCookiebotDialog #CybotCookiebotDialogPoweredByText,
#CybotCookiebotDialog .CybotCookiebotDialogBodyBottomWrapper,
#CybotCookiebotDialog .CybotCookiebotDialogArrow,
#CybotCookiebotDialog .CybotCookiebotDialogNavItem:first-of-type {
  display: none !important;
}

/* line 20, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent {
  flex-grow: 1;
}

/* line 24, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog > *:first-child:not(.CybotCookiebotDialogContentWrapper) {
  display: none;
}

/* line 30, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) {
  top: auto !important;
  left: auto !important;
  bottom: 8px;
  right: 8px;
  transform: none !important;
}

@media screen and (min-width: 601px) {
  /* line 30, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) {
    display: flex;
    height: auto;
    max-width: 340px;
    max-height: 380px;
  }
}

@media screen and (max-height: 532px) {
  /* line 30, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) {
    max-height: calc(100% - 16px);
  }
}

/* line 48, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogNav {
  display: none !important;
}

/* line 52, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) .CybotCookiebotScrollContainer {
  border-bottom: none !important;
  padding: 27px 30px !important;
  padding-bottom: 0 !important;
}

/* line 58, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyContentTitle {
  font-size: 16px !important;
  line-height: 1;
  margin-bottom: 18px;
}

/* line 64, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyContentText {
  line-height: 19.6px;
  padding-bottom: 22px;
}

/* line 69, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyContent {
  padding: 0;
}

/* line 72, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyContent > .CybotCookiebotFader {
  height: 23px;
}

/* line 77, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogFooter {
  padding: 23px 30px;
  padding-top: 0;
}

/* line 82, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyButtonsWrapper {
  flex-direction: column !important;
}

/* line 85, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
  width: 100% !important;
  margin: 0em !important;
  margin-top: 12px !important;
}

/* line 91, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog:not(.CybotCookiebotDialogOpen) #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonCustomize {
  order: -1;
  margin-top: 0 !important;
}

@media screen and (min-width: 601px) {
  /* line 100, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog.CybotCookiebotDialogOpen {
    width: 610px !important;
    height: 664px;
  }
}

/* line 107, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen::after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* line 120, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogContentWrapper {
  background: white;
  border-radius: 5px;
}

/* line 125, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotScrollContainer,
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  padding: 0 !important;
}

/* line 130, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  line-height: 16.8px;
  max-width: 480px;
}

@media screen and (min-width: 1280px) {
  /* line 130, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
    padding-left: 0 !important;
  }
}

/* line 139, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogDetailBodyContentCookieContainerButton:before {
  margin-right: 0.8em;
}

/* line 143, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogDetailBodyContentTextAbout {
  padding: 1.625em 23px;
}

@media screen and (min-width: 601px) {
  /* line 147, app/assets/stylesheets/modules/_cookiebot.scss */
  #CybotCookiebotDialog.CybotCookiebotDialogOpen .CybotCookiebotDialogBodyButton {
    width: 50% !important;
  }
}

/* line 153, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogTabContentDetails > .CybotCookiebotFader {
  height: 23px;
}

/* line 157, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen .CookieCard {
  padding-left: 23px;
  padding-right: 23px;
}

/* line 162, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogFooter {
  padding: 25px 37px;
  padding-top: 28px;
}

/* line 167, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog.CybotCookiebotDialogOpen #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  display: none;
}

/* line 173, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
  width: 44px !important;
  height: 28px !important;
}

/* line 178, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper.CybotCookiebotDialogBodyLevelButtonSliderWrapperDisabled .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #a0a0a0;
}

/* line 183, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper .CybotCookiebotDialogBodyLevelButtonSlider:before {
  bottom: 2px;
  left: 2px;
}

/* line 188, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper input:checked + .CybotCookiebotDialogBodyLevelButtonSlider:before {
  transform: translateX(16px);
}

/* line 195, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonsWrapper .CybotCookiebotDialogBodyButton {
  border-radius: 32px !important;
  font-weight: normal !important;
  padding: 0;
  line-height: 40px;
}

/* line 202, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #0065f2 !important;
  color: #ffffff !important;
}

/* line 207, app/assets/stylesheets/modules/_cookiebot.scss */
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border-color: #0065f2 !important;
}

/* line 1, app/assets/stylesheets/modules/events/_a_base.scss */
body {
  background-color: #1b2029;
  background-color: var(--event-background-color);
  color: #fff;
  color: var(--text-default);
}

/* line 8, app/assets/stylesheets/modules/events/_a_base.scss */
.content-container--content {
  color: #fff;
  color: var(--text-default);
}

/* line 1, app/assets/stylesheets/modules/events/_about-grid.scss */
.about-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* line 9, app/assets/stylesheets/modules/events/_about-grid.scss */
.about-grid__item p {
  line-height: 1.4;
  margin: 0;
  padding: 30px 20px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 9, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid__item p {
    font-size: 1.25rem;
    padding: 60px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 21, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid__item .event-button {
    display: none;
  }
}

@media only screen and (max-width: 64em) {
  /* line 27, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid__item .event-button {
    margin-top: 1.25rem;
  }
  /* line 31, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid__item:nth-child(1) {
    grid-row: 2;
  }
}

@media only screen and (max-width: 64em) {
  /* line 38, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid .event-content__description {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 64em) {
  /* line 44, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid__intro {
    grid-row: 1;
  }
  /* line 47, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid__intro .event-content__header-inner {
    max-width: 100%;
  }
  /* line 51, app/assets/stylesheets/modules/events/_about-grid.scss */
  .about-grid__intro .event-button {
    display: none;
  }
}

/* line 57, app/assets/stylesheets/modules/events/_about-grid.scss */
.about-grid__image {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}

/* line 64, app/assets/stylesheets/modules/events/_about-grid.scss */
.about-grid__text {
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  height: 100%;
  align-items: center;
}

/* line 2, app/assets/stylesheets/modules/events/_about-text.scss */
.about-text__container {
  float: none !important;
  margin: 0 auto 80px;
}

/* line 7, app/assets/stylesheets/modules/events/_about-text.scss */
.about-text__content {
  text-align: center;
}

/* line 9, app/assets/stylesheets/modules/events/_about-text.scss */
.lang-ja .about-text__content {
  text-align: left;
}

/* line 13, app/assets/stylesheets/modules/events/_about-text.scss */
.about-text__content h4 {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

/* line 20, app/assets/stylesheets/modules/events/_about-text.scss */
.about-text__content p {
  font-size: 1.125rem;
}

/* line 2, app/assets/stylesheets/modules/events/_articles.scss */
.event-articles .collection-group__container {
  margin-left: 0;
  margin-right: 0;
}

/* line 7, app/assets/stylesheets/modules/events/_articles.scss */
.event-articles .tout-wrapper:after,
.event-articles .tout-wrapper:before,
.event-articles .tout-wrapper,
.event-articles .tout {
  border-color: rgba(216, 216, 216, 0.2) !important;
}

/* line 14, app/assets/stylesheets/modules/events/_articles.scss */
.event-articles .tout__topic {
  color: rgba(var(--theme-color), 1);
}

/* line 18, app/assets/stylesheets/modules/events/_articles.scss */
.event-articles__heading {
  margin-top: 40px;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 18, app/assets/stylesheets/modules/events/_articles.scss */
  .event-articles__heading {
    font-size: 2rem;
  }
}

/* line 26, app/assets/stylesheets/modules/events/_articles.scss */
.event-articles__heading span {
  color: rgba(var(--theme-color), 1);
}

/* line 6, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day {
  background: #222833;
  padding: 40px 0;
}

/* line 10, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__container {
  margin: 0 auto;
  max-width: 1322px;
  width: 100%;
  padding-inline: 21px;
  display: grid;
  row-gap: 40px;
  column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (min-width: 40.0625em) {
  /* line 10, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__container {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 10, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__container {
    grid-template-columns: repeat(12, 1fr);
  }
}

/* line 30, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__header {
  margin: 0;
  font-weight: 900;
  font-size: 2rem;
  grid-column: span 4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 30, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__header {
    grid-column: span 8;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 30, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__header {
    grid-column: span 12;
  }
}

/* line 45, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__hero {
  grid-column: span 4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 45, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__hero {
    display: flex;
    place-items: center;
    gap: 24px;
    grid-column: span 8;
    flex-direction: row;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 45, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__hero {
    grid-column: span 12;
  }
}

/* line 60, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__hero-content {
  padding-top: 25px;
  flex: 1;
}

/* line 66, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__link {
  color: #ffffff;
}

/* line 69, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__link:hover {
  text-decoration: underline;
}

/* line 74, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__item {
  grid-column: span 4;
}

@media only screen and (min-width: 40.0625em) {
  /* line 77, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__item.--padded {
    background: #2c3442;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 74, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__item {
    grid-column: span 3;
  }
}

/* line 90, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__image-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 40.0625em) {
  /* line 96, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .--padded .board-of-the-day__image-wrapper--hero {
    border-radius: 5px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 95, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__image-wrapper--hero {
    aspect-ratio: 4 / 3;
    flex: 1;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 108, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .--padded .board-of-the-day__image-wrapper {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 115, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .--rounded .board-of-the-day__image-wrapper {
    border-radius: 5px;
  }
}

/* line 122, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__image-wrapper:hover .board-of-the-day__image {
  transform: scale(1.025);
}

/* line 127, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* line 133, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__image-wrapper img.--blurred {
  position: absolute;
  height: 100%;
  filter: blur(14px);
  transform: none;
  opacity: 0.8;
  z-index: 0;
  top: 0;
  bottom: 0;
}

/* line 146, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__filled-image, .board-of-the-day__image {
  transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  height: 100%;
}

/* line 152, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__contained-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 1rem;
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
}

/* line 164, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__contained-image .board-of-the-day__image {
  width: 50%;
}

/* line 167, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__contained-image .board-of-the-day__image img {
  border-radius: 5px;
}

/* line 173, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__contained-image.--portrait .board-of-the-day__image {
  position: relative;
  width: calc(56.25% * 7 / 10);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
}

/* line 178, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__contained-image.--portrait .board-of-the-day__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 25%;
  background: black;
}

@media only screen and (min-width: 64.0625em) {
  /* line 190, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__contained-image--hero {
    padding: 40px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 195, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__contained-image--hero .board-of-the-day__image {
    width: 75%;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 202, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__contained-image--hero.--portrait .board-of-the-day__image {
    width: 50%;
  }
}

/* line 211, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__icon-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.5);
}

/* line 223, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__icon {
  height: 40px;
  width: 40px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 227, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__icon.--hero {
    height: 60px;
    width: 60px;
  }
}

/* line 235, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__duration {
  color: white;
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

/* line 246, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__content {
  padding-top: 25px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 249, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .--padded .board-of-the-day__content {
    padding: 25px 20px;
  }
}

/* line 256, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__topic {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.25px;
  font-size: 1rem;
  color: #b3b3b3;
  margin-top: 0;
  margin-bottom: 8px;
}

/* line 266, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__title {
  margin: 0;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 40.0625em) {
  /* line 276, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__title--hero {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 276, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__title--hero {
    font-size: 3rem;
  }
}

/* line 287, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__button {
  grid-column: span 4;
  display: flex;
  align-items: center;
  margin: 0 auto;
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 0 5px 25px;
  font-weight: 700;
  font-size: 1.125rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 287, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__button {
    grid-column: span 8;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 287, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
  .board-of-the-day__button {
    grid-column: span 12;
  }
}

/* line 308, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__button span {
  margin-left: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 40px;
  margin-right: 5px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 320, app/assets/stylesheets/modules/events/_board_of_the_day.scss */
.board-of-the-day__button svg {
  transform: rotate(90deg);
  margin-top: 3px;
}

/* line 1, app/assets/stylesheets/modules/events/_button.scss */
:root {
  --button-border-width: 2px;
}

/* line 5, app/assets/stylesheets/modules/events/_button.scss */
.event-button {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: #008cf0;
  border: var(--button-border-width) solid #008cf0;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  padding: 14px 2rem;
  min-height: 50px;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

/* line 18, app/assets/stylesheets/modules/events/_button.scss */
.event-button:hover {
  background: transparent;
  border: var(--button-border-width) solid #008cf0;
}

/* line 23, app/assets/stylesheets/modules/events/_button.scss */
.event-button--secondary {
  background: #2c3442;
  border-color: #2c3442;
}

/* line 27, app/assets/stylesheets/modules/events/_button.scss */
.event-button--secondary:hover {
  background: #008cf0;
  border-color: #008cf0;
}

/* line 33, app/assets/stylesheets/modules/events/_button.scss */
.event-button--fullwidth {
  width: 100%;
}

/* line 37, app/assets/stylesheets/modules/events/_button.scss */
.event-button .event-icon {
  margin-left: 10px;
  transition: transform 0.15s ease-in-out;
}

/* line 43, app/assets/stylesheets/modules/events/_button.scss */
.event-button--light:hover {
  color: #1b2029;
}

/* line 48, app/assets/stylesheets/modules/events/_button.scss */
.event-button--bordered {
  background: transparent;
  border: var(--button-border-width) solid #008cf0;
  color: #ffffff;
}

/* line 54, app/assets/stylesheets/modules/events/_button.scss */
.event-button--secondary.event-button--bordered {
  border-color: #2c3442;
}

/* line 1, app/assets/stylesheets/modules/events/_card.scss */
.event-card {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  text-decoration: none;
  color: inherit;
  display: block;
  background-color: #272e3b;
  padding: 15px 20px;
  color: #ffffff;
  color: var(--text-default);
  min-height: 50px;
  min-width: 100%;
  position: relative;
  transition: opacity 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 14, app/assets/stylesheets/modules/events/_card.scss */
.event-card:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(100, 112, 135, 0.3);
}

/* line 21, app/assets/stylesheets/modules/events/_card.scss */
.event-card:hover .event-session-card > span {
  color: #ffffff;
  color: var(--text-default);
}

/* line 26, app/assets/stylesheets/modules/events/_card.scss */
.event-card:hover .event-session-card header h2 {
  color: rgba(var(--theme-color), 1);
}

/* line 31, app/assets/stylesheets/modules/events/_card.scss */
.event-card:hover .event-session-card .session-grid-session__button svg {
  color: #008cf0;
}

/* line 36, app/assets/stylesheets/modules/events/_card.scss */
.event-card:hover .event-session-card .session-grid-session__button--live svg {
  color: #cc0f0c;
}

/* line 45, app/assets/stylesheets/modules/events/_card.scss */
.ReactModalPortal .event-card.event-theme--default .event-session-card > span {
  color: inherit;
}

/* line 50, app/assets/stylesheets/modules/events/_card.scss */
.ReactModalPortal .event-card:hover header h2 {
  color: inherit;
}

/* line 56, app/assets/stylesheets/modules/events/_card.scss */
.event-card--theme {
  border-left: 5px solid rgba(var(--theme-color), 1);
}

/* line 59, app/assets/stylesheets/modules/events/_card.scss */
.event-card--theme:focus {
  box-shadow: 0 0 0 3px rgba(var(--theme-color), 0.3);
}

/* line 64, app/assets/stylesheets/modules/events/_card.scss */
.event-card--muted, .event-card:disabled {
  opacity: 0.4;
}

/* line 69, app/assets/stylesheets/modules/events/_card.scss */
.event-card--full {
  height: 100%;
}

/* line 73, app/assets/stylesheets/modules/events/_card.scss */
.event-card--toplink {
  padding-bottom: 230px;
}

/* line 77, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-icon--star {
  color: #0077cc;
}

/* line 81, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-icon--webcast {
  color: #84919c;
  vertical-align: -4px;
  margin-left: 5px;
}

/* line 87, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light {
  background: #ffffff;
  color: #1b2029;
  padding: 0;
}

/* line 92, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light.event-card--theme {
  border-left: none;
}

/* line 96, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card {
  font-size: 1rem;
}

/* line 99, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card__speakers {
  color: #848490;
}

/* line 103, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card header {
  margin: 1rem 0;
}

/* line 106, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card header h2 {
  font-size: 1.375rem;
  line-height: 1.25;
}

@media only screen and (min-width: 40.0625em) {
  /* line 103, app/assets/stylesheets/modules/events/_card.scss */
  .event-card.event-card--light .event-session-card header {
    margin: 2rem 0;
  }
}

/* line 117, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card section p span {
  color: inherit;
}

/* line 122, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card__meta {
  color: #84919c;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 129, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card__meta-theme {
  color: rgba(var(--theme-color), 1);
}

/* line 133, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card__description, .event-card.event-card--light .event-session-card__registration {
  margin-bottom: 2.5rem;
}

/* line 138, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card .session-grid-session__button,
.event-card.event-card--light .event-session-card .session-grid-session__datetime {
  display: block;
  color: #848490;
  margin-top: 1rem;
}

/* line 144, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card .session-grid-session__button svg,
.event-card.event-card--light .event-session-card .session-grid-session__datetime svg {
  color: #008cf0;
}

/* line 149, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card .session-grid-session__button--live svg,
.event-card.event-card--light .event-session-card .session-grid-session__datetime--live svg {
  color: #cc0f0c;
}

/* line 154, app/assets/stylesheets/modules/events/_card.scss */
.event-card.event-card--light .event-session-card .session-grid-session__buttonzone,
.event-card.event-card--light .event-session-card .session-grid-session__datetimezone {
  color: inherit;
  font-weight: normal;
}

/* line 162, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.875rem;
}

/* line 169, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card > span {
  color: rgba(var(--theme-color), 1);
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 10px;
  font-weight: normal;
}

/* line 177, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card header {
  margin: 0;
}

/* line 180, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card header h2 {
  font-size: 1.125rem;
  margin: 0 0 1rem 0;
}

/* line 186, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__meta {
  display: none;
  font-size: 0.75rem;
  line-height: 1.25;
}

/* line 191, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__meta span:first-child {
  margin-right: 10px;
}

/* line 195, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__meta span:nth-child(2) {
  font-weight: 500;
  color: rgba(var(--theme-color), 1);
}

/* line 201, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__description {
  line-height: 1.5;
}

/* line 205, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__speakers {
  color: #848490;
  margin: 0 0 1rem 0;
}

/* line 209, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__speakers h4,
.event-card .event-session-card__speakers h5 {
  font-size: 1.125rem;
  line-height: 1.3rem;
  color: #1b2029;
  margin: 0;
}

/* line 217, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__speakers h4 {
  margin: 24px 0;
}

/* line 221, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__speakers p {
  line-height: 1.5;
  margin: 4px 0;
}

/* line 227, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__speakers-grid {
  display: flex;
  flex-wrap: wrap;
}

/* line 232, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__speaker {
  width: 100%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 232, app/assets/stylesheets/modules/events/_card.scss */
  .event-card .event-session-card__speaker {
    width: 33.3333%;
    padding-right: 1rem;
  }
}

/* line 242, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: auto;
}

/* line 249, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__datetime {
  color: #84919c;
  font-size: 0.875rem;
  line-height: 1.71;
  padding-top: 24px;
  padding-bottom: 28px;
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(27, 32, 41, 0.12);
}

/* line 259, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__datetime span {
  display: inline-block;
  position: relative;
}

/* line 263, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__datetime span::before {
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 249, app/assets/stylesheets/modules/events/_card.scss */
  .event-card .event-session-card__datetime {
    margin-bottom: 2rem;
  }
}

/* line 275, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__date {
  margin-right: 80px;
}

/* line 278, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__date::before {
  content: "Date";
}

/* line 283, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__time {
  margin-right: 4px;
}

/* line 286, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card__time::before {
  content: "Time";
}

/* line 292, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card--compact section p {
  margin-bottom: 0;
}

/* line 296, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card--compact > span {
  color: #ffffff;
  color: var(--text-default);
  font-weight: 500;
}

/* line 302, app/assets/stylesheets/modules/events/_card.scss */
.event-card .event-session-card--compact footer {
  display: none;
}

/* line 1, app/assets/stylesheets/modules/events/_carousel.scss */
.event-carousel {
  overflow: hidden;
  width: 100%;
}

/* line 6, app/assets/stylesheets/modules/events/_carousel.scss */
.event-carousel__track {
  display: flex;
  flex-wrap: nowrap;
  min-width: min-content;
  cursor: grab;
}

/* line 12, app/assets/stylesheets/modules/events/_carousel.scss */
.event-carousel__track:active {
  cursor: grabbing;
}

/* line 17, app/assets/stylesheets/modules/events/_carousel.scss */
.event-carousel__item {
  flex: 0 0 auto;
}

/* line 20, app/assets/stylesheets/modules/events/_carousel.scss */
.event-carousel__item .theme-grid-theme {
  width: 250px;
}

/* line 24, app/assets/stylesheets/modules/events/_carousel.scss */
.event-carousel__item:not(:last-child) {
  padding-right: 28px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 24, app/assets/stylesheets/modules/events/_carousel.scss */
  .event-carousel__item:not(:last-child) {
    padding-right: 50px;
  }
}

/* line 2, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid > * {
  padding: 1rem;
}

/* line 5, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid > *:before {
  content: "";
  display: block;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}

/* line 13, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* line 19, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid__description {
  color: #cfd2e5;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 25, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid__content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 40.0625em) {
  /* line 25, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
  .event-cochair-grid__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 25, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
  .event-cochair-grid__content {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

/* line 30, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid:first-of-type {
  margin-top: 4rem;
}

/* line 34, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid:last-of-type {
  margin-bottom: 6rem;
}

/* line 39, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid-cochair {
  position: relative;
}

/* line 42, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid-cochair__image {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 47, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid-cochair__image img {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 42, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
  .event-cochair-grid-cochair__image {
    width: 33.33333%;
    margin-right: 1rem;
  }
}

/* line 57, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid-cochair__name {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 63, app/assets/stylesheets/modules/events/_cochairs-grid.scss */
.event-cochair-grid-cochair__description {
  color: #cfd2e5;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25rem;
}

/* line 1, app/assets/stylesheets/modules/events/_countdown.scss */
.event-countdown-wrapper {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

/* line 7, app/assets/stylesheets/modules/events/_countdown.scss */
.event-countdown-wrapper--custom {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 7, app/assets/stylesheets/modules/events/_countdown.scss */
  .event-countdown-wrapper--custom {
    padding-top: 4rem;
    padding-bottom: 12rem;
  }
}

/* line 18, app/assets/stylesheets/modules/events/_countdown.scss */
.event-countdown {
  padding: 0;
  list-style-type: none;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 18, app/assets/stylesheets/modules/events/_countdown.scss */
  .event-countdown {
    margin-left: -24px;
  }
}

/* line 32, app/assets/stylesheets/modules/events/_countdown.scss */
.event-countdown__item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 4px solid #008cf0;
  margin-left: 0.625rem;
  padding: 0.3125rem 0.625rem 1rem 0.625rem;
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_countdown.scss */
  .event-countdown__item {
    margin-left: 1.5rem;
    padding: 0.625rem 1.25rem 1.5rem 1.25rem;
    width: 105px;
    height: 105px;
  }
}

/* line 48, app/assets/stylesheets/modules/events/_countdown.scss */
.event-countdown__item__num {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 48, app/assets/stylesheets/modules/events/_countdown.scss */
  .event-countdown__item__num {
    font-size: 3rem;
  }
}

/* line 59, app/assets/stylesheets/modules/events/_countdown.scss */
.event-countdown__item__label {
  font-size: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.0625em) {
  /* line 59, app/assets/stylesheets/modules/events/_countdown.scss */
  .event-countdown__item__label {
    font-size: 0.75rem;
  }
}

/* line 1, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta-grid {
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin: 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 12, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 12, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 21, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 27, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* line 30, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--3 .event-cta:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 27, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 37, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--3 .event-cta:nth-child(3) {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 43, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 43, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--4 {
    grid-template-columns: repeat(3, 1fr);
  }
  /* line 50, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta-grid--4 .event-cta:nth-child(4) {
    grid-area: 2 / 1 / 3 / 4;
  }
}

/* line 57, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex-grow: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 57, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta {
    flex-basis: 30%;
  }
}

/* line 71, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta picture {
  margin-bottom: 1.75rem;
  display: block;
}

/* line 76, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta .event-content__header-inner {
  max-width: 100%;
}

/* line 80, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta .event-content__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  flex-grow: 0;
}

/* line 87, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta:not(.event-cta--single) .event-content__title {
  display: block;
}

/* line 92, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta p {
  max-width: 600px;
  margin: 0.35rem;
  line-height: 1.4;
}

/* line 98, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta:last-child {
  margin-bottom: 0;
}

/* line 102, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta .event-button {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fff;
  white-space: nowrap;
  display: block;
  text-align: center;
}

/* line 110, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta .event-button:hover {
  background: #008cf0;
  border-color: #008cf0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 102, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta .event-button {
    display: inline-block;
    margin-top: 0;
  }
}

/* line 122, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

/* line 129, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta__text {
  color: #cfd2e5;
  line-height: 1.35;
  margin-bottom: 2rem;
}

/* line 135, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta__actions {
  margin-bottom: 1rem;
}

/* line 139, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta--single {
  width: 100%;
  flex-basis: 100%;
}

/* line 143, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta--single picture {
  float: left;
  margin-right: 15px;
  margin-bottom: 0;
}

/* line 149, app/assets/stylesheets/modules/events/_cta-grid.scss */
.event-cta--single .event-cta__text {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 139, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta--single {
    padding: 60px;
  }
  /* line 156, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta--single .event-content__title {
    font-size: 2rem;
  }
  /* line 160, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta--single .event-cta__content {
    flex-direction: row;
    align-items: center;
  }
  /* line 165, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta--single .event-cta__text {
    flex: 1 1 auto;
  }
  /* line 169, app/assets/stylesheets/modules/events/_cta-grid.scss */
  .event-cta--single .event-cta__actions {
    margin-left: 2rem;
  }
}

/* line 2, app/assets/stylesheets/modules/events/_ctas.scss */
.event-session-ctas__content {
  border-top: 1px solid rgba(27, 32, 41, 0.1);
  padding-block: 18px;
}

/* line 6, app/assets/stylesheets/modules/events/_ctas.scss */
.event-session-ctas--dark .event-session-ctas__content {
  border-color: #3b3c43;
}

/* line 10, app/assets/stylesheets/modules/events/_ctas.scss */
.event-session-ctas__content:last-child {
  border-bottom: 1px solid rgba(27, 32, 41, 0.1);
}

@media only screen and (min-width: 40.0625em) {
  /* line 2, app/assets/stylesheets/modules/events/_ctas.scss */
  .event-session-ctas__content {
    display: flex;
    flex-direction: row;
  }
}

/* line 20, app/assets/stylesheets/modules/events/_ctas.scss */
.event-session-ctas__details {
  flex: 1;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 20, app/assets/stylesheets/modules/events/_ctas.scss */
  .event-session-ctas__details {
    margin-bottom: 0;
  }
}

/* line 29, app/assets/stylesheets/modules/events/_ctas.scss */
.event-session-ctas__title {
  margin: 0;
}

/* line 33, app/assets/stylesheets/modules/events/_ctas.scss */
.event-session-ctas__description {
  margin-block-end: 24px !important;
}

/* line 37, app/assets/stylesheets/modules/events/_ctas.scss */
.event-session-ctas__button {
  color: white !important;
}

/* line 2, app/assets/stylesheets/modules/events/_event-container.scss */
.event-container--light {
  background: #222833;
}

/* line 6, app/assets/stylesheets/modules/events/_event-container.scss */
.event-container:last-child {
  padding-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 6, app/assets/stylesheets/modules/events/_event-container.scss */
  .event-container:last-child {
    padding-bottom: 4rem;
  }
}

/* line 14, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content {
  margin: 40px auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 14, app/assets/stylesheets/modules/events/_event-container.scss */
  .event-content {
    margin: 80px auto;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 21, app/assets/stylesheets/modules/events/_event-container.scss */
  .event-content__header {
    display: grid;
    align-items: center;
  }
}

/* line 28, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content__header-inner {
  max-width: 400px;
}

/* line 33, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content__sidebar .list-group:first-child {
  padding-top: 0;
}

/* line 38, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content__title {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  flex-direction: row;
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

/* line 47, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content__title svg {
  margin-right: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 38, app/assets/stylesheets/modules/events/_event-container.scss */
  .event-content__title {
    font-size: 2rem;
  }
}

/* line 56, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content__description {
  color: #cfd2e5;
  line-height: 1.5rem;
  margin: 0 0 2.5rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 56, app/assets/stylesheets/modules/events/_event-container.scss */
  .event-content__description {
    font-size: 1.125rem;
  }
}

/* line 65, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content__description:last-child {
  margin-bottom: 0;
}

/* line 70, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content__small-header {
  border-bottom: 1px solid #3b3c43;
  color: #ffffff;
  color: var(--text-default);
  font-size: 1.125rem;
  font-weight: 600;
  padding-bottom: 0.75rem;
  margin-bottom: 1.75rem;
}

/* line 80, app/assets/stylesheets/modules/events/_event-container.scss */
.event-content__mid-header {
  border-bottom: 1px solid #3b3c43;
  color: #ffffff;
  color: var(--text-default);
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 1.25rem;
  margin-bottom: 1.75rem;
}

/* line 2, app/assets/stylesheets/modules/events/_event-pill.scss */
.event-pills .event-pill {
  margin-bottom: 0.5rem;
  margin-right: 4px;
}

/* line 8, app/assets/stylesheets/modules/events/_event-pill.scss */
.event-pill {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  display: inline-block;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  padding: 9px 25px 9px 20px;
  transition: all 0.15s ease-in-out;
}

/* line 20, app/assets/stylesheets/modules/events/_event-pill.scss */
.event-pill--light {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 25, app/assets/stylesheets/modules/events/_event-pill.scss */
.event-pill--button {
  text-decoration: none;
  color: inherit;
}

/* line 28, app/assets/stylesheets/modules/events/_event-pill.scss */
.event-pill--button:focus, .event-pill--button:hover {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 140, 240, 0.3);
}

/* line 1, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-group {
  width: 100%;
}

/* line 5, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input {
  position: relative;
  display: flex;
  align-items: center;
  color: #141414;
  width: 100%;
  height: 51px;
  padding: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: none;
}

/* line 18, app/assets/stylesheets/modules/events/_forms.scss */
.body--dark .event-form-input {
  color: #cfd2e5;
}

/* line 23, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input--icon input {
  padding-left: 3em;
}

/* line 27, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input--icon > .event-icon {
  color: #008cf0;
  z-index: 1;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}

/* line 30, app/assets/stylesheets/modules/events/_forms.scss */
.body--dark .event-form-input--icon > .event-icon {
  color: inherit;
}

/* line 42, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input input {
  margin: 0;
  border: none;
  outline: none;
  background-color: var(--event-background-color);
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: currentColor;
  transition: box-shadow 0.15s ease-in-out;
}

/* line 57, app/assets/stylesheets/modules/events/_forms.scss */
.body--dark .event-form-input input {
  border-color: transparent;
}

/* line 61, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input input:focus, .event-form-input input:hover {
  box-shadow: 0 0 0 3px rgba(0, 140, 240, 0.3);
}

/* line 66, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input input:not([value=""]) {
  border: 1px solid #008cf0;
}

/* line 71, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input button {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  color: currentColor;
  position: absolute;
  padding: 0.5em;
  right: 1em;
}

/* line 81, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input button svg {
  border-radius: 50%;
  transition: box-shadow 0.15s ease-in-out;
}

/* line 86, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input button:focus, .event-form-input button:hover {
  outline: 0;
}

/* line 90, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-input button:focus svg, .event-form-input button:hover svg {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

/* line 97, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check {
  display: flex;
}

/* line 100, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  outline: 0;
}

/* line 107, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check input[type="checkbox"]:checked + label svg {
  stroke: rgba(var(--theme-color), 1);
}

/* line 110, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check input[type="checkbox"]:checked + label svg rect {
  stroke-dashoffset: 130;
}

/* line 114, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check input[type="checkbox"]:checked + label svg polyline {
  stroke-dashoffset: 45;
}

/* line 119, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check input[type="checkbox"]:focus + label svg {
  box-shadow: 0 0 0 3px rgba(var(--theme-color), 0.3);
}

/* line 124, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check label {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}

/* line 131, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check label svg {
  flex: 0 0 18px;
  margin-right: 10px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #55647f;
  stroke-width: 1.5;
}

/* line 142, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check label svg rect {
  fill: rgba(255, 255, 255, 0.04);
  stroke-dasharray: 65;
  stroke-dashoffset: 0;
  transition: all 0.5s linear;
}

/* line 149, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-check label svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  transition: all 0.2s linear;
}

/* line 160, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-select {
  --background: #f2f9fe;
  position: relative;
  background-color: var(--background);
  border-radius: 4px;
}

/* line 167, app/assets/stylesheets/modules/events/_forms.scss */
.body--dark .event-form-select {
  --background: #2c3442;
}

/* line 171, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-select select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 24px 40px 8px 10px;
  background-color: var(--background);
  border-radius: 4px;
  border: none;
  color: var(--text-default);
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  z-index: 1;
}

/* line 186, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-select select:focus, .event-form-select select:hover {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 140, 240, 0.3);
}

/* line 193, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-select .event-form-label {
  position: absolute;
  top: 5px;
  left: 10px;
}

/* line 199, app/assets/stylesheets/modules/events/_forms.scss */
.event-form-select .event-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}

/* line 208, app/assets/stylesheets/modules/events/_forms.scss */
.event-audio-selector {
  color: var(--text-default);
}

/* line 1, app/assets/stylesheets/modules/events/_header.scss */
.event-header {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/modules/events/_header.scss */
.event-header__title {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/modules/events/_header.scss */
.event-header__description {
  font-size: 1.125rem;
  line-height: 1.3;
}

/* line 1, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

/* line 10, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 16, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight__title {
  font-size: 1.75rem;
  margin: 0 2rem 0 0;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  /* line 16, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__title {
    width: auto;
    display: inline-block;
    font-size: 2rem;
  }
}

/* line 28, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight__description {
  width: 100%;
  max-width: 450px;
}

/* line 33, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight__tabs.column {
  display: flex;
  overflow: hidden;
  height: 111px;
  margin-bottom: 1rem;
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 33, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__tabs.column {
    overflow: auto;
    height: auto;
    margin-bottom: 0;
    padding-left: 21px;
    padding-right: 21px;
  }
}

/* line 50, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight__buttons {
  height: 100%;
  overflow-x: scroll;
  flex: 1 1 auto;
  display: inline-block;
  white-space: nowrap;
  margin-top: 1rem;
  padding-top: 1.25rem;
  padding-left: 21px;
  border-top: 1px solid rgba(216, 216, 216, 0.2);
}

@media only screen and (min-width: 64.0625em) {
  /* line 50, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__buttons {
    padding-left: 0;
    margin-top: 2.5rem;
    height: auto;
    overflow-x: auto;
    white-space: inherit;
  }
}

/* line 69, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight__buttons button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 64em) {
  /* line 74, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__buttons button.event-button:not(.event-button--secondary):hover {
    background: #008cf0;
    border-color: #008cf0;
  }
  /* line 79, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__buttons button.event-button--secondary:hover {
    background: #2c3442;
    border-color: #2c3442;
  }
}

/* line 87, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight__articles {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fill, 1fr);
  grid-row-gap: 25px;
  grid-column-gap: 25px;
  margin-top: 20px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 87, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__articles {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 50px;
  }
}

/* line 102, app/assets/stylesheets/modules/events/_highlights.scss */
.event-theme-highlight__article-wrapper {
  display: flex;
  min-height: 200px;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  /* line 102, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__article-wrapper {
    min-height: 400px;
  }
  /* line 110, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__article-wrapper:nth-child(1), .event-theme-highlight__article-wrapper:nth-child(4), .event-theme-highlight__article-wrapper:nth-child(8) {
    grid-column: span 2;
  }
  /* line 115, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-theme-highlight__article-wrapper:nth-child(1) h2, .event-theme-highlight__article-wrapper:nth-child(4) h2, .event-theme-highlight__article-wrapper:nth-child(8) h2 {
    font-size: 2.25rem;
  }
}

/* line 123, app/assets/stylesheets/modules/events/_highlights.scss */
.event-highlight-article {
  text-decoration: none;
  color: inherit;
  color: #ffffff;
  width: 100%;
}

/* line 128, app/assets/stylesheets/modules/events/_highlights.scss */
.event-highlight-article:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(var(--theme-color), 0.3);
}

/* line 133, app/assets/stylesheets/modules/events/_highlights.scss */
.event-highlight-article article {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
}

/* line 141, app/assets/stylesheets/modules/events/_highlights.scss */
.event-highlight-article__content {
  width: 100%;
  padding: 4rem 2.25rem 2.25rem 2.25rem;
  background: rgba(27, 32, 41, 0.5);
  background: linear-gradient(180deg, rgba(27, 32, 41, 0) 0%, rgba(27, 32, 41, 0.61) 44%, rgba(27, 32, 41, 0.8) 100%);
}

@media only screen and (min-width: 64.0625em) {
  /* line 141, app/assets/stylesheets/modules/events/_highlights.scss */
  .event-highlight-article__content {
    padding: 6rem 2.25rem 2.25rem 2.25rem;
  }
}

/* line 157, app/assets/stylesheets/modules/events/_highlights.scss */
.event-highlight-article p {
  font-weight: 600;
  font-size: 0.875rem;
  color: rgba(var(--theme-color), 1);
  margin-bottom: 0;
  text-transform: uppercase;
}

/* line 165, app/assets/stylesheets/modules/events/_highlights.scss */
.event-highlight-article h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header {
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/* line 6, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header .event-homepage-header__container {
  float: none;
  margin: 3rem auto;
  position: relative;
}

@media only screen and (min-width: 64.0625em) {
  /* line 6, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header .event-homepage-header__container {
    float: none;
    margin: 80px auto;
  }
}

/* line 18, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--featured .event-homepage-header__container {
  margin-bottom: 0;
}

/* line 21, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--featured .event-homepage-header__container .event-homepage-header__content {
  margin-bottom: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 26, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header--past .event-homepage-header__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

/* line 33, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--past .event-homepage-header__container .event-homepage-header__content {
  flex: 1 0 57%;
}

/* line 37, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--past .event-homepage-header__container .event-homepage-header__description {
  flex: 1 0 43%;
}

/* line 43, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__video-container {
  overflow: hidden;
  display: none;
  pointer-events: none;
  position: relative;
}

@media only screen and (min-width: 64.0625em) {
  /* line 43, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header__video-container {
    display: block;
  }
}

/* line 53, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__video-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1b2029 100%);
}

/* line 64, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  display: none;
  pointer-events: none;
}

@media only screen and (min-width: 64.0625em) {
  /* line 64, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header__video {
    display: block;
  }
}

/* line 83, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__content {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 83, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header__content {
    margin-bottom: 5rem;
  }
}

/* line 90, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--past .event-homepage-header__content {
  margin-bottom: 0;
}

/* line 95, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  margin: 0 auto 24px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 700;
}

/* line 106, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__kicker svg {
  margin-right: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 95, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header__kicker {
    font-size: 1rem;
  }
}

/* line 114, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--past .event-homepage-header__kicker {
  justify-content: flex-start;
  text-align: left;
}

@media only screen and (min-width: 64.0625em) {
  /* line 114, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header--past .event-homepage-header__kicker {
    margin-bottom: 0.5rem;
  }
}

/* line 123, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__title {
  font-size: 2rem;
  font-weight: 900;
  margin: 0 auto 24px auto;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 64.0625em) {
  /* line 123, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header__title {
    font-size: 4rem;
  }
}

/* line 134, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--past .event-homepage-header__title {
  font-size: 1.75rem;
  text-align: left;
}

@media only screen and (min-width: 64.0625em) {
  /* line 134, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header--past .event-homepage-header__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

/* line 145, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__strapline {
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 64.0625em) {
  /* line 145, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header__strapline {
    font-size: 1.75rem;
  }
}

/* line 156, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--past .event-homepage-header__strapline {
  text-align: left;
  font-size: 1.125rem;
  margin: 0;
  margin-bottom: 1.25rem;
  font-weight: normal;
}

/* line 165, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__theme {
  text-align: center;
  margin: 1rem auto;
  padding: 0 1rem;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 1.5rem;
  font-weight: 600;
}

@media only screen and (min-width: 64.0625em) {
  /* line 165, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-header__theme {
    font-size: 1.75rem;
  }
}

/* line 179, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--past .event-homepage-header__theme {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  font-weight: 500;
}

/* line 189, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header--featured .event-homepage-header__theme {
  margin-bottom: 0;
}

/* line 194, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__description {
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* line 197, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__description p {
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 1rem 0;
}

/* line 201, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__description p b:only-child {
  display: none;
}

/* line 207, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-header__featured-image {
  padding-top: 3rem;
  padding-bottom: 12rem;
}

/* line 213, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-small-header {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

/* line 218, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-small-header__label {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 228, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-small-header__title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 40em) {
  /* line 228, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .event-homepage-small-header__title {
    font-size: 2rem;
  }
}

/* line 239, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-small-header__strapline {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 245, app/assets/stylesheets/modules/events/_homepage-header.scss */
.event-homepage-small-header__sub-copy {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.6;
}

/* line 252, app/assets/stylesheets/modules/events/_homepage-header.scss */
.ds-event-homepage-header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 257, app/assets/stylesheets/modules/events/_homepage-header.scss */
.ds-event-homepage-header__container {
  margin-block: 48px;
}

/* line 261, app/assets/stylesheets/modules/events/_homepage-header.scss */
.ds-event-homepage-header__date {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin-block: 16px;
  font-weight: 700;
}

@media only screen and (min-width: 40.0625em) {
  /* line 261, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .ds-event-homepage-header__date {
    margin-block: 8px;
  }
}

/* line 271, app/assets/stylesheets/modules/events/_homepage-header.scss */
.ds-event-homepage-header__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  margin-block: 16px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 271, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .ds-event-homepage-header__title {
    font-size: 3rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    margin-block: 8px;
  }
}

/* line 281, app/assets/stylesheets/modules/events/_homepage-header.scss */
.ds-event-homepage-header__theme {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.33;
  margin-block: 16px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 281, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .ds-event-homepage-header__theme {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1.4;
    margin-block: 8px;
  }
}

/* line 291, app/assets/stylesheets/modules/events/_homepage-header.scss */
.ds-event-homepage-header__location {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  font-weight: 700;
  margin-block-start: 16px;
  margin-block-end: 24px;
  display: flex;
  gap: 4px;
  align-items: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 291, app/assets/stylesheets/modules/events/_homepage-header.scss */
  .ds-event-homepage-header__location {
    margin-block-start: 8px;
  }
}

/* line 305, app/assets/stylesheets/modules/events/_homepage-header.scss */
.ds-event-homepage-header__description {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
}

/* line 311, app/assets/stylesheets/modules/events/_homepage-header.scss */
.ds-event-homepage-header__description p:last-of-type {
  margin-block-end: 0;
}

/* line 2, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog {
  padding-top: 0;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 2, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
  .event-homepage__liveblog {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* line 11, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog-header {
  border-bottom: 1px solid #004b86;
  border-color: #ffffff;
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
  .event-homepage__liveblog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

/* line 22, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog-updates {
  padding-left: 1.4rem;
  margin-bottom: 2rem;
}

/* line 27, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog-update {
  font-size: 1.5rem;
  color: #005c9c;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* line 33, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog-update a {
  color: #fff;
  display: block;
}

/* line 38, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog-update__title {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

/* line 42, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog-update__title span {
  line-height: 1.3;
}

@media only screen and (min-width: 40.0625em) {
  /* line 42, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
  .event-homepage__liveblog-update__title span {
    display: block;
    max-width: 800px;
    margin-right: 3rem;
  }
}

/* line 51, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog-update__title .link-arrow {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 51, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
  .event-homepage__liveblog-update__title .link-arrow {
    display: block;
    position: relative;
    top: 0.5rem;
    float: right;
    margin-left: 1rem;
  }
}

/* line 63, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog-update__time {
  color: #84919c;
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: normal;
  float: right;
}

/* line 72, app/assets/stylesheets/modules/events/_homepage-liveblog.scss */
.event-homepage__liveblog .event-button {
  float: right;
}

/* line 1, app/assets/stylesheets/modules/events/_icons.scss */
.event-icon {
  color: currentColor;
}

/* line 4, app/assets/stylesheets/modules/events/_icons.scss */
.event-icon--darkable {
  color: #ffffff;
}

/* line 7, app/assets/stylesheets/modules/events/_icons.scss */
.body--dark .event-icon--darkable {
  color: #141414;
}

/* line 11, app/assets/stylesheets/modules/events/_icons.scss */
.event-icon--darkable rect {
  fill: var(--text-default);
}

/* line 1, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe {
  border: 1px solid #d5e0e8;
  color: var(--text-default);
  display: flex;
  height: 950px;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe > *:first-child {
  flex: 1;
}

/* line 12, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe--player {
  border: none;
}

/* line 15, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe--player .event-session-player .event-audio-selector {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
}

/* line 24, app/assets/stylesheets/modules/events/_iframe.scss */
.body--dark .event-iframe {
  border-color: transparent;
}

/* line 29, app/assets/stylesheets/modules/events/_iframe.scss */
.event-scroll {
  scrollbar-base-color: #ebebeb;
  overflow-y: auto;
}

/* line 35, app/assets/stylesheets/modules/events/_iframe.scss */
.event-scroll::-webkit-scrollbar {
  background: #ebebeb;
  width: 14px;
}

/* line 39, app/assets/stylesheets/modules/events/_iframe.scss */
.event-scroll::-webkit-scrollbar-track {
  background: #ebebeb;
}

/* line 43, app/assets/stylesheets/modules/events/_iframe.scss */
.event-scroll::-webkit-scrollbar-thumb {
  background: #878787;
  border-radius: 12px;
  border: 3px solid #ebebeb;
}

/* line 54, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-footer {
  border-top: 1px solid #d5e0e8;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  padding: 10px 15px;
}

/* line 64, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-footer > *:first-child {
  flex: 1;
}

/* line 69, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-footer__logo a {
  display: block;
}

/* line 73, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-footer__logo img {
  width: 48px;
}

/* line 78, app/assets/stylesheets/modules/events/_iframe.scss */
.body--dark .event-iframe-footer {
  border-color: transparent;
}

/* line 83, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-speaker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  background: #f2f9fe;
  border: 1px solid #d5e0e8;
  padding: 15px;
  z-index: 1;
  overflow-y: auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 83, app/assets/stylesheets/modules/events/_iframe.scss */
  .event-iframe-speaker {
    left: 50%;
    top: 50%;
    width: 600px;
    height: 300px;
    padding: 30px;
    transform: translate3d(-50%, -50%, 0);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 83, app/assets/stylesheets/modules/events/_iframe.scss */
  .event-iframe-speaker {
    width: 800px;
    height: 400px;
  }
}

/* line 109, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-speaker__close {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  color: #666f75;
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1rem;
  align-items: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 109, app/assets/stylesheets/modules/events/_iframe.scss */
  .event-iframe-speaker__close {
    top: 2rem;
    right: 2rem;
  }
}

/* line 126, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-speaker__close svg {
  margin-left: 0.5rem;
}

/* line 131, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-speaker .placeholder {
  width: 100px;
}

/* line 135, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-speaker__name {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 140, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-speaker__position {
  color: #84919c;
  font-size: 1.125rem;
}

/* line 145, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-speaker__profile {
  font-size: 1.125rem;
  line-height: 1.4;
}

/* line 151, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-share {
  border-top: 1px solid #d5e0e8;
  padding: 0 1rem 1rem 1rem;
  position: relative;
}

/* line 156, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-share__close {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  color: #666f75;
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  top: 1rem;
  right: 1rem;
  align-items: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 156, app/assets/stylesheets/modules/events/_iframe.scss */
  .event-iframe-share__close {
    top: 1.5rem;
    right: 1rem;
  }
}

/* line 173, app/assets/stylesheets/modules/events/_iframe.scss */
.event-iframe-share__close svg {
  margin-left: 0.5rem;
}

/* line 2, app/assets/stylesheets/modules/events/_impact-grid.scss */
.event-impact__collection {
  display: flex;
  flex-direction: column;
}

/* line 7, app/assets/stylesheets/modules/events/_impact-grid.scss */
.event-impact__item {
  margin: 1rem 0;
  color: white;
}

@media only screen and (min-width: 40.0625em) {
  /* line 7, app/assets/stylesheets/modules/events/_impact-grid.scss */
  .event-impact__item {
    min-width: 40%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 7, app/assets/stylesheets/modules/events/_impact-grid.scss */
  .event-impact__item {
    min-width: 17%;
  }
}

/* line 17, app/assets/stylesheets/modules/events/_impact-grid.scss */
.event-impact__item h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 23, app/assets/stylesheets/modules/events/_impact-grid.scss */
.event-impact__item h5 {
  margin-bottom: 0.7rem;
  color: #cfd2e5;
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}

/* line 32, app/assets/stylesheets/modules/events/_impact-grid.scss */
.event-impact__item .tout__description {
  display: block;
}

/* line 38, app/assets/stylesheets/modules/events/_impact-grid.scss */
.event-impact__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* line 45, app/assets/stylesheets/modules/events/_impact-grid.scss */
.event-impact__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 40.0625em) {
  /* line 56, app/assets/stylesheets/modules/events/_impact-grid.scss */
  .event-impact__collection {
    flex-direction: row;
    gap: 2rem;
    flex-wrap: wrap;
  }
  /* line 62, app/assets/stylesheets/modules/events/_impact-grid.scss */
  .event-impact__item {
    flex: 1 0 0;
  }
}

/* line 1, app/assets/stylesheets/modules/events/_list_group_item.scss */
.list-group__item a {
  color: var(--body-link-color);
}

/* line 1, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section {
  background: #fff;
  border-bottom: 5px solid #008cf0;
  color: #141414;
  padding-bottom: 50px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_liveblog.scss */
  .event-white-section {
    padding-bottom: 100px;
  }
}

/* line 11, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-summary {
  margin-bottom: 2rem;
  margin-top: -54px;
}

/* line 15, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-summary .stream-header,
.event-white-section .stream-summary .stream-summary-list {
  background: #f0f0f0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 21, app/assets/stylesheets/modules/events/_liveblog.scss */
  .event-white-section .stream-summary,
.event-white-section .stream-updates {
    margin-top: -71px;
  }
}

/* line 28, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-header {
  border: 1px solid #f3f3f3;
  border-top: none;
  margin-top: 0;
  position: relative;
  padding-top: 5px;
}

/* line 35, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-header:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 5px;
  background: #cc0f0c;
}

/* line 46, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-header .stream-authors {
  padding: 10px 0 10px 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 46, app/assets/stylesheets/modules/events/_liveblog.scss */
  .event-white-section .stream-header .stream-authors {
    padding: 1rem 0 1rem 0;
  }
}

/* line 55, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .linked-article__content {
  box-shadow: 0 2px 4px 0 rgba(167, 167, 167, 0.5);
}

/* line 59, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-summary-list {
  border-bottom: none;
  padding: 20px;
}

/* line 63, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-summary-list__item {
  padding-left: 34px;
}

/* line 66, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-summary-list__item:before {
  background-size: 100%;
  width: 24px;
  height: 18px;
}

/* line 74, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-updates-list {
  border-bottom: none;
  margin-top: 10px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 74, app/assets/stylesheets/modules/events/_liveblog.scss */
  .event-white-section .stream-updates-list {
    margin-top: 20px;
  }
}

/* line 82, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-updates-list__item {
  border: 1px solid #f3f3f3;
  border-top-color: #cc0f0c;
  margin-bottom: 10px;
  padding: 25px 10px 20px 10px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 82, app/assets/stylesheets/modules/events/_liveblog.scss */
  .event-white-section .stream-updates-list__item {
    margin-bottom: 20px;
    padding: 20px;
  }
}

/* line 93, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .stream-updates-list__item .st__content-block--video {
  aspect-ratio: 16 / 9;
  border: none;
}

/* line 100, app/assets/stylesheets/modules/events/_liveblog.scss */
.event-white-section .show-more-stream-items-button {
  border: 2px solid #1b2029;
  color: #1b2029;
}

@media only screen and (min-width: 880px) {
  /* line 100, app/assets/stylesheets/modules/events/_liveblog.scss */
  .event-white-section .show-more-stream-items-button {
    margin-left: 115px;
    width: calc(100% - 135px);
  }
}

/* line 1, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta {
  background: #1b2029;
  color: #ffffff;
  margin-bottom: 2rem;
  padding: 2rem 0 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_membership-cta.scss */
  .event-membership-cta {
    padding: 6rem 0 4rem 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_membership-cta.scss */
  .event-membership-cta__row {
    display: flex;
    align-items: center;
  }
}

/* line 19, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta__column:last-child {
  margin-top: 2rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 24, app/assets/stylesheets/modules/events/_membership-cta.scss */
  .event-membership-cta__column:first-child {
    margin-right: 3rem;
    max-width: 560px;
  }
  /* line 29, app/assets/stylesheets/modules/events/_membership-cta.scss */
  .event-membership-cta__column:last-child {
    flex: 1 0 auto;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* line 40, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta__label {
  color: #cfd2e5;
  font-size: 0.875rem;
}

/* line 45, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta__title {
  font-size: 1.375rem;
  margin: 1rem 0;
}

/* line 50, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta ul {
  color: #cfd2e5;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-left: 1rem;
}

/* line 57, app/assets/stylesheets/modules/events/_membership-cta.scss */
.event-membership-cta__trial {
  color: #cfd2e5;
  font-size: 0.875rem;
}

/* line 4, app/assets/stylesheets/modules/events/_nav.scss */
.event-nav__title {
  font-weight: 500;
  margin: 1rem 21px 0 21px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 4, app/assets/stylesheets/modules/events/_nav.scss */
  .event-nav__title {
    font-size: 1.375rem;
    margin: 1.5rem 21px 0.5rem 21px;
  }
}

/* line 15, app/assets/stylesheets/modules/events/_nav.scss */
.subnav-link {
  border-bottom-width: 4px;
  line-height: 55px;
}

/* line 20, app/assets/stylesheets/modules/events/_nav.scss */
.subnav-link-item--social {
  flex: 1 0 auto;
}

/* line 23, app/assets/stylesheets/modules/events/_nav.scss */
.subnav-link-item--social::after {
  display: none !important;
}

/* line 27, app/assets/stylesheets/modules/events/_nav.scss */
.subnav-link-item--social ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

/* line 36, app/assets/stylesheets/modules/events/_nav.scss */
.subnav-link-item--social li {
  margin-left: 1rem;
}

/* line 40, app/assets/stylesheets/modules/events/_nav.scss */
.subnav-link-item--social .event-social-icon {
  display: contents;
}

/* line 44, app/assets/stylesheets/modules/events/_nav.scss */
.subnav-link-item--social a {
  color: inherit;
}

/* line 1, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  margin-bottom: 3.5rem;
  margin-top: 0.5rem;
  padding: 40px 16px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 24px;
  grid-row-gap: 24px;
  max-width: 90rem;
  width: 100%;
}

/* line 14, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__left {
  grid-column: 1 / span 12;
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__left img {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  /* line 19, app/assets/stylesheets/modules/events/_newsletter.scss */
  .event-newsletter__left img {
    display: block;
  }
}

/* line 27, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__left__left-copy-wrap {
  padding: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 27, app/assets/stylesheets/modules/events/_newsletter.scss */
  .event-newsletter__left__left-copy-wrap {
    padding: 0 1.5rem;
  }
}

/* line 35, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__left h2 {
  font-family: "AkkuratLLWeb-Bold";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 8px 0;
}

/* line 43, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__left h2 span {
  font-family: "AkkuratLLWeb";
  font-weight: 400;
}

@media only screen and (min-width: 64.0625em) {
  /* line 35, app/assets/stylesheets/modules/events/_newsletter.scss */
  .event-newsletter__left h2 {
    font-size: 48px;
  }
}

/* line 53, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__left p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media only screen and (min-width: 64.0625em) {
  /* line 14, app/assets/stylesheets/modules/events/_newsletter.scss */
  .event-newsletter__left {
    grid-column: 1 / span 8;
  }
}

/* line 66, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__badge {
  color: #b3b3b3;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

/* line 74, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__right {
  grid-column: 1 / span 12;
  display: flex;
  align-items: center;
}

/* line 79, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__right__cta {
  flex: 1;
  color: white;
  position: relative;
  height: 56px;
  border-radius: 50px;
  border: 2px solid white;
  display: block;
  padding-top: 14px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

/* line 93, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__right__cta:hover {
  border: 2px solid #b3b3b3;
  transition: all 0.3s ease-in-out;
}

/* line 98, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__right__cta__svg-wrap {
  border-radius: 50px;
  border: 2px solid #b3b3b3;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  right: 6px;
}

/* line 108, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__right__cta svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 9px;
  left: 8px;
}

/* line 117, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__right p {
  color: #b3b3b3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
  margin-bottom: 0;
}

/* line 126, app/assets/stylesheets/modules/events/_newsletter.scss */
.event-newsletter__right p a {
  font-weight: bold;
  color: #b3b3b3;
  text-decoration: underline;
}

@media only screen and (min-width: 40.0625em) {
  /* line 74, app/assets/stylesheets/modules/events/_newsletter.scss */
  .event-newsletter__right {
    grid-column: 1 / span 6;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 74, app/assets/stylesheets/modules/events/_newsletter.scss */
  .event-newsletter__right {
    grid-column: 9 / span 4;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_newsletter.scss */
  .event-newsletter {
    padding: 1.5rem 4rem;
  }
}

/* line 1, app/assets/stylesheets/modules/events/_organizations.scss */
.event-container--organizations {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 6, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organizations-filters {
    display: flex;
  }
}

/* line 12, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations__cta {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

/* line 16, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations__cta a {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.17px;
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.2rem;
  color: #fff;
  margin: auto;
  border-bottom: 2px solid #005c9c;
  background: url(/assets/chevron-right--white-6aaa52e1be0fd9743ea3565d188e1440d3e1c64c9673078fb368e73904f02d25.svg) no-repeat center right;
}

/* line 32, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations-filter {
  margin-bottom: 40px;
  margin-right: 0;
}

/* line 36, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations-filter:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organizations-filter {
    margin-right: 40px;
  }
}

/* line 44, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations-filter label {
  display: block;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
}

/* line 51, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations-filter label span {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
  padding-right: 3rem;
}

/* line 59, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations-filter .select-dropdown {
  border-width: 1px;
  border-color: #979797;
  background: #222833;
  max-width: 100%;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 59, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organizations-filter .select-dropdown {
    width: auto;
    display: flex;
  }
}

/* line 69, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations-filter .select-dropdown select {
  font-weight: normal;
}

/* line 75, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 75, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organizations {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 75, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organizations {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

/* line 79, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization {
  background: #222833;
}

/* line 82, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organizations .event-organization {
  cursor: pointer;
}

/* line 87, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization .placeholder.small .placeholder-inner {
  text-align: center;
  padding-bottom: 71%;
}

/* line 93, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization .placeholder.small.is-logo .placeholder-inner {
  background: #fff;
}

/* line 95, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization .placeholder.small.is-logo .placeholder-inner img {
  width: auto;
  object-fit: contain;
  margin: auto;
}

/* line 104, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization__details {
  padding: 29px;
}

/* line 108, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 113, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization__location {
  padding-left: 1rem;
  background: url(/assets/location-pin-966f143aaf4ae9fa3ee3b2b4d1e36aec95b08006b82b8d4876a0bc28f6b5ebc2.svg) no-repeat 0 center;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
}

/* line 124, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization__industry-pill {
  background: #222833;
  padding: 0 1rem;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  border-radius: 15px;
  font-size: 0.865rem;
  color: #d5e0e8;
  margin-top: 0;
}

/* line 137, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show {
  display: none;
  background-color: #1b2029;
  color: #fff;
}

/* line 142, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show a {
  color: var(--body-link-color);
}

/* line 146, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show .event-button {
  color: #fff;
}

/* line 150, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__container {
  overflow: hidden;
}

@media only screen and (min-width: 40.0625em) {
  /* line 150, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organization--show__container {
    display: grid;
    grid-template-columns: 30% auto 30%;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

/* line 162, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__image {
  grid-area: 1 / 1 / 2 / 2;
}

/* line 164, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__image .placeholder.small .placeholder-inner {
  padding-bottom: 100%;
}

/* line 168, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__overview {
  grid-area: 1 / 2 / 2 / 4;
  padding: 1rem 1rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 168, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organization--show__overview {
    padding: 2rem 2rem 0;
  }
}

/* line 175, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__main {
  overflow: hidden;
  background: #222833;
  grid-area: 2 / 1 / 3 / 3;
  padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 175, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organization--show__main {
    padding: 2rem;
  }
}

/* line 184, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__aside {
  overflow: hidden;
  background: #222833;
  grid-area: 2 / 3 / 3 / 4;
  padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 184, app/assets/stylesheets/modules/events/_organizations.scss */
  .event-organization--show__aside {
    padding: 2rem 2rem 2rem 0;
  }
}

/* line 195, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show hgroup h1 {
  margin-bottom: 0.5rem;
}

/* line 198, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show hgroup h4 {
  margin-top: 0;
  font-weight: normal;
}

/* line 204, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__details {
  padding: 1rem;
}

/* line 211, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__detail {
  margin-bottom: 2rem;
}

/* line 214, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__detail h3 {
  margin-bottom: 0.5rem;
}

/* line 218, app/assets/stylesheets/modules/events/_organizations.scss */
.event-organization--show__detail a,
.event-organization--show__detail p {
  margin: 0;
}

/* line 1, app/assets/stylesheets/modules/events/_partner_list.scss */
.event-partner-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  columns: 1;
  column-gap: 28px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_partner_list.scss */
  .event-partner-list {
    columns: 2;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_partner_list.scss */
  .event-partner-list {
    columns: 3;
    column-gap: 50px;
  }
}

/* line 15, app/assets/stylesheets/modules/events/_partner_list.scss */
.event-partner-list__item {
  margin-bottom: 1rem;
}

/* line 19, app/assets/stylesheets/modules/events/_partner_list.scss */
.event-partner-list__link {
  color: #ffffff;
  color: var(--text-default);
  font-size: 1.125rem;
}

/* line 24, app/assets/stylesheets/modules/events/_partner_list.scss */
.event-partner-list__link:hover {
  color: #008cf0;
}

/* line 2, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 8, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__header-title {
  margin: 40px 0;
  font-weight: 900;
  font-size: 2rem;
}

/* line 14, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__header-link {
  font-size: 1rem;
  font-weight: 700;
  color: #a5a5a5;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

/* line 22, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__header-link:hover {
  text-decoration: underline;
}

/* line 26, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__header-link svg {
  margin-left: 8px;
}

/* line 31, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel {
  margin-bottom: 40px;
}

/* line 34, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel .glide--carousel {
  position: relative;
}

/* line 38, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel .glide__arrow {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  height: 48px;
  width: 24px;
  padding: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 38, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
  .pictures-of-the-day__carousel .glide__arrow {
    width: 48px;
  }
}

/* line 53, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel .glide__arrow--right {
  right: 0;
  transform: translateY(-50%);
}

/* line 58, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel .glide__arrow--left {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}

/* line 64, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel .glide__bullets {
  height: 24px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-inline: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 78, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel .glide__bullet {
  flex-grow: 1;
  border: 0;
  background: rgba(255, 255, 255, 0.28);
}

/* line 83, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel .glide__bullet--active {
  background: #ffffff;
}

/* line 89, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel-image img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}

/* line 96, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel-caption {
  color: #a5a5a5;
  font-size: 0.875rem;
}

/* line 99, app/assets/stylesheets/modules/events/_pictures_of_the_day.scss */
.pictures-of-the-day__carousel-caption a {
  color: inherit;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme {
  padding-top: 1.5rem;
  background-color: #222833;
  position: sticky;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme {
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 40em) {
  /* line 12, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__timeline {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 19, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__search {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-end;
}

/* line 25, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__search * + * {
  margin-left: 20px;
}

/* line 29, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__search .event-form-input {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 29, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__search .event-form-input {
    width: 350px;
    max-width: 100%;
  }
}

/* line 37, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__search-button {
  background-color: #008cf0;
  color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}

/* line 46, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__search-button:hover {
  background-color: #0070be;
}

@media only screen and (max-width: 40em) {
  /* line 51, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__search-button {
    padding: 14px 20px;
    cursor: pointer;
  }
  /* line 55, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__search-button span {
    display: none;
  }
  /* line 59, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__search-button .event-icon {
    margin: 0;
  }
}

/* line 66, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__filters {
  width: 100%;
  overflow: hidden;
}

/* line 71, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__themes {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  margin: 0 0 25px 0;
  padding-top: 25px;
  border-top: 1px solid #3b3c43;
}

@media only screen and (min-width: 40.0625em) {
  /* line 71, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__themes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 71, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__themes {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 71, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__themes {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 71, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__themes {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 40em) {
  /* line 86, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__themes .event-card {
    background-color: transparent;
    min-height: auto;
    padding: 0 10px;
  }
  /* line 91, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__themes .event-card svg {
    width: 24px;
    height: 24px;
  }
}

/* line 98, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__themes .event-card {
  padding: 15px 18px;
}

/* line 101, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__themes .event-card .event-form-group {
  display: flex;
  align-items: center;
  height: 100%;
}

/* line 109, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__theme {
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
  border-left: 5px solid;
}

/* line 115, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__filter {
  border: none;
  display: block;
  line-height: 50px;
  color: #fff;
}

/* line 122, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__filter-actions {
  margin-bottom: 20px;
}

/* line 125, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__filter-actions .event-button + .event-button {
  margin-left: 10px;
}

/* line 130, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__starred, .event-programme__webcast {
  display: flex;
  color: #cfd2e5;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media only screen and (max-width: 40em) {
  /* line 130, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__starred, .event-programme__webcast {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 142, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__starred .event-icon, .event-programme__webcast .event-icon {
  color: #0077cc;
  margin-right: 10px;
  min-width: 18px;
}

/* line 149, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__webcast {
  padding-top: 0;
}

/* line 151, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__webcast .event-icon {
  color: #84919c;
}

/* line 156, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__session-list {
  padding-bottom: 120px;
}

/* line 160, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__session-group {
  overflow: hidden;
}

/* line 164, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__session-group-title {
  font-size: 2.25rem;
  color: #ffffff;
  color: var(--text-default);
  position: relative;
  margin: 1rem 0;
}

/* line 171, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__session-group-title > time,
.event-programme__session-group-title > div {
  display: inline-block;
  position: relative;
  background: #1b2029;
  padding-right: 30px;
}

/* line 179, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__session-group-title > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 184, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__session-group-title > div:before {
  background: #c70000;
  border-radius: 16px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 1rem;
}

/* line 195, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__session-group-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 205, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__sessions {
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 205, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__sessions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 205, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__sessions {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

/* line 210, app/assets/stylesheets/modules/events/_programme.scss */
.event-programme__result {
  font-size: 1.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 210, app/assets/stylesheets/modules/events/_programme.scss */
  .event-programme__result {
    font-size: 2.375rem;
  }
}

/* line 1, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_registration-grid.scss */
  .registration-grid {
    padding: 60px;
  }
}

/* line 9, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid .event-content__header-inner {
  max-width: 100%;
}

/* line 13, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid .event-content__title {
  background: url(/assets/events/registration-icon-bcb5706a0cfa5bcb76b12e5774c6ce3f92bebb8052802a067ac1cede0fe16486.svg) left center no-repeat;
  padding-left: 50px;
  margin-bottom: 30px;
  font-size: 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 13, app/assets/stylesheets/modules/events/_registration-grid.scss */
  .registration-grid .event-content__title {
    font-size: 2rem;
  }
}

/* line 23, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid__item {
  margin-bottom: 10px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 23, app/assets/stylesheets/modules/events/_registration-grid.scss */
  .registration-grid__item {
    display: flex;
    align-items: center;
  }
  /* line 30, app/assets/stylesheets/modules/events/_registration-grid.scss */
  .registration-grid__item-content {
    flex: 1 1 auto;
  }
}

/* line 35, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid__item p {
  max-width: 600px;
  margin: 0.35rem;
  line-height: 1.4;
}

/* line 40, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid__item p > strong {
  font-size: 1.5rem;
}

/* line 45, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid__item:last-child {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid__item .event-button {
  display: block;
  margin: 15px 0;
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 49, app/assets/stylesheets/modules/events/_registration-grid.scss */
  .registration-grid__item .event-button {
    display: inline-block;
    margin: 0;
  }
}

/* line 60, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid__item .event-button--secondary {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fff;
}

/* line 64, app/assets/stylesheets/modules/events/_registration-grid.scss */
.registration-grid__item .event-button--secondary:hover {
  background: #008cf0;
  border-color: #008cf0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid__header {
    margin-bottom: 3.75rem;
  }
}

/* line 7, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid__content {
  margin-bottom: 2rem;
}

/* line 11, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-day {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-row-gap: 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-day {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-day {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-day {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-day {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 2fr;
  }
}

/* line 25, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-day:last-child .session-grid-day__sessions {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 31, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-day__title {
  font-size: 1.375rem;
  font-weight: 600;
  padding-bottom: 1rem;
  padding-top: 1.375rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 31, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-day__title {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 2rem;
  }
}

/* line 43, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-day__sessions {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 47, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  color: #ffffff;
}

/* line 53, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__title {
  transition: color 0.15s ease-in-out;
}

/* line 57, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__content {
  padding-bottom: 0.5rem;
}

/* line 61, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session:hover, .session-grid-session:focus {
  outline: 0;
}

/* line 65, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session:hover .session-grid-session__theme .theme-label, .session-grid-session:focus .session-grid-session__theme .theme-label {
  color: #ffffff;
}

/* line 69, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session:hover .session-grid-session__title, .session-grid-session:focus .session-grid-session__title {
  color: rgba(var(--theme-color), 1);
}

/* line 74, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session:hover .session-grid-session__button svg, .session-grid-session:focus .session-grid-session__button svg {
  color: #008cf0;
}

/* line 79, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session:hover .session-grid-session__button--live svg, .session-grid-session:focus .session-grid-session__button--live svg {
  color: #cc0f0c;
}

@media only screen and (min-width: 40.0625em) {
  /* line 47, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-session {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 20px 20px 0;
  }
  /* line 92, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-session__content {
    flex: 1;
    padding: 0;
  }
}

/* line 98, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__theme {
  margin-bottom: 0.375rem;
}

/* line 102, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 108, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}

/* line 114, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__title a {
  color: inherit;
}

/* line 119, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__speakers {
  color: #cfd2e5;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.75rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 119, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-session__speakers {
    margin-right: 1rem;
  }
}

/* line 129, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__speakers a {
  color: inherit;
}

/* line 134, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__datetime {
  color: #cfd2e5;
  font-size: 0.9375rem;
}

/* line 139, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__timezone {
  margin-left: 5px;
}

/* line 143, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__button {
  color: #ffffff;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.925rem;
  font-weight: 600;
  margin-top: 0.5rem;
  transition: all 0.2s ease-in-out;
}

/* line 153, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__button svg {
  color: #ffffff;
  margin-left: 0.5rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 143, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid-session__button {
    margin-top: 0;
  }
}

/* line 163, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__label--live {
  background: #cc0f0c;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin-right: 0.75rem;
  padding: 9px 10px;
  text-transform: uppercase;
}

/* line 176, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session__label--live:before {
  background: #ffffff;
  border-radius: 8px;
  content: "";
  display: inline-block;
  margin-right: 0.25rem;
  width: 8px;
  height: 8px;
}

/* line 187, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid-session:last-child {
  border-bottom: none;
}

/* line 192, app/assets/stylesheets/modules/events/_session-grid.scss */
.session-grid__footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 60px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 192, app/assets/stylesheets/modules/events/_session-grid.scss */
  .session-grid__footer {
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_session-list.scss */
  .session-list__header {
    margin-bottom: 3.75rem;
  }
}

/* line 7, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list__content {
  margin-bottom: 2rem;
}

/* line 11, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  color: #ffffff;
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_session-list.scss */
  .session-list-session {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 20px 20px 0;
  }
}

/* line 24, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__image {
  width: 150px;
  align-self: flex-start;
}

/* line 29, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__content {
  flex-grow: 1;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
}

/* line 35, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 41, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__title {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
  transition: color 0.15s ease-in-out;
}

/* line 48, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__title a {
  color: inherit;
}

/* line 53, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__speakers {
  color: #cfd2e5;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin-top: 0.375rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 53, app/assets/stylesheets/modules/events/_session-list.scss */
  .session-list-session__speakers {
    margin-right: 1rem;
  }
}

/* line 63, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__speakers a {
  color: inherit;
}

/* line 68, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__time {
  margin-top: 0.9375rem;
}

/* line 72, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__action {
  white-space: nowrap;
}

/* line 75, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__action svg {
  color: rgba(var(--theme-color), 1);
  margin-left: 6px;
}

/* line 81, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__label--live {
  background: #cc0f0c;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  margin-right: 0.75rem;
  padding: 9px 10px;
  text-transform: uppercase;
}

/* line 94, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session__label--live:before {
  background: #ffffff;
  border-radius: 8px;
  content: "";
  display: inline-block;
  margin-right: 0.25rem;
  width: 8px;
  height: 8px;
}

/* line 105, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session:last-child {
  border-bottom: none;
}

/* line 109, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session:hover, .session-list-session:focus {
  outline: 0;
}

/* line 113, app/assets/stylesheets/modules/events/_session-list.scss */
.session-list-session:hover .session-list-session__title, .session-list-session:focus .session-list-session__title {
  color: rgba(var(--theme-color), 1);
}

/* line 1, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speakers {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin-top: 1.25rem;
}

/* line 6, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
}

/* line 12, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker .placeholder {
  margin-right: 1.25rem;
  flex: 0 0 75px;
  width: 75px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 12, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
  .event-session-player-speaker .placeholder {
    flex: 0 0 150px;
    width: 150px;
  }
}

/* line 23, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker__details-container {
  flex: 1;
  max-height: 150px;
  overflow: hidden;
  position: relative;
  transition: 200ms ease-in-out;
}

/* line 30, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker__details-container.is-open {
  max-height: none;
}

/* line 35, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker__name {
  margin: 0 0 0.25rem 0;
}

/* line 39, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker__title {
  color: #cfd2e5;
  margin: 0 0 0.5rem 0;
}

/* line 45, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker__description p {
  line-height: 1.25;
}

/* line 50, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker-more {
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 59, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker-more > * {
  position: relative;
}

/* line 63, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker-more:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100px;
  background-image: linear-gradient(180deg, rgba(34, 41, 51, 0) 0%, var(--event-player-background-color) 60%);
  opacity: 1;
  pointer-events: none;
  transition: 200ms ease-in-out;
}

/* line 80, app/assets/stylesheets/modules/events/_session-player-speakers.scss */
.event-session-player-speaker__details-container.is-open .event-session-player-speaker-more:before {
  opacity: 0;
}

/* line 1, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs {
  border-bottom: 1px solid #3b3c43;
  margin-top: 0.9375rem;
}

/* line 5, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs__tab {
  margin-bottom: 2.5rem;
}

/* line 8, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs__tab__title {
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

/* line 17, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs__tab__title--underlined {
  border-bottom-color: #3b3c43;
}

/* line 23, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs__tab-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #3b3c43;
  display: flex;
  flex-direction: row;
}

/* line 30, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs--active {
  margin-top: 0;
}

/* line 33, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs--active .event-session-player-tabs__tab {
  border-bottom: 4px solid transparent;
  color: #cfd2e5;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: -1px;
  margin-right: 40px;
  opacity: 0.36;
  padding: 10px 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

/* line 47, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs--active .event-session-player-tabs__tab:not(.event-session-player-tabs--active .event-session-player-tabs__tab--selected):hover {
  border-color: #ffffff;
  border-color: var(--text-default);
  color: #ffffff;
  color: var(--text-default);
  opacity: 0.8;
}

/* line 55, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs--active .event-session-player-tabs__tab--selected {
  border-color: #008cf0;
  color: #ffffff;
  color: var(--text-default);
  opacity: 1;
}

/* line 64, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs__panel {
  display: none;
}

/* line 67, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player-tabs__panel--selected {
  display: block;
}

/* line 73, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player__description-wrapper {
  margin: 1rem 0;
}

/* line 76, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player__description-wrapper p {
  padding-right: 1rem;
}

/* line 79, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player__description-wrapper p:first-child {
  margin-top: 0;
}

/* line 84, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
.event-session-player__description-wrapper .event-scroll--limited {
  max-height: 120px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 84, app/assets/stylesheets/modules/events/_session-player-tabs.scss */
  .event-session-player__description-wrapper .event-scroll--limited {
    max-height: unset;
  }
}

/* line 1, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player {
  position: relative;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player {
    padding-bottom: 1rem;
  }
}

/* line 8, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player:before {
  background: #222833;
  background: var(--event-player-background-color);
  content: "";
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* line 21, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player--embed {
  margin: 0;
  overflow: hidden;
  padding: 21px 0;
}

/* line 22, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player--embed:before {
  display: none;
}

/* line 30, app/assets/stylesheets/modules/events/_session-player.scss */
.body--iframe .event-session-player--embed {
  padding: 12px 0;
}

/* line 35, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player--blank {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 40, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player > .row {
  display: flex;
  flex-wrap: wrap;
}

/* line 45, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

/* line 50, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player--embed .event-session-player__header {
  margin-bottom: 0;
}

/* line 54, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__header > .row {
  flex-grow: 1;
}

/* line 59, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__controls {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 64em) {
  /* line 59, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player__controls {
    order: -1;
    padding-top: 0.8rem;
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
  /* line 69, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player__controls .event-form-select {
    background: transparent;
    border-bottom: 1px solid #3b3c43;
  }
}

/* line 76, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__title {
  font-size: 28px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 83, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__theme-tag {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  color: rgba(var(--theme-color), 1);
  line-height: 1.188rem;
  margin-block-start: 14px;
  margin-block-end: 8px;
  text-transform: uppercase;
}

/* line 94, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__theme-tag ~ .event-session-player__title {
  margin-block-start: 0;
}

/* line 99, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__speakers {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

/* line 104, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__datetime {
  color: #84919c;
}

/* line 106, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__datetime > * {
  margin-right: 0.5rem;
}

/* line 111, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__extra {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 111, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player__extra {
    display: flex;
    flex-direction: row;
  }
  /* line 119, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player__extra > :first-child {
    flex: 1;
    margin-right: 50px;
  }
}

/* line 127, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__description p {
  font-size: 1rem;
  line-height: 1.4;
  margin-block-end: 32px;
}

@media only screen and (min-width: 64.0625em) {
  /* line 127, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player__description p {
    font-size: 1.125rem;
  }
}

/* line 138, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__external {
  line-height: 1.4;
  margin: 2rem 0;
}

/* line 143, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__live-badge {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem;
  font-weight: 700;
  padding-inline: 6px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background: #f32a2a;
  border-radius: 4px;
}

/* line 155, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__notifications {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2c3442;
  padding-inline-start: 10px;
}

/* line 164, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__notifications-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 4px;
}

/* line 171, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__notifications-copy {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
  color: #b3b3b3;
}

/* line 178, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__notifications-btn {
  color: #b3b3b3;
  text-decoration: underline;
  padding: 0;
  border: 0;
  background: none;
  line-height: 1.6;
}

/* line 187, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__notifications-close {
  background: none;
  padding: 0;
  border: 0;
  color: #b3b3b3;
  width: 32px;
  height: 32px;
}

@keyframes pulse {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

/* line 207, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__video {
  aspect-ratio: 16 / 9;
}

/* line 210, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player__video iframe {
  background: #000;
}

/* line 215, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-slate {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  font-size: 0.75rem;
}

@media only screen and (min-width: 880px) {
  /* line 215, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player-slate {
    font-size: 1.5rem;
  }
}

/* line 231, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-slate__logo {
  position: absolute;
  width: 15%;
  height: auto;
  left: 50%;
  top: 30%;
  transform: translate3d(-50%, -50%, 0);
  filter: brightness(100) contrast(1);
}

@media only screen and (min-width: 880px) {
  /* line 231, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player-slate__logo {
    top: 40%;
  }
}

/* line 245, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-slate__message {
  position: absolute;
  color: #ffffff;
  top: 60%;
  left: 1.25rem;
  right: 1.25rem;
  font-weight: 300;
  text-align: center;
}

/* line 255, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-slate__details {
  position: absolute;
  bottom: 5%;
  left: 10%;
  right: 10%;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 300;
  text-align: center;
}

@media only screen and (min-width: 880px) {
  /* line 255, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player-slate__details {
    font-size: 1rem;
  }
}

/* line 271, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-slate__title {
  margin-bottom: 0.25rem;
}

@media only screen and (min-width: 880px) {
  /* line 271, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player-slate__title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}

/* line 281, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing {
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  order: 1;
  background-color: #1a1f29;
  background-color: var(--event-secondary-background-color);
}

/* line 291, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player--embed .event-session-player-listing {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 64.0625em) {
  /* line 281, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player-listing {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    max-height: 100%;
    order: 0;
  }
}

/* line 305, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__header {
  display: flex;
  flex-direction: row;
}

/* line 309, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__header > *:first-child {
  flex: 1;
}

/* line 313, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__header--padded {
  padding: 1rem 0;
}

/* line 317, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__header--bordered {
  border-bottom: 1px solid black;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

/* line 324, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__wrapper {
  position: relative;
  height: 470px;
  overflow: hidden;
  overflow-y: auto;
  transition: height 0.3s ease-in-out;
}

@media only screen and (min-width: 64.0625em) {
  /* line 324, app/assets/stylesheets/modules/events/_session-player.scss */
  .event-session-player-listing__wrapper {
    padding-top: 0;
    height: 100%;
  }
}

/* line 337, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__container {
  position: absolute;
  width: 100%;
}

/* line 341, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__container > div + div {
  margin-top: 5px;
}

/* line 346, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}

/* line 354, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__title:before {
  content: "";
  display: inline-block;
  background: #dc3e37;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 8px;
}

/* line 365, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__label {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

/* line 372, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__link {
  font-size: 0.875rem;
}

/* line 376, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-listing__group-heading {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

/* line 385, app/assets/stylesheets/modules/events/_session-player.scss */
.sticky-player {
  display: block;
  position: absolute;
  will-change: transform;
  transform-origin: right bottom;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

/* line 395, app/assets/stylesheets/modules/events/_session-player.scss */
.sticky-player--large {
  opacity: 1;
  pointer-events: unset;
  height: auto;
}

/* line 401, app/assets/stylesheets/modules/events/_session-player.scss */
.sticky-player--sticky {
  pointer-events: unset;
  position: fixed !important;
  opacity: 1;
  z-index: 1000;
  bottom: 2rem !important;
  left: unset !important;
  right: 21px !important;
  width: 320px !important;
  top: auto !important;
  background-color: #1b2029;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
  transform: scale(0.65);
  height: auto;
}

@media only screen and (min-width: 1220px) {
  /* line 401, app/assets/stylesheets/modules/events/_session-player.scss */
  .sticky-player--sticky {
    right: 50% !important;
    transform: scale(0.65) translateX(884px);
  }
}

/* line 421, app/assets/stylesheets/modules/events/_session-player.scss */
.sticky-player--sticky .sticky-player__close {
  display: flex;
}

/* line 426, app/assets/stylesheets/modules/events/_session-player.scss */
.sticky-player__close {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

/* line 8, node_modules/css-patterns/stylesheets/patterns/_expand_click_area.scss */
.sticky-player__close:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

/* line 442, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-schedule__session {
  color: inherit;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

/* line 449, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-schedule__session .placeholder {
  flex: 0 0 110px;
  width: 110px;
}

/* line 454, app/assets/stylesheets/modules/events/_session-player.scss */
.event-session-player-schedule__session__title {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  padding: 0 0.5rem;
}

/* line 1, app/assets/stylesheets/modules/events/_session.scss */
.event-session {
  margin-top: 30px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_session.scss */
  .event-session {
    margin-top: 60px;
  }
}

/* line 8, app/assets/stylesheets/modules/events/_session.scss */
.event-session .event-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 1, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 64.0625em) {
  /* line 6, app/assets/stylesheets/modules/events/_share.scss */
  .event-share-block:not(.event-share-block--inline) {
    border-top: 1px solid #3b3c43;
    border-bottom: 1px solid #3b3c43;
    margin-top: 37px;
    width: 150px;
  }
}

/* line 14, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--inline {
  margin-top: 0.5rem;
}

/* line 18, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

/* line 25, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row .event-share-block__items {
  display: flex;
  flex-direction: row;
}

/* line 30, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row .event-share-block__item {
  margin-left: 1rem;
}

/* line 33, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row .event-share-block__item:first-child {
  margin-left: 0;
}

/* line 38, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--row .event-share-block__title {
  margin-bottom: 0;
  margin-right: 1rem;
}

/* line 44, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 53, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__items {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, 38px);
  grid-gap: 18px;
  width: 100%;
}

/* line 62, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__item a {
  cursor: pointer;
  display: block;
  line-height: 0;
}

/* line 67, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__item a:hover {
  opacity: 0.8;
}

/* line 75, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--dark .event-icon--darkable rect {
  fill: #1b2029;
}

/* line 79, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block--dark .event-icon--darkable path {
  fill: #ffffff;
  stroke: #ffffff;
}

/* line 86, app/assets/stylesheets/modules/events/_share.scss */
.modal__content--toplink .event-share-block {
  margin-bottom: 2rem;
}

/* line 91, app/assets/stylesheets/modules/events/_share.scss */
.event-share {
  display: block;
  width: 28px;
  height: 28px;
  transition: 100ms ease-in-out;
}

/* line 97, app/assets/stylesheets/modules/events/_share.scss */
.event-share svg {
  width: 100%;
  height: 100%;
}

/* line 102, app/assets/stylesheets/modules/events/_share.scss */
.event-share:hover {
  opacity: 0.7;
}

/* line 107, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__item button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
}

/* line 110, app/assets/stylesheets/modules/events/_share.scss */
.event-share-block__item button:disabled {
  opacity: 0.5;
}

/* line 116, app/assets/stylesheets/modules/events/_share.scss */
.event-share__input {
  border: 1px solid #d5e0e8;
  border-radius: 4px;
  max-width: 400px;
  margin-right: 1rem;
  padding: 14px 0.75rem;
  min-height: 50px;
  width: 100%;
}

/* line 126, app/assets/stylesheets/modules/events/_share.scss */
.event-share-download {
  color: #1b2029;
}

/* line 129, app/assets/stylesheets/modules/events/_share.scss */
.event-share-download .event-audio-selector {
  margin-bottom: 1rem;
  width: 200px;
}

/* line 134, app/assets/stylesheets/modules/events/_share.scss */
.event-share-download .event-button:hover {
  color: #008cf0;
}

/* line 141, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__title {
  font-size: 1.75rem;
}

/* line 145, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__subtitle {
  font-size: 1.375rem;
}

/* line 149, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__template {
  border: 1px solid grey;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 450px;
  margin-bottom: 1rem;
  padding: 2rem;
}

/* line 159, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__template__img {
  padding: 0 1rem;
}

/* line 163, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__template__text {
  flex: 1;
  font-weight: 600;
}

/* line 169, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border: 1px solid grey;
  border-radius: 5px;
  font-weight: 600;
  min-width: 240px;
  padding: 0.5rem 0.75rem;
}

/* line 178, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__input {
  border: 1px solid grey;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  min-height: 72px;
  padding: 0;
}

/* line 186, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__input textarea {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  border-radius: 5px 0 0 5px;
  color: #008cf0;
  font-weight: 600;
  flex: 1;
  line-height: 1.4;
  padding: 1.25rem 1.5rem;
}

/* line 196, app/assets/stylesheets/modules/events/_share.scss */
.event-embed-form__input button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background: #008cf0;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  font-weight: 600;
  min-width: 120px;
  padding: 1.25rem 1.5rem;
}

/* line 1, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_speakers-grid.scss */
  .event-speaker-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_speakers-grid.scss */
  .event-speaker-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_speakers-grid.scss */
  .event-speaker-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_speakers-grid.scss */
  .event-speaker-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* line 13, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-content--cochairs .event-speaker-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: repeat(2, 1fr);
}

@media only screen and (min-width: 40.0625em) {
  /* line 13, app/assets/stylesheets/modules/events/_speakers-grid.scss */
  .event-content--cochairs .event-speaker-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 13, app/assets/stylesheets/modules/events/_speakers-grid.scss */
  .event-content--cochairs .event-speaker-grid {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 13, app/assets/stylesheets/modules/events/_speakers-grid.scss */
  .event-content--cochairs .event-speaker-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 13, app/assets/stylesheets/modules/events/_speakers-grid.scss */
  .event-content--cochairs .event-speaker-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* line 26, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid__header {
  grid-column: 1 / 3;
}

/* line 36, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid-speaker {
  position: relative;
}

/* line 39, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid-speaker figure {
  margin-bottom: 1rem;
}

/* line 43, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid-speaker__image {
  position: relative;
  padding-top: 100%;
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
}

/* line 27, node_modules/css-patterns/stylesheets/patterns/_fluid_media_wrapper.scss */
.event-speaker-grid-speaker__image embed,
.event-speaker-grid-speaker__image iframe,
.event-speaker-grid-speaker__image object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 50, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid-speaker__image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

/* line 61, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid-speaker__name {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* line 67, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid-speaker__title {
  color: #cfd2e5;
  font-weight: 300;
  line-height: 1.3;
}

/* line 73, app/assets/stylesheets/modules/events/_speakers-grid.scss */
.event-speaker-grid-speaker__description {
  color: #cfd2e5;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* line 1, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid rgba(var(--text-default), 0.2);
  border-bottom: 1px solid rgba(var(--text-default), 0.2);
}

/* line 8, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats a {
  color: inherit;
  transition: 200ms ease-in-out;
}

/* line 12, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats a:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats {
    margin: 2rem auto;
    padding: 3.5rem 0;
  }
}

/* line 23, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats__container {
  padding: 0;
  list-style-type: none;
  margin: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 40.0625em) {
  /* line 23, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-evenly;
  }
}

/* line 34, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats__container .event-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 10rem;
  position: relative;
  padding: 1.5rem 0 1.75rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 34, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat {
    flex-direction: row;
  }
}

/* line 47, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats__container .event-stat:after {
  background: #fff;
  content: "";
  display: block;
  opacity: 0.17;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
}

@media only screen and (min-width: 40.0625em) {
  /* line 47, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat:after {
    bottom: unset;
    top: 50%;
    width: 80px;
  }
}

/* line 66, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats__container .event-stat:last-child:after {
  display: none;
}

@media only screen and (min-width: 40.0625em) {
  /* line 34, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat {
    padding: 0;
  }
  /* line 74, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat:after {
    height: 30px;
    width: 1px;
    right: 0;
  }
}

/* line 81, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats__container .event-stat__num {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (min-width: 40.0625em) {
  /* line 81, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat__num {
    margin-right: 0.75rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 81, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat__num {
    font-size: 4rem;
  }
}

/* line 95, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats__container .event-stat__title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 40.0625em) {
  /* line 95, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat__title {
    margin-bottom: 0.25rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 95, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat__title {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}

/* line 112, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats__container .event-stat__label {
  color: rgba(var(--theme-color, 0, 140, 240), 1);
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 300;
  white-space: nowrap;
}

@media only screen and (min-width: 64.0625em) {
  /* line 112, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat__label {
    font-size: 1.125rem;
  }
}

/* line 124, app/assets/stylesheets/modules/events/_stats.scss */
.event-stats__container .event-stat__details {
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  /* line 124, app/assets/stylesheets/modules/events/_stats.scss */
  .event-stats__container .event-stat__details {
    text-align: left;
  }
}

/* line 1, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions {
  overflow: hidden;
  padding: 1rem 0;
}

/* line 5, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions .video-container {
  margin-top: 1rem;
}

/* line 9, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions .video-carousel-listing:before {
  background: transparent;
}

/* line 13, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__title {
  font-size: 2rem;
}

/* line 16, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__title span {
  color: rgba(var(--theme-color), 1);
}

/* line 22, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .video-carousel-listing {
  overflow: visible;
}

/* line 25, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .video-carousel-listing .carousel-listing__tout {
  display: flex;
  flex-direction: column;
}

/* line 29, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .video-carousel-listing .carousel-listing__tout > div {
  margin-bottom: 0;
}

/* line 33, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .video-carousel-listing .carousel-listing__tout .challenge-submission {
  overflow: hidden;
}

@media only screen and (min-width: 64.0625em) {
  /* line 39, app/assets/stylesheets/modules/events/_submissions.scss */
  .event-submissions__content .video-carousel-listing .carousel-listing__tout {
    display: block;
    padding-right: 0;
    margin-right: 0;
  }
}

/* line 47, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission--text {
  flex: 1;
}

/* line 50, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission--text .challenge-submission__container {
  display: flex;
  justify-content: space-between;
  transition: padding 0.3s ease-in-out;
}

/* line 56, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission--text .challenge-submission-author__avatar {
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

/* line 60, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission--text .challenge-submission-author__name {
  transition: font-size 0.3s ease-in-out;
}

/* line 64, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission--text .challenge-submission__footer {
  padding: 9px 0;
}

/* line 68, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission--text .challenge-submission__social svg {
  transition: width 0.3s ease-in-out;
}

/* line 72, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission--text .challenge-submission-text {
  position: relative;
  line-height: 1.7;
  background-size: 45px 45px;
  padding: 0;
  transition: font-size 0.3s ease-in-out, padding 0.3s ease-in-out, margin 0.3s ease-in-out, background-size 0.3s ease-in-out;
}

/* line 80, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission--text .challenge-submission-text p {
  overflow: hidden;
}

/* line 87, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .challenge-submission-video .challenge-submission-author__name {
  transition: font-size 0.3s ease-in-out;
}

/* line 94, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .carousel-listing__tout--small .challenge-submission-video .challenge-submission-author__name {
  font-size: 1.3125rem;
}

/* line 100, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .carousel-listing__tout--small .challenge-submission--text .challenge-submission__container {
  height: 100%;
}

/* line 104, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .carousel-listing__tout--small .challenge-submission--text .challenge-submission-author__avatar {
  width: 44px;
  height: 44px;
}

/* line 109, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .carousel-listing__tout--small .challenge-submission--text .challenge-submission-author__name {
  font-size: 1.125rem;
}

/* line 113, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__content .carousel-listing__tout--small .challenge-submission--text .challenge-submission-text {
  font-size: 1rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 119, app/assets/stylesheets/modules/events/_submissions.scss */
  .event-submissions__content .carousel-listing__tout--small .challenge-submission--text {
    height: initial;
    padding-top: initial;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 126, app/assets/stylesheets/modules/events/_submissions.scss */
  .event-submissions__content .carousel-listing__tout--small .challenge-submission--text {
    height: 0;
    padding-top: 100%;
  }
  /* line 130, app/assets/stylesheets/modules/events/_submissions.scss */
  .event-submissions__content .carousel-listing__tout--small .challenge-submission--text .challenge-submission__container {
    position: absolute;
  }
  /* line 134, app/assets/stylesheets/modules/events/_submissions.scss */
  .event-submissions__content .carousel-listing__tout--small .challenge-submission--text .challenge-submission-text {
    font-size: 0.75rem;
    margin-top: 15px;
  }
  /* line 138, app/assets/stylesheets/modules/events/_submissions.scss */
  .event-submissions__content .carousel-listing__tout--small .challenge-submission--text .challenge-submission-text:before {
    top: -11px;
  }
  /* line 142, app/assets/stylesheets/modules/events/_submissions.scss */
  .event-submissions__content .carousel-listing__tout--small .challenge-submission--text .challenge-submission-text p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}

/* line 153, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__footer {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

/* line 159, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__button {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #008cf0;
  padding-bottom: 1rem;
}

/* line 166, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions__button:after {
  content: url("data:image/svg+xml,%3Csvg width='13' height='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 18.805L2.248 21 13 10.5 2.248 0 0 2.195l8.897 8.315z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
  width: 13px;
  height: 21px;
  display: inline-block;
  margin-left: 0.5rem;
  transform: translateY(4px);
}

/* line 176, app/assets/stylesheets/modules/events/_submissions.scss */
.event-submissions-tout__theme {
  text-align: right;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  padding-top: 0.5rem;
  border-top: 4px solid rgba(var(--theme-color), 1);
  color: rgba(var(--theme-color), 1);
}

/* line 1, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 880px) {
  /* line 1, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 16, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid--listing {
    margin-top: 0;
  }
}

@media only screen and (min-width: 40.0625em) {
  /* line 22, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid__header {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 22, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid__header {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}

/* line 33, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid .event-content__header-inner {
  max-width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 33, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid .event-content__header-inner {
    max-width: 65%;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 33, app/assets/stylesheets/modules/events/_theme-grid.scss */
  .theme-grid .event-content__header-inner {
    max-width: 49%;
  }
}

/* line 44, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid-theme {
  background: rgba(255, 255, 255, 0.05);
  border-top: 5px solid #fff;
  border-top: 5px solid rgba(var(--theme-color), 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 285px;
  padding: 40px 22px 30px 22px;
  justify-content: space-between;
  background-size: cover;
  background-position: center center;
}

/* line 57, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid-theme__subtitle {
  text-align: center;
  white-space: normal;
  margin-top: -24px;
}

/* line 63, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid-theme__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

/* line 70, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid-theme__icon {
  margin-bottom: 1rem;
}

/* line 74, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid-theme__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  white-space: normal;
}

/* line 83, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid-theme__button {
  background: rgba(255, 255, 255, 0.1);
  border: var(--button-border-width) solid rgba(var(--theme-color), 1);
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  padding: 14px 2rem;
  text-align: center;
  transition: all 0.15s ease-in-out;
}

/* line 93, app/assets/stylesheets/modules/events/_theme-grid.scss */
.theme-grid-theme__button:hover {
  background: rgba(var(--theme-color), 1);
}

/* line 1, app/assets/stylesheets/modules/events/_theme-label.scss */
.theme-label {
  font-size: 0.75rem;
  color: #ffffff;
  color: var(--text-default);
  color: rgba(var(--theme-color), 1);
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}

/* line 12, app/assets/stylesheets/modules/events/_theme-label.scss */
.theme-label--button {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font: inherit;
  background-color: #f2f9fe;
  color: #008cf0;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 9px 25px 9px 20px;
  text-transform: unset;
}

/* line 23, app/assets/stylesheets/modules/events/_theme-label.scss */
.body--dark .theme-label--button {
  background-color: rgba(var(--theme-color), 0.1);
  color: #ffffff;
  color: var(--text-default);
}

/* line 29, app/assets/stylesheets/modules/events/_theme-label.scss */
.theme-label--button:hover {
  background-color: #f2f9fe;
}

/* line 32, app/assets/stylesheets/modules/events/_theme-label.scss */
.body--dark .theme-label--button:hover {
  background-color: rgba(var(--theme-color), 1);
  color: #ffffff;
  color: var(--text-default);
}

/* line 2, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen__header {
  padding-block-start: 48px;
  padding-block-end: 80px;
  background: linear-gradient(0deg, rgba(16, 24, 37, 0.75) 0%, rgba(16, 24, 37, 0.75) 100%), var(--bg-image) lightgray 16px -51.397px/100.139% 150.585%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 16, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen__back-button {
  margin-block-end: 32px;
}

/* line 20, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  margin-block-end: 16px;
}

/* line 25, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen__description {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
}

/* line 28, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen__description p {
  margin-block: 16px;
}

/* line 33, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen__cta-container {
  margin-block-start: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 33, app/assets/stylesheets/modules/events/_theme-screen.scss */
  .event-theme-screen__cta-container {
    gap: 12px;
  }
}

/* line 44, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen__sdgs {
  margin-top: 1rem;
}

/* line 47, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen__sdgs__link {
  display: inline-block;
  margin-right: 0.75rem;
  text-decoration: none;
  width: 80px;
}

/* line 55, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen .event-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 60, app/assets/stylesheets/modules/events/_theme-screen.scss */
.event-theme-screen h2 {
  font-size: 2rem;
}

/* line 1, app/assets/stylesheets/modules/events/_theme-tout.scss */
.theme-tout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 2rem 0;
}

@media only screen and (min-width: 40.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_theme-tout.scss */
  .theme-tout {
    flex-direction: row;
  }
}

/* line 11, app/assets/stylesheets/modules/events/_theme-tout.scss */
.theme-tout picture {
  margin-bottom: 1rem;
  max-width: 200px;
}

@media only screen and (min-width: 40.0625em) {
  /* line 11, app/assets/stylesheets/modules/events/_theme-tout.scss */
  .theme-tout picture {
    flex: 1 0 300px;
    margin: 0 2rem 0 0;
  }
}

/* line 21, app/assets/stylesheets/modules/events/_theme-tout.scss */
.theme-tout__content {
  flex: 1;
}

/* line 25, app/assets/stylesheets/modules/events/_theme-tout.scss */
.theme-tout__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

@media only screen and (min-width: 40.0625em) {
  /* line 25, app/assets/stylesheets/modules/events/_theme-tout.scss */
  .theme-tout__title {
    font-size: 1.5rem;
  }
}

/* line 36, app/assets/stylesheets/modules/events/_theme-tout.scss */
.theme-tout__description p {
  line-height: 1.4;
  margin: 1rem 0;
}

/* line 2, app/assets/stylesheets/modules/events/_themes-screen.scss */
.event-themes-screen__title {
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  margin-block-end: 16px;
}

/* line 7, app/assets/stylesheets/modules/events/_themes-screen.scss */
.event-themes-screen__description {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6;
  margin-block: 16px;
}

/* line 11, app/assets/stylesheets/modules/events/_themes-screen.scss */
.event-themes-screen__description b {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/modules/events/_timeline.scss */
.event-timeline {
  display: flex;
  overflow: hidden;
  margin-bottom: 25px;
  height: 43px;
  text-align: center;
  border-bottom: 1px solid #3b3c43;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 64.0625em) {
  /* line 1, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline {
    overflow: auto;
    height: auto;
  }
}

/* line 15, app/assets/stylesheets/modules/events/_timeline.scss */
.event-timeline__days {
  height: 100px;
  overflow-x: scroll;
  scrollbar-width: none;
  flex: 1 1 auto;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

@media only screen and (min-width: 64.0625em) {
  /* line 15, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 10px;
    overflow: auto;
    white-space: normal;
    height: auto;
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 40.0625em) {
  /* line 15, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  /* line 15, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="7"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 10px;
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 40.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="7"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="7"] {
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="8"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 10px;
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 40.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="8"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="8"] {
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="9"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 10px;
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 40.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="9"] {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="9"] {
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }
}

@media only screen and (min-width: 64.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="10"] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 10px;
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 40.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="10"] {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (min-width: 64.0625em) and (min-width: 64.0625em) {
  /* line 32, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__days[data-days="10"] {
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 20px;
  }
}

/* line 39, app/assets/stylesheets/modules/events/_timeline.scss */
.event-timeline__day {
  text-align: center;
  color: #cfd2e5;
  background: none;
  border: none;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease-in-out;
  margin: 0 1rem;
  cursor: pointer;
}

@media only screen and (min-width: 64.0625em) {
  /* line 39, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__day {
    margin: 0;
  }
}

/* line 56, app/assets/stylesheets/modules/events/_timeline.scss */
.event-timeline__day span:first-child {
  display: block;
}

/* line 61, app/assets/stylesheets/modules/events/_timeline.scss */
.event-timeline__day:hover {
  color: #fff;
}

/* line 65, app/assets/stylesheets/modules/events/_timeline.scss */
.event-timeline__day:focus, .event-timeline__day.is-active {
  outline: none;
  border-color: #008cf0;
}

/* line 70, app/assets/stylesheets/modules/events/_timeline.scss */
.event-timeline__day:focus span, .event-timeline__day.is-active span {
  color: #fff;
}

@media only screen and (min-width: 64.0625em) {
  /* line 74, app/assets/stylesheets/modules/events/_timeline.scss */
  .event-timeline__day:focus span:first-child, .event-timeline__day.is-active span:first-child {
    color: #008cf0;
    display: block;
  }
}

/* line 82, app/assets/stylesheets/modules/events/_timeline.scss */
.event-timeline__day[disabled] {
  opacity: 0.5;
}
