@charset "UTF-8";
/* ==================================================
/* External dependecies
/* ================================================== */
/*! 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;
}

/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is Chrome’s per via http://stackoverflow.com/a/16094931/864799
 */
::selection {
  color: inherit; /* 1. */
  text-shadow: inherit; /* 2. */
  background-color: #ACCEF7; /* 3. */
}

html,
body,
table {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0; /* 2. */
}

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0; /* 1. */
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase; /* 1 */
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1; /* 2 */
}

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1; /* 1. */
}

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1; /* 1. */
}

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1; /* 1. */
}

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=number],
input[type=range],
input[type=tel],
input[type=week] {
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0; /* 1. */
}

/* Localisation
========================================================================== */
:lang(cs) q,
:lang(de) q,
:lang(sk) q,
:lang(sl) q,
:lang(sb) q,
:lang(is) q {
  quotes: "„" "“" "‚" "‘" "„" "“" "‚" "‘";
  /*         „       “       ‚       ‘       „       “       ‚       ‘  */
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody,
caption {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1; /* 1. */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hidden,
.is-hidden {
  display: none !important;
}

html,
body {
  height: 100%;
  overflow: hidden;
}

html {
  font-size: 87.5%;
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 93.75%;
  }
}
@media only screen and (min-width: 576px) {
  html {
    font-size: 106.25%;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 93.75%;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 106.25%;
  }
}
@media only screen and (min-width: 1600px) {
  html {
    font-size: 112.5%;
  }
}

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

body {
  line-height: 1.4rem;
  position: relative;
  background-color: hsl(2, 81%, 94%);
  color: #1b1313;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-weight: 400;
}
@media only screen and (min-width: 320px) {
  body {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 576px) {
  body {
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 768px) {
  body {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    line-height: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    line-height: 1.6rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

h1,
.h1 {
  font-size: 2.44140625rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

h2,
.h2 {
  font-size: 1.5625rem;
  line-height: 1.8rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.8rem;
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
}

h6,
.h6 {
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h1 + h2,
.h1 + .h2 {
  margin-top: 1.6rem;
}

h2 + h3,
.h2 + .h3 {
  margin-top: -0.88rem;
  margin-bottom: 1.6rem;
}

h3 + h4,
.h3 + .h4,
h4 + h5,
.h4 + .h5 {
  margin-top: 0.8rem;
}

h5 + h6,
.h5 + .h6 {
  margin-top: -0.8rem;
}

p {
  margin: 0 0 1.6rem;
}
p.text-smaller {
  margin-bottom: 0.8rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: hsl(1, 63%, 52%);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid transparent;
}
a:active, a:focus, a:hover {
  color: #af2a28;
  border-bottom-color: #af2a28;
}

blockquote {
  position: relative;
  padding: 0;
  margin: 0;
  font-style: italic;
}
@media only screen and (min-width: 1024px) {
  blockquote::before {
    content: "„";
    position: absolute;
    bottom: 100%;
    right: calc(100% + 0.4rem);
    font-size: 4.768371582rem;
  }
}
blockquote p {
  margin: 0 0 0.8rem;
}
blockquote p:last-of-type {
  margin-bottom: 0.8rem;
}
blockquote + .source,
blockquote + .zdroj {
  text-align: right;
}

dt {
  margin-bottom: 0.4rem;
}
dt a {
  font-size: 1.25rem;
  color: #1b1313;
}

dd {
  font-size: 0.8rem;
  line-height: 1.2rem;
  max-width: 32rem;
  margin-left: 0;
}
dd:not(:last-child) {
  margin-bottom: 1.6rem;
}

hr {
  border-bottom: 1px solid transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6rem 0;
}

img,
picture {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

.text-smaller {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.text-smaller a {
  line-height: 1.2rem;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-light {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

#svg-icon-lib {
  display: none;
  pointer-events: none;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  color: currentColor;
}
.icon-svg svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

img,
svg {
  max-width: 100%;
}

.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.4rem 1.6rem;
  margin-bottom: 1.6rem;
  font-size: 1rem;
  line-height: 1.6rem;
  border: 1px solid transparent;
  border-radius: 1.6rem;
  box-shadow: 0 0.4rem 0.8rem rgba(27, 19, 19, 0.5);
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.button + .button {
  margin-left: 1.6rem;
}
.button:hover, .button:focus {
  text-decoration: none;
  border-bottom-color: transparent;
  box-shadow: 0 0.3rem 0.6rem rgba(27, 19, 19, 0.5625);
}
.button:active {
  box-shadow: 0 0.2rem 0.4rem rgba(27, 19, 19, 0.625);
}
.button.secondary {
  background-color: #fdf2f2;
  border-color: #a47b79;
  color: currentColor;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: white;
}
.button.secondary:active {
  background-color: white;
}
.button.tertiary {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #cdb7b6;
  box-shadow: none;
  color: currentColor;
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.button.tertiary:hover, .button.tertiary:focus {
  background-color: transparent;
  border-bottom-color: currentColor;
}
.button.tertiary:active {
  background-color: transparent;
}
.button.small {
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding: 0.4rem 1.2rem;
  box-shadow: 0 0.2rem 0.4rem rgba(27, 19, 19, 0.25);
}
.button.small:hover, .button.small:focus {
  box-shadow: 0 0.132rem 0.264rem rgba(27, 19, 19, 0.125);
}
.button.small:active {
  box-shadow: 0 0.2rem 0.4rem rgba(27, 19, 19, 0.625);
}

.button-ok {
  background-color: #00AA58;
  color: #fdf2f2;
  opacity: 1;
  transition: opacity 0.1s ease-in-out, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  will-change: opacity;
}
.button-ok.button-hidden {
  opacity: 0;
  pointer-events: none;
}
.button-ok:hover {
  background-color: #00914b;
  color: white;
}
.button-ok.color-red {
  background-color: red;
}
.button-ok.color-red:hover {
  background-color: #e60000;
}
.button-ok.color-orange {
  background-color: orange;
}
.button-ok.color-orange:hover {
  background-color: #e69500;
}
.button-ok.color-green {
  background-color: #00AA58;
}
.button-ok.color-green:hover {
  background-color: #00914b;
}
.button-ok.button-sent {
  background-color: grey;
  pointer-events: none;
}
.previous-slide .hide-on-previous-slide .button-ok {
  display: block;
  opacity: 0;
  pointer-events: none;
}

#loading-screen {
  display: none;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: hsl(2, 81%, 94%);
  text-transform: lowercase;
  z-index: 9999999;
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.62s 0.62s cubic-bezier(0.62, 0, 0.8, 0.38);
  background-color: #1b1313;
}
.loading #loading-screen {
  pointer-events: initial;
  opacity: 1;
}
#loading-screen svg {
  width: 4.8rem;
  height: 4.8rem;
  fill: currentColor;
}
#loading-screen h1 {
  font-size: 1.5625rem;
  line-height: 1.6rem;
  margin-bottom: 3.2rem;
}

.loading-screen-content {
  text-align: center;
  opacity: 0;
  will-change: opacity, transform;
  transform: scale3d(1.2, 1.2, 1.2);
  transition: opacity 0.38s 0.38s cubic-bezier(0.62, 0, 0.8, 0.38), transform 0.38s 0.38s cubic-bezier(0.62, 0, 0.8, 0.38);
}
.loading .loading-screen-content {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

#unsupported {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  z-index: 9999998;
  background-color: #1b1313;
  color: hsl(2, 81%, 94%);
}
#unsupported svg {
  width: 4.8rem;
  height: 4.8rem;
  fill: currentColor;
}
#unsupported h1 {
  font-size: 1.5625rem;
  line-height: 2.4rem;
  margin-bottom: 3.2rem;
  max-width: 72rem;
}

#header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 3.2rem;
  line-height: 3.2rem;
  background-color: #fdf2f2;
  padding: 0 1.6rem;
  color: #a47b79;
  display: flex;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
  transform: translate3d(0, 0, 0);
}
#header.is-hidden {
  transform: translate3d(0, -100%, 0);
}
#header .icon-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-left {
  flex: 0 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding-left: 2.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-left .icon-svg {
  margin-top: -2px;
  left: 1.2rem;
  width: 40px;
  height: 40px;
}

.header-center {
  flex: 1 auto;
  position: relative;
}

.header-right {
  margin-left: auto;
}

.navigation {
  text-align: center;
  line-height: 3rem;
  height: 3.8rem;
  background-color: hsl(2, 81%, 94%);
}
.navigation + .row {
  background-color: hsl(2, 81%, 94%);
}

.nav-button {
  position: absolute;
  top: 3rem;
  border-bottom: 0;
  padding: 0 1.6rem;
  cursor: pointer;
  color: #a47b79;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: none;
}
.nav-button:hover {
  color: #1b1313;
}
.nav-button:hover .icon-svg {
  background-color: #1b1313;
  color: hsl(2, 81%, 94%);
}
.nav-button.is-hidden {
  pointer-events: none;
  visibility: hidden;
}
.nav-button span {
  margin-top: 0.1em;
  display: inline-block;
}
.nav-button .icon-svg {
  border-radius: 50%;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-button .icon-svg svg {
  width: 0.8rem;
  height: 0.8rem;
}

.nav-button-prev {
  left: 0;
  padding-left: 2.4rem;
}
.slide:first-child .nav-button-prev {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .slide.half-slide-active .nav-button-prev {
    display: none;
  }
}
.slide.half-slide-previous.previous-to-active-slide .nav-button-prev {
  display: block;
}
.nav-button-prev .icon-svg {
  left: 0.4rem;
  transform: rotate(180deg) translateY(50%);
}

.nav-button-next {
  right: 0;
  padding-right: 2.4rem;
}
.slide:last-child .nav-button-next {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .slide.previous-to-active-slide .nav-button-next {
    display: none;
  }
}
.nav-button-next .icon-svg {
  right: 0.4rem;
}

.slides {
  width: 100vw;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform, width;
  transition: transform 0.38s, width 0.38s;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  background-color: #a47b79;
}
.slide.previous-slide {
  transform: translate3d(-100vw, 0, 0);
}
@media only screen and (min-width: 1025px) {
  .slide.previous-slide.half-slide-active, .slide.previous-slide.half-slide-previous {
    width: 50%;
  }
  .slide.previous-slide.half-slide-active {
    transform: translate3d(-50vw, 0, 0);
  }
}
.slide.previous-slide.half-slide-previous {
  transform: translate3d(-100vw, 0, 0);
  border-right: 1px solid #fef2f1;
}
@media only screen and (min-width: 1025px) {
  .slide.previous-to-active-slide.half-slide-previous {
    width: 50%;
    transform: translate3d(0, 0, 0);
  }
}
.slide.active-slide {
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .slide.active-slide.half-slide-active {
    width: 50%;
    transform: translate3d(50vw, 0, 0);
  }
}
.slide.next-slide {
  transform: translate3d(100vw, 0, 0);
}
@media only screen and (min-width: 1025px) {
  .slide.next-slide.half-slide-active {
    width: 50%;
    transform: translate3d(100vw, 0, 0);
  }
}
.slide .slide:nth-child(1) {
  background: #efefef;
}
.slide .slide:nth-child(2) {
  background: #e8e8e8;
}
.slide .slide:nth-child(3) {
  background: #dbdbdb;
}
.slide .slide:nth-child(4) {
  background: #c9c9c9;
}
.slide .slide:nth-child(5) {
  background: #b2b2b2;
}
.slide .slide:nth-child(6) {
  background: #969696;
}
.slide .slide:nth-child(7) {
  background: #757575;
}
.slide .slide:nth-child(8) {
  background: #4f4f4f;
}
.slide .slide:nth-child(9) {
  background: #232323;
}
.slide .slide:nth-child(10) {
  background: black;
}

@media only screen and (min-width: 1025px) {
  .previous-slide .hide-on-previous-slide {
    display: none;
  }
}

.row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 0.8rem;
  /*
  je opravdu nutne?
  &:first-child {
    padding-top: $base-unit * 3;
    background-color: $bg-color;
  }

  &:last-child {
    flex: 1;
    padding-bottom: $base-unit * 2;
    margin-bottom: 0;
  }
  */
}
@media only screen and (min-width: 1024px) {
  .row {
    padding: 0 1.6rem;
  }
}
.row.slideNaPul {
  padding: 0;
}
.row.with-submodule, .row.module-with-draggable {
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .row.with-submodule, .row.module-with-draggable {
    flex-direction: column;
  }
}

.items {
  align-items: flex-start;
  justify-content: space-between;
  background: #a47b79;
  padding-bottom: 1.6rem;
  line-height: 0;
}

.item {
  flex: 1;
  flex: 1 1 0;
}
.item .row {
  padding: 0 0 1.6rem;
}

.layout-horizontal {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .layout-horizontal {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .layout-horizontal {
    align-items: stretch;
    justify-content: space-between;
  }
  .layout-horizontal > * {
    flex: 1;
    flex: 1 1 0;
    margin: 0 1%;
  }
  .layout-horizontal .item-5 {
    flex: 1 20%;
  }
}

.layout-vertical {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}

.pagination {
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: #a47b79;
  cursor: default;
}

.zadani {
  max-width: 72rem;
  padding: 0 1.6rem;
  margin: 1.6rem 0 1.2rem;
}
.zadani h1 {
  font-size: 1.953125rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.zadani h1 + h2 {
  font-size: 1.25rem;
  margin: 0.4rem auto 0;
  display: block;
  max-width: 56rem;
}

.help-container {
  align-items: center;
  padding-bottom: 1.4rem;
  margin-bottom: 1.6rem;
  line-height: 0;
  background-color: hsl(2, 81%, 94%);
  color: #a47b79;
}

.help-activities {
  cursor: help;
  display: inline-flex;
  position: relative;
}

.help-activity {
  width: 2rem;
  height: 2rem;
  margin: 0 0.2rem;
  border: 2px solid;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: content-box;
}
.help-activity .icon-svg {
  width: 2rem;
  height: 2rem;
}

.help-text {
  display: none;
  position: absolute;
  top: calc(100% + 1.4rem);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 1.6rem);
  max-width: 600px;
  padding: 1.6rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1.2rem;
  background-color: #1b1313;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  z-index: 999;
}
@media only screen and (min-width: 1024px) {
  .help-text {
    width: 38vw;
  }
}
.help-activities:hover .help-text {
  display: block;
}
.help-text::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: rgba(27, 19, 19, 0);
  border-bottom-color: #1b1313;
  border-width: 1.4rem;
  margin-left: -1.4rem;
}
.help-text h6 {
  color: hsl(2, 81%, 94%);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.captions {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  color: hsl(2, 81%, 94%);
  font-size: 0.8rem;
  line-height: 1.2rem;
}
@media only screen and (min-width: 1024px) {
  .captions {
    flex-direction: row;
  }
}

.caption {
  padding: 0 0.4rem 0.4rem 0.4rem;
}
@media only screen and (min-width: 1024px) {
  .caption {
    padding: 0 0.4rem;
  }
}
.caption p {
  display: inline-block;
  text-align: center;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1024px) {
  .caption p {
    text-align: left;
  }
}

.slide-export .nav-button {
  z-index: 9;
  line-height: 3rem;
  color: #a47b79;
}
.slide-export .nav-button:hover {
  color: #fdf2f2;
}
.slide-export .nav-button:hover .icon-svg {
  background-color: #fdf2f2;
  color: #1b1313;
}
.slide-export .row {
  position: relative;
  color: #fdf2f2;
  background-color: transparent;
  min-height: 100%;
}
.slide-export .overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
}
.slide-export .overlay::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.slide-export .content {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-top: 17vh;
  margin-bottom: 17vh;
  max-width: 78.4rem;
  width: 100%;
}
.slide-export .user-texts-container {
  background-color: transparent;
  margin: 0 auto 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .slide-export .user-texts-container {
    width: 24rem;
  }
}
.slide-export .zadani > * {
  text-shadow: 0 1px 0.38em rgba(27, 19, 19, 0.62);
}
.slide-export h1 {
  font-weight: 700;
}
.slide-export button[type=button] {
  margin-bottom: 0.4rem;
}
.slide-export button[data-nav-button=prev] {
  margin-bottom: 4.8rem;
}
.slide-export svg {
  fill: currentColor;
}
.slide-export .privacy-policy {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.64rem;
  line-height: 0.88rem;
  margin-top: -0.8rem;
  max-width: 28.8rem;
  opacity: 0.62;
}
@media only screen and (max-width: 1024px) {
  .slide-export .privacy-policy {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(253, 242, 242, 0.38);
  }
}
@media only screen and (min-width: 1024px) {
  .slide-export .privacy-policy {
    bottom: 1.6rem;
  }
}
.slide-export .tacr {
  position: absolute;
  bottom: 0.8rem;
  color: #a47b79;
  font-size: 0.64rem;
  line-height: 0.88rem;
}
@media only screen and (max-width: 1024px) {
  .slide-export .tacr {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .slide-export .tacr {
    bottom: 1.6rem;
    right: 1.6rem;
  }
}
.slide-export .tacr-logo {
  width: 6.4rem;
  height: 6.4rem;
}

.slide-initial {
  color: #fdf2f2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 3.2rem;
}
.slide-initial .overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
}
.slide-initial .overlay::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.slide-initial .content {
  position: relative;
  z-index: 1;
  max-width: 80ch;
  width: 100%;
}
.slide-initial .zadani {
  margin: 0 1.6rem 1.6rem;
  padding: 0;
}
.slide-initial .zadani > * {
  text-shadow: 0 1px 0.38em rgba(27, 19, 19, 0.62);
}
.slide-initial .zadani .h6 {
  opacity: 0.8;
}
.slide-initial .zadani h1 {
  font-weight: 700;
  margin-bottom: 1.6rem;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  background-color: rgba(27, 19, 19, 0.62);
  border-radius: 3px;
  color: #fce4e3;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  line-height: 1rem;
  padding: 0.3rem 0.4rem 0.2rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 0.8rem #1b1313;
  white-space: nowrap;
}
[data-tooltip]:hover::before {
  display: block;
}

.caption-on-hover {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1.2rem 0.8rem 0.4rem;
  background: linear-gradient(to top, rgba(27, 19, 19, 0.62) 10%, rgba(27, 19, 19, 0) 100%);
  background-position: center right;
  color: #fdf2f2;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.64rem;
  line-height: 0.88rem;
  text-shadow: 0 0 0.2rem #1b1313;
  overflow: visible;
  text-align: left;
  pointer-events: none;
  opacity: 1;
  will-change: opacity;
  transition: opacity 0.1s ease-in-out;
}
.gallery-item:hover .caption-on-hover, .media-item:hover .caption-on-hover, .sortable-item:hover .caption-on-hover, .half-slide-previous.previous-to-active-slide .sortable-item .caption-on-hover, .svgs__item:hover .caption-on-hover {
  opacity: 0;
}
.svgs__item .caption-on-hover {
  font-size: 0.8rem;
  line-height: 1rem;
}

.gallery-container {
  position: relative;
  position: sticky;
  top: 1.6rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  margin: 0 auto 1.6rem;
  max-width: 576px;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  border-radius: 3px;
  counter-reset: gallery;
  align-self: flex-start;
}
@media only screen and (max-width: 1024px) {
  .gallery-container {
    max-height: 50vh;
  }
}
@media only screen and (min-width: 1025px) {
  .gallery-container {
    flex: 0 1 19.2rem;
    max-width: 19.2rem;
    margin: 0 3.2rem 1.6rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .gallery-container.layout-gallery-big {
    flex: 0 1 32rem;
    max-width: 32rem;
  }
}
.gallery-container.gallery-single .gallery-item::before {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .gallery-container.gallery-multiple {
    max-height: 70vh;
  }
}
@media only screen and (min-width: 1024px) {
  .half-slide-previous.previous-to-active-slide .gallery-container, .half-slide-previous.previous-slide .gallery-container {
    display: none;
  }
}
.gallery-container + * {
  position: relative;
}

.gallery-item {
  position: relative;
  border-top: 1px solid #1b1313;
}
.gallery-item:first-of-type {
  border-top: 0;
}
.gallery-item::before {
  counter-increment: gallery;
  content: counter(gallery);
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: rgba(27, 19, 19, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 0.8rem rgba(27, 19, 19, 0.62);
  color: hsl(2, 81%, 94%);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-feature-settings: "lnum";
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 1;
  will-change: opacity;
  transition: opacity 0.1s ease-in-out;
}
.gallery-item:hover::before {
  opacity: 0.38;
}
.gallery-item img {
  width: 100%;
}

.gallery__item--svg > :not(.fullscreen-toggle) {
  pointer-events: none;
}

.gallery__item--text {
  background-color: #fce4e3;
  font-family: "Vesper", "Times New Roman", serif;
}
.gallery__item--text p {
  padding: 2.4rem 1.6rem;
  font-size: 1rem;
  line-height: 1.6rem;
  text-align: left;
}
.gallery__item--text p[data-duplicate] {
  min-height: 8rem;
}

.gallery__item--vyber {
  border-color: #583d3c;
}
.gallery__item--vyber .selected-item__placeholder {
  min-height: 6.4rem;
  background-color: #1b1313;
  color: #583d3c;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.draggable {
  background: radial-gradient(farthest-corner, rgba(27, 19, 19, 0.6) 0%, rgba(27, 19, 19, 0.7) 100%);
  border-radius: 3.2rem;
  border: 3px dashed #1b1313;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  color: hsl(2, 81%, 94%);
  max-width: 1200px;
  padding: 1.6rem 1.6rem 0.8rem;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  :root:not(.is-done) .draggable {
    position: sticky;
    top: 1.6rem;
    z-index: 2;
  }
}
.layout-vertical .draggable, .table-new__wrapper .draggable {
  margin: 0 auto 1.6rem;
  width: 100%;
}
.svgs:not(.layout-vertical) .draggable {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .svgs:not(.layout-vertical) .draggable {
    position: sticky;
    top: 1.6rem;
    z-index: 2;
    flex: 2;
    align-self: flex-start;
    margin-right: 3.2rem;
    max-width: 400px;
    padding: 1.6rem 1.6rem 0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .half-slide-previous.previous-to-active-slide .draggable, .half-slide-previous.previous-slide .draggable {
    display: none;
  }
}

.slide.is-dragging {
  cursor: grabbing;
}

.draggable__title {
  border-bottom: 1px solid rgba(252, 228, 227, 0.1);
  margin-top: -0.8rem;
  margin-bottom: 1.6rem;
  padding-bottom: 0.4rem;
}

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

.is-dragged .node-close {
  display: none;
}

.draggable__item {
  cursor: grab;
  opacity: 1;
  padding: 0 0.4rem 0.8rem;
  position: relative;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.1s cubic-bezier(0.2, 0.62, 0.38, 1), transform 0.1s cubic-bezier(0.2, 0.62, 0.38, 1);
  will-change: opacity, transform;
  width: auto;
}
.draggable__item.is-dragged {
  opacity: 0.62;
  outline: 0;
  position: absolute;
  transform: scale3d(1.2, 1.2, 1);
  z-index: 1;
  pointer-events: none;
}
.has-was-dropped .draggable__item.was-dropped {
  opacity: 0.38;
}
.has-was-dropped .draggable__item.was-dropped .draggable__item__inner {
  box-shadow: none;
}
.has-was-dropped .draggable__item.was-dropped:hover {
  opacity: 0.62;
}
.has-was-dropped .draggable__item.was-dropped:hover .draggable__item__inner {
  box-shadow: 0 0 0.4rem rgba(27, 19, 19, 0.38);
}
.has-was-dropped .draggable__item.was-dropped:hover::before {
  bottom: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.5rem;
}
.draggable__items:hover .draggable__item:not(.draggable-placeholder) {
  opacity: 0.62;
}
.draggable__items:hover .draggable__item:not(.draggable-placeholder).was-dropped {
  opacity: 0.24;
}
.draggable__items:hover .draggable__item:not(.draggable-placeholder):hover {
  opacity: 1;
}
.slide:not(.is-dragging) .draggable__item:not(.draggable-placeholder):hover {
  transform: scale3d(1.038, 1.038, 1);
}
.is-dragging .draggable__item:not(.is-dragged) {
  opacity: 0.62;
}
.is-dragging .draggable__item:not(.is-dragged).was-dropped {
  opacity: 0.24;
}
.draggable__item *, .slide.is-dragging .draggable__item {
  pointer-events: none;
}

.draggable__item__inner {
  position: relative;
  background-color: #fdf2f1;
  border-radius: 3px;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  overflow: hidden;
}
.draggable__item__inner > * {
  max-height: 14.4rem;
  max-width: 14.4rem;
  width: 100%;
  height: 100%;
}
.draggable .draggable__item--tag .draggable__item__inner {
  padding-right: 0.8rem;
}

.draggable__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.6rem;
}
.draggable__item:hover .draggable__handle, .draggable__item.is-dragged .draggable__handle {
  background-color: #1b1313;
  color: hsl(2, 81%, 94%);
}
.draggable__item--placeholder .draggable__handle {
  display: none;
}
.draggable__handle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 0.8rem;
  max-height: 100%;
  fill: currentColor;
}
.draggable--vertical .draggable__handle svg {
  transform: translate(-50%, -50%) rotate(90deg);
  width: 0.4rem;
}
.draggable__item--audio .draggable__handle, .draggable__item--image .draggable__handle, .draggable__item--svg .draggable__handle, .draggable__item--video .draggable__handle {
  color: hsl(2, 81%, 94%);
  background-color: rgba(27, 19, 19, 0.62);
}
.draggable__item--audio .draggable__handle svg, .draggable__item--image .draggable__handle svg, .draggable__item--svg .draggable__handle svg, .draggable__item--video .draggable__handle svg {
  opacity: 0.62;
}
.draggable__item--tag .draggable__handle {
  color: rgba(27, 19, 19, 0.62);
}
.draggable__item--tag:hover .draggable__handle, .draggable__item--tag.is-dragged .draggable__handle {
  background-color: transparent;
  color: #1b1313;
}
.draggable__item--audio:hover .draggable__handle svg, .draggable__item--audio.is-dragged .draggable__handle svg {
  opacity: 0.8;
}

.draggable__item--placeholder {
  opacity: 0.38;
}

.draggable__item .keywords-item, .dropped__item .keywords-item {
  padding-left: 1.8rem;
}
.draggable__item .keywords-item .keywords-item-icon, .dropped__item .keywords-item .keywords-item-icon {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #a47b79;
  border-radius: 50%;
}
.was-dropped .keywords-item .keywords-item-icon, .dropped__item .keywords-item .keywords-item-icon {
  background-color: #a47b79;
}
.dropped__item .keywords-item .keywords-item-icon {
  /* foreign object doesnt like position absolute on iOS */
  position: unset;
  top: unset;
  left: unset;
  transform: unset !important;
}

[data-drop-place] {
  position: relative;
  height: 6.4rem;
}
[data-drop-place]::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  right: 0.4rem;
  bottom: 0.4rem;
  border-radius: 3px;
  border: 1px dashed #cd9a98;
  background-color: #fce4e3;
  text-align: center;
  line-height: 6.4rem;
  pointer-events: none;
}

.svg .dropped__item {
  width: 100%;
  height: 100%;
}
.svg .dropped__item .keywords-item {
  font-size: 1.25rem;
  line-height: 1.6rem;
  pointer-events: none;
  /* FO doesnt like position relativ on iOS */
  position: unset;
  padding: 0;
}
.svg .dropped__item:not(.dropped__item--svg):not(.dropped__item--image) > * {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}

.dropped__item--svg {
  line-height: 0;
}

.sources {
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #a47b79;
  padding-bottom: 1.6rem;
  line-height: 0;
}
.col-2 .sources {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .sources {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  .sources--grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(27.2rem, 1fr));
  }
}

.source {
  flex: 3 1 0;
  padding: 0.4rem;
}
.with-submodule .source, .module-with-draggable .source {
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.has-gallery .source {
  max-width: 62vw;
}
.layout-vertical .source {
  margin-bottom: 1.6rem;
}
.col-2 .source {
  flex: 1 50%;
}
.col-2 .source:first-child {
  margin-bottom: 1.6rem;
}
.source image,
.source img {
  max-width: 100%;
}
.source .source-image,
.source .svg {
  max-height: 90vh;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  border-radius: 3px;
}

.source-container {
  display: inline-block;
  position: relative;
}

.column.half-slide-previous.previous-slide .sources {
  flex-flow: column;
}
.column.half-slide-previous.previous-slide .source {
  margin: 0 auto 1.6rem;
}

.slide-layout-column .sources {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.slide-layout-column .sources .source {
  margin-bottom: 1.6rem;
  width: 100%;
  max-width: 48rem;
}

#lupa {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
  z-index: 1000000;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #lupa {
    display: block;
  }
}

.lupa-canvas {
  position: absolute;
  left: -115px;
  top: -250px;
}

[data-lupa-target] {
  cursor: zoom-in;
}

/* Radiální menu */
#radial-menu {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #1b1313;
  background-color: rgba(27, 19, 19, 0.62);
  color: hsl(2, 81%, 94%);
  z-index: -2;
  display: block;
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.38);
  backface-visibility: hidden;
  transition: transform 0.1s ease-out, opacity 0.1s ease-out, z-index 0.1s ease-out;
}
#radial-menu.is-active {
  z-index: 201;
  transform: scale(1);
  opacity: 1;
}

.radial-menu-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-38%);
}

.radial-menu-tooltip {
  display: none;
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  background-color: rgba(27, 19, 19, 0.62);
  border-radius: 3px;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  line-height: 1rem;
  padding: 0.3rem 0.4rem 0.2rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 0.8rem #1b1313;
}

.radial-menu-item {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: hsl(2, 81%, 94%);
  border-radius: 50%;
  border: 3px solid #1b1313;
  box-shadow: 0 0 0.8rem rgba(27, 19, 19, 0.38);
  color: #1b1313;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  user-select: none;
  display: none;
}
.radial-menu-item.is-active {
  display: block;
}
.radial-menu-item:hover {
  background-color: #1b1313;
  color: hsl(2, 81%, 94%);
}
.radial-menu-item .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 15px;
  height: 15px;
}

#color-point-blue,
#point-similarity {
  background-color: blue;
}
#color-point-blue:hover,
#point-similarity:hover {
  border-color: blue;
}

#color-point-red,
#point-difference {
  background-color: red;
}
#color-point-red:hover,
#point-difference:hover {
  border-color: red;
}

.sortable {
  counter-reset: section;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.sortable.is-dragged {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.sortable img {
  user-drag: none;
  user-select: none;
  pointer-events: none;
}

.sortable-horizontal {
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}

.sortable-vertical {
  flex-direction: column;
}

.sortable-item {
  flex: 1 0;
  background: #fdf2f2;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform-origin: 38% 38%;
  transition: opacity 0.1s cubic-bezier(0.2, 0.62, 0.38, 1), transform 0.1s cubic-bezier(0.2, 0.62, 0.38, 1);
  will-change: opacity, transform;
}
.sortable-item.is-dragged {
  position: absolute;
  z-index: 1;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.sortable:hover .sortable-item:not(.sortable-placeholder) {
  opacity: 0.62;
}
.sortable:hover .sortable-item:not(.sortable-placeholder):hover {
  opacity: 1;
}
.sortable:not(.is-dragged) .sortable-item:not(.sortable-placeholder):hover {
  transform: scale3d(1.038, 1.038, 1);
}
.is-dragged .sortable-item, .is-dragged:hover .sortable-item {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.is-dragged .sortable-item:not(.sortable-placeholder), .is-dragged:hover .sortable-item:not(.sortable-placeholder) {
  opacity: 1;
  transform: scale3d(0.9, 0.9, 1);
}
.is-dragged .sortable-item.is-dragged, .is-dragged:hover .sortable-item.is-dragged {
  opacity: 1;
  transform: scale3d(1.038, 1.038, 1) rotate3d(0, 0, 1, 5deg) translate3d(-2%, -2%, 0);
}
.sortable-horizontal .sortable-item {
  margin: 1%;
}
.sortable-vertical .sortable-item {
  box-shadow: 0 0 1.6rem rgba(27, 19, 19, 0.8);
  margin: 0.4rem 0.8rem;
}
.sortable-item .row {
  padding-bottom: 0;
}

.sortable-drag-item {
  position: relative;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.sortable-drag-item * {
  pointer-events: none;
}
.sortable-drag-item:not([data-sortable-drag=svg]) textarea,
.sortable-drag-item .media-player-button {
  pointer-events: auto;
}

.sortable-drop-item::before {
  counter-increment: section;
  content: counter(section) "";
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  background-color: rgba(27, 19, 19, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 0.8rem rgba(27, 19, 19, 0.62);
  color: hsl(2, 81%, 94%);
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-feature-settings: "lnum";
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sortable-placeholder {
  transform: scale(0.9);
  padding: 0;
  overflow: hidden;
  border: 1px dashed #d1d1d1;
  border-radius: 3px;
  background-color: #1b1313;
  opacity: 0.38;
  min-height: 3.2rem;
}

.sortable-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.6rem;
}
.sortable:not(.is-dragged) .sortable-item:hover .sortable-handle, .sortable-item.is-dragged .sortable-handle {
  background-color: #1b1313;
  color: hsl(2, 81%, 94%);
}
.sortable-handle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 0.8rem;
  max-height: 100%;
  fill: currentColor;
}
.sortable-vertical .sortable-handle svg {
  transform: translate(-50%, -50%) rotate(90deg);
  width: 0.4rem;
}

.sortable-item-image + .sortable-handle {
  color: hsl(2, 81%, 94%);
  background-color: rgba(27, 19, 19, 0.62);
}
.sortable-item-image + .sortable-handle svg {
  opacity: 0.62;
}

.sortable-item-audio .media-player-audio-simple {
  padding-top: 2.4rem;
}
.sortable-item-audio + .sortable-handle {
  color: hsl(2, 81%, 94%);
}
.sortable-item:hover .sortable-item-audio + .sortable-handle svg, .sortable-item.is-dragged .sortable-item-audio + .sortable-handle svg {
  opacity: 1;
}

.sortable-item-text {
  width: 100%;
  height: 100%;
  min-height: 3.2rem;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 1.6rem 0.4rem 2.4rem;
}
.sortable-vertical .sortable-item-text {
  padding-right: 2rem;
}

.sortable-item-user-text {
  background: #fdf2f2;
}
.sortable-vertical .sortable-item-user-text {
  padding-right: 1.6rem;
}
.sortable-item-user-text .user-texts,
.sortable-item-user-text .user-texts-container {
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
}
.sortable-item-user-text .user-text {
  line-height: 0;
}

.sortable-item-svg {
  width: 100%;
}
.sortable-item-svg + .sortable-handle {
  background-color: rgba(27, 19, 19, 0.62);
  color: hsl(2, 81%, 94%);
}
.sortable-item-svg + .sortable-handle svg {
  opacity: 0.62;
}

.svgs {
  padding: 0 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .svgs {
    padding: 0 0.5%;
  }
}
.svgs.with-submodule, .svgs.module-with-draggable {
  display: flex;
  justify-content: center;
}

.svgs.layout-horizontal > .svgs__inner {
  margin: 0;
}
.with-submodule:not(.layout-vertical) .svgs__inner, .module-with-draggable:not(.layout-vertical) .svgs__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .svgs__inner {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 1023px) {
  .svgs-container {
    width: 100%;
    flex-direction: column;
  }
  .svgs-container .item {
    margin-bottom: 1.6rem;
    width: 100%;
  }
}
.svgs-container.is-reversed {
  flex-direction: column-reverse;
}
.svgs-container.layout-vertical {
  justify-content: flex-start;
}
.svgs-container.layout-vertical .item {
  margin-bottom: 1.6rem;
  width: 100%;
  max-width: 48rem;
}
.svgs.layout-vertical .svgs-container {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .svgs.with-submodule .svgs-container {
    flex: 0 1 48rem;
  }
}
.svgs.module-with-draggable .svgs-container {
  flex: 3;
}
.svgs:not(.module-with-draggable) .svgs-container {
  display: flex;
}
.svgs.module-with-draggable.layout-vertical .svgs-container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .svgs.module-with-draggable.layout-vertical .svgs-container {
    align-items: flex-start;
    justify-content: space-between;
  }
}
.svgs.module-with-draggable.layout-vertical .svgs-container .svgs__item {
  flex: 3 1 0;
  padding: 0 0.4rem;
}
@media only screen and (min-width: 1025px) {
  .svgs.module-with-draggable:not(.layout-vertical) .svgs-container {
    align-self: flex-start;
    position: sticky;
    top: 1.6rem;
    z-index: 1;
  }
}
.svgs-container .item {
  position: relative;
}

.svgs__item {
  position: relative;
  margin-bottom: 1.6rem;
}

svg[data-svg-target] {
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  border-radius: 3px;
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.with-submodule svg[data-svg-target], .module-with-draggable:not(.layout-vertical) svg[data-svg-target] {
  margin: 0;
}
svg[data-svg-target] path {
  fill: none;
  stroke: yellow;
  stroke-width: 5;
}
svg[data-svg-target] path.red {
  stroke: red;
}
svg[data-svg-target] path.blue {
  stroke: blue;
}
svg[data-svg-target] image {
  width: 100%;
  height: 100%;
}

foreignObject {
  overflow: visible;
}
foreignObject:not(.svg-text) > * {
  box-shadow: 0 0 0.4rem rgba(27, 19, 19, 0.2);
  transition: transform 0.1s cubic-bezier(0.2, 0.62, 0.38, 1);
}
foreignObject:not(.svg-text) > *:hover {
  box-shadow: 0 0 0.4rem rgba(27, 19, 19, 0.38);
}

.svg-category-label {
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 0 2px white, 0 0 15px white;
  white-space: nowrap;
}

.svg-category-label + .svg-textarea {
  margin-top: 0.96rem;
}

.svg-textarea {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  border: 4px solid transparent;
  border-radius: 15px;
  box-shadow: 0 0 0.4rem rgba(27, 19, 19, 0.2);
  font-size: 1.25rem;
  padding: calc(0.8rem - 2px);
  resize: none;
  overflow: hidden;
  word-wrap: break-word;
  transition: border-color 0.1s ease-in-out;
}
.svg-textarea:hover {
  border-color: rgba(27, 19, 19, 0.38);
}
.svg-textarea:focus, .is-dragged .svg-textarea {
  border-color: #1b1313;
  box-shadow: 0;
  outline: 0;
}
.svg-textarea:focus {
  cursor: initial;
}
.svg-textarea.is-wrong {
  background-color: red;
}
.svg-comic-narration .svg-textarea {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.svg-text.orientation-left.orientation-top .svg-textarea {
  border-bottom-right-radius: 0;
}
.svg-text.orientation-left.orientation-bottom .svg-textarea {
  border-top-right-radius: 0;
}
.svg-text.orientation-right.orientation-top .svg-textarea {
  border-bottom-left-radius: 0;
}
.svg-text.orientation-right.orientation-bottom .svg-textarea {
  border-top-left-radius: 0;
}

.svg-circle {
  r: 0.96rem;
  fill: blue;
  stroke-width: 5px;
  stroke: blue;
  cursor: pointer;
}
.svg-circle.red {
  fill: rgba(255, 0, 0, 0.38);
  stroke: red;
}
.svg-circle.red:hover, .is-dragged .svg-circle.red {
  fill: red;
}
.svg-circle.orange {
  fill: rgba(255, 165, 0, 0.38);
  stroke: orange;
}
.svg-circle.orange:hover, .is-dragged .svg-circle.orange {
  fill: orange;
}
.svg-circle.blue {
  fill: rgba(0, 0, 255, 0.38);
  stroke: blue;
}
.svg-circle.blue:hover, .is-dragged .svg-circle.blue {
  fill: blue;
}

.svg-circle-text {
  r: 0.48rem;
  fill: #1b1313;
  stroke-width: 0;
}
.svg-circle-text.red {
  fill: red;
}
.svg-circle-text.blue {
  fill: blue;
}

.svg-path {
  stroke-linecap: round;
  stroke-linejoin: round;
  cursor: pointer;
  will-change: stroke-width;
  transition: stroke-width 0.1s ease-in-out;
  user-select: none;
}
.svg-path:hover {
  stroke-width: 9;
}

.is-dragged,
.is-dragged > * {
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.svg-text.top.left .svg-textarea {
  border-top-left-radius: 0;
}
.svg-text.top.right .svg-textarea {
  border-top-right-radius: 0;
}
.svg-text.bottom.right .svg-textarea {
  border-bottom-right-radius: 0;
}
.svg-text.bottom.left .svg-textarea {
  border-bottom-left-radius: 0;
}

.unselectable {
  user-select: none;
}

.user-texts {
  margin-bottom: 1.6rem;
}

.user-texts-container {
  color: hsl(2, 81%, 94%);
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .user-texts-container {
    width: calc(100% - 3.2rem);
  }
}
@media only screen and (min-width: 1024px) {
  .user-texts-container.layout-horizontal {
    width: 100%;
  }
}
.user-texts-container.layout-vertical {
  display: block;
}
.table-new__container + .user-texts-container, .gallery-container + .user-texts-container {
  width: 100%;
  padding: 0.8rem 0.8rem 0;
}
@media only screen and (min-width: 1025px) {
  .table-new__container + .user-texts-container, .gallery-container + .user-texts-container {
    flex: 0 1 32rem;
    max-width: 40%;
    padding: 0;
    text-align: left;
  }
}
.column .user-texts-container {
  flex-direction: column;
}
.captions + .user-texts-container, .sources + .user-texts-container {
  margin-top: -1.6rem;
}
.user-texts-container h3 {
  color: currentColor;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.user-texts-container textarea {
  max-width: 32rem;
  width: 100%;
  height: auto;
  padding: 1.6rem;
  border: 1px solid hsl(2, 81%, 94%);
  resize: vertical;
  border-radius: 3px;
  transition: width 0.38s;
}

.user-text {
  position: relative;
}
.user-text:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.layout-horizontal .user-text {
  margin-bottom: 0;
}
.layout-horizontal .user-text.item-3 textarea, .layout-horizontal .user-text.item-4 textarea, .layout-horizontal .user-text.item-5 textarea {
  padding: 1.2rem;
}

.user-text__textarea {
  position: relative;
  margin: 0 auto;
  max-width: 32rem;
}

.user-text__counter {
  position: absolute;
  bottom: 1.2rem;
  right: 0.8rem;
  color: #a47b79;
  display: none;
  font-size: 0.64rem;
  line-height: 0;
  opacity: 0.62;
  pointer-events: none;
}
.is-used + .user-text__counter {
  display: block;
}
.user-text__counter.color-red {
  color: #e42524;
}
.user-text__counter.color-orange {
  color: #d2903d;
}
.user-text__counter.color-green {
  color: #21a15f;
}

.ProseMirror {
  position: relative;
}

.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  white-space: break-spaces;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
}

.ProseMirror pre {
  white-space: pre-wrap;
}

.ProseMirror li {
  position: relative;
}

.ProseMirror-hideselection *::selection {
  background: transparent;
}

.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}

.ProseMirror-hideselection {
  caret-color: transparent;
}

/* See https://github.com/ProseMirror/prosemirror/issues/1421#issuecomment-1759320191 */
.ProseMirror [draggable][contenteditable=false] {
  user-select: text;
}

.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}

/* Make sure li selections wrap around markers */
li.ProseMirror-selectednode {
  outline: none;
}

li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}

/* Protect against generic img rules */
img.ProseMirror-separator {
  display: inline !important;
  border: none !important;
  margin: 0 !important;
}

.text-red, .node-text-red {
  background-color: orangered !important;
  color: #1b1313;
}
.editor .text-red, .editor .node-text-red {
  background-color: rgba(255, 69, 0, 0.7) !important;
}

.text-blue, .node-text-blue {
  background-color: lightskyblue !important;
  color: #1b1313;
}
.editor .text-blue, .editor .node-text-blue {
  background-color: rgba(135, 206, 250, 0.7) !important;
}

.text-orange, .node-text-orange {
  background-color: orange !important;
  color: #1b1313;
}
.editor .text-orange, .editor .node-text-orange {
  background-color: rgba(255, 165, 0, 0.7) !important;
}

.text-gray, .node-text-gray {
  background-color: gray !important;
  color: #1b1313;
}
.editor .text-gray, .editor .node-text-gray {
  background-color: rgba(128, 128, 128, 0.7) !important;
}

.text-yellow, .node-text-yellow {
  background-color: yellow !important;
  color: #1b1313;
}
.editor .text-yellow, .editor .node-text-yellow {
  background-color: rgba(255, 255, 0, 0.7) !important;
}

.text-green, .node-text-green {
  background-color: green !important;
  color: #1b1313;
}
.editor .text-green, .editor .node-text-green {
  background-color: rgba(0, 128, 0, 0.7) !important;
}

.text-black, .node-text-black {
  background-color: black !important;
  color: #fdf2f2;
}
.editor .text-black, .editor .node-text-black {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.editor-container {
  flex: 1 1 43.2rem;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .editor-container {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-container {
    padding: 0 1.6rem;
  }
  .active-slide .gallery-container + .editor-container {
    flex: 0 1 43.2rem;
    padding: 0;
  }
}

.editor {
  line-height: 1.6rem;
  margin: 0 auto;
}
.editor,
.editor h1,
.editor h2,
.editor h3 {
  font-family: "Vesper", "Times New Roman", serif;
}
.editor h2 {
  line-height: 2rem;
  margin-bottom: 1.6rem;
}
.editor p {
  margin-bottom: 0.8rem;
}
.editor .canvas {
  background: hsl(2, 81%, 94%);
  min-height: 30.4rem;
  text-align: left;
  padding: 2.4rem 1.2rem;
  border-radius: 3px;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
}
@media only screen and (min-width: 1024px) {
  .editor .canvas {
    padding: 3.2rem;
  }
}
.editor .canvas .user-inserted-text {
  word-wrap: break-word;
}
.editor a {
  color: #1b1313;
}
.editor h1 {
  line-height: 3rem;
}
.editor small {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.text-option {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 0.4rem;
  border-radius: 4px;
  opacity: 1;
  background-color: #DFCECD;
}
.text-option:hover {
  background: #ffae1a;
}
.text-option::before {
  content: "";
  pointer-events: none;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid hsl(2, 81%, 94%);
  border-radius: 4px;
}
.text-option.selected {
  background: orange;
}
.text-option.selected:hover {
  background: #e69500;
}

.node-selected {
  cursor: default;
  display: inline;
  position: relative;
  z-index: 1;
  padding: calc(0.2rem - 1px) 0.4rem 0;
  border-radius: 4px;
  border: 1px solid hsl(2, 81%, 94%);
  line-height: 1.2rem;
}
.node-selected:hover {
  border-color: rgba(27, 19, 19, 0.38);
  z-index: 2;
}
.previous-slide .node-selected, .cell-read-only .node-selected {
  padding: 0 0.4rem;
}
.previous-slide .node-selected .node-close, .cell-read-only .node-selected .node-close {
  display: none;
}
.node-selected.active {
  opacity: 0.5;
}
.node-selected .node-close {
  cursor: pointer;
  display: inline-block;
  width: 1.12rem;
  height: 1.12rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  color: currentColor;
  border-radius: 1.12rem;
  margin-left: 0.24rem;
  opacity: 0.62;
  text-align: center;
}
.node-selected .node-close:hover {
  color: hsl(2, 81%, 94%);
  background-color: #1b1313;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.node-selected .title {
  position: absolute;
  left: -60px;
  top: 25%;
  color: #000;
  transform: rotate(-90deg);
  display: inline-block;
}

.has-comments {
  cursor: pointer;
}

.contextual-menu-component {
  z-index: 2;
  position: absolute;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.4rem;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  background: #fdf2f2;
  border: 4px solid hsl(2, 81%, 94%);
  border-radius: 3px;
  animation: fadeIn 0.25s;
}
.previous-slide .contextual-menu-component {
  display: none;
}
.contextual-menu-component .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
.contextual-menu-component .menu-item {
  cursor: pointer;
  display: block;
  padding: 0.352rem 0.8rem 0.4rem;
  opacity: 0.8;
  font-weight: 700;
  text-transform: uppercase;
}
.contextual-menu-component .menu-item:hover {
  opacity: 1;
}
.contextual-menu-component .close {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: calc(-0.4rem - 4px);
  right: calc(-0.4rem - 4px);
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  line-height: 1.04rem;
  font-size: 0.8rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: hsl(2, 81%, 94%);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: none;
}
.contextual-menu-component .close:hover {
  color: hsl(2, 81%, 94%);
  background-color: #1b1313;
  border-bottom: 0;
  text-decoration: none;
  transform: scale(1.2);
}
.contextual-menu-component .close:hover::before {
  opacity: 1;
}
.contextual-menu-component .close:before {
  content: "×";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.62;
}

@media only screen and (max-width: 1024px) {
  .editors {
    flex-direction: column;
  }
  .editors > * {
    margin-bottom: 1.6rem;
  }
}

.editor {
  position: relative;
  width: 100%;
  max-width: 43.2rem;
  -webkit-touch-callout: none;
}
.editor code {
  font-size: 0.8rem;
}

.editor.editor-editable .canvas {
  background: #f1e0c4;
  font-family: "Courier New", Courier, monospace;
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.half-slide-active.active-slide .editor,
.previous-slide .editor {
  width: auto;
}

.node-selected {
  position: relative;
}

.remove-marker-button {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  line-height: 1.04rem;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: hsl(2, 81%, 94%);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  transform: translate(-30%, -70%);
  opacity: 0.67;
}
.remove-marker-button:hover {
  color: hsl(2, 81%, 94%);
  background-color: #1b1313;
  border-bottom: 0;
  text-decoration: none;
  transform: scale(1.2);
  transform: translate(-30%, -70%);
  opacity: 1;
}
.remove-marker-button:hover::before {
  opacity: 1;
}
.remove-marker-button:before {
  content: "×";
  opacity: 0.62;
}

/* Toolbar Styles */
.editor-toolbar {
  position: absolute;
  right: 0;
  font-size: 1.25rem;
  line-height: 1.8rem;
  /* Ensure the toolbar stretches across the editor */
  color: #1b1313;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
  /* Prevent the toolbar from stretching to full width */
  width: auto;
  max-width: 100%; /* Ensure it doesn't exceed the editor's width */
}

/* Reset Button Styles */
.keywords-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-new__container + .keywords-container, .gallery-container + .keywords-container {
  width: 100%;
  padding: 0.8rem 0.8rem 0;
  align-items: flex-start;
  transition: width 38s;
}
@media only screen and (min-width: 1025px) {
  .table-new__container + .keywords-container, .gallery-container + .keywords-container {
    flex: 0 1 32rem;
    width: calc((100% - 19.2rem) * 0.62);
    padding: 0;
    text-align: left;
  }
}
.previous-to-active-slide .keywords-container {
  width: 100%;
}

.keywords-group {
  padding: 0 0 1.6rem;
  background-color: #a47b79;
  color: hsl(2, 81%, 94%);
  max-width: 1024px;
}

.keywords-group-title {
  color: currentColor;
}

.keywords-items-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.keywords-item {
  position: relative;
  list-style: none;
  background-color: hsl(2, 81%, 94%);
  border-radius: 3px;
  color: #1b1313;
  padding: 0.464rem 1.2rem 0.336rem;
  transition: font-size 0.38s ease, line-height 0.38s ease;
}
.keywords .keywords-item {
  box-shadow: 0 0 0.4rem rgba(27, 19, 19, 0.38);
  margin: 0 0.4rem 0.8rem;
}
.keywords-item.disabled {
  opacity: 0.38;
  box-shadow: none;
}
.keywords-item.disabled:hover {
  opacity: 0.62;
  box-shadow: 0 0 0.4rem rgba(27, 19, 19, 0.38);
}
.keywords-item .keywords-placeholder {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 8ch;
  border-bottom: 1px dotted;
}
[data-keywords^=selekce] .keywords-item {
  cursor: pointer;
  font-size: 1.5625rem;
  line-height: 1.8rem;
  text-align: left;
  padding: 0.944rem 1.2rem 0.816rem 1.8rem;
}
[data-keywords^=selekce] .keywords-item:hover {
  opacity: 0.8;
}
[data-keywords^=selekce] .keywords-item .keywords-item-icon {
  position: absolute;
  top: 50%;
  left: 0.8rem;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #a47b79;
  border: 1px solid #a47b79;
  border-radius: 50%;
}
[data-keywords^=selekce] .keywords-item.disabled .keywords-item-icon {
  background-color: transparent;
}
[data-keywords=wordcloud] .keywords-item {
  cursor: default;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  text-align: center;
}
[data-keywords=wordcloud] .keywords-item:hover {
  opacity: 1;
}
.half-slide-previous.previous-slide .keywords-item {
  font-size: 1rem;
  line-height: 1.6rem;
}
.keywords-item[data-keywords-item="-4"] span {
  font-size: 0.4096rem;
  line-height: 0.88rem;
}
.keywords-item[data-keywords-item="-3"] span {
  font-size: 0.512rem;
  line-height: 1rem;
}
.keywords-item[data-keywords-item="-2"] span {
  font-size: 0.64rem;
  line-height: 1.2rem;
}
.keywords-item[data-keywords-item="-1"] span {
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.keywords-item[data-keywords-item="0"] span {
  font-size: 1rem;
  line-height: 1.6rem;
}
.keywords-item[data-keywords-item="1"] span {
  font-size: 1.25rem;
  line-height: 1.8rem;
}
.keywords-item[data-keywords-item="2"] span {
  font-size: 1.5625rem;
  line-height: 2.4rem;
}
.keywords-item[data-keywords-item="3"] span {
  font-size: 1.953125rem;
  line-height: 3rem;
}
.keywords-item[data-keywords-item="4"] span {
  font-size: 2.44140625rem;
  line-height: 3.2rem;
}

.keywords-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.keywords-controls-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fdf2f2;
}
.keywords-controls-item:hover {
  color: hsl(2, 81%, 94%);
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
  font-size: 1.25rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
}
.keywords-controls-item[data-keywords-control=minus] {
  left: 0.4rem;
}
.keywords-controls-item[data-keywords-control=minus]:hover {
  background-color: lightskyblue;
}
.keywords-controls-item[data-keywords-control=plus] {
  right: 0.4rem;
}
.keywords-controls-item[data-keywords-control=plus]:hover {
  background-color: orange;
}

.test-quiz {
  flex: 1;
}

.gallery-container + .test-quiz {
  max-width: 57.6rem;
  padding: 0;
}
.gallery-container + .test-quiz .table-container {
  width: 100%;
}
.gallery-container + .test-quiz .heading {
  text-align: left;
  justify-content: flex-start;
}

.test-quiz-container {
  overflow: hidden;
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  background: #fdf2f1;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  border-radius: 3px;
  margin-bottom: 1.6rem;
  line-height: 1.6rem;
}
@media only screen and (min-width: 1200px) {
  .test-quiz-container {
    width: 80%;
    max-width: 86.4rem;
  }
  .previous-slide .test-quiz-container {
    width: calc(100% - 3.2rem);
  }
}
.test-quiz-container .test-quiz-item {
  min-height: 4.8rem;
  display: flex;
  border-radius: 0;
}
.test-quiz-container .test-quiz-item:not(:last-of-type) {
  border-bottom: 1px solid currentColor;
}
.test-quiz-container .heading,
.test-quiz-container .option {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4rem;
}
.test-quiz-container .heading {
  background-color: #ebc3c1;
  flex: 2;
  padding: 0.4rem 0.8rem;
}
.test-quiz-container .option {
  border-left: 1px solid #ebc3c1;
  flex: 1;
  justify-content: center;
  padding: 0.4rem;
}
.test-quiz-container .option.selected, .test-quiz-container .option:hover {
  color: currentColor;
  cursor: pointer;
}
.test-quiz-container .option.selected .tick, .test-quiz-container .option:hover .tick {
  border-color: currentColor;
}
.test-quiz-container .option.selected {
  background-color: white;
}
.test-quiz-container .option .tick {
  border: 1px solid currentColor;
  border-radius: 1.6rem;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
  margin-right: 0.8rem;
  position: relative;
  line-height: 1.44rem;
}
.test-quiz-container .option .tick:before {
  content: "✓";
  opacity: 0;
  position: relative;
  font-size: 1.25rem;
}
.test-quiz-container .option:hover .tick:before, .test-quiz-container .option.selected .tick:before {
  opacity: 1;
}
.half-slide-active .test-quiz-container {
  width: 100%;
}
.half-slide-active .test-quiz-container .option {
  flex-direction: column;
}
.half-slide-active .test-quiz-container .tick {
  margin-right: 0;
  margin-bottom: 0.4rem;
}

.fullscreen-toggle {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  height: 2rem;
  background-color: rgba(27, 19, 19, 0.62);
  border: 1px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem rgba(27, 19, 19, 0.38);
  color: hsl(2, 81%, 94%);
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.fullscreen-toggle::before {
  top: 50%;
  right: calc(100% + 0.4rem);
  transform: translateY(-50%);
}
.fullscreen-toggle:hover {
  border: 1px solid #fdf2f2;
  background-color: rgba(27, 19, 19, 0.9);
  color: #fdf2f2;
}
.draggable__item .fullscreen-toggle {
  top: 0.4rem;
  right: 2rem;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: initial !important;
}
body:not(.is-idle) *:hover > .fullscreen-toggle, body:not(.is-idle) .draggable__item:hover .fullscreen-toggle {
  opacity: 1;
}
.fullscreen-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  fill: currentColor;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(27, 19, 19, 0.95);
  display: flex;
  z-index: 999999;
}
.fullscreen .transcript {
  max-width: 43.2rem;
}
.fullscreen [data-lupa-target] {
  object-fit: contain;
}

.fullscreen-container {
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .fullscreen-container {
    padding: 0 0.4rem;
  }
}

.fullscreen-image {
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
}

.media-players {
  align-items: flex-start;
  justify-content: center;
}

.media-container {
  flex: 1;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.6rem;
}
.gallery-container + .media-container {
  padding: 0 0.8rem;
}
@media only screen and (min-width: 1025px) {
  .gallery-container + .media-container {
    flex: 0 1 43.2rem;
    padding: 0;
  }
}
.media-container.layout-horizontal {
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 3.2rem;
}
@media only screen and (min-width: 1025px) {
  .media-container {
    margin: 0 0 1.6rem;
  }
}

.media-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-vertical .media-item {
  border-top: 2px solid #583d3c;
}
.layout-vertical .media-item:first-of-type {
  border-top: 0;
}
.media-item.media-image {
  flex: 1;
  border-radius: 3px;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  margin: 0 1%;
  overflow: hidden;
  position: relative;
}
.media-item.media-image img {
  height: 100%;
  max-height: 90vh;
}

.media-player {
  background-color: #1b1313;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  color: #fdf2f2;
  overflow: hidden;
  position: relative;
}
.gallery-item .media-player {
  box-shadow: none;
}
.layout-horizontal .media-player {
  border-radius: 3px;
}
.layout-vertical .media-item:first-of-type .media-player {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.layout-vertical .media-item:last-of-type .media-player {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.media-player-wrapper {
  position: relative;
}
:fullscreen .media-player-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.media-player-meta {
  position: relative;
  text-align: left;
}

.media-player-label {
  display: inline-block;
  background-color: rgba(164, 123, 121, 0.2);
  border-radius: 1.6rem;
  color: #a47b79;
  font-size: 0.512rem;
  line-height: 0;
  letter-spacing: 0.05em;
  margin-left: -0.08rem;
  margin-bottom: 0.4rem;
  padding: 0.6rem 0.6rem 0.52rem;
  position: relative;
  text-transform: uppercase;
  top: -0.4rem;
  white-space: nowrap;
}

.media-player-title {
  font-family: "Vesper", "Times New Roman", serif;
  font-size: 1.25rem;
  line-height: 1.4rem;
  margin-bottom: 0.4rem;
}

.media-player-description {
  color: hsl(2, 81%, 94%);
  font-size: 0.64rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
}

.media-player-time {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  font-size: 0.64rem;
}

.media-time-current {
  color: #fdf2f2;
}

.media-time-duration {
  color: #a47b79;
}

.media-player-button {
  border: 0;
  cursor: pointer;
  color: #1b1313;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 1px solid hsl(2, 81%, 94%);
  width: 4vw;
  height: 4vw;
  min-width: 2.4rem;
  min-height: 2.4rem;
  max-width: 4.8rem;
  max-height: 4.8rem;
}
.media-player-button svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.media-player-button:hover {
  background-color: #1b1313;
  border-color: #1b1313;
  color: hsl(2, 81%, 94%);
}

[data-player-control=playing] .media-player-button-play {
  display: none;
}
[data-player-control=playing] .media-player-button-pause {
  display: block;
}

[data-player-control=paused] .media-player-button-play {
  display: block;
}
[data-player-control=paused] .media-player-button-pause {
  display: none;
}

.media-audio + .media-video.gallery-item,
.media-video + .media-audio.gallery-item {
  border-color: #a47b79;
}

.media-audio {
  width: 100%;
}
.media-audio .media-player {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding: 1.6rem;
}
.media-audio .media-player :last-child {
  margin-bottom: 0;
}
.media-audio .media-player-controls {
  flex: 0 1 4.8rem;
}
.media-audio .media-player-meta {
  flex: 1;
}
.media-audio .media-player-progress {
  flex: 0 100%;
}

.media-player-audio-normal .media-player-progress {
  margin-bottom: 0.8rem;
}
.media-player-audio-normal .media-player-meta {
  padding-left: 0.8rem;
  margin-bottom: 1.6rem;
}

.media-player-audio-simple {
  box-shadow: 0 0 1.6rem rgba(27, 19, 19, 0.8);
  align-items: flex-end;
  max-width: 32rem;
}
.media-player-audio-simple .media-player-meta {
  flex: 0 100%;
  align-self: flex-start;
  margin-bottom: 0.8rem;
}
.media-player-audio-simple .media-player-title {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 0;
}
.media-player-audio-simple .media-player-controls {
  flex: 0;
}
.media-player-audio-simple .media-player-progress {
  flex: 1 auto;
}
.media-player-audio-simple .media-player-time {
  justify-content: flex-end;
}
.media-player-audio-simple .media-player-button {
  width: 3vw;
  height: 3vw;
}
.media-player-audio-simple .media-player-canvas {
  display: none;
}

.audio-wavesurfer {
  flex: 0 100%;
}

.media-player__transcript {
  display: none;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  top: 0;
  right: 0;
  z-index: 2;
}
.media-player:hover .media-player__transcript {
  display: block;
}
.media-player__transcript button {
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  line-height: 0;
  background-color: rgba(27, 19, 19, 0.9);
  border: 1px solid #fdf2f2;
  box-shadow: 0 0 8rem 3.2rem #1b1313;
  color: #fdf2f2;
}
.media-player__transcript button:hover {
  background-color: #1b1313;
  border-color: #1b1313;
}
.media-player__transcript button::before {
  top: 50%;
  right: calc(100% + 0.4rem);
  transform: translateY(-50%);
}
.media-player__transcript button:hover {
  background-color: hsl(2, 81%, 94%);
  border-color: hsl(2, 81%, 94%);
  color: #1b1313;
}
.media-player__transcript button svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.media-player__transcript .transcript {
  display: none;
}

.transcript {
  background: hsl(2, 81%, 94%);
  border-radius: 3px;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  line-height: 1.6rem;
  margin: 0 auto;
  max-height: calc(100vh - 3.2rem);
  overflow-y: auto;
  padding: 2.4rem 1.2rem;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .transcript {
    padding: 3.2rem;
  }
}
.transcript,
.transcript h1,
.transcript h2,
.transcript h3 {
  font-family: "Vesper", "Times New Roman", serif;
}
.transcript h1 {
  line-height: 3rem;
}
.transcript h2 {
  line-height: 2rem;
  margin-bottom: 1.6rem;
}
.transcript p {
  margin-bottom: 0.8rem;
}

.fake-map-items {
  margin-bottom: 1.6rem;
}

.fake-map-item {
  display: none;
}
.fake-map-item.active {
  display: block;
}

.fake-map-buttons {
  color: #fdf2f2;
}

.fake-map-buttons-label {
  margin-bottom: 0.8rem;
}

.fake-map-buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fake-map-buttons-container .button {
  margin: 0 0.4rem 0.8rem;
}
.fake-map-buttons-container .button:hover, .fake-map-buttons-container .button.active {
  color: hsl(2, 81%, 94%);
  background-color: #1b1313;
}

.layout-vertical .media-video {
  max-width: 48rem;
}
.media-video video {
  border-radius: 3px;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  display: block;
  max-height: 62vh;
  max-width: 100%;
}
.media-video .media-player-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  overflow: hidden;
}
.media-video .media-player-controls .icon-media-muted {
  position: absolute;
  top: 0.8rem;
  left: 2.4rem;
  text-align: right;
  font-size: 0.512rem;
  text-transform: uppercase;
  line-height: 1.256rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  text-shadow: 0 0 0.2rem #1b1313;
}
.media-video .media-control,
.media-video .media-slider {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  -webkit-tap-highlight-color: transparent; /* stylelint-disable-line property-no-vendor-prefix */
  -webkit-touch-callout: none; /* stylelint-disable-line property-no-vendor-prefix */
  -webkit-user-select: none; /* stylelint-disable-line property-no-vendor-prefix */
}
.media-video .media-player-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(27, 19, 19, 0.8);
  background: linear-gradient(0deg, #1b1313 24%, rgba(27, 19, 19, 0) 100%);
  color: hsl(2, 81%, 94%);
  padding-top: 0.4rem;
  transform: translate3d(0, calc(100% + 2px), 0);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
body:not(.is-idle) .media-video:hover .media-player-progress {
  transform: translate3d(0, 2px, 0);
}
.media-video .media-time {
  font-size: 0.64rem;
  opacity: 0;
  transition: all 0.2s ease, opacity 0.1s ease;
  width: 0;
}
body:not(.is-idle) .media-video:hover .media-time {
  opacity: 1;
  transition: all 0.2s ease, opacity 0.6s ease;
  width: 3.2rem;
}
.media-video .media-slider {
  flex: 1;
  padding: 0;
  transform: translate3d(0, calc(-475% - 0.4rem), 0);
  transition: all 0.2s ease;
}
.media-video .media-slider:focus {
  background-color: rgba(252, 228, 227, 0.25);
}
body:not(.is-idle) .media-video:hover .media-slider {
  height: 0.8rem;
  padding: 0 0.2rem;
  transform: translate3d(0, 0, 0);
  transition: transform 0s;
}
.media-video .media-range {
  background-color: #1b1313;
  display: block;
  font-size: 75%;
  height: 0.2rem;
  width: 100%;
  transition: all 0.2s ease;
}
body:not(.is-idle) .media-video:hover .media-range {
  background-color: #a47b79;
  border-radius: 0.4rem;
  height: 0.4rem;
}
.media-video .media-meter {
  background-color: #fdf2f2;
  border-radius: 0.4rem;
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.media-video .media-player-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5vw;
  height: 5vw;
  opacity: 0.9;
  transition: opacity 0.2s ease;
  user-select: none;
  z-index: 2;
}
.media-video .media-player-button:hover {
  opacity: 1;
}
.media-video .media-player-button:focus {
  outline: 0;
}
.media-video .media-symbol {
  background-color: #1b1313;
  border-radius: 50%;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
}
.media-video .media-symbol[aria-hidden=true] {
  display: none;
}
.media-video .media-pause-symbol {
  opacity: 0;
  transition: opacity 0.2s ease;
  background-color: transparent;
}
body:not(.is-idle) .media-video:hover .media-pause-symbol {
  opacity: 1;
  background-color: #1b1313;
}
.media-video .media-player-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.6rem;
  padding-top: 3.2rem;
  background: linear-gradient(to top, rgba(27, 19, 19, 0.5) 0%, rgba(27, 19, 19, 0) 100%);
  background-position: center right;
  text-shadow: 0 0 0.2rem #1b1313;
  transition: opacity 0.2s ease;
}
.gallery-container .media-video .media-player-meta {
  padding: 0.8rem;
  padding-top: 1.6rem;
}
.media-video [data-player-state=paused] .media-player-progress {
  opacity: 0;
  pointer-events: none;
}
.media-video [data-player-state=playing] .media-player-meta {
  opacity: 0;
  pointer-events: none;
}
.media-video [data-player-state=playing] .icon-media-muted {
  opacity: 0.62;
}

:fullscreen {
  overflow: hidden;
}
:fullscreen video {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}

.selectable {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.selectable .media-text {
  line-height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.selectable .media-text label {
  display: block;
  padding: 1.2rem 1.6rem;
  padding-right: 3.6rem;
}
.selectable .media-text p {
  margin-bottom: 0;
}
.selectable .user-texts {
  margin-bottom: 0;
}
.selectable .user-texts-container {
  width: 100%;
}
.selectable .user-text {
  line-height: 0;
}
.selectable textarea {
  padding: 1.2rem;
  padding-right: 2.4rem;
}

.selectable-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.selectable-vertical {
  flex-direction: column;
}

.selectable-item {
  position: relative;
  flex: 1 0;
  max-width: 25vw;
  background: #fdf2f2;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  border-radius: 3px;
  overflow: hidden;
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: opacity 0.1s cubic-bezier(0.2, 0.62, 0.38, 1), transform 0.1s cubic-bezier(0.2, 0.62, 0.38, 1);
}
.selectable-item:hover svg {
  display: block;
}
.gallery-item .selectable-item {
  max-width: none;
}
.selectable:hover .selectable-item, .selectable.has-checked .selectable-item:not(.is-checked), .is-done .selectable-item:not(.is-checked) {
  opacity: 0.62;
}
.selectable:hover .selectable-item:hover, .selectable.has-checked .selectable-item:not(.is-checked):hover, .is-done .selectable-item:not(.is-checked):hover {
  opacity: 1;
}
.selectable-horizontal .selectable-item {
  margin: 0.8rem;
}
.selectable-vertical .selectable-item {
  box-shadow: 0 0 1.6rem rgba(27, 19, 19, 0.8);
  flex: 1 auto;
  margin: 0.4rem 0.8rem;
}
.selectable-item.media-image {
  flex: 1 auto;
}
.selectable-item.media-image img {
  max-height: 38vh;
}
.selectable-item input {
  display: none;
}

.selectable-toggle {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  height: 2rem;
  background-color: #583d3c;
  box-shadow: 0 0 0.32rem rgba(27, 19, 19, 0.38);
  color: #1b1313;
  cursor: pointer;
  border: 1px solid #1b1313;
}
.selectable-toggle::after {
  display: none;
  content: attr(data-text-select);
  font-size: 0.64rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.4rem);
  transform: translateY(-50%);
  text-shadow: 0 0 0.8rem #1b1313;
  line-height: 1rem;
  padding: 0.3rem 0.4rem 0.2rem;
  border-radius: 3px;
  background-color: rgba(27, 19, 19, 0.62);
  color: hsl(2, 81%, 94%);
}
.selectable-toggle:hover::after {
  display: block;
}
.selectable-item.is-checked .selectable-toggle {
  background-color: hsl(2, 81%, 94%);
  box-shadow: 0 0 0.32rem rgba(27, 19, 19, 0.62);
}
.selectable-item.is-checked .selectable-toggle:hover::after {
  content: attr(data-text-deselect);
}
.selectable-item:hover .selectable-toggle {
  color: #a47b79;
}
.selectable-toggle svg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 1.2rem;
  fill: currentColor;
}
.selectable-item.is-checked .selectable-toggle svg {
  display: block;
}

.selectable-toggle--checkbox {
  border-radius: 0.4rem;
}

.selectable-toggle--radio {
  border-radius: 2rem;
}
.selectable-item.is-checked .selectable-toggle--radio {
  pointer-events: none;
}
.selectable-item.is-checked:hover .selectable-toggle--radio {
  color: #1b1313;
}

.tables {
  align-items: center;
  flex-direction: column;
}

.table-new__container {
  margin: 0 auto 1.6rem;
  overflow-x: auto;
  width: calc(100% - 3.2rem);
}
.with-submodule .table-new__container {
  position: relative;
  position: sticky;
  top: 1.6rem;
  align-self: flex-start;
}
.draggable ~ .table-new__container {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .table-new__container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) {
  .table-new__container {
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .with-submodule .table-new__container {
    flex: 0 1 32rem;
    margin: 0 3.2rem 1.6rem 0;
    max-width: 32rem;
    width: auto;
  }
  .draggable ~ .table-new__container {
    flex: 1;
    margin: 0 auto 1.6rem;
    max-width: initial;
    width: calc(100% - 3.2rem);
  }
  .draggable + .table-new__container {
    margin: 1.6rem auto;
  }
  .half-slide-previous.previous-to-active-slide .with-submodule .table-new__container, .half-slide-previous.previous-slide .with-submodule .table-new__container {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .previous-slide .table-new__container {
    width: calc(100% - 3.2rem);
  }
}
.table-new__container h6 {
  color: #fce4e3;
  margin-bottom: 0.4rem;
  margin-left: 0.098rem;
  text-align: left;
}

.table-new {
  width: 100%;
  min-width: 40rem;
  text-align: center;
}
.with-submodule .table-new {
  min-width: initial;
}
.table-new .node-selected {
  padding: 0.4rem 0.8rem;
}
.table-new .node-close {
  display: none;
}
.table-new select:disabled {
  color: #1b1313;
}

.table-new__body {
  border-radius: 0.8rem;
  overflow: hidden;
}

.table-new__row {
  display: flex;
  overflow: hidden;
}
[data-autofill=columns] .table-new__row {
  margin: 0 0.8rem;
}
[data-autofill=rows] .table-new__row {
  border-radius: 0.8rem;
  margin-bottom: 0.8rem;
}

.table-new__cell {
  flex: 1;
  background: #fce4e3;
  padding: 0.8rem;
  vertical-align: top;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 2.4rem;
  position: relative;
  overflow: hidden;
}
[data-autofill=cells] .table-new__row:first-child .table-new__cell, [data-autofill=columns] .table-new__row:first-child .table-new__cell {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}
[data-autofill=cells] .table-new__row:last-child .table-new__cell, [data-autofill=columns] .table-new__row:last-child .table-new__cell {
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
[data-autofill=cells] .table-new__row--tag .table-new__cell:not(.table-new__cell--drop), .table-new--has-rows [data-autofill=cells] .table-new__cell:not(.table-new__cell--header) {
  padding-top: 2rem;
  min-height: 5rem;
}
[data-autofill=columns] .table-new__cell, .table-new--has-columns [data-autofill=cells] .table-new__cell, .table-new--has-columns ~ .table-new--has-rows [data-autofill=cells] .table-new__cell {
  margin: 0 0.8rem;
}
[data-autofill=columns] .table-new__row:not(:first-child) .table-new__cell, .table-new--has-columns [data-autofill=cells] .table-new__row:not(:first-child) .table-new__cell, .table-new--has-columns ~ .table-new--has-rows [data-autofill=cells] .table-new__row:not(:first-child) .table-new__cell, .table-new--has-rows [data-autofill=cells] .table-new__row:not(:first-child) .table-new__cell {
  border-top: 1px solid #ebc3c1;
}
[data-autofill=columns] .table-new__row:first-child .table-new__cell:not(.table-new__cell--header) {
  padding-top: 1rem;
}
.table-new__cell:not(.table-new__cell--drop) {
  position: relative;
  z-index: 1;
}
.table-new__cell .table-new__label {
  position: absolute;
  top: 0.4rem;
  left: 0.8rem;
  font-size: 0.64rem;
  white-space: nowrap;
  color: #a47b7a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 2;
}

.with-submodule .table-new__cell--tag {
  justify-content: flex-start;
}
.draggable ~ .table-new__container .table-new__cell--tag {
  justify-content: center;
}
.table-new__cell--tag .node-selected {
  display: block;
}

.table-new__cell--dup-text {
  background: #fce4e3;
}
.with-submodule .table-new__cell--dup-text {
  justify-content: flex-start;
}
.draggable ~ .table-new__container .table-new__cell--dup-text {
  justify-content: center;
}

.table-new__cell--drop {
  background: radial-gradient(farthest-corner, rgba(27, 19, 19, 0.6) 0%, rgba(27, 19, 19, 0.7) 100%);
  border: 3px dashed #1b1313;
  box-shadow: inset 0 0 1.6rem rgba(27, 19, 19, 0.62);
  padding: 0;
  min-height: 4.336rem;
}
.table-new__cell--drop.table-new__cell--obrazek {
  min-height: 12.8rem;
}
.table-new__cell--drop [data-drop-place] {
  min-height: 3.2rem;
  height: initial;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.8rem;
  padding-top: 0.4rem;
}
.table-new__cell--drop [data-drop-place] > * {
  padding: 0;
  margin-top: 0.4rem;
  margin-right: 0.4rem;
}
.table-new__cell--drop [data-drop-place]::before {
  display: none;
}
.table-new__cell--drop .table-new__label {
  user-select: none;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table-new__cell--input,
.table-new__cell--textarea {
  background: white;
  padding: 0;
}
.table-new__cell--input input,
.table-new__cell--input textarea,
.table-new__cell--textarea input,
.table-new__cell--textarea textarea {
  width: 100%;
  height: 100%;
  border: 0;
}
.table-new__cell--input input,
.table-new__cell--textarea input {
  padding: 0 0.8rem;
}
.table-new__cell--input textarea,
.table-new__cell--textarea textarea {
  padding: 0.8rem;
  resize: none;
}

.table-new__cell--select select:disabled {
  color: #a47b7a;
}

.table-new__cell--header {
  color: #fce4e3;
  background: transparent;
  font-weight: normal;
  margin-bottom: 0 !important;
}

.video-stamps-bar {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  font-size: 4rem;
  align-items: center;
  justify-content: center;
  background: radial-gradient(farthest-corner, rgba(27, 19, 19, 0.6) 0%, rgba(27, 19, 19, 0.7) 100%);
  border-radius: 3.2rem;
  border: 3px dashed #1b1313;
  box-shadow: 0 0 3.2rem rgba(27, 19, 19, 0.8);
  color: hsl(2, 81%, 94%);
  max-width: 1200px;
  padding: 1.6rem 1.6rem 0.8rem;
  position: relative;
  text-align: center;
}
.video-stamps-bar .emoji-icon {
  cursor: pointer;
  transition: transform 0.3s ease-in;
  height: 6rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  user-select: none;
}
.video-stamps-bar .emoji-icon:hover {
  transform: scale(1.3);
}

.video-stamps-bar-labels {
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  text-align: start;
}
.video-stamps-bar-labels .stamp-label {
  color: #EEC5C3;
  font-size: 1rem;
}

.stamp-wrapper {
  width: 100%;
  height: 1.5rem;
  position: absolute;
  top: -1rem;
}
.stamp-wrapper .mark {
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background-color: white;
  animation: transformX 0.5s ease;
}
.stamp-wrapper .mark .stamp {
  position: absolute;
  top: -1rem;
  transform: translateX(-50%);
  left: 1px;
  cursor: pointer;
  z-index: 2;
}
.stamp-wrapper .mark .stamp.removable-stamp:hover::after {
  opacity: 1;
}
.stamp-wrapper .mark .stamp.removable-stamp::after {
  content: "X";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: red;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@keyframes transformX {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*# sourceMappingURL=maps/styles.css.map */