/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

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

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

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

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

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

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

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

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

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

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

html {
  box-sizing: border-box;
  /* CAN TAKE AWAY AFTER RESET RULES ADDED? */
  margin: 0;
  /* CAN TAKE AWAY AFTER RESET RULES ADDED? */
  font-family: "SuisseIntlMono", monospace; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.125rem; }

a {
  color: black;
  word-break: break-all; }

@font-face {
  font-family: 'SuisseIntlMono';
  src: url("/fonts/SuisseIntlMono-Regular-WebS.woff"), url("/fonts/SuisseIntlMono-Regular-WebS.woff2"), url("/fonts/SuisseIntlMono-Regular-WebS.ttf");
  font-weight: normal; }

@font-face {
  font-family: 'SuisseIntlMono';
  src: url("/fonts/SuisseIntlMono-Bold-WebS.woff"), url("/fonts/SuisseIntlMono-Bold-WebS.ttf"), url("/fonts/SuisseIntlMono-Bold-WebS.woff2");
  font-weight: bold; }

/*  Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */ }

/* Modal Content/Box */
.modal-content {
  max-height: 100vh;
  overflow-y: auto;
  z-index: 1;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 1.375rem;
  border: 1px solid #888;
  width: 85%; }
  .modal-content h1 {
    margin: 2.75rem 0; }
  .modal-content form {
    margin: 2.75rem 0; }
  .modal-content input,
  .modal-content select {
    border: solid 1px grey; }
  .modal-content input,
  .modal-content select,
  .modal-content label {
    margin: 4px 0.6875rem;
    width: 90%;
    padding: 8px 4px; }
  .modal-content .hs-form-field {
    margin-top: 1.375rem; }
  .modal-content .legal-consent-container {
    width: 80%;
    margin: 2.75rem 1.375rem 0;
    margin-left: 0.6875rem; }
  .modal-content ul.no-list.hs-error-msgs.inputs-list {
    list-style-type: none;
    margin-top: 4px;
    padding-left: 0; }
    .modal-content ul.no-list.hs-error-msgs.inputs-list .hs-error-msg {
      width: 60%;
      font-size: 0.6rem;
      margin: 0 0.6875rem;
      color: red; }
  @media (min-width: 800px) {
    .modal-content {
      width: 50%; } }
  @media (min-width: 1200px) {
    .modal-content {
      width: 30%; }
      .modal-content input,
      .modal-content label,
      .modal-content select {
        margin: 4px 2.75rem;
        width: 80%; }
      .modal-content ul.no-list.hs-error-msgs.inputs-list {
        padding-left: 2.75rem; }
        .modal-content ul.no-list.hs-error-msgs.inputs-list .hs-error-msg {
          margin: 0; }
      .modal-content .legal-consent-container {
        margin: 2.75rem 2.75rem 1.375rem; } }

#sign-up-btn {
  border: none;
  padding: 0;
  background-color: white;
  cursor: pointer; }

.hs_submit input {
  background-color: black;
  color: white;
  border: none;
  padding: 0.6875rem; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.hs_recaptcha {
  margin: 0.6875rem 0;
  margin-left: 0.6875rem; }

@media (min-width: 1200px) {
  .hs_recaptcha {
    margin: 0.6875rem 0;
    margin-left: 2.75rem; } }

.hs_hs_persona .hs-input {
  appearance: none;
  background-image: url(/static/chevron-d.svg);
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%; }

.site {
  padding: 1.375rem;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .site .header {
    margin-bottom: 2.75rem;
    display: grid;
    grid-auto-columns: 1fr;
    gap: 1.375rem;
    grid-template-areas: "header header" "nav sub-nav"; }
    @media (min-width: 840px) {
      .site .header {
        grid-template-areas: "header header header" "nav sub-nav ."; } }
  .site--with-animation {
    height: 100vh;
    padding-bottom: 1.375rem; }
    @media (min-width: 840px) {
      .site--with-animation {
        display: grid;
        grid-template: 1fr/repeat(3, minmax(0, 1fr));
        gap: 2.75rem; }
        .site--with-animation .main {
          padding-right: 1.375rem; } }
    .site--with-animation .header {
      display: inline;
      margin-bottom: 0; }
      @media (min-width: 840px) {
        .site--with-animation .header {
          position: fixed;
          top: 1.375rem;
          left: 1.375rem; } }
    .site--with-animation .header__cta {
      margin-bottom: 1.375rem; }
    .site--with-animation .nav {
      margin-bottom: 2.75rem; }

.info {
  grid-area: header; }

.header__title {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0; }
  .header__title a {
    text-decoration: none; }

.header__sub-title {
  margin: 0; }

.header__cta {
  margin: 0; }
  .header__cta button {
    color: black; }

.header__date {
  margin: 0; }

.main {
  grid-column-start: 2;
  flex: 1; }

/* Animation Styles */
.animation {
  position: relative;
  background-image: url("/static/images/block-21x21.png");
  background-size: 21px;
  visibility: hidden; }
  .animation--ready {
    visibility: visible; }
  @media (min-width: 840px) {
    .animation {
      position: fixed;
      top: 22px;
      right: 8px;
      bottom: 22px; } }

.animation__block {
  height: 21px;
  line-height: 21px;
  background: #fff;
  margin: 0;
  float: left; }
  .animation__block--hidden {
    background: transparent; }

.animation__dot {
  position: absolute;
  background-color: black;
  width: 7px;
  height: 7px;
  visibility: hidden; }
  .animation__dot--visible {
    visibility: visible; }

/* Page Component Styles */
.page__paragraph {
  margin-top: 1.375rem !important; }

.page__title {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 1.375rem; }

.page__context {
  margin-top: 0;
  margin-bottom: 1.375rem; }
  .page__context--stand-out {
    font-weight: bold; }

.page__main img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 1.375rem;
  overflow: hidden; }

.page__main h2 {
  font-size: 0.875rem;
  margin-top: 0;
  margin-bottom: 1.375rem; }

.page__main h3 {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0; }

.page__main p {
  margin-block-start: 0;
  margin-bottom: 1.375rem; }

.page__main address {
  font-style: normal;
  font-size: 0.875rem; }
  .page__main address h3 {
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal; }
  .page__main address p {
    margin-bottom: 0; }

.page__main article {
  margin-bottom: 1.375rem; }

.page__main-header-list {
  list-style-type: none;
  margin: 1.375rem 0 0 0;
  padding: 0; }
  .page__main-header-list li {
    margin-bottom: 1.375rem;
    counter-increment: item; }
  .page__main-header-list li:before {
    content: counters(item, ".");
    display: block; }

.page__main-content ol {
  padding: 0;
  margin: 0;
  margin-bottom: 1.375rem;
  list-style-position: inside;
  counter-reset: item; }
  .page__main-content ol ol {
    list-style-type: none;
    list-style-position: outside; }
  .page__main-content ol li {
    counter-increment: item; }
    .page__main-content ol li ol li ol li:before {
      display: none; }

.page__main-content li > h2 {
  display: inline-block;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1.375rem;
  max-width: calc(100% - 2rem);
  vertical-align: top; }

.page__main-content ul {
  list-style-type: "-";
  counter-reset: item; }

.page__main-content ul > li {
  padding-left: 1.375rem; }

.page__main-content .page__list-item {
  margin-bottom: 1.375rem; }
  .page__main-content .page__list-item::marker {
    font-weight: bold; }
  .page__main-content .page__list-item--decimal ol {
    list-style-type: none;
    counter-reset: item; }
  .page__main-content .page__list-item--decimal ol > li {
    counter-increment: item; }
  .page__main-content .page__list-item--decimal ol > li:before {
    content: counters(item, ".") ". "; }

.page__credits .credits p {
  margin: 0; }

/* Navigation styles */
.nav--site {
  grid-area: nav; }

.nav--horizontal {
  margin-bottom: 2.75rem;
  list-style-position: outside; }

.nav--sub {
  grid-area: sub-nav;
  padding-inline-start: 0;
  margin: 0; }

.nav--imprint {
  margin-bottom: 1.375rem !important; }

.nav__list {
  padding-inline-start: 0;
  margin: 0; }

.nav__list-item {
  list-style: none; }
  .nav__list-item--uppercase {
    text-transform: uppercase; }
  .nav__list-item:hover {
    font-weight: bold; }

.nav--horizontal .nav__list-item {
  display: inline;
  padding-right: 0.6875rem; }
  .nav--horizontal .nav__list-item:last-child {
    display: block; }
  @media (min-width: 600px) {
    .nav--horizontal .nav__list-item:last-child {
      display: inline; } }

.nav__anchor {
  text-decoration: none;
  color: black; }
  .nav__anchor--current {
    font-weight: bold; }

.footer {
  margin: 0;
  margin-bottom: 1.375rem; }
  .footer a {
    text-decoration: none; }

.site--with-animation .footer {
  padding: 1.375rem 0; }
  @media (min-width: 840px) {
    .site--with-animation .footer {
      margin: 0;
      position: fixed;
      bottom: 1.375rem;
      left: 1.375rem;
      padding: 0; } }

/* Gallery Component Styles */
@media (min-width: 840px) {
  .gallery--1-day .gallery__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 1.375rem; } }

@media (min-width: 840px) {
  .gallery__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem;
    margin-bottom: 2.75rem;
    padding-bottom: 1.375rem; } }

.gallery__title {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 2.75rem;
  margin-bottom: 0.6875rem !important; }
  @media (min-width: 840px) {
    .gallery__title {
      margin-top: 0;
      margin-bottom: 2.75rem !important; } }

.gallery__pictures {
  list-style: none;
  padding: 0;
  margin: 0; }

.gallery__picture {
  margin-bottom: 1.375rem; }
  .gallery__picture img {
    display: block;
    max-width: 100%;
    height: auto; }

.alt-options {
  margin-bottom: 1.375rem; }
  .alt-options__content {
    margin: 0; }

/* Program-Item Component Styles [CURRENT] */
@media (min-width: 840px) {
  .program {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem; } }

.program h2 {
  font-size: 0.875rem; }

@media (min-width: 840px) {
  .program__col-container {
    padding-bottom: 2.75rem; } }

.program-item {
  margin-bottom: 1.375rem; }

.program-item__time {
  margin: 0;
  display: block; }

.program-item__title {
  font-weight: bold;
  margin: 0;
  display: inline; }

.program-item__company::before {
  content: "// "; }

.program-item__description {
  margin: 0; }
  .program-item__description p {
    margin: 0; }

/* All Speaker Component Styles */
.speaker {
  margin-bottom: 1.375rem; }

.speaker__name {
  margin: 0;
  font-size: 0.875rem; }

.speaker__companies {
  margin: 0;
  padding: 0; }

.company {
  list-style: none; }

.imprint p {
  margin-bottom: 0; }

.terms-and-conditions ol {
  list-style-type: none;
  counter-reset: item; }

.terms-and-conditions ol > li {
  counter-increment: item; }

.terms-and-conditions ol > li:before {
  content: counters(item, ".") ". ";
  font-weight: bold; }

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-error-text-color: #f7f7f7;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px; }

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .pswp:focus {
    outline: 0; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }
  .pswp--open {
    display: block; }
  .pswp__bg {
    opacity: 0.005;
    background: var(--pswp-bg); }

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity; }

.pswp,
.pswp__scroll-wrap {
  overflow: hidden; }

.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pswp {
  position: fixed; }

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto; }

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden; }

.pswp__hidden {
  display: none !important; }

/*
  PhotoSwipe UI
*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  margin-top: -0.5em;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
  text-align: center; }
  .pswp__error-msg a {
    color: var(--pswp-error-text-color);
    text-decoration: underline; }

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  /* always overlap slide content */
  pointer-events: none;
  /* hidden elements should not be clickable */ }

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto; }

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none; }
  .pswp__button:disabled {
    opacity: 0.3;
    cursor: auto; }
  .pswp__button--close {
    margin-right: 6px; }
  .pswp__button--arrow {
    position: absolute;
    top: 0;
    width: 75px;
    height: 100px;
    top: 50%;
    margin-top: -50px; }
  .pswp__button--arrow:disabled {
    display: none;
    cursor: default; }
  .pswp__button--zoom {
    display: none; }
  .pswp__button--arrow--prev {
    right: auto;
    left: 0px; }
  .pswp__button--arrow--next {
    right: 0px; }

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1; }

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none; }
  .pswp__icn:focus {
    outline: 0; }

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none; }

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg); }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important; }
  .pswp__top-bar > * {
    pointer-events: auto;
    /* this makes transition significantly more smooth,
       even though inner elements are not animated */
    will-change: opacity; }

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0; }

.pswp--one-slide .pswp__button--arrow {
  display: none; }

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden; }

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible; }

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1); }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none; }

/*
  Loading indicator
*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto; }

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite; }

.pswp__preloader--active .pswp__icn {
  opacity: 0.85; }

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
  "1 of 10" counter
*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85; }

.pswp--one-slide .pswp__counter {
  display: none; }
