@charset "UTF-8";
/*==============================================================================
    Main Sass
==============================================================================*/
/*! -------------------------------------------*\
*
* Project Info
*
* @name     WolneLektury.pl
* @version  0.0.1
* @updated  13.10.2021
*
* @website  #
*
* @author   intui.eu
*
\*-------------------------------------------*/
/*!*/
/*==============================================================================
    Imports
==============================================================================*/
/*! ------------------------------
    Utils Module
------------------------------ */
/*!*/
/* ------------------------------
    Util: Vars
------------------------------ */
/* Env */
/* Colors */
/* Typography */
/* Layers */
/* Animations */
/* ------------------------------
    Util: Mixins
------------------------------ */
/* Calculate px to rem */
/* Breakpoints */
/*
  // Print styles
  @else if $canvas == 'print' {
    @media print {
      @content;
    }
  }

}
*/
.only-l {
  display: none; }
  @media only screen and (min-width: 840px) {
    .only-l {
      display: block; } }
.only-s {
  display: block; }
  @media only screen and (min-width: 840px) {
    .only-s {
      display: none; } }
.lay-row {
  display: flex;
  flex-direction: row;
  column-gap: 16px; }

.lay-col {
  display: flex;
  flex-direction: column; }

.lay-spread {
  justify-content: space-between; }

@media only screen and (min-width: 840px) {
  .lay-l-row {
    display: flex;
    flex-direction: row; } }

@media only screen and (min-width: 840px) {
  .lay-l-block {
    display: block; } }

.lay-s-col-rev {
  flex-direction: column-reverse; }
  @media only screen and (min-width: 840px) {
    .lay-s-col-rev {
      flex-direction: row; } }
.lay-grow {
  flex-grow: 1; }

/*! ------------------------------
    Vendors Module
------------------------------ */
/*!*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  color: currentColor;
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  transition: color cubic-bezier(0, 0, 0.2, 1) 350ms, border-bottom-color cubic-bezier(0, 0, 0.2, 1) 350ms; }
  a:hover {
    border-bottom-color: transparent;
    color: #018189; }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* ------------------------------
    Typebase
------------------------------ */
/* Setup */
html {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.35;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 30px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.35;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.35; }

h1, .h1 {
  font-size: 72px;
  font-size: 4.5rem;
  margin-top: 3rem; }

h2, .h2 {
  font-size: 52px;
  font-size: 3.25rem;
  font-size: 2.625rem;
  margin-top: 3rem; }

h3, .h3 {
  font-size: 38px;
  font-size: 2.375rem;
  font-size: 2.000rem; }

h4, .h4 {
  font-size: 1.500rem; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 1.35; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug the block above you */
.hug {
  margin-top: 0; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 28px; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: "";
  display: block;
  background: url(../images/arrow-left.png) center no-repeat; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: "";
  display: block;
  background: url(../images/arrow-right.png) center no-repeat; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  content: '';
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #007880; }

/*! ------------------------------
    Base Module
------------------------------ */
/*!*/
/* ------------------------------
    Base: Global
------------------------------ */
*, *:after, *:before {
  box-sizing: border-box; }

:focus {
  outline: #000000 auto 2px;
  outline-offset: 2px; }

html,
body {
  -webkit-overflow-scrolling: auto; }

body {
  color: #000000;
  background-color: #ffffff;
  overflow-x: hidden; }
  body.popup-open {
    overflow-y: hidden;
    height: 100vh; }
  body.using-mouse *:focus {
    outline: 0 !important; }

.visibility-hidden {
  visibility: hidden !important; }

.simpleParallax {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

a {
  color: #018189; }
  a:hover {
    text-decoration: underline; }

/* ------------------------------
    Base: Icons
------------------------------ */
@font-face {
  font-family: "wl";
  src: url("../fonts/wl.ttf?79zz52") format("truetype"), url("../fonts/wl.woff?79zz52") format("woff"), url("../fonts/wl.svg?79zz52#wl") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "wl" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-lang:before {
  content: ""; }

.icon-tt:before {
  content: ""; }

.icon-yt:before {
  content: ""; }

.icon-ig:before {
  content: ""; }

.icon-fb:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-like:before {
  content: ""; }

.icon-liked:before {
  content: ""; }

.icon-prev:before {
  content: ""; }

.icon-next:before {
  content: ""; }

.icon-audio:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-book-alt:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-volume:before {
  content: ""; }

.icon-mute:before {
  content: ""; }

.icon-quote:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-acc-1:before {
  content: ""; }

.icon-acc-2:before {
  content: ""; }

.icon-acc-3:before {
  content: ""; }

.icon-all:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-close:before {
  content: ""; }

/* source-sans-pro-300 - cyrillic_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-300.woff2") format("woff2"), url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-300.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* source-sans-pro-300italic - cyrillic_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-300italic.woff2") format("woff2"), url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-300italic.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* source-sans-pro-regular - cyrillic_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-regular.woff2") format("woff2"), url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-regular.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* source-sans-pro-italic - cyrillic_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-italic.woff2") format("woff2"), url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-italic.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* source-sans-pro-600 - cyrillic_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-600.woff2") format("woff2"), url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-600.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* source-sans-pro-700 - cyrillic_greek_greek-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-700.woff2") format("woff2"), url("/static/fonts/source-sans-pro/source-sans-pro-v21-cyrillic_greek_greek-ext_latin_latin-ext-700.woff") format("woff");
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Serif Pro';
  font-style: normal;
  src: url("/static/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2") format("woff2"); }

/*! ------------------------------
    Layout Module
------------------------------ */
/*!*/
.annnoy-banner-on {
  display: none; }

.annoy-banner_blackout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: linear-gradient(180deg, black 90%, rgba(0, 0, 0, 0.5) 100%); }
  .annoy-banner_blackout .annoy-banner-inner {
    max-height: 100vh;
    overflow-y: auto;
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .annoy-banner_blackout .annoy-banner_actions {
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .annoy-banner_blackout .annoy-banner_img {
    flex: 1;
    text-align: center; }
    .annoy-banner_blackout .annoy-banner_img img {
      max-height: 100%;
      max-width: 100%; }
  .annoy-banner_blackout .text {
    display: flex;
    padding: 6px 30px;
    flex: 1;
    gap: 40px;
    flex-direction: column;
    color: white; }
    .annoy-banner_blackout .text p {
      font-size: 24px; }
  .annoy-banner_blackout .action {
    font-size: 1.6rem !important; }
  .annoy-banner_blackout .annoy-banner-off {
    font-size: 1.2rem !important; }
  @media only screen and (min-width: 840px) {
    .annoy-banner_blackout .annoy-banner-inner {
      padding: 0;
      margin: 10vh 10vw 20vh 10vw;
      max-height: 70vh;
      flex-direction: row;
      overflow-y: unset; }
      .annoy-banner_blackout .annoy-banner-inner .text {
        padding: 0 20px 0 0;
        overflow-y: auto; } }
.annoy-banner_crisis-container,
.annoy-banner_top-container {
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 0 10px black;
  display: flex;
  background: #c32721;
  color: black;
  align-items: center;
  cursor: pointer; }
  .annoy-banner_crisis-container.annoy-banner_top-container,
  .annoy-banner_top-container.annoy-banner_top-container {
    padding: 16px 0; }
    @media screen and (max-height: 700px) {
      .annoy-banner_crisis-container.annoy-banner_top-container,
      .annoy-banner_top-container.annoy-banner_top-container {
        padding: 5px 0; } }
  .annoy-banner_crisis-container.annoy-banner_crisis-container,
  .annoy-banner_top-container.annoy-banner_crisis-container {
    height: 160px; }
    @media screen and (min-height: 480px) {
      .annoy-banner_crisis-container.annoy-banner_crisis-container,
      .annoy-banner_top-container.annoy-banner_crisis-container {
        height: 33vh;
        top: calc(-33vh + 160px); } }
    @media screen and (max-width: 940px) {
      .annoy-banner_crisis-container.annoy-banner_crisis-container,
      .annoy-banner_top-container.annoy-banner_crisis-container {
        padding: 10px 0;
        height: auto;
        top: 0; } }
  .annoy-banner_crisis-container .annoy-banner_crisis,
  .annoy-banner_crisis-container .annoy-banner_top,
  .annoy-banner_top-container .annoy-banner_crisis,
  .annoy-banner_top-container .annoy-banner_top {
    position: sticky;
    top: 0;
    width: 100%; }
    .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner,
    .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner,
    .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner,
    .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner {
      max-width: 1172px;
      margin: auto;
      padding-right: 16px;
      padding-left: 16px;
      display: flex;
      gap: 20px;
      align-items: flex-start; }
      .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .image-box,
      .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .image-box,
      .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .image-box,
      .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .image-box {
        position: relative; }
        .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .image-box img,
        .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .image-box img,
        .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .image-box img,
        .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .image-box img {
          max-height: 159px;
          display: block; }
          @media screen and (max-width: 700px) {
            .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .image-box img,
            .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .image-box img,
            .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .image-box img,
            .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .image-box img {
              max-height: 120px; } }
      .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box,
      .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box,
      .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box,
      .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 10px; }
        @media screen and (max-width: 700px) {
          .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box p,
          .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box p,
          .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box p,
          .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box p {
            font-size: .9em; } }
        @media screen and (max-height: 700px) {
          .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box,
          .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box,
          .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box,
          .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box {
            flex-direction: row;
            justify-content: space-between; }
            .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box p,
            .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box p,
            .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box p,
            .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box p {
              font-size: .9em; } }
        .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box .text,
        .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box .text,
        .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box .text,
        .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box .text {
          background: #edc016;
          padding: 1em;
          border: 3px solid black; }
        @media screen and (max-height: 400px) {
          .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box,
          .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box,
          .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box,
          .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box {
            align-items: center; }
            .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box .text,
            .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box .text,
            .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box .text,
            .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box .text {
              height: 1.2em;
              overflow: hidden; } }
        .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box a,
        .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box a,
        .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box a,
        .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box a {
          color: #c32721; }
        .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box,
        .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box .state-box,
        .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box,
        .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box .state-box {
          display: flex;
          gap: 10px;
          align-items: center; }
          @media screen and (max-width: 700px) {
            .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box,
            .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box .state-box,
            .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box,
            .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box .state-box {
              flex-direction: column;
              align-items: stretch;
              text-align: center; } }
          .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box .progress-box,
          .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box .state-box .progress-box,
          .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box .progress-box,
          .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box .state-box .progress-box {
            flex-grow: 1; }
            .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box .progress-box .l-checkout__support__bar span::after,
            .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box .state-box .progress-box .l-checkout__support__bar span::after,
            .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box .progress-box .l-checkout__support__bar span::after,
            .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box .state-box .progress-box .l-checkout__support__bar span::after {
              color: black; }
          .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box .time-box,
          .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box .state-box .time-box,
          .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box .time-box,
          .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box .state-box .time-box {
            width: 110px;
            margin: auto; }
          .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box .countdown,
          .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner .text-box .state-box .countdown,
          .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner .text-box .state-box .countdown,
          .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner .text-box .state-box .countdown {
            margin: 0; }
      .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner p,
      .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner p,
      .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner p,
      .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner p {
        margin: 0; }
      .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner a.action,
      .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner a.action,
      .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner a.action,
      .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner a.action {
        background: #edc016;
        color: black;
        padding: .8em 1em;
        border: 3px solid black;
        border-radius: 10px;
        display: block;
        transition: background-color .2s; }
        @media screen and (max-height: 700px) {
          .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner a.action,
          .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner a.action,
          .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner a.action,
          .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner a.action {
            font-size: .9em; } }
        @media screen and (max-height: 400px) {
          .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner a.action,
          .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner a.action,
          .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner a.action,
          .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner a.action {
            white-space: nowrap; } }
        .annoy-banner_crisis-container .annoy-banner_crisis .annoy-banner-inner a.action:hover,
        .annoy-banner_crisis-container .annoy-banner_top .annoy-banner-inner a.action:hover,
        .annoy-banner_top-container .annoy-banner_crisis .annoy-banner-inner a.action:hover,
        .annoy-banner_top-container .annoy-banner_top .annoy-banner-inner a.action:hover {
          background: #ffd430;
          text-decoration: none; }
  .annoy-banner_crisis-container.annoy-banner-style_crisis_quiet, .annoy-banner_crisis-container.annoy-banner_top-container,
  .annoy-banner_top-container.annoy-banner-style_crisis_quiet,
  .annoy-banner_top-container.annoy-banner_top-container {
    background: black;
    color: white; }
    .annoy-banner_crisis-container.annoy-banner-style_crisis_quiet .annoy-banner-inner, .annoy-banner_crisis-container.annoy-banner_top-container .annoy-banner-inner,
    .annoy-banner_top-container.annoy-banner-style_crisis_quiet .annoy-banner-inner,
    .annoy-banner_top-container.annoy-banner_top-container .annoy-banner-inner {
      align-items: center; }
      .annoy-banner_crisis-container.annoy-banner-style_crisis_quiet .annoy-banner-inner .text-box .text, .annoy-banner_crisis-container.annoy-banner_top-container .annoy-banner-inner .text-box .text,
      .annoy-banner_top-container.annoy-banner-style_crisis_quiet .annoy-banner-inner .text-box .text,
      .annoy-banner_top-container.annoy-banner_top-container .annoy-banner-inner .text-box .text {
        background: none;
        padding: 0;
        border: none; }
        .annoy-banner_crisis-container.annoy-banner-style_crisis_quiet .annoy-banner-inner .text-box .text a, .annoy-banner_crisis-container.annoy-banner_top-container .annoy-banner-inner .text-box .text a,
        .annoy-banner_top-container.annoy-banner-style_crisis_quiet .annoy-banner-inner .text-box .text a,
        .annoy-banner_top-container.annoy-banner_top-container .annoy-banner-inner .text-box .text a {
          color: #ffd430; }

.annoy-banner_book-page {
  background-color: #ffd430;
  color: #083F4D;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 20px; }
  .annoy-banner_book-page .annoy-banner-inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between; }
    .annoy-banner_book-page .annoy-banner-inner p {
      margin: 0; }
    .annoy-banner_book-page .annoy-banner-inner a {
      line-height: 1.35;
      color: #c32721;
      white-space: nowrap;
      border: solid #c32721;
      border-width: 0 0 1px; }
      .annoy-banner_book-page .annoy-banner-inner a:hover {
        text-decoration: none;
        border-bottom-width: 2px; }

.annoy-banner_book-page-center {
  background: white;
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #018189;
  border-radius: 15px;
  color: #018189; }
  .annoy-banner_book-page-center .annoy-banner-inner {
    display: flex;
    gap: 15px;
    align-items: center; }
    .annoy-banner_book-page-center .annoy-banner-inner img {
      width: 150px; }
    .annoy-banner_book-page-center .annoy-banner-inner p {
      margin: 0; }

.bookmarks-quote-box {
  padding: 30px;
  background: #E6F0F1;
  border-radius: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px; }
  .bookmarks-quote-box .bookmarks-quote-content {
    padding: 30px; }
  .bookmarks-quote-box .bookmarks-quote-book img {
    width: 170px; }

.l-navigation {
  max-width: 100%;
  margin: 0 auto;
  background-color: #083F4D;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column; }
  @media only screen and (min-width: 840px) {
    .l-navigation {
      padding: 12px 0; } }
  .l-navigation a:hover {
    text-decoration: none; }
  .l-navigation .l-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .l-navigation.is-open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15; }
    .l-navigation.is-open .l-navigation__logo {
      width: unset;
      overflow: unset; }
    .l-navigation.is-open .l-navigation__menu {
      opacity: 1;
      pointer-events: all; }
    .l-navigation.is-open .c-lang {
      opacity: 1; }
      .l-navigation.is-open .c-lang .c-lang__button {
        pointer-events: all; }

.l-navigation__logo {
  display: flex;
  position: relative;
  height: 44px;
  width: 153px;
  flex-shrink: 0;
  overflow: hidden;
  transition: .5s width; }
  @media only screen and (min-width: 840px) {
    .l-navigation__logo {
      width: 230px; } }
  .l-navigation__logo.search-active {
    width: 30px; }
    @media only screen and (min-width: 840px) {
      .l-navigation__logo.search-active {
        width: 230px; } }
  .l-navigation__logo img {
    width: 153px; }
    @media only screen and (min-width: 840px) {
      .l-navigation__logo img {
        width: 230px; } }
.l-navigation__button {
  appearance: none;
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  position: relative; }

.is-open .l-navigation__logo {
  z-index: 16; }

.is-open .l-navigation__button {
  z-index: 16; }

.l-naviagion__search {
  width: 60%;
  max-width: 580px;
  margin-left: 20px;
  margin-right: 20px;
  flex-grow: 1; }
  @media only screen and (min-width: 840px) {
    .l-naviagion__search {
      margin-left: 60px;
      margin-right: auto; } }
  .l-naviagion__search input {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-style: italic;
    border: 0;
    padding: 10px 20px;
    border-radius: 52px;
    width: 100%;
    max-width: 580px;
    outline: 0; }
    @media only screen and (min-width: 840px) {
      .l-naviagion__search input {
        font-size: 18px; } }
.l-navigation__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 44px; }
  .l-navigation__actions .icon-liked {
    color: #85C7CC;
    font-size: 30px;
    margin-right: 25px; }
  .l-navigation__actions .l-navigation__user-actions {
    display: none;
    align-items: center; }
    @media only screen and (min-width: 840px) {
      .l-navigation__actions .l-navigation__user-actions {
        display: flex;
        margin-left: 20px; } }
    .l-navigation__actions .l-navigation__user-actions .l-navigation__login {
      color: #74BDC2;
      margin-right: 20px;
      white-space: nowrap; }
      .l-navigation__actions .l-navigation__user-actions .l-navigation__login a {
        color: white; }
    .l-navigation__actions .l-navigation__user-actions .menubar-donate {
      color: #fff;
      background: #c92834;
      padding: 9px 20px 11px;
      font-weight: 600;
      margin-right: 20px;
      border-radius: 15px; }
  .l-navigation__actions .user {
    margin-right: 25px; }

.l-change-pop {
  align-items: center;
  max-width: 1140px;
  border-radius: 10px;
  padding: 10px 50px;
  width: auto;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #FBC40F;
  position: relative;
  display: none;
  margin-left: 16px;
  margin-right: 16px;
  flex-direction: column;
  column-gap: 48px; }
  @media only screen and (min-width: 840px) {
    .l-change-pop {
      flex-direction: row; } }
  .l-change-pop.show {
    display: flex; }
  .l-change-pop h3 {
    font-style: italic;
    font-weight: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #333333;
    margin: 20px 0;
    min-width: 189px; }
  .l-change-pop p {
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #333333;
    margin: 0;
    max-width: 590px; }

.l-navigation__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #083F4D;
  z-index: 15;
  padding-top: 50px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms cubic-bezier(0, 0, 0.2, 1); }
  @media only screen and (min-width: 840px) {
    .l-navigation__menu {
      padding-top: 93px; } }
  .l-navigation__menu .l-container {
    display: flex;
    flex-direction: column; }
  .l-navigation__menu .l-navigation__user-bar {
    width: 100%;
    height: 50px;
    border-width: 1px 0;
    border-color: #007880;
    border-style: solid;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center; }
    @media only screen and (min-width: 840px) {
      .l-navigation__menu .l-navigation__user-bar {
        display: none; } }
    .l-navigation__menu .l-navigation__user-bar .l-navigation__user-actions {
      display: flex;
      align-items: center;
      gap: 25px;
      color: #85C7CC; }
      .l-navigation__menu .l-navigation__user-bar .l-navigation__user-actions a {
        color: white; }
        .l-navigation__menu .l-navigation__user-bar .l-navigation__user-actions a i {
          color: #85C7CC;
          font-size: 30px; }
      .l-navigation__menu .l-navigation__user-bar .l-navigation__user-actions .c-lang {
        display: block;
        left: 16px; }
      .l-navigation__menu .l-navigation__user-bar .l-navigation__user-actions .menubar-donate {
        display: none; }

.l-navigation__menu__blocks {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  column-gap: 10%;
  row-gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 80px; }
  @media only screen and (min-width: 840px) {
    .l-navigation__menu__blocks {
      display: block;
      padding-bottom: 0; } }
.l-navigation__menu__links {
  display: contents;
  width: 100%;
  justify-content: space-between;
  column-gap: 10%;
  row-gap: 30px;
  flex-wrap: wrap; }
  @media only screen and (min-width: 840px) {
    .l-navigation__menu__links {
      display: flex;
      flex-wrap: nowrap;
      gap: 3%; } }
  .l-navigation__menu__links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 45%; }
    @media only screen and (min-width: 840px) {
      .l-navigation__menu__links ul {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
    .l-navigation__menu__links ul li {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      padding-top: 16px; }
      @media only screen and (min-width: 840px) {
        .l-navigation__menu__links ul li {
          font-size: 18px;
          line-height: 115%; } }
      .l-navigation__menu__links ul li strong {
        color: #92BD39;
        font-weight: 600;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 140%;
        letter-spacing: -0.01em; }
      .l-navigation__menu__links ul li a {
        color: #ffffff; }
        .l-navigation__menu__links ul li a:hover {
          text-decoration: underline; }
      .l-navigation__menu__links ul li hr {
        width: 34px;
        height: 1px;
        background: #007880;
        margin-left: 0;
        border: 0; }

.l-navigation__menu__info {
  display: flex;
  justify-content: space-between;
  width: 45%;
  padding-top: 16px; }
  @media only screen and (min-width: 840px) {
    .l-navigation__menu__info {
      width: 100%;
      padding-top: 58px;
      align-items: flex-end; } }
.l-navigation__menu__book {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media only screen and (min-width: 840px) {
    .l-navigation__menu__book {
      width: 60%; } }
  .l-navigation__menu__book p {
    color: #ffffff;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 140%; }
    .l-navigation__menu__book p strong {
      color: #92BD39;
      letter-spacing: -0.01em;
      font-weight: 600; }
  .l-navigation__menu__book .button {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 38px;
    text-align: center;
    /* green 700 */
    background: #92BD39;
    color: #083F4D;
    border-radius: 6px;
    transition: background-color 150ms; }
    @media only screen and (min-width: 840px) {
      .l-navigation__menu__book .button {
        width: auto;
        min-width: 212px; } }
    .l-navigation__menu__book .button:hover {
      background-color: #FBC40F; }

.l-navigation__menu__book__header {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 18px; }
  @media only screen and (min-width: 840px) {
    .l-navigation__menu__book__header {
      flex-direction: row;
      align-items: center; } }
  .l-navigation__menu__book__header p {
    margin: 0; }
    .l-navigation__menu__book__header p.korona:before {
      content: url("../images/korona.svg");
      width: 21px;
      margin-right: -21px;
      position: relative;
      top: -10px;
      left: -3px; }

.l-navigation__menu__book__info {
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  padding: 12px;
  background-color: #ffffff;
  border-radius: 6px;
  color: #808080;
  flex-direction: column; }
  @media only screen and (min-width: 840px) {
    .l-navigation__menu__book__info {
      flex-direction: row; } }
  .l-navigation__menu__book__info img {
    margin-right: 10px;
    width: 42px;
    height: 60px; }
  .l-navigation__menu__book__info h3 {
    display: flex;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 120%; }
    @media only screen and (min-width: 840px) {
      .l-navigation__menu__book__info h3 {
        width: 203px; } }
    .l-navigation__menu__book__info h3 strong {
      display: block;
      font-weight: 600;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 130%; }
  .l-navigation__menu__book__info p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 130%;
    color: #808080; }
    @media only screen and (min-width: 840px) {
      .l-navigation__menu__book__info p {
        width: 427px; } }
.l-navigation__menu__social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  @media only screen and (min-width: 840px) {
    .l-navigation__menu__social {
      position: static; } }
  .l-navigation__menu__social ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0; }
    .l-navigation__menu__social ul li:not(:last-child) {
      margin-right: 36px; }
    .l-navigation__menu__social ul li a {
      color: #ffffff; }
      .l-navigation__menu__social ul li a:hover {
        color: #92BD39; }
    .l-navigation__menu__social ul li .icon {
      font-size: 28px;
      font-size: 1.75rem; }

.l-header {
  width: 100%;
  max-width: 1140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 55px; }

.l-header__content {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .l-header__content p {
    margin-top: 0;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #007880; }
  .l-header__content h1 {
    font-weight: bold;
    font-size: 37px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #083F4D;
    margin: 0; }
  .l-header__content ul {
    letter-spacing: -0.02em;
    color: #92BD39;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    list-style: none;
    line-height: 100%;
    display: flex;
    padding: 0;
    margin: 0; }
    .l-header__content ul li {
      margin-right: 10px; }
      .l-header__content ul li:not(:last-child):after {
        content: "/";
        margin-left: 10px; }
  .l-header__content .l-header__translators {
    font-size: 18px;
    margin-top: 5px; }

.l-header__actions .l-button {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer; }

.l-main {
  margin: 0 auto;
  max-width: 1172px; }

.l-aside {
  color: #666666;
  max-width: 240px;
  width: 100%; }
  .l-aside figure {
    font-size: 0;
    margin: 7px 0 100px; }
    .l-aside figure a {
      display: block; }
  .l-aside > ul + ul {
    margin-top: 15px; }

.l-aside__info {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px; }
  .l-aside__info li {
    line-height: 26px; }
    .l-aside__info li a {
      color: #007880; }
      .l-aside__info li a:hover {
        text-decoration: underline; }

.l-aside__zbiory {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px; }
  .l-aside__zbiory > li > a {
    color: #007880; }
  .l-aside__zbiory > li ul {
    margin-left: 9px;
    list-style: none;
    border-left: 1px solid #D9D9D9;
    padding: 0 0 0 15px; }
    .l-aside__zbiory > li ul li {
      line-height: 35px; }
  .l-aside__zbiory li {
    line-height: 26px; }
    .l-aside__zbiory li span {
      color: #007880; }
    .l-aside__zbiory li a {
      color: #007880; }
      .l-aside__zbiory li a:hover {
        text-decoration: underline; }

.l-article {
  color: #666666; }
  .l-article h3 {
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    padding-top: 5px;
    letter-spacing: -0.01em;
    color: #007880; }
  .l-article p {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #474747; }
  .l-article h4 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bolder; }
  .l-article .toc ol {
    padding: 0;
    list-style: none;
    margin-top: 0.25rem;
    margin-bottom: 0; }
    .l-article .toc ol li {
      font-size: 18px;
      line-height: 150%;
      font-weight: normal; }
    .l-article .toc ol a {
      color: #007880; }
  .l-article video {
    margin-bottom: 30px; }
  .l-article textarea[readonly] {
    margin-bottom: 30px;
    background: #052A33;
    border-radius: 10px;
    width: 100%;
    min-height: 119px;
    padding: 10px;
    resize: none;
    color: #92BD39;
    font-family: 'Consolas', monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; }

@media only screen and (min-width: 840px) {
  .l-article__cols {
    display: flex;
    gap: 22px; } }

.l-article__cols .left-column,
.l-article__cols .right-column {
  padding: 0 16px; }
  @media only screen and (min-width: 840px) {
    .l-article__cols .left-column,
    .l-article__cols .right-column {
      width: 50%; } }
  .l-article__cols .left-column p,
  .l-article__cols .right-column p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%; }
    .l-article__cols .left-column p strong, .l-article__cols .left-column p b,
    .l-article__cols .right-column p strong,
    .l-article__cols .right-column p b {
      font-weight: 600; }
    .l-article__cols .left-column p a,
    .l-article__cols .right-column p a {
      color: #018189; }
      .l-article__cols .left-column p a:hover,
      .l-article__cols .right-column p a:hover {
        text-decoration: underline; }
  .l-article__cols .left-column h3,
  .l-article__cols .right-column h3 {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #474747; }
  .l-article__cols .left-column h4,
  .l-article__cols .right-column h4 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #474747; }
    .l-article__cols .left-column h4 img,
    .l-article__cols .right-column h4 img {
      margin-right: 15px; }
    .l-article__cols .left-column h4 + p,
    .l-article__cols .right-column h4 + p {
      margin-top: 15px;
      margin-bottom: 50px; }
    .l-article__cols .left-column h4:first-of-type,
    .l-article__cols .right-column h4:first-of-type {
      margin-top: 0; }
  .l-article__cols .left-column ul li, .l-article__cols .left-column ol li,
  .l-article__cols .right-column ul li,
  .l-article__cols .right-column ol li {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%; }
    .l-article__cols .left-column ul li strong, .l-article__cols .left-column ul li b, .l-article__cols .left-column ol li strong, .l-article__cols .left-column ol li b,
    .l-article__cols .right-column ul li strong,
    .l-article__cols .right-column ul li b,
    .l-article__cols .right-column ol li strong,
    .l-article__cols .right-column ol li b {
      font-weight: 600; }
    .l-article__cols .left-column ul li a, .l-article__cols .left-column ol li a,
    .l-article__cols .right-column ul li a,
    .l-article__cols .right-column ol li a {
      color: #018189; }
      .l-article__cols .left-column ul li a:hover, .l-article__cols .left-column ol li a:hover,
      .l-article__cols .right-column ul li a:hover,
      .l-article__cols .right-column ol li a:hover {
        text-decoration: underline; }
  .l-article__cols .left-column > img,
  .l-article__cols .right-column > img {
    max-width: 100%;
    margin-bottom: 30px; }

.l-article__title {
  margin-top: 28px;
  margin-bottom: 38px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  margin-left: 16px;
  margin-right: 16px; }
  .l-article__title * {
    margin-top: 0;
    font-weight: 400;
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #083F4D; }

.l-article__overlay {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  color: #474747; }
  .l-article__overlay.is-active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
  .l-article__overlay.is-clicked {
    max-height: 100% !important; }
    .l-article__overlay.is-clicked:after {
      display: none; }

.l-article__lead {
  margin-top: 0;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 166%; }

.l-article__read-more {
  border: 0;
  padding: 0;
  color: #007880;
  background-color: transparent;
  cursor: pointer;
  outline: 0;
  margin-top: 25px; }
  .l-article__read-more:hover {
    text-decoration: underline; }

.infopage-blog {
  padding: 0;
  list-style: none; }
  .infopage-blog li {
    margin-bottom: .7em; }

.l-section {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding-left: 16px;
  padding-right: 16px; }
  .l-section.l-section--col {
    flex-direction: column; }
  .l-section.l-section--row {
    flex-direction: column; }
    @media only screen and (min-width: 840px) {
      .l-section.l-section--row {
        flex-direction: row; } }
.l-author {
  width: 100%;
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
  flex-direction: column;
  align-items: center; }
  @media only screen and (min-width: 840px) {
    .l-author {
      flex-direction: row;
      align-items: flex-start; } }
  .l-author h2 {
    margin: 0;
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    padding-top: 5px;
    letter-spacing: -0.01em;
    color: #007880;
    margin-bottom: 23px; }
  .l-author .row {
    width: 100%; }
    .l-author .row:nth-child(1) > div {
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (min-width: 1172px) {
        .l-author .row:nth-child(1) > div {
          flex-wrap: nowrap; } }
    .l-author .row:nth-child(1) h2 {
      width: 100%; }
    .l-author .row:nth-child(1) .l-author__photo {
      flex-shrink: 0;
      width: calc(50% - 24px); }
      @media only screen and (min-width: 1172px) {
        .l-author .row:nth-child(1) .l-author__photo {
          width: 238px; } }
      .l-author .row:nth-child(1) .l-author__photo img {
        width: 100%; }
    .l-author .row:nth-child(2) {
      max-width: 383px;
      padding-top: 48px; }
      @media only screen and (min-width: 840px) {
        .l-author .row:nth-child(2) {
          max-width: 415px;
          padding-left: 32px; } }
.l-author__info {
  display: contents;
  min-width: 364px; }
  @media only screen and (min-width: 1172px) {
    .l-author__info {
      display: block; } }
  .l-author__info h3 {
    margin: 0;
    font-weight: 600;
    font-size: 31px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #007880;
    width: 40%; }
  .l-author__info p {
    margin-top: 20px;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #474747; }
  .l-author__info h4 {
    font-size: 18px;
    line-height: 150%;
    font-weight: bolder;
    color: #474747; }
  .l-author__info ul {
    padding: 0;
    list-style: none;
    margin-top: 0.25rem;
    margin-bottom: 0; }
    .l-author__info ul li {
      font-size: 18px;
      line-height: 150%;
      font-weight: normal; }
  .l-author__info dt {
    float: left;
    clear: left;
    margin-right: .4em;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%; }
  .l-author__info dd {
    margin-left: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%; }

.l-author__photo {
  margin: 0;
  margin-right: 16px; }
  @media only screen and (min-width: 1172px) {
    .l-author__photo {
      margin-right: 50px; } }
  .l-author__photo img {
    border-radius: 10px;
    overflow: hidden; }
  .l-author__photo figcaption {
    margin-top: 5px;
    font-weight: normal;
    font-size: 15px;
    line-height: 160%;
    color: #808080; }

.l-author__quotes {
  background: #E1F1F2;
  border-radius: 10px;
  padding: 48px 32px 40px 32px;
  position: relative; }
  .l-author__quotes:before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    top: 0;
    transform: translateY(-50%);
    font-family: "wl" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    background-color: #007880;
    font-size: 33px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute; }

.l-author__quotes__slider {
  display: flex; }

.l-author__quotes div em {
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #083F4D; }
  .l-author__quotes div em p {
    font-size: inherit;
    line-height: inherit;
    margin-top: 0; }

.l-author__quotes div > p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 160%;
  color: #007880; }

.l-author__quotes__slider__item {
  max-width: 336px;
  outline: 0; }
  .l-author__quotes__slider__item .verse-indent {
    padding-left: 1em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-2 {
      padding-left: 1.1em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-3 {
      padding-left: 1.2em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-4 {
      padding-left: 1.3em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-5 {
      padding-left: 1.4em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-6 {
      padding-left: 1.5em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-7 {
      padding-left: 1.6em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-8 {
      padding-left: 1.7em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-9 {
      padding-left: 1.8em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-10 {
      padding-left: 1.9em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-11 {
      padding-left: 2em; }
    .l-author__quotes__slider__item .verse-indent.verse-indent-12 {
      padding-left: 2.1em; }
  .l-author__quotes__slider__item .verse-cont {
    padding-left: 2.1em; }
  .l-author__quotes__slider__item .verse-p {
    padding-left: 1em; }
  .l-author__quotes__slider__item .verse-right {
    text-align: right; }
  .l-author__quotes__slider__item .verse-center {
    text-align: center; }

.l-author__header {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 22px; }
  .l-author__header figure {
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 12px 0 0; }
    .l-author__header figure img {
      max-width: 100%; }
  .l-author__header h1 {
    font-weight: 700;
    font-size: 37px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #083F4D;
    margin: 0; }
    .l-author__header h1 span {
      font-weight: 400; }

.l-themes__wrapper {
  width: 100%; }
  .l-themes__wrapper h2 {
    margin: 0;
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
    padding-top: 5px;
    letter-spacing: -0.01em;
    color: #007880;
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: stretch; }
    @media only screen and (min-width: 840px) {
      .l-themes__wrapper h2 {
        flex-direction: row; } }
    .l-themes__wrapper h2 a {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      font-weight: bold;
      font-size: 16px;
      color: #474747; }
      .l-themes__wrapper h2 a:hover span {
        text-decoration: underline; }
      .l-themes__wrapper h2 a .icon {
        color: #007880;
        font-size: 10px;
        margin-left: 10px; }
  .l-themes__wrapper .links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 65px; }
    .l-themes__wrapper .links li {
      display: flex;
      align-items: center; }
      .l-themes__wrapper .links li:not(:last-child) {
        padding-right: 12px; }
        .l-themes__wrapper .links li:not(:last-child):after {
          margin-left: 12px;
          content: "";
          height: 70%;
          width: 1px;
          background-color: #007880;
          display: block; }
      .l-themes__wrapper .links li a {
        font-weight: normal;
        font-size: 15px;
        line-height: 160%;
        color: #808080; }
        .l-themes__wrapper .links li a:hover {
          text-decoration: underline; }

.l-themes {
  margin-top: 15px; }
  .l-themes ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    .l-themes ul li {
      min-width: 150px;
      margin-bottom: 17px;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      color: #474747; }
      .l-themes ul li span {
        color: #007880; }
      .l-themes ul li a:hover {
        text-decoration: underline; }
  .l-themes button {
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28px;
    text-align: center;
    text-decoration-line: underline;
    color: #666666;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 43px auto 0; }

.l-your-books {
  background-color: #21535F;
  padding-bottom: 40px; }
  .l-your-books .l-container {
    display: flex;
    overflow: hidden; }

.l-your-books__header {
  margin-top: 36px;
  display: flex;
  justify-content: space-between; }
  .l-your-books__header h3 {
    margin-top: 0;
    color: #92BD39;
    font-weight: 600;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 140%;
    letter-spacing: -0.01em; }

.l-your-books__header__actions {
  display: none; }
  @media only screen and (min-width: 840px) {
    .l-your-books__header__actions {
      display: flex; } }
  .l-your-books__header__actions button {
    outline: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #007880;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer; }
    .l-your-books__header__actions button:hover {
      background-color: #1e4c57; }
    .l-your-books__header__actions button.js-collapse {
      border-color: transparent; }
    .l-your-books__header__actions button .icon {
      margin: auto;
      color: #ffffff; }

.l-your-books__continue .l-books {
  border-right: 0;
  padding-right: 0;
  margin-right: 10px; }
  @media only screen and (min-width: 840px) {
    .l-your-books__continue .l-books {
      border-right: 1px solid #007880;
      padding-right: 40px;
      margin-right: 40px; } }
.l-your-books__shelf {
  width: 100%;
  max-width: 189px; }
  @media only screen and (min-width: 840px) {
    .l-your-books__shelf {
      width: 100%;
      max-width: 928px; } }
  .l-your-books__shelf .l-your-books__header {
    padding-right: 85px; }
  .l-your-books__shelf .l-books {
    display: block;
    flex-wrap: initial; }

.l-collections {
  width: 100%;
  max-width: 1140px; }
  .l-collections .l-books {
    width: 100%; }
    @media only screen and (min-width: 840px) {
      .l-collections .l-books {
        width: calc(100% + 20px); } }
    .l-collections .l-books .l-books__item {
      border: 1px solid #D9D9D9; }

.l-collections__header {
  margin-top: 36px;
  display: flex;
  justify-content: space-between; }
  .l-collections__header h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #474747; }
    @media only screen and (min-width: 840px) {
      .l-collections__header h3 {
        font-size: 31px;
        font-size: 1.9375rem; } }
  .l-collections__header .l-your-books__header__actions button {
    border-color: #D9D9D9; }
    .l-collections__header .l-your-books__header__actions button .icon {
      color: #083F4D; }
    .l-collections__header .l-your-books__header__actions button:hover {
      background-color: #fafafa; }

.l-quotes {
  width: 100%;
  max-width: 1140px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px; }
  @media only screen and (min-width: 840px) {
    .l-quotes {
      margin-top: 58px; } }
  .l-quotes .slick-dots {
    bottom: 0; }
    .l-quotes .slick-dots li button:before {
      border: 1px solid #007880; }

.l-quotes__item {
  outline: 0;
  background: #E1F1F2;
  border-radius: 10px;
  width: 558px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px; }
  @media only screen and (min-width: 840px) {
    .l-quotes__item {
      margin-left: 32px;
      margin-right: 32px; } }
  .l-quotes__item img {
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    margin-top: -24px;
    width: 48px;
    height: 48px; }
    @media only screen and (min-width: 840px) {
      .l-quotes__item img {
        width: unset;
        height: unset;
        margin-top: -50px; } }
  .l-quotes__item h4 {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #474747; }
    @media only screen and (min-width: 840px) {
      .l-quotes__item h4 {
        margin-top: 10px;
        font-size: 25px;
        font-size: 1.5625rem; } }
  .l-quotes__item p {
    margin-top: 12px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #083F4D; }
    @media only screen and (min-width: 840px) {
      .l-quotes__item p {
        margin-top: 24px;
        font-size: 26px;
        font-size: 1.625rem; } }
.l-books__wrapper {
  margin-top: 27px;
  width: 100%;
  background-color: #F2F2F2;
  padding-top: 38px;
  position: relative;
  padding-bottom: 80px; }
  .l-books__wrapper h2 {
    font-weight: 600;
    font-size: 31px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #474747;
    margin-top: 0; }

.l-books {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px; }

.l-books__item {
  background: #FFFFFF;
  border-radius: 9px;
  padding: 21px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
  transition: all cubic-bezier(0.25, 1, 0.5, 1) 350ms;
  outline: 0;
  margin: 5px; }
  .l-books__item.l-books__item--placeholder {
    opacity: 0;
    visibility: hidden; }
  .l-books__item * {
    outline: 0; }
  .l-books__item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25); }
  .l-books__item.l-books__item--link {
    width: 212px;
    height: 350px;
    background-color: #007880;
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .l-books__item.l-books__item--link .icon-link {
      margin-left: auto;
      margin-right: 0; }
      .l-books__item.l-books__item--link .icon-link:hover {
        text-decoration: none; }
    .l-books__item.l-books__item--link a:hover {
      color: white; }
  .l-books__item a {
    color: currentColor; }
    .l-books__item a:hover {
      text-decoration: underline;
      color: #018189; }
  .l-books__item h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #474747;
    margin: 0; }
  .l-books__item h3 {
    font-weight: normal;
    font-size: 15px;
    line-height: 160%;
    color: #808080;
    margin: 0; }
  .l-books__item .other-info {
    display: none; }

.l-books__item__img {
  font-size: 0;
  margin: 0 0 11px; }
  .l-books__item__img img {
    width: 100%; }
    @media only screen and (min-width: 520px) {
      .l-books__item__img img {
        width: 173px; } }
.l-books__item__actions {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  margin-bottom: 5px; }
  .l-books__item__actions .icon {
    color: #083F4D;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem; }
    .l-books__item__actions .icon.icon-like, .l-books__item__actions .icon.icon-liked {
      color: #FF4C54;
      font-size: 19px;
      font-size: 1.1875rem;
      margin-right: 0;
      margin-left: auto; }
    .l-books__item__actions .icon:hover {
      text-decoration: none; }

.l-books__header {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 34px;
  align-items: center;
  justify-content: space-between;
  align-items: stretch; }
  @media only screen and (min-width: 840px) {
    .l-books__header {
      flex-direction: row; } }
.l-books__input {
  position: relative;
  display: flex;
  align-content: center; }
  @media only screen and (min-width: 840px) {
    .l-books__input {
      width: 560px; } }
  .l-books__input .icon {
    font-size: 22px;
    font-size: 1.375rem;
    color: #083F4D;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none; }
  .l-books__input input {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-style: italic;
    padding: 10px 20px 10px 50px;
    border-radius: 52px;
    border: 1px solid #D9D9D9;
    width: 100%;
    outline: 0;
    transition: border cubic-bezier(0, 0, 0.2, 1) 350ms; }

@input rwd($break-flow) {
  .l-books__input input {
    max-width: 580px; } }
    .l-books__input input:focus {
      border-color: #007880; }

.l-books__sorting {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center; }
  .l-books__sorting span {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
    color: #083F4D; }
  .l-books__sorting div {
    display: flex;
    align-content: center;
    flex-direction: column; }
    @media only screen and (min-width: 840px) {
      .l-books__sorting div {
        flex-direction: row; } }
    .l-books__sorting div select {
      margin-left: 30px; }
      @media only screen and (min-width: 840px) {
        .l-books__sorting div select {
          display: none; } }
    .l-books__sorting div button {
      display: none;
      border: 0;
      padding: 0;
      margin: 0 0 0 30px;
      background-color: transparent;
      outline: 0;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 150%;
      color: #808080;
      cursor: pointer; }
      @media only screen and (min-width: 840px) {
        .l-books__sorting div button {
          display: block; } }
      .l-books__sorting div button.is-active {
        color: #083F4D;
        font-weight: 600; }

.l-books__grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px; }
  .l-books__grid .l-books__item {
    border: 1px solid #D9D9D9;
    margin-bottom: 17px; }
    .l-books__grid .l-books__item:nth-child(5n + 5) {
      margin-right: 0; }

.l-books__col {
  display: flex;
  flex-direction: column;
  margin-top: 34px; }
  .l-books__col .l-books__item {
    width: calc(100% - 10px);
    border: 1px solid #D9D9D9;
    margin-bottom: 17px;
    display: flex;
    position: relative; }
    @media only screen and (min-width: 840px) {
      .l-books__col .l-books__item {
        width: 705px; } }
    .l-books__col .l-books__item .l-books__item__img {
      margin-bottom: 0; }
    .l-books__col .l-books__item .l-books__item__actions {
      margin-top: 16px; }
      @media only screen and (min-width: 840px) {
        .l-books__col .l-books__item .l-books__item__actions {
          position: absolute;
          top: 21px;
          left: auto;
          right: 11px; } }
.l-books__item__content {
  padding-left: 16px; }
  @media only screen and (min-width: 840px) {
    .l-books__item__content {
      padding-left: 40px; } }
  .l-books__item__content h2 {
    font-weight: 600;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 140%;
    letter-spacing: -0.01em; }
  .l-books__item__content p {
    max-width: 390px;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
    color: #474747; }
  .l-books__item__content > a {
    display: block;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
    color: #007880; }

.l-art__preview {
  width: 100%; }

.l-button.l-button--media {
  font-size: 14px;
  font-size: 0.875rem;
  border: 2px solid #D5ECED;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  transition: all cubic-bezier(0.25, 1, 0.5, 1) 350ms;
  background-color: #ffffff;
  outline: 0;
  font-weight: bold;
  line-height: 17.6px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #007880;
  font-family: "Source Sans Pro", sans-serif; }
  @media only screen and (min-width: 840px) {
    .l-button.l-button--media {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      padding: 19px 0; } }
  .l-button.l-button--media .icon {
    font-size: 21px;
    margin-right: 10px; }
  .l-button.l-button--media img {
    height: 21px; }
  .l-button.l-button--media:hover {
    background-color: #D5ECED; }
  .l-button.l-button--media.l-button--media--full {
    color: #ffffff;
    background: #083F4D;
    border: 2px solid #083F4D; }
    .l-button.l-button--media.l-button--media--full:hover {
      background: #073744;
      border-color: #073744; }

.l-button.l-button--default {
  cursor: pointer;
  color: #ffffff;
  background: #007880;
  border: 2px solid #007880;
  border-radius: 5px;
  letter-spacing: -0.01em;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 140%;
  padding: 5px 20px;
  transition: all cubic-bezier(0.25, 1, 0.5, 1) 350ms; }
  @media only screen and (min-width: 840px) {
    .l-button.l-button--default {
      font-size: 25px;
      font-size: 1.5625rem; } }
  .l-button.l-button--default:hover {
    background: #083F4D;
    border-color: #083F4D; }
  .l-button.l-button--default.l-button--default--dark {
    color: #083F4D;
    background: #92BD39;
    border-color: #92BD39; }
    .l-button.l-button--default.l-button--default--dark:hover {
      background: #FFA500;
      border-color: #FFA500; }

.l-footer {
  color: #FFFFFF;
  background: #083F4D;
  margin: 0 auto;
  padding-top: 27px;
  padding-bottom: 38px; }
  .l-footer .l-container {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 840px) {
      .l-footer .l-container {
        display: block; } }
.l-footer__row {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  @media only screen and (min-width: 840px) {
    .l-footer__row {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }
  .l-footer__row a {
    color: #85C7CC; }
    .l-footer__row a:hover {
      color: #85C7CC;
      text-decoration: underline; }
  .l-footer__row:nth-child(1) {
    padding-bottom: 25px;
    border-bottom: 1px solid #007880;
    align-items: flex-start; }
  .l-footer__row:nth-child(2) {
    margin-top: 25px;
    column-gap: 20px; }
    .l-footer__row:nth-child(2) div {
      font-size: 14px; }
      @media only screen and (min-width: 840px) {
        .l-footer__row:nth-child(2) div {
          font-size: unset; } }
      .l-footer__row:nth-child(2) div:nth-child(1) {
        max-width: 315px;
        padding-right: 53px;
        border-right: 0;
        min-width: 0;
        margin-bottom: 20px; }
        @media only screen and (min-width: 840px) {
          .l-footer__row:nth-child(2) div:nth-child(1) {
            min-width: 270px;
            border-right: 1px solid #007880;
            margin-bottom: 0; } }
      .l-footer__row:nth-child(2) div:nth-child(3) {
        max-width: 483px;
        margin-top: 20px; }
        @media only screen and (min-width: 840px) {
          .l-footer__row:nth-child(2) div:nth-child(3) {
            margin-top: 0; } }
  .l-footer__row ul {
    padding: 0;
    list-style: none;
    margin-top: 20px 0 0 0; }
    @media only screen and (min-width: 840px) {
      .l-footer__row ul {
        margin: 0; } }
    .l-footer__row ul li {
      font-weight: normal;
      font-size: 14x;
      line-height: 150%; }
      @media only screen and (min-width: 840px) {
        .l-footer__row ul li {
          font-size: unset; } }
    .l-footer__row ul:nth-of-type(1) {
      margin-left: 0;
      margin-right: auto; }
    .l-footer__row ul:nth-of-type(2) {
      margin-left: 0;
      margin-right: auto; }
      @media only screen and (min-width: 840px) {
        .l-footer__row ul:nth-of-type(2) {
          margin-left: 10px; } }
    .l-footer__row ul.teal {
      color: #85C7CC; }
      .l-footer__row ul.teal a {
        color: white; }
        .l-footer__row ul.teal a:hover {
          text-decoration: underline; }

.l-container {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px; }

.l-breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.l-breadcrumb {
  display: flex;
  margin: 18px 0;
  align-items: center; }
  .l-breadcrumb a {
    font-size: 15px;
    line-height: 160%;
    color: #474747; }
    .l-breadcrumb a:hover span {
      text-decoration: underline; }
    .l-breadcrumb a:not(:last-child):after {
      font-size: 9px;
      color: #007880;
      content: "";
      margin: 0 14px;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "wl" !important;
      speak: never;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.l-content {
  padding-bottom: 30px;
  padding-left: 0;
  width: 100%; }
  @media only screen and (min-width: 840px) {
    .l-content {
      padding-left: 50px; } }
.l-checkout__support {
  margin-bottom: 22px;
  margin-left: 16px;
  margin-right: 16px; }

.l-checkout__support__bar {
  background: #E6F0F1 url(../images/approval.svg) center right 5px no-repeat;
  border-radius: 10px;
  width: 100%;
  height: 34px;
  position: relative;
  flex: 1; }
  .l-checkout__support__bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #92BD39;
    border-radius: 10px; }
    .l-checkout__support__bar span:after {
      white-space: nowrap;
      color: #083F4D;
      top: 0;
      left: 10px;
      bottom: 2px;
      margin: auto;
      position: absolute;
      content: attr(data-label);
      font-weight: bold;
      font-size: 15px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (min-width: 840px) {
        .l-checkout__support__bar span:after {
          color: #FFFFFF;
          right: 13px;
          left: auto; } }
.l-checkout__support__footer {
  display: flex;
  margin-top: 7px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px; }
  .l-checkout__support__footer p {
    margin: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #083F4D; }

.l-checkout__box {
  background: #E1F1F2;
  border-radius: 10px;
  padding-bottom: 30px;
  overflow: hidden;
  margin: 0 16px; }

.l-checkout__box__header {
  display: flex;
  background: #083F4D; }
  .l-checkout__box__header img {
    display: none; }
    @media only screen and (min-width: 840px) {
      .l-checkout__box__header img {
        display: block; } }
.l-checkout__box__header__content h1 {
  font-style: italic;
  font-weight: 300;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #92BD39;
  margin: 0; }

.l-checkout__box__header__content p:first-of-type {
  font-style: normal;
  font-weight: 600;
  font-size: 21.5px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-top: 23px; }

.l-checkout__box__header__content p {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin-top: 8px;
  max-width: 410px; }

.l-checkout__box__header__content {
  padding: 32px 45px; }

.l-checkout__steps {
  display: flex;
  margin-top: -24px;
  justify-content: space-around; }
  @media only screen and (min-width: 840px) {
    .l-checkout__steps {
      padding: 0 125px;
      justify-content: space-between; } }
  .l-checkout__steps div {
    width: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .l-checkout__steps div span {
      width: 46px;
      height: 46px;
      background: #86AD34;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 21px;
      line-height: 140%;
      letter-spacing: -0.01em; }
    .l-checkout__steps div p {
      margin-top: 4px;
      font-weight: 600;
      font-size: 21px;
      line-height: 140%;
      text-align: center;
      letter-spacing: -0.01em;
      color: #083F4D;
      display: none; }
      @media only screen and (min-width: 840px) {
        .l-checkout__steps div p {
          display: block; } }
    .l-checkout__steps div.is-completed span {
      overflow: hidden;
      text-indent: -999px;
      background: #86AD34 url(../images/check.svg) center no-repeat; }
    .l-checkout__steps div.is-inactive span {
      background: #ffffff;
      color: #003C3C; }
    .l-checkout__steps div.is-inactive p {
      color: #74BDC2;
      font-weight: normal; }

.l-switch__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  width: 100%; }

.l-switch {
  background: #fff;
  display: block;
  position: relative;
  height: 26px;
  width: 77px;
  border-radius: 4px; }

.l-switch label {
  color: #74BDC2;
  font-weight: 600;
  font-size: 18.5px;
  line-height: 26px;
  transition: color .2s ease;
  width: 122px;
  cursor: pointer; }
  @media only screen and (min-width: 840px) {
    .l-switch label {
      font-size: 21.5px; } }
.l-switch label:nth-of-type(1) {
  left: -175%;
  position: absolute;
  text-align: right; }

.l-switch label:nth-of-type(2) {
  position: absolute;
  right: -175%;
  text-align: left; }

.l-switch input {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  height: 26px;
  width: 77px;
  z-index: 2; }

.toggle-input-left:checked ~ .l-switch__wrapper .toggle-for-left {
  color: #003C3C; }

.toggle-input-left:checked ~ .l-switch__wrapper .toggle {
  left: 5px; }

.toggle-input-right:checked ~ .l-switch__wrapper .toggle-for-right {
  color: #003C3C; }

.toggle-input-right:checked ~ .l-switch__wrapper .toggle {
  left: 39px; }

.l-switch input:checked ~ label:nth-of-type(1) {
  color: #003C3C; }

.l-switch input ~ :checked ~ label:nth-of-type(2) {
  color: #003C3C; }

.l-switch input:checked ~ .toggle {
  left: 5px; }

.l-switch input ~ :checked ~ .toggle {
  left: 39px; }

.l-switch input:checked {
  z-index: 0; }

.toggle {
  background: #003C3C;
  left: 0;
  position: absolute;
  top: 5px;
  transition: left .2s ease;
  height: 16px;
  width: 33px;
  z-index: 1;
  border-radius: 2px;
  cursor: pointer; }

.l-checkout__payments {
  display: none;
  padding: 0 16px;
  margin-top: 34px;
  margin-bottom: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  column-gap: 16px; }
  @media only screen and (min-width: 840px) {
    .l-checkout__payments {
      padding: 0 30px;
      column-gap: 30px; } }
.l-checkout__payments__box {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow cubic-bezier(0, 0, 0.2, 1) 250ms;
  box-shadow: 0px 0px 0px rgba(55, 170, 156, 0);
  margin-bottom: 30px;
  width: 100%; }
  @media only screen and (min-width: 840px) {
    .l-checkout__payments__box {
      width: calc(33.333% - 20px); } }
  .l-checkout__payments__box h3 {
    margin: 0;
    font-weight: bold;
    font-size: 44px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #083F4D;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all cubic-bezier(0, 0, 0.2, 1) 250ms; }
    .l-checkout__payments__box h3 span {
      font-weight: 600;
      font-size: 25px;
      line-height: 140%;
      letter-spacing: -0.01em;
      color: #92BD39;
      margin-left: 10px;
      transition: opacity cubic-bezier(0, 0, 0.2, 1) 250ms; }
  .l-checkout__payments__box .l-checkout__payments__box__btn-wrp {
    padding: 0 20px 20px 20px;
    margin-bottom: 0;
    margin-top: auto; }
    @media only screen and (min-width: 840px) {
      .l-checkout__payments__box .l-checkout__payments__box__btn-wrp {
        padding-top: 20px; } }
  .l-checkout__payments__box p {
    margin-top: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #474747;
    padding: 20px; }
    .l-checkout__payments__box p strong {
      font-weight: 600; }
  .l-checkout__payments__box button {
    margin: 0;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: bold;
    font-size: 44px;
    line-height: 130%;
    letter-spacing: -0.01em;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all cubic-bezier(0, 0, 0.2, 1) 250ms;
    background: #FFFFFF;
    border: 1px solid #92BD39;
    border-radius: 3px;
    width: 100%;
    outline: 0;
    cursor: pointer;
    text-align: center;
    color: #083F4D; }
    .l-checkout__payments__box button span {
      font-weight: 600;
      font-size: 25px;
      line-height: 200%;
      letter-spacing: -0.01em;
      color: #92BD39;
      margin-left: 10px;
      transition: opacity cubic-bezier(0, 0, 0.2, 1) 250ms; }
    .l-checkout__payments__box button:hover {
      background: rgba(146, 189, 57, 0.75); }
  .l-checkout__payments__box img {
    display: none; }
    @media only screen and (min-width: 840px) {
      .l-checkout__payments__box img {
        display: block; } }
  .l-checkout__payments__box.is-active {
    box-shadow: 0px 0px 20px rgba(55, 170, 156, 0.35);
    background: white;
    color: black; }
    .l-checkout__payments__box.is-active h3 {
      color: white;
      background: #083F4D; }
    .l-checkout__payments__box.is-active button {
      background: #92BD39; }
      .l-checkout__payments__box.is-active button:hover {
        background: #83AD2B; }
      .l-checkout__payments__box.is-active button span {
        color: white; }
  .l-checkout__payments__box.l-checkout__payments__box--half {
    width: calc(50% - 8px); }
    @media only screen and (min-width: 840px) {
      .l-checkout__payments__box.l-checkout__payments__box--half {
        width: calc(33.333% - 20px); } }
    .l-checkout__payments__box.l-checkout__payments__box--half.is-active {
      background: #083F4D;
      color: white; }
      @media only screen and (min-width: 840px) {
        .l-checkout__payments__box.l-checkout__payments__box--half.is-active {
          background: white;
          color: black; } }
  .l-checkout__payments__box.l-checkout__payments__box--bar {
    flex-direction: row; }
    @media only screen and (min-width: 840px) {
      .l-checkout__payments__box.l-checkout__payments__box--bar {
        flex-direction: column; } }
    .l-checkout__payments__box.l-checkout__payments__box--bar.is-active {
      background: #083F4D;
      color: white; }
      @media only screen and (min-width: 840px) {
        .l-checkout__payments__box.l-checkout__payments__box--bar.is-active {
          background: white;
          color: black; } }
    .l-checkout__payments__box.l-checkout__payments__box--bar h3, .l-checkout__payments__box.l-checkout__payments__box--bar .l-checkout__payments__box__btn-wrp {
      flex-grow: 1; }
  .l-checkout__payments__box.l-checkout__payments__box--xl {
    width: 100%;
    justify-content: center;
    min-height: 160px; }
    @media only screen and (min-width: 840px) {
      .l-checkout__payments__box.l-checkout__payments__box--xl {
        width: calc(67.4% - 20px);
        padding-left: calc(33.7% - 10px);
        position: relative; }
        .l-checkout__payments__box.l-checkout__payments__box--xl h3 {
          position: absolute;
          left: 0;
          top: 0;
          padding-right: 50%; }
        .l-checkout__payments__box.l-checkout__payments__box--xl .l-checkout__payments__box__btn-wrp {
          margin: 0; }
          .l-checkout__payments__box.l-checkout__payments__box--xl .l-checkout__payments__box__btn-wrp p {
            flex-wrap: wrap;
            max-width: 340px;
            margin-right: 20px; }
          .l-checkout__payments__box.l-checkout__payments__box--xl .l-checkout__payments__box__btn-wrp button {
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: calc(50% - 50px);
            align-items: center;
            justify-content: center; } }
    .l-checkout__payments__box.l-checkout__payments__box--xl h3 {
      width: 100%; }
    .l-checkout__payments__box.l-checkout__payments__box--xl .l-checkout__payments__box__btn-wrp {
      width: 100%; }
    .l-checkout__payments__box.l-checkout__payments__box--xl.once h3 {
      text-indent: 0;
      padding-left: 0; }
  .l-checkout__payments__box.l-checkout__payments__box--special button {
    border-color: #FFA500;
    background-color: #FFA500; }
    .l-checkout__payments__box.l-checkout__payments__box--special button:hover {
      background: #e69500; }

.l-checkout__amount {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  row-gap: 16px; }
  @media only screen and (min-width: 840px) {
    .l-checkout__amount {
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-end;
      padding-right: 30px; } }
  .l-checkout__amount button {
    border: none;
    height: 56px;
    background: #083F4D;
    border-radius: 3px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF; }
    @media only screen and (min-width: 840px) {
      .l-checkout__amount button {
        margin-left: 32px;
        width: 340px; } }
  @media only screen and (min-width: 840px) {
    .l-checkout__amount .l-checkout__input {
      width: 340px; } }
.l-checkout__input {
  display: flex;
  flex-direction: column; }
  .l-checkout__input label {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    color: #083F4D; }
    .l-checkout__input label span {
      color: #FF4C54; }
  .l-checkout__input input, .l-checkout__input select, .l-checkout__input textarea {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #D5ECED;
    border-radius: 3px;
    transition: all cubic-bezier(0, 0, 0.2, 1) 250ms;
    padding: 10px;
    outline: 0; }
    .l-checkout__input input:focus, .l-checkout__input select:focus, .l-checkout__input textarea:focus {
      border: 1px solid #007880; }
  .l-checkout__input button {
    height: 40px;
    background: #083F4D;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF; }
    @media only screen and (min-width: 840px) {
      .l-checkout__input button {
        height: 56px;
        font-size: 20px;
        width: 340px;
        margin-left: 32px; } }
.l-checkout__cols {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding: 0 16px; }
  @media only screen and (min-width: 840px) {
    .l-checkout__cols {
      padding: 0 30px;
      flex-direction: row; } }
  .l-checkout__cols.bt-w {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid white; }

@media only screen and (min-width: 840px) {
  .l-checkout__col:nth-child(1) {
    width: 402px;
    padding-right: 62px; }
    .l-checkout__col:nth-child(1) .l-checkout__payments__box {
      width: 100%; }
  .l-checkout__col:nth-child(2) {
    width: calc(100% - 402px); }
  .l-checkout__col.full {
    width: 100%;
    padding-right: 0; }
    .l-checkout__col.full .l-checkout__form__row.full {
      flex-direction: row; }
      .l-checkout__col.full .l-checkout__form__row.full > h3 {
        margin-top: 22px; }
      .l-checkout__col.full .l-checkout__form__row.full .l-checkout__info {
        width: 100%;
        padding-left: 100px; } }

.l-checkout__secure {
  margin-top: 30px;
  margin-right: 30px;
  text-align: right;
  font-size: 15px;
  color: #888; }
  .l-checkout__secure .l-checkout__secure__padlock {
    margin-right: 5px;
    vertical-align: baseline; }
  .l-checkout__secure .l-checkout__secure__img {
    margin-left: 10px;
    vertical-align: bottom; }

.l-checkout__form {
  display: flex;
  width: 100%;
  flex-direction: column; }

.l-checkout__form__row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px; }
  @media only screen and (min-width: 840px) {
    .l-checkout__form__row {
      flex-direction: row; } }
  .l-checkout__form__row:nth-child(4) .l-checkout__input:nth-child(1) {
    width: 172px; }
  .l-checkout__form__row:nth-child(4) .l-checkout__input:nth-child(2) {
    width: calc(100% - 172px); }
  .l-checkout__form__row.full {
    flex-direction: column; }
    @media only screen and (min-width: 840px) {
      .l-checkout__form__row.full {
        flex-direction: column; } }
  .l-checkout__form__row h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #083F4D; }
  .l-checkout__form__row .iframe {
    margin-top: 16px; }
  .l-checkout__form__row .l-checkout__input {
    width: 100%; }
  .l-checkout__form__row > a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #74BDC2;
    transition: all cubic-bezier(0, 0, 0.2, 1) 250ms; }
    .l-checkout__form__row > a:hover {
      color: #007880; }
  .l-checkout__form__row.confirm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    width: 100%;
    gap: 50px; }
    @media only screen and (min-width: 840px) {
      .l-checkout__form__row.confirm {
        justify-content: space-between; } }
    .l-checkout__form__row.confirm .l-checkout__input {
      flex-grow: 1; }
      @media only screen and (min-width: 840px) {
        .l-checkout__form__row.confirm .l-checkout__input {
          width: auto;
          flex-grow: 0; } }
  .l-checkout__form__row .errorlist {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #FF4C54; }
    .l-checkout__form__row .errorlist li:before {
      content: '⚠ '; }

.l-checkout__info__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all cubic-bezier(0, 0, 0.2, 1) 250ms;
  width: 100%;
  overflow: hidden;
  margin-top: 15px; }
  .l-checkout__info__item:hover {
    background-color: #daeeef; }
  .l-checkout__info__item div {
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
    color: #083F4D;
    width: 100px; }
  .l-checkout__info__item h3 {
    width: 426px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #083F4D;
    padding-left: 30px; }
  .l-checkout__info__item button {
    outline: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: auto; }
    .l-checkout__info__item button:hover {
      opacity: 0.75; }
  .l-checkout__info__item input {
    top: 0;
    left: 0;
    position: absolute;
    transform: translate(-100%, -100%); }

.l-checkout__completed {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  padding: 140px 0;
  background: url(../images/checkout-bg.png) no-repeat center; }
  .l-checkout__completed .l-checkout__completed__wrapper {
    max-width: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .l-checkout__completed h1 {
    margin-top: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 58px;
    line-height: 55px;
    letter-spacing: -0.02em;
    color: #083F4D; }
  .l-checkout__completed p {
    margin-top: 30px;
    font-weight: normal;
    font-size: 21.5px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #007880; }
  .l-checkout__completed a {
    margin-top: 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #083F4D;
    border-radius: 3px;
    height: 56px;
    text-align: center;
    color: #FFFFFF;
    width: 340px; }

.l-checkout__footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 52px;
  margin-left: 16px;
  margin-right: 16px; }

.l-checkout__footer > img {
  margin-right: 0;
  margin-left: auto; }

.l-checkout__footer__content {
  display: flex;
  flex-direction: column; }

.l-checkout__footer__content__item {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 840px) {
    .l-checkout__footer__content__item {
      flex-direction: row; } }
  .l-checkout__footer__content__item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E1F1F2; }

@media only screen and (min-width: 840px) {
  .l-checkout__footer__content h3 {
    font-weight: 600;
    font-size: 21.5px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #083F4D;
    width: 318px; } }

@media only screen and (min-width: 840px) {
  .l-checkout__footer__content__item > div {
    width: 100%;
    padding-left: 120px; } }

.l-checkout__footer__content__item > div p {
  font-weight: normal;
  font-size: 15px;
  line-height: 150%;
  color: #808080; }

.l-checkout__footer__content__item > div p a {
  color: #007880; }
  .l-checkout__footer__content__item > div p a:hover {
    text-decoration: underline; }

.l-checkout__footer__content .l-article__read-more {
  margin-top: 20px;
  font-size: 15px; }
  .l-checkout__footer__content .l-article__read-more:after {
    margin-left: 5px;
    display: inline-block;
    transform: rotate(180deg);
    content: "";
    font-family: "wl" !important;
    font-size: 12px;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.l-checkout__footer__content .l-article__overlay:after {
  display: none; }

.l-checkout__footer__content .l-article__overlay.is-clicked + .l-article__read-more:after {
  transform: none; }

.toggle-input#switch-once:checked ~ .l-switch__wrapper label:nth-of-type(1) {
  color: #003C3C; }

.toggle-input#switch-once:checked ~ .l-switch__wrapper label:nth-of-type(2) {
  color: #74BDC2; }

.toggle-input#switch-once:checked ~ .l-switch__wrapper .toggle {
  left: 5px; }

.toggle-input#switch-once:checked ~ .payments-once {
  display: flex; }
  @media only screen and (min-width: 840px) {
    .toggle-input#switch-once:checked ~ .payments-once.wide-spot-1 ~ .l-checkout__amount {
      margin-top: -110px; }
      .toggle-input#switch-once:checked ~ .payments-once.wide-spot-1 ~ .l-checkout__amount > div, .toggle-input#switch-once:checked ~ .payments-once.wide-spot-1 ~ .l-checkout__amount > button {
        width: calc(33.333% - 20px); } }
  @media only screen and (min-width: 840px) {
    .toggle-input#switch-once:checked ~ .payments-once.wide-spot-2 ~ .l-checkout__amount {
      flex-direction: column;
      margin-top: -182px; }
      .toggle-input#switch-once:checked ~ .payments-once.wide-spot-2 ~ .l-checkout__amount > div, .toggle-input#switch-once:checked ~ .payments-once.wide-spot-2 ~ .l-checkout__amount > button {
        width: calc(33.333% - 20px); } }
.toggle-input#switch-monthly:checked ~ .l-switch__wrapper label:nth-of-type(1) {
  color: #74BDC2; }

.toggle-input#switch-monthly:checked ~ .l-switch__wrapper label:nth-of-type(2) {
  color: #003C3C; }

.toggle-input#switch-monthly:checked ~ .l-switch__wrapper .toggle {
  left: 39px; }

.toggle-input#switch-monthly:checked ~ .payments-recurring {
  display: flex; }
  @media only screen and (min-width: 840px) {
    .toggle-input#switch-monthly:checked ~ .payments-recurring.wide-spot-1 ~ .l-checkout__amount {
      margin-top: -110px; }
      .toggle-input#switch-monthly:checked ~ .payments-recurring.wide-spot-1 ~ .l-checkout__amount > div, .toggle-input#switch-monthly:checked ~ .payments-recurring.wide-spot-1 ~ .l-checkout__amount > button {
        width: calc(33.333% - 20px);
        margin-left: 24px; } }
  @media only screen and (min-width: 840px) {
    .toggle-input#switch-monthly:checked ~ .payments-recurring.wide-spot-2 ~ .l-checkout__amount {
      flex-direction: column;
      margin-top: -182px; }
      .toggle-input#switch-monthly:checked ~ .payments-recurring.wide-spot-2 ~ .l-checkout__amount > div, .toggle-input#switch-monthly:checked ~ .payments-recurring.wide-spot-2 ~ .l-checkout__amount > button {
        width: calc(33.333% - 20px); } }
.if-monthly {
  display: none; }

.is-monthly .if-monthly {
  display: block; }

.is-monthly .if-not-monthly {
  display: none; }

.checkout-infobar {
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #edc016;
  background: #edc016; }

#paginator {
  display: flex; }

.l-pagination {
  display: flex;
  align-content: center;
  margin: 40px auto 40px auto; }
  .l-pagination ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-content: center;
    list-style: none; }
    .l-pagination ul li {
      margin: 0 5px;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 150%;
      text-align: center;
      color: #474747; }
      .l-pagination ul li.is-active a {
        color: #ffffff;
        background-color: #083F4D;
        border-radius: 50%; }
      .l-pagination ul li a {
        text-align: center;
        line-height: 35px;
        display: block;
        width: 35px;
        height: 35px; }

.l-pagination__arrow {
  display: flex;
  align-content: center;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 0 20px; }
  .l-pagination__arrow .icon {
    display: flex;
    align-content: center;
    line-height: 35px; }

.l-theme {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 840px) {
    .l-theme {
      flex-direction: row; } }
.l-theme__col {
  display: flex;
  flex-direction: column; }

.l-theme__info {
  padding: 34px;
  border-radius: 10px;
  background-color: #E1F1F2;
  margin-top: 34px; }
  @media only screen and (min-width: 840px) {
    .l-theme__info {
      max-width: 415px; } }
  .l-theme__info h3 {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-top: 34px;
    font-weight: 600;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #007880; }
    .l-theme__info h3:first-of-type {
      margin-top: 0; }
    .l-theme__info h3 .icon {
      display: flex;
      align-items: center;
      font-size: 14px;
      font-size: 0.875rem;
      margin-right: 0;
      margin-left: auto;
      cursor: pointer; }
      .l-theme__info h3 .icon.icon-arrow-right {
        margin-left: 20px; }
  .l-theme__info p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
    color: #474747; }

.l-theme__info__slider {
  width: 100%;
  font-size: 0;
  margin-top: 16px; }
  .l-theme__info__slider * {
    outline: 0 !important; }
  .l-theme__info__slider img {
    max-width: 100%;
    margin-right: 17px; }

.l-download {
  margin-bottom: 30px !important; }
  .l-download li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D9D9D9; }
    .l-download li a {
      margin-right: 0;
      margin-left: auto;
      width: 108px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff !important;
      background: #007880;
      border-radius: 5px; }
      .l-download li a:hover {
        text-decoration: none !important;
        background: #006e76; }

.page-simple {
  margin: 0 16px 70px 16px;
  padding-bottom: 30px;
  border-radius: 10px;
  background: #E1F1F2;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .page-simple.wide {
    align-items: normal; }
  .page-simple .white-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .page-simple h1 {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 32px 45px;
    border-radius: 10px 10px 0 0;
    font-style: italic;
    font-weight: 300;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: -0.02em;
    background: #083F4D;
    color: #92BD39; }
  .page-simple > p, .page-simple form, .page-simple > .normal-text {
    margin-left: 16px;
    margin-right: 16px;
    width: auto; }
    @media only screen and (min-width: 520px) {
      .page-simple > p, .page-simple form, .page-simple > .normal-text {
        min-width: 300px;
        margin-left: 50px;
        margin-right: 50px; } }
  .page-simple .wlfund {
    margin: 0;
    width: 90%;
    border-collapse: separate; }
    .page-simple .wlfund tr td {
      padding: .625rem .3125rem .625rem;
      border-top: 0.625rem solid rgba(255, 255, 255, 0);
      border-bottom: 1px solid #083F4D;
      text-align: center; }
  .page-simple .form-info h2 {
    font-size: 1.5em;
    margin-top: 0; }

.page-simple button, .page-simple input[type=submit], .nice-controls button, .nice-controls input[type=submit] {
  margin: 24px 0;
  height: 56px;
  background: #083F4D;
  border: none;
  border-radius: 3px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  width: 100%; }
  @media only screen and (min-width: 520px) {
    .page-simple button, .page-simple input[type=submit], .nice-controls button, .nice-controls input[type=submit] {
      width: 340px; } }
  .page-simple button.active, .page-simple input[type=submit].active, .nice-controls button.active, .nice-controls input[type=submit].active {
    outline: 2px solid #083F4D;
    outline-offset: 3px; }
  .page-simple button:disabled, .page-simple input[type=submit]:disabled, .nice-controls button:disabled, .nice-controls input[type=submit]:disabled {
    opacity: .8; }
  .page-simple button.button-orange, .page-simple input[type=submit].button-orange, .nice-controls button.button-orange, .nice-controls input[type=submit].button-orange {
    background: #FFA500;
    color: black;
    transition: all cubic-bezier(0.25, 1, 0.5, 1) 350ms; }
    .page-simple button.button-orange:hover, .page-simple input[type=submit].button-orange:hover, .nice-controls button.button-orange:hover, .nice-controls input[type=submit].button-orange:hover {
      background: #92BD39; }

.page-simple label, .nice-controls label {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  color: #083F4D;
  margin-top: 24px; }

.page-simple input, .page-simple textarea, .page-simple select, .nice-controls input, .nice-controls textarea, .nice-controls select {
  display: block;
  width: 100%;
  background: #FFFFFF;
  color: black;
  border: 1px solid #D5ECED;
  border-radius: 3px;
  transition: all cubic-bezier(0, 0, 0.2, 1) 250ms;
  padding: 10px;
  outline: 0; }

.page-simple input, .page-simple select, .nice-controls input, .nice-controls select {
  height: 56px; }

.page-simple input[type=checkbox], .page-simple input[type=radio], .nice-controls input[type=checkbox], .nice-controls input[type=radio] {
  display: inline;
  float: left;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 1em; }

.l-taglist {
  justify-content: start; }
  .l-taglist ul {
    list-style: none;
    padding: 0; }
    .l-taglist ul li {
      padding-left: 50px;
      min-height: 50px; }
      .l-taglist ul li .c-avatar {
        margin-left: -50px;
        margin-right: 10px; }

.l-search-bar {
  width: 100%;
  display: flex;
  margin-top: 34px;
  align-items: center;
  justify-content: space-between; }
  .l-search-bar .l-search-bar__input {
    position: relative;
    display: flex;
    align-content: center;
    width: 560px; }
    .l-search-bar .l-search-bar__input .icon {
      font-size: 22px;
      font-size: 1.375rem;
      color: #083F4D;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 19px;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none; }
    .l-search-bar .l-search-bar__input input {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px;
      font-style: italic;
      padding: 10px 20px 10px 50px;
      border-radius: 52px;
      border: 1px solid #D9D9D9;
      width: 100%;
      max-width: 580px;
      outline: 0;
      transition: border cubic-bezier(0, 0, 0.2, 1) 350ms; }
      .l-search-bar .l-search-bar__input input:focus {
        border-color: #007880; }

#global-progress {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  border-bottom: 1px solid #F2F2F2; }
  #global-progress .progress-text {
    line-height: 24px;
    padding: 4px;
    color: #083F4D;
    font-size: 16px; }
    #global-progress .progress-text .progress-text-value {
      font-weight: 600; }
  #global-progress .bar {
    display: flex;
    height: 18px;
    gap: 4px;
    padding: 4px; }
    #global-progress .bar .piece {
      position: relative;
      background: #F2F2F2;
      overflow: hidden;
      border-radius: 2px; }
      #global-progress .bar .piece .filled {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #92BD39; }

.l-text_toolbar {
  display: flex;
  gap: 16px;
  margin-right: -7px;
  position: relative; }
  .l-text_toolbar a img {
    display: block; }
  .l-text_toolbar .box {
    z-index: 5; }

#main-text {
  position: relative;
  margin-bottom: 30px; }
  #main-text .text_next-book {
    position: absolute;
    right: 0;
    top: 0; }
  #main-text .text_prev-book {
    position: absolute;
    left: 0;
    top: 0; }
  #main-text .main-text-body {
    margin: 16px;
    color: #333333;
    font-family: "Source Serif Pro";
    font-size: 18px;
    line-height: 28px; }
    @media only screen and (min-width: 1172px) {
      #main-text .main-text-body {
        width: 717px;
        margin: 0 auto; } }
#toc {
  display: none; }

#heretoc {
  margin-top: .5em; }
  #heretoc ol a {
    line-height: 30px; }

#menu .box {
  display: none;
  position: absolute;
  right: 0px;
  top: 50px;
  width: 80vw;
  max-width: 600px;
  height: 300px;
  padding: 30px;
  overflow: auto;
  background: #FFE79E;
  box-shadow: 0px 0px 20px rgba(1, 129, 137, 0.2);
  border-radius: 10px; }

#menu #wltoc {
  right: 0px;
  width: 50vw;
  height: 300px; }

#menu #settings {
  width: 200px;
  height: 200px; }

#themes {
  display: none; }

#other-text {
  display: none; }

#reference-box {
  display: none;
  width: 300px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #eee; }
  #reference-box img {
    margin: 0; }
  #reference-box #reference-map {
    height: 400px;
    width: 300px; }
    @media screen and (max-height: 800px) {
      #reference-box #reference-map {
        height: 300px; } }
  #reference-box #reference-images {
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto; }
    #reference-box #reference-images a {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0 0; }
      #reference-box #reference-images a img {
        width: auto;
        border: 5px solid white;
        box-shadow: 4px 4px 4px #666;
        max-width: 240px;
        max-height: 200px; }
  #reference-box #reference-link {
    display: block;
    font-size: 1.5em;
    padding: 10px; }
  #reference-box #reference-close {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    font-family: sans-serif;
    color: black; }

#menu #info {
  padding-top: 0;
  display: none;
  position: absolute;
  right: 0px;
  top: 50px;
  width: 80vw;
  height: 300px;
  padding: 0px 30px 30px;
  overflow: auto;
  box-shadow: 0px 0px 20px rgba(1, 129, 137, 0.2);
  border-radius: 10px; }

#annoy-stubs {
  display: none; }

#nota_red {
  display: none; }

.l-text_header {
  margin-top: 50px;
  display: flex;
  gap: 60px; }
  .l-text_header .l-text_header_cover {
    width: 167px;
    height: 236px; }
  .l-text_header .l-text_header__content {
    flex-grow: 1; }
  .l-text_header .l-text_header_author {
    margin: 0;
    font-weight: 600;
    font-size: 21.5px;
    line-height: 1.4; }
    .l-text_header .l-text_header_author a {
      color: #007880; }
  .l-text_header .l-text_header_title {
    margin: 0;
    font-weight: 700;
    font-size: 37px;
    line-height: 1.3; }
    .l-text_header .l-text_header_title a {
      color: #083F4D; }

#main-text #book-text {
  /* ================================== */
  /* = Header with logo and menu      = */
  /* ================================== */
  /* =================================================== */
  /* = Common elements: headings, paragraphs and lines = */
  /* =================================================== */
  /* ======================== */
  /* = Footnotes and themes = */
  /* ======================== */
  /* ============= */
  /* = Numbering = */
  /* ============= */
  /*.anchor {
    position: absolute;
    margin: -0.25em -0.5em;
    color: #777;
    font-size: 12px;
    text-align: center;
    padding: 0.25em 0.5em;
    line-height: 1.5em;
}*/
  /* =================== */
  /* = Custom elements = */
  /* =================== */ }
  #main-text #book-text body {
    font-size: 16px;
    font-family: Gelasio, Georgia, "Times New Roman", serif;
    line-height: 1.5em;
    margin: 0; }
  #main-text #book-text a {
    color: blue;
    text-decoration: none; }
  #main-text #book-text img {
    max-width: 37.5rem;
    margin-top: 1em;
    width: 100%; }
  #main-text #book-text .animacja {
    margin-top: 1em; }
  #main-text #book-text .animacja img {
    margin-top: 0; }
  #main-text #book-text h1 {
    font-size: 3em;
    margin: 1.5em 0;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold; }
  #main-text #book-text h2 {
    font-size: 2em;
    margin: 1.5em 0 0;
    font-weight: bold;
    line-height: 1.5em; }
  #main-text #book-text h3, #main-text #book-text .subtitle2 {
    font-size: 1.5em;
    margin: 1.5em 0 1em 0;
    padding-right: 48px;
    font-weight: normal;
    line-height: 1.5em; }
  #main-text #book-text h4, #main-text #book-text .subtitle3 {
    font-size: 1em;
    margin: 1.5em 0 0;
    line-height: 1.5em; }
  #main-text #book-text .subtitle4 {
    font-weight: bold; }
  #main-text #book-text p {
    margin: 0; }
  #main-text #book-text .annotation {
    font-style: normal;
    font-weight: normal;
    font-size: .75em;
    padding-left: 2px;
    position: relative;
    top: -4px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  #main-text #book-text #footnotes {
    margin-top: 3em; }
  #main-text #book-text #footnotes .annotation {
    display: block;
    float: left;
    width: 2.5em;
    clear: both;
    user-select: auto;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text; }
  #main-text #book-text #footnotes > div {
    margin: 1.5em 0 0 0; }
  #main-text #book-text #footnotes p, #main-text #book-text #footnotes ul, #main-text #book-text #footnotes .stanza {
    margin-left: 2.5em;
    font-size: 0.875em; }
  #main-text #book-text #footnotes .permalink {
    font-size: .75em; }
  #main-text #book-text blockquote {
    font-size: 0.875em; }
  #main-text #book-text .verse, #main-text #book-text .paragraph {
    position: relative;
    padding: 0 48px 0 0; }
  #main-text #book-text span.author {
    font-size: 0.5em;
    display: block;
    line-height: 1.5em;
    margin-bottom: 0.25em; }
  #main-text #book-text span.collection {
    font-size: 0.375em;
    display: block;
    line-height: 1.5em;
    margin-bottom: -0.25em; }
  #main-text #book-text span.subtitle {
    font-size: 0.5em;
    display: block;
    line-height: 1.5em;
    margin-top: -0.25em; }
  #main-text #book-text span.translator {
    font-size: 0.375em;
    display: block;
    line-height: 1.5em;
    margin-top: 0.25em; }
  #main-text #book-text div.didaskalia {
    font-style: italic;
    margin: 0.5em 0 0 1.5em; }
  #main-text #book-text div.kwestia {
    margin: 0.5em 0 0; }
  #main-text #book-text div.stanza {
    margin: 1.5em 0; }
  #main-text #book-text div.kwestia div.stanza {
    margin: 0; }
  #main-text #book-text .verse-p {
    padding-left: 1em; }
  #main-text #book-text .verse-indent {
    padding-left: 1em; }
  #main-text #book-text .verse-right {
    text-align: right; }
  #main-text #book-text .verse-center {
    text-align: center; }
  #main-text #book-text .verse-indent.verse-indent-2 {
    padding-left: 2em; }
  #main-text #book-text .verse-indent.verse-indent-3 {
    padding-left: 3em; }
  #main-text #book-text .verse-indent.verse-indent-4 {
    padding-left: 4em; }
  #main-text #book-text .verse-indent.verse-indent-5 {
    padding-left: 5em; }
  #main-text #book-text .verse-indent.verse-indent-6 {
    padding-left: 6em; }
  #main-text #book-text .verse-indent.verse-indent-7 {
    padding-left: 7em; }
  #main-text #book-text .verse-indent.verse-indent-8 {
    padding-left: 8em; }
  #main-text #book-text .verse-indent.verse-indent-9 {
    padding-left: 9em; }
  #main-text #book-text .verse-indent.verse-indent-10 {
    padding-left: 10em; }
  #main-text #book-text .verse-indent.verse-indent-11 {
    padding-left: 11em; }
  #main-text #book-text .verse-indent.verse-indent-12 {
    padding-left: 12em; }
  #main-text #book-text .verse-cont {
    padding-left: 12em; }
  @media screen and (max-width: 40em) {
    #main-text #book-text .verse-indent {
      padding-left: 4%; }
    #main-text #book-text .verse-indent.verse-indent-2 {
      padding-left: 8%; }
    #main-text #book-text .verse-indent.verse-indent-3 {
      padding-left: 12%; }
    #main-text #book-text .verse-indent.verse-indent-4 {
      padding-left: 16%; }
    #main-text #book-text .verse-indent.verse-indent-5 {
      padding-left: 20%; }
    #main-text #book-text .verse-indent.verse-indent-6 {
      padding-left: 24%; }
    #main-text #book-text .verse-indent.verse-indent-7 {
      padding-left: 28%; }
    #main-text #book-text .verse-indent.verse-indent-8 {
      padding-left: 32%; }
    #main-text #book-text .verse-indent.verse-indent-9 {
      padding-left: 36%; }
    #main-text #book-text .verse-indent.verse-indent-10 {
      padding-left: 40%; }
    #main-text #book-text .verse-indent.verse-indent-11 {
      padding-left: 44%; }
    #main-text #book-text .verse-indent.verse-indent-12 {
      padding-left: 48%; }
    #main-text #book-text .verse-cont {
      padding-left: 48%; } }
  #main-text #book-text p.paragraph {
    text-align: justify;
    margin: 0;
    text-indent: 1.5em; }
  #main-text #book-text p.paragraph.werset {
    text-indent: 0;
    margin-bottom: 1em; }
  #main-text #book-text .motto {
    text-align: justify;
    font-style: italic;
    margin: 1.5em 0 0; }
  #main-text #book-text .paragraph.miejsce_data, #main-text #book-text .paragraph.pozdrowienie, #main-text #book-text .paragraph.podpis {
    text-align: right; }
  #main-text #book-text .paragraph.naglowek_listu {
    text-align: center;
    margin: .5em 0; }
  #main-text #book-text p.motto_podpis {
    font-size: 0.875em;
    text-align: right;
    margin-bottom: 1.5em; }
  #main-text #book-text div.fragment {
    border-bottom: 0.1em solid #999;
    padding-bottom: 1.5em; }
  #main-text #book-text div.note p, #main-text #book-text div.dedication p, #main-text #book-text div.note p.paragraph, #main-text #book-text div.dedication p.paragraph {
    text-align: right;
    font-style: italic; }
  #main-text #book-text div.frame {
    border: 1px darkgray solid;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em; }
  #main-text #book-text hr.spacer {
    height: 3em;
    visibility: hidden; }
  #main-text #book-text hr.spacer-line {
    margin: 1.5em 0;
    border: none;
    border-bottom: 0.1em solid #000; }
  #main-text #book-text p.spacer-asterisk {
    padding: 0;
    margin: 1.5em 0;
    text-align: center; }
  #main-text #book-text div.person-list ol {
    list-style: none;
    padding: 0 0 0 1.5em; }
  #main-text #book-text p.place-and-time {
    font-style: italic; }
  #main-text #book-text em.math, #main-text #book-text em.foreign-word, #main-text #book-text em.book-title, #main-text #book-text em.didaskalia {
    font-style: italic; }
  #main-text #book-text em.foreign-word.foreign-word-protected {
    font-style: normal; }
  #main-text #book-text em.author-emphasis {
    letter-spacing: 0.1em; }
  #main-text #book-text em.person {
    font-style: normal;
    font-variant: small-caps; }
  #main-text #book-text em.wieksze-odstepy {
    font-style: normal;
    word-spacing: 1em; }
  #main-text #book-text .verse:after {
    content: "\feff"; }
  #main-text #book-text table {
    border-collapse: collapse;
    width: 100%; }
  #main-text #book-text table.border td, #main-text #book-text table.border th {
    border: 1px solid black;
    vertical-align: top; }
  #main-text #book-text .anchor {
    /* Show line numbers. */
    float: left;
    clear: left;
    font-size: .8em;
    margin-left: -40px;
    width: 36px;
    height: auto;
    padding: 2px;
    text-align: center;
    color: #ccc;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
  #main-text #book-text .theme-begin {
    font-size: .9em;
    position: relative;
    float: right;
    margin-bottom: 8px;
    clear: both;
    line-height: 1.5em;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-right: -227px;
    width: 170px;
    text-indent: 0;
    color: inherit;
    padding-left: 12px;
    border-left: 1px solid #333; }
  #main-text #book-text a.reference.interesting:after {
    content: url("../images/pin.svg");
    padding: 3px; }

#menu #wltoc ol, #menu #themes ol, #menu #objects ol {
  list-style: none;
  padding: 0;
  margin: 0; }

#menu #wltoc ol {
  padding-left: 1.5em; }

#menu #wltoc ol ol {
  padding: 0 0 1.5em 1.5em;
  margin: 0; }

#menu #wltoc ol ol li {
  font-weight: normal; }

#menu #wltoc h2 {
  display: none; }

#menu #wltoc .anchor {
  float: none;
  margin: 0;
  font-size: 16px;
  position: inherit; }

#menu #info .sponsors img {
  margin-bottom: 1em; }

#main-text #annotation-box {
  display: none;
  position: fixed; }
  #main-text #annotation-box .pointer-bottom {
    transform: rotate(45deg);
    left: 27.5px;
    bottom: -6px;
    width: 12px;
    height: 12px;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 1;
    border-radius: 0px 0px 2px 0px;
    background: var(--white-100, #FFF);
    border: 1px solid var(--teal-700, #007880);
    display: block; }
  #main-text #annotation-box .pointer-top {
    left: 27.5px;
    bottom: -5px;
    transform: rotate(45deg);
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 3;
    border-radius: 0px 0px 2px 0px;
    background: #fff;
    display: block; }
  #main-text #annotation-box #annotation {
    max-width: 470px;
    position: relative;
    z-index: 2;
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 20px rgba(1, 129, 137, 0.2);
    border: 1px solid #007880;
    border-radius: 6px; }
  #main-text #annotation-box #annotation-content {
    max-height: 138px;
    overflow-y: scroll;
    color: var(--black-900, #333);
    leading-trim: both;
    text-edge: cap;
    font-variant-numeric: oldstyle-nums proportional-nums;
    /* Czytnik/Desktop/p read */
    font-family: "Source Serif Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */ }
    #main-text #annotation-box #annotation-content em.foreign-word.foreign-word-protected {
      font-style: normal; }
  #main-text #annotation-box #footnote-link {
    display: block;
    margin-top: 16px;
    text-align: right; }

#main-text #qbox {
  display: none;
  position: fixed;
  padding: 4px;
  border: 1px solid #007880;
  border-radius: 22px;
  background: white;
  box-shadow: 6px 6px 10px 0px rgba(0, 120, 128, 0.35); }
  #main-text #qbox.copied .content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "skopiowane";
    display: flex;
    background: white;
    color: black;
    justify-content: center;
    align-items: center;
    border-radius: 22px; }
  #main-text #qbox .content {
    overflow: hidden;
    display: flex; }
    #main-text #qbox .content a {
      width: 70px;
      line-height: 44px;
      text-align: center;
      border-left: 1px solid #BBF6FA; }
      #main-text #qbox .content a:nth-child(1) {
        border-left: none; }
      #main-text #qbox .content a img {
        vertical-align: middle;
        height: 22px; }
  #main-text #qbox .pointer-bottom {
    transform: rotate(45deg);
    left: 128px;
    top: -6px;
    width: 12px;
    height: 12px;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 1;
    border-radius: 0px 0px 2px 0px;
    background: var(--white-100, #FFF);
    border: 1px solid var(--teal-700, #007880);
    display: block; }
  #main-text #qbox .pointer-top {
    left: 128px;
    top: -5px;
    transform: rotate(45deg);
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 3;
    border-radius: 0px 0px 2px 0px;
    background: #fff;
    display: block; }

.zakladka {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px; }
  .zakladka .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .zakladka .icon .icon-exists, .zakladka .icon .icon-note {
      display: none; }
  .zakladka #zakladka-box {
    padding: 20px;
    width: 270px;
    border: 1px solid #007880;
    border-radius: 8px;
    box-shadow: 6px 6px 10px 0px rgba(0, 120, 128, 0.35);
    background: #E1F1F2;
    position: relative;
    left: -225px;
    z-index: 3; }
    @media only screen and (min-width: 1172px) {
      .zakladka #zakladka-box {
        left: -12px; } }
    .zakladka #zakladka-box .pointer-bottom {
      transform: rotate(45deg);
      left: 238px;
      top: -7px;
      width: 12px;
      height: 12px;
      position: absolute;
      box-sizing: border-box;
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      border-radius: 0px 0px 2px 0px;
      background: var(--white-100, #E1F1F2);
      border: 1px solid var(--teal-700, #007880);
      display: block; }
      @media only screen and (min-width: 1172px) {
        .zakladka #zakladka-box .pointer-bottom {
          left: 25px; } }
    .zakladka #zakladka-box .pointer-top {
      left: 238px;
      top: -5px;
      transform: rotate(45deg);
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 3;
      border-radius: 0px 0px 2px 0px;
      background: #E1F1F2;
      display: block; }
      @media only screen and (min-width: 1172px) {
        .zakladka #zakladka-box .pointer-top {
          left: 25px; } }
    .zakladka #zakladka-box .content {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      gap: 12px; }
      .zakladka #zakladka-box .content .zakladka-tool {
        color: #333;
        line-height: 30px;
        font-family: "Source Sans Pro";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        cursor: pointer;
        padding-left: 38px; }
        .zakladka #zakladka-box .content .zakladka-tool:before {
          height: 30px;
          width: 30px;
          display: inline-block;
          vertical-align: bottom;
          margin-left: -38px;
          margin-right: 8px; }
        .zakladka #zakladka-box .content .zakladka-tool.zakladka-tool_zakladka_delete:before {
          content: url("/static/2022/images/zakladka-usun.svg"); }
        .zakladka #zakladka-box .content .zakladka-tool.zakladka-tool_zakladka:before {
          content: url("/static/2022/images/add-icon.svg"); }
        .zakladka #zakladka-box .content .zakladka-tool.zakladka-tool_sluchaj:before {
          content: url("/static/2022/images/play-now-icon.svg"); }
        .zakladka #zakladka-box .content .zakladka-tool.zakladka-tool_notka:before {
          content: url("/static/2022/images/add-note-icon.svg"); }
      .zakladka #zakladka-box .content .zakladka-tool_notka_text {
        display: none;
        width: 100%;
        position: relative; }
        .zakladka #zakladka-box .content .zakladka-tool_notka_text textarea {
          width: 100%;
          display: flex;
          padding: 16px;
          justify-content: center;
          align-items: center;
          gap: 8px;
          flex: 1 0 0;
          border-radius: 6px;
          border: 1px solid #007880;
          background: #fff; }
        .zakladka #zakladka-box .content .zakladka-tool_notka_text #notka-save, .zakladka #zakladka-box .content .zakladka-tool_notka_text #notka-saved {
          position: absolute;
          top: 4px;
          right: 4px;
          display: none;
          width: 16px;
          height: 16px; }
      .zakladka #zakladka-box .content .zakladka-tool_zakladka_delete {
        display: none; }
  .zakladka.zakladka-exists .icon-empty {
    display: none; }
  .zakladka.zakladka-exists .icon-exists {
    display: flex; }
  .zakladka.zakladka-exists #zakladka-box .content .zakladka-tool_notka_text {
    display: block; }
  .zakladka.zakladka-exists #zakladka-box .content .zakladka-tool_zakladka_delete {
    display: block; }
  .zakladka.zakladka-note .icon-empty {
    display: none; }
  .zakladka.zakladka-note .icon-note {
    display: flex; }
  .zakladka.zakladka-note #zakladka-box .content .zakladka-tool_notka_text {
    display: block; }
  .zakladka.zakladka-note #zakladka-box .content .zakladka-tool_zakladka_delete {
    display: block; }

/*
.zakladka-tool_sluchaj {display: none;}
.has-sync .zakladka-tool_sluchaj {display: block;}
*/
#book-text-buttons {
  display: none;
  margin-top: 16px;
  border: 1px solid #D5ECED;
  border-radius: 6px;
  padding: 8px;
  max-width: 717px; }
  #book-text-buttons a {
    display: inline-block;
    padding: 20px 30px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px; }
    #book-text-buttons a:hover {
      background: #E1F1F2; }
    #book-text-buttons a i {
      margin-right: 10px; }
      #book-text-buttons a i.icon-play {
        color: white;
        background: #018189;
        display: inline-block;
        padding: 10px 8px 10px 12px;
        border-radius: 100%; }

#sidebar {
  position: absolute;
  left: 0;
  top: 20px;
  width: 200px; }
  #sidebar h2 {
    font-size: 20px;
    margin-bottom: 1em; }
  #sidebar .other-text-close {
    display: none; }
  #sidebar #other {
    display: none; }
    @media only screen and (min-width: 1172px) {
      #sidebar #other {
        display: block; } }
    #sidebar #other ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #sidebar #other ul .book-mini-box {
        position: relative;
        width: 137px; }
        #sidebar #other ul .book-mini-box .language {
          position: absolute;
          top: 163px;
          left: 10px;
          color: white;
          background: black;
          padding: 0 10px;
          border-radius: 10px;
          font-size: 14px;
          line-height: 20px; }
        #sidebar #other ul .book-mini-box .author, #sidebar #other ul .book-mini-box .title {
          display: block;
          font-size: 14px;
          line-height: 18px; }

.with-other-text #sidebar .other-text-close {
  display: block;
  background: red;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
  color: white;
  text-decoration: none; }

.with-other-text #main-text #book-text .other {
  overflow: hidden;
  margin: 10px 40px 10px 50px;
  padding: 10px 20px 0 10px;
  background: #eee;
  border-left: 10px double #ddd; }
  .with-other-text #main-text #book-text .other h3 {
    margin: 0;
    padding: 0; }
  .with-other-text #main-text #book-text .other .paragraph {
    padding: 0; }

:lang(pl),
:lang(en),
:lang(de),
:lang(fr),
:lang(lt),
:lang(uk) {
  direction: ltr; }

:lang(he) {
  direction: rtl; }

/*! ------------------------------
    Components Module
------------------------------ */
/*!*/
/* ------------------------------
    Component: Hamburger
------------------------------ */
.c-hamburger {
  display: flex;
  height: 19px;
  transition: transform cubic-bezier(0, 0, 0.2, 1) 400ms;
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .c-hamburger:after {
    content: attr(data-label);
    transform: translateX(50%);
    font-size: 18px;
    font-size: 1.125rem;
    top: -3px;
    left: -7px;
    font-weight: 500;
    padding-left: 17px;
    position: absolute;
    transition: color 300ms cubic-bezier(0, 0, 0.2, 1); }
  .c-hamburger .bar,
  .c-hamburger .bar:after,
  .c-hamburger .bar:before {
    width: 35px;
    height: 3px;
    border-radius: 10px; }
  .c-hamburger .bar {
    position: relative;
    transform: translateY(8px);
    background-color: #85c7cc;
    transition: all 0ms 300ms; }
    .c-hamburger .bar:before, .c-hamburger .bar:after {
      left: 0;
      content: "";
      position: absolute;
      bottom: 8px;
      background-color: #85c7cc; }
    .c-hamburger .bar:before {
      bottom: 8px;
      transition: bottom 300ms 300ms cubic-bezier(0, 0, 0.2, 1), transform 300ms cubic-bezier(0, 0, 0.2, 1), background-color 300ms cubic-bezier(0, 0, 0.2, 1); }
    .c-hamburger .bar:after {
      top: 8px;
      transition: top 300ms 300ms cubic-bezier(0, 0, 0.2, 1), transform 300ms cubic-bezier(0, 0, 0.2, 1), background-color 300ms cubic-bezier(0, 0, 0.2, 1); }
    .c-hamburger .bar.animate {
      background-color: rgba(255, 255, 255, 0); }
      .c-hamburger .bar.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0, 0, 0.2, 1), transform 300ms 300ms cubic-bezier(0, 0, 0.2, 1); }
      .c-hamburger .bar.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0, 0, 0.2, 1), transform 300ms 300ms cubic-bezier(0, 0, 0.2, 1); }

.c-media {
  margin: 0 auto; }
  .c-media .only-s .l-button--fav {
    margin-top: -10px; }

.c-media__actions {
  display: flex;
  column-gap: 20px;
  row-gap: 10px; }

.c-media__btn {
  width: 100%;
  text-align: center;
  align-items: center; }
  .c-media__btn .l-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.c-media__player {
  margin-top: 35px; }
  .c-media__player h2 {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #666666;
    margin: 0; }

.c-media__caption {
  color: #474747;
  background: #F2F2F2;
  padding: 15px 24px;
  border-radius: 0 0 5px 5px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .c-media__caption .content {
    padding-left: 35px;
    width: calc(100% - 145px); }
  .c-media__caption .icon {
    color: #808080;
    font-size: 26px; }
    .c-media__caption .icon:not(:last-child) {
      margin-right: 16px; }
  .c-media__caption p {
    margin: 0;
    color: #474747;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%; }
  .c-media__caption .c-media__settings {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    min-height: 30px;
    overflow: hidden; }
    .c-media__caption .c-media__settings .icon {
      position: absolute;
      transition: .5s rotate;
      bottom: 0;
      right: 0;
      line-height: 30px;
      width: 40px;
      text-align: center;
      margin: 0; }
    .c-media__caption .c-media__settings > div {
      height: 0;
      transition: .5s height;
      overflow: hidden;
      background: #F2F2F2;
      border-bottom: 5px solid #D5ECED;
      margin-top: -5px; }
      .c-media__caption .c-media__settings > div > div {
        padding: 30px; }
    .c-media__caption .c-media__settings.active .icon {
      rotate: 180deg; }
    .c-media__caption .c-media__settings.active > div {
      height: 150px; }

.c-media__popup {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
  overflow-y: scroll;
  padding: 10vh 16px 10px 10px;
  width: 100%; }
  @media only screen and (min-width: 840px) {
    .c-media__popup {
      padding: 10vh 40px 40px 40px; } }
  .c-media__popup.is-open {
    display: flex; }

.c-media__popup__box {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  @media only screen and (min-width: 840px) {
    .c-media__popup__box {
      min-width: 640px; } }
.c-media__popup__box__lead {
  padding: 16px 50px 16px 16px;
  background: #083F4D; }
  @media only screen and (min-width: 840px) {
    .c-media__popup__box__lead {
      padding: 40px; } }
  .c-media__popup__box__lead h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #FFFFFF; }
  .c-media__popup__box__lead p {
    letter-spacing: .01em;
    margin-top: 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #D5ECED; }

.c-media__popup__box__items {
  padding: 16px; }
  @media only screen and (min-width: 840px) {
    .c-media__popup__box__items {
      padding: 40px; } }
.c-media__popup__box__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  width: 100%;
  padding: 20px 0; }
  .c-media__popup__box__item:not(:last-child) {
    border-bottom: 1px solid #D9D9D9; }
  .c-media__popup__box__item h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 166%;
    letter-spacing: -0.005em;
    color: #474747;
    border-bottom: 0;
    padding: 0; }
  .c-media__popup__box__item p {
    margin-top: 10px;
    max-width: 390px;
    font-weight: normal;
    font-size: 15px;
    line-height: 160%;
    color: #808080; }
  .c-media__popup__box__item ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0; }
    .c-media__popup__box__item ul li {
      line-height: 1; }
      .c-media__popup__box__item ul li:not(:last-child) {
        margin-bottom: 15px; }
      .c-media__popup__box__item ul li a {
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.01em;
        text-decoration: underline;
        color: #666666; }
        .c-media__popup__box__item ul li a:hover {
          text-decoration: none; }
  .c-media__popup__box__item .l-button {
    padding: 6px 10px;
    min-width: 120px;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #007880;
    border: 2px solid #007880; }
    .c-media__popup__box__item .l-button:hover {
      background: #006e76;
      border-color: #006e76; }

.c-media__popup__close {
  position: absolute;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 0;
  background-color: transparent;
  top: 15px;
  right: 20px;
  transition: all cubic-bezier(0.25, 1, 0.5, 1) 350ms;
  opacity: 0.75; }
  .c-media__popup__close:hover {
    opacity: 1; }
  @media only screen and (min-width: 840px) {
    .c-media__popup__close {
      top: 35px;
      right: 40px; } }
.book-cover-small img {
  max-width: calc((100vw - 3 * 16px) / 2); }

.c-player {
  width: 100%;
  align-items: center;
  position: relative;
  background-color: #D5ECED;
  padding: 105px 70px 25px 70px; }
  @media only screen and (min-width: 840px) {
    .c-player {
      display: flex;
      flex-direction: row;
      padding: 25px 34px 25px 14px; } }
.c-player__head {
  background: #006066;
  padding: 8px 14px;
  border-radius: 5px 5px 0px 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #FFFFFF; }

.c-player__btn {
  background: white;
  border: 0;
  outline: 0;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all cubic-bezier(0.25, 1, 0.5, 1) 350ms; }
  .c-player__btn:hover {
    background: #083F4D; }
    .c-player__btn:hover .icon {
      color: white; }
  .c-player__btn .icon {
    color: #007880;
    font-size: 26px;
    position: relative;
    transition: background cubic-bezier(0.25, 1, 0.5, 1) 350ms; }
    .c-player__btn .icon.icon-play {
      left: 3px; }
    .c-player__btn .icon.icon-pause {
      left: 1px; }

.jp-state-playing .c-player__btn .icon.icon-play {
  left: 1px; }

.c-player__btns {
  display: flex;
  align-items: center; }
  .c-player__btns .play-prev {
    position: absolute;
    left: calc(30% - 20px);
    top: 15px; }
    @media only screen and (min-width: 840px) {
      .c-player__btns .play-prev {
        position: static; } }
  .c-player__btns .jp-play {
    position: absolute;
    left: calc(50% - 25px);
    top: 10px; }
    @media only screen and (min-width: 840px) {
      .c-player__btns .jp-play {
        position: static; } }
  .c-player__btns .play-next {
    position: absolute;
    left: calc(70% - 20px);
    top: 15px; }
    @media only screen and (min-width: 840px) {
      .c-player__btns .play-next {
        position: static; } }
  .c-player__btns button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
    outline: 0;
    border: 1px solid transparent;
    transition: border-color cubic-bezier(0, 0, 0.2, 1) 450ms; }
    .c-player__btns button:first-child {
      margin-left: 0; }
    .c-player__btns button:hover {
      border-color: rgba(0, 120, 128, 0.5); }
    .c-player__btns button:disabled {
      opacity: .33; }
      .c-player__btns button:disabled:hover {
        border-color: transparent; }
    .c-player__btns button.c-player__btn--md {
      width: 50px;
      height: 50px; }
      .c-player__btns button.c-player__btn--md .icon-play {
        font-size: 20px;
        position: relative;
        left: 2px; }
      .c-player__btns button.c-player__btn--md .icon-pause {
        font-size: 20px; }
    .c-player__btns button .icon {
      color: #007880;
      font-size: 16px; }

.jp-state-playing .c-player__btns button.c-player__btn--md .icon-play {
  left: 0; }

@media only screen and (min-width: 840px) {
  .c-player__timeline {
    position: relative;
    width: calc(100% - 60px);
    margin-left: auto;
    max-width: 590px;
    margin-right: 0; } }

.c-player__timeline > span {
  height: 10px;
  width: 100%;
  display: block;
  background: #F2F2F2;
  border-radius: 5px;
  position: relative;
  overflow: hidden; }
  .c-player__timeline > span span.jp-seek-bar {
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background-color: #FFFFFF;
    top: 0;
    left: 0; }
  .c-player__timeline > span span.jp-play-bar {
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background-color: #006066;
    top: 0;
    left: 0; }

.c-player__title {
  top: -27px;
  left: 0;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #083F4D; }

.c-player__info {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #083F4D;
  top: 70px;
  left: 16px; }
  @media only screen and (min-width: 840px) {
    .c-player__info {
      top: -27px;
      left: 0; } }
.c-player__chapters {
  top: 26.6px;
  right: calc(10% - 50px);
  width: 100px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #083F4D;
  z-index: 1; }
  @media only screen and (min-width: 840px) {
    .c-player__chapters {
      top: -27px;
      right: 0; } }
  .c-player__chapters.is-active > span:after {
    transform: rotate(180deg); }
  .c-player__chapters.is-active ul {
    opacity: 1;
    transform: none;
    pointer-events: all; }
  .c-player__chapters > span {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center; }
    .c-player__chapters > span:after {
      margin-left: 5px;
      content: "";
      font-family: "wl" !important;
      transition: transform cubic-bezier(0, 0, 0.2, 1) 450ms; }
  .c-player__chapters ul {
    width: 283px;
    position: absolute;
    background-color: #083F4D;
    transform: translateY(-10px);
    opacity: 0;
    box-shadow: 0 0 20px rgba(1, 129, 137, 0.2);
    transition: all cubic-bezier(0, 0, 0.2, 1) 450ms;
    list-style-position: inside;
    border-radius: 10px;
    right: 0;
    margin: 10px 0 0;
    padding: 15px;
    pointer-events: none; }
    .c-player__chapters ul li {
      font-size: 12px;
      line-height: 140%;
      letter-spacing: 0.05em;
      list-style-type: decimal;
      margin: 5px 0;
      color: white;
      cursor: pointer; }
      .c-player__chapters ul li span {
        display: none; }
      .c-player__chapters ul li span.title {
        display: inline; }
    .c-player__chapters ul div.title {
      font-size: 12px;
      line-height: 140%;
      letter-spacing: 0.05em;
      list-style-type: decimal;
      margin: 5px 0;
      color: white;
      cursor: pointer; }

.c-player__volume {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 40px; }
  @media only screen and (min-width: 840px) {
    .c-player__volume {
      display: flex; } }
  .c-player__volume .icon {
    font-size: 21px;
    color: #007880;
    margin-right: 8px;
    cursor: pointer; }
  .c-player__volume .jp-volume-bar {
    width: 100px;
    border-radius: 5px;
    height: 10px;
    display: block;
    background: white; }
  .c-player__volume .jp-volume-bar-value {
    display: block;
    height: 10px;
    border-radius: 5px;
    background: #006066; }

@media only screen and (min-width: 840px) {
  .c-player__length {
    position: relative;
    display: block;
    width: 100%; } }

.c-player__length > span {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #083F4D;
  bottom: 22px; }
  @media only screen and (min-width: 840px) {
    .c-player__length > span {
      padding-top: 10px;
      bottom: auto; } }
  .c-player__length > span.jp-current-time {
    left: 16px; }
    @media only screen and (min-width: 840px) {
      .c-player__length > span.jp-current-time {
        left: 0; } }
  .c-player__length > span.time-left {
    right: 16px; }
    @media only screen and (min-width: 840px) {
      .c-player__length > span.time-left {
        right: 0; } }
  .c-player__length > span.total-time-left {
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center; }
    @media only screen and (min-width: 840px) {
      .c-player__length > span.total-time-left {
        bottom: auto; } }
.project-icon {
  max-width: 100px;
  max-height: 50px; }

.c-support {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
  background: #083F4D;
  border-radius: 15px;
  overflow: hidden;
  justify-content: center;
  align-items: stretch; }
  @media only screen and (min-width: 840px) {
    .c-support {
      flex-direction: row; } }
  .c-support h2 {
    margin: 0 auto 35px;
    font-style: italic;
    font-weight: 400;
    font-size: 34px;
    line-height: 47px;
    letter-spacing: -0.02em;
    color: #ffffff; }
    .c-support h2 span {
      color: #96C13D; }
  .c-support div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 30px 30px; }
  .c-support .bg {
    flex-basis: 193px;
    flex-grow: 0;
    flex-shrink: 0;
    background-image: url("/static/2022/images/dziecko.jpeg");
    background-size: cover;
    background-position: 50% 20%; }
    @media only screen and (min-width: 840px) {
      .c-support .bg {
        flex-basis: 270px; } }
  .c-support a {
    width: 100%;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #083F4D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 22px 14px 28px;
    background: #FBC40F;
    border-radius: 5px;
    transition: all cubic-bezier(0.25, 1, 0.5, 1) 350ms; }
    .c-support a:hover {
      background: #96C13D; }

.c-support__content {
  padding: 16px 32px 30px 32px; }

/* ------------------------------
    Component: Checkbox
------------------------------ */
.c-checkbox {
  display: flex;
  margin-bottom: 14px; }
  .c-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    visibility: hidden; }
  .c-checkbox input + label:before {
    content: '';
    margin-top: 2px;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 20px;
    text-align: center;
    display: block;
    background: #E1F1F2;
    border: 2px solid #083F4D;
    box-sizing: border-box;
    border-radius: 3px; }
  .c-checkbox input:checked + label:before {
    background: #083F4D url(../images/check.svg) center no-repeat;
    background-size: 12px; }
  .c-checkbox label {
    display: flex;
    cursor: pointer; }
    .c-checkbox label p {
      margin-top: 0;
      color: #083F4D;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 150%; }
      .c-checkbox label p span {
        color: #FF4C54;
        margin-left: -10px; }

.c-select {
  margin: 0 5px 0 5px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(10% - 20px);
  top: 15px; }
  @media only screen and (min-width: 840px) {
    .c-select {
      position: static; } }
  .c-select.is-active ul li {
    display: flex; }
    .c-select.is-active ul li:first-child {
      border-radius: 4px 4px 0 0 !important; }
    .c-select.is-active ul li:last-child {
      border-radius: 0 0 4px 4px !important; }
    .c-select.is-active ul li:hover {
      background: #062c36; }
    .c-select.is-active ul li.is-active {
      border-radius: 0;
      color: #007880;
      background: #74bdc2; }
  .c-select ul {
    margin: 0;
    padding: 0; }
    .c-select ul li {
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 15px;
      line-height: 120%;
      display: none;
      cursor: pointer;
      width: 43px;
      height: 22px;
      transition: background cubic-bezier(0, 0, 0.2, 1) 450ms;
      text-align: center;
      color: #ffffff;
      background: #083F4D; }
      .c-select ul li.is-active {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border-radius: 4px;
        color: #007880; }
        .c-select ul li.is-active:hover {
          background: #74bdc2; }

.c-lang {
  position: absolute;
  top: 11px;
  width: 150px;
  right: 66px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms cubic-bezier(0, 0, 0.2, 1);
  z-index: 16;
  display: none; }
  @media only screen and (min-width: 840px) {
    .c-lang {
      display: block; } }
  .c-lang.is-open .c-lang__button .icon-arrow-down {
    transform: rotate(-180deg); }
  .c-lang.is-open .c-lang__list {
    transform: none;
    opacity: 1;
    pointer-events: all; }

.c-lang__button {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer; }
  .c-lang__button .icon-lang {
    color: #92BD39;
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: 8px; }
  .c-lang__button .icon-arrow-down {
    margin-left: 8px;
    transition: transform 350ms cubic-bezier(0, 0, 0.2, 1); }

.c-lang__list {
  margin-top: 10px;
  border-radius: 10px;
  background-color: #F7BA00;
  overflow: hidden;
  transform: translateY(-10px);
  opacity: 0;
  transition: all 350ms cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
  display: flex;
  flex-direction: column; }
  .c-lang__list button {
    display: block;
    padding: 9px 20px;
    color: #474747;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: "Source Sans Pro";
    font-size: 16px;
    line-height: 18.4px;
    text-align: left; }
    .c-lang__list button:hover {
      background-color: #EDAA00; }
    .c-lang__list button.is-active {
      font-weight: 600;
      background-color: #EDAA00; }

.c-avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  vertical-align: middle; }

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

.c-form {
  padding: 0 16px; }
  .c-form .c-form__hidden-submit {
    font-size: 0;
    border: 0;
    opacity: 0; }
  .c-form div.c-form__inline-radio, .c-form div.c-form__inline-radio > div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0; }
    .c-form div.c-form__inline-radio label, .c-form div.c-form__inline-radio > div label {
      display: flex; }
      .c-form div.c-form__inline-radio label span, .c-form div.c-form__inline-radio > div label span {
        display: block;
        padding: 11px 14px; }
      .c-form div.c-form__inline-radio label input, .c-form div.c-form__inline-radio > div label input {
        width: 0px;
        opacity: 0; }
        .c-form div.c-form__inline-radio label input:checked + span, .c-form div.c-form__inline-radio > div label input:checked + span {
          background: #083F4D;
          border-radius: 4px;
          color: white;
          font-weight: bold; }
  .c-form .c-form__controls-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
  .c-form .c-form__control {
    display: flex;
    flex-direction: column;
    gap: 3px; }
    .c-form .c-form__control select {
      padding: 8px 10px;
      background: white;
      border: 1px solid #ddd;
      border-radius: 4px; }

.c-search-result-fragment {
  display: block;
  padding: 21px;
  margin-top: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 10px; }
  .c-search-result-fragment .c-search-result-fragment-title {
    display: block;
    font-size: 21.5px;
    line-height: 1.4em;
    color: #474747; }
  .c-search-result-fragment .c-search-result-fragment-author {
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    color: #808080; }
  .c-search-result-fragment .c-search-result-fragment-text {
    margin-top: 16px;
    padding: 6px 12px;
    display: block;
    color: #474747;
    background: #F2F2F2;
    border-radius: 4px;
    font-size: 18px;
    line-height: 1.5em; }
    .c-search-result-fragment .c-search-result-fragment-text:hover {
      text-decoration: none;
      background-color: #d2d2d2; }
    .c-search-result-fragment .c-search-result-fragment-text strong {
      font-weight: normal;
      background: #FFEA00; }

.c-search-result {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 27px; }
  .c-search-result.c-search-result-author li {
    padding-left: 52px; }
    .c-search-result.c-search-result-author li figure {
      font-size: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      margin-left: -52px;
      margin-right: 12px;
      overflow: hidden;
      border-radius: 50%; }
      .c-search-result.c-search-result-author li figure img {
        width: 100%; }
  .c-search-result li {
    margin-bottom: 5px; }
    .c-search-result li a {
      display: flex;
      align-items: center; }

.c-search-result-collection {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  flex-wrap: wrap; }

.c-search-result-pd {
  margin-top: 64px;
  padding: 34px;
  font-size: 18px;
  line-height: 24px;
  background: #E1F1F2;
  border-radius: 10px; }
  .c-search-result-pd h2 {
    color: #007880;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    margin: 0; }
  .c-search-result-pd p {
    font-size: 18px;
    line-height: 27px; }
  .c-search-result-pd > div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 26px; }
    .c-search-result-pd > div > div {
      background: white;
      padding: 21px;
      border-radius: 10px;
      width: 343px; }
      .c-search-result-pd > div > div a {
        color: #474747;
        line-height: 28px; }
      .c-search-result-pd > div > div strong {
        display: block;
        margin-bottom: 10px;
        color: #083F4D;
        font-size: 25px;
        line-height: 30px; }
      .c-search-result-pd > div > div em {
        font-style: normal;
        font-weight: bold; }

.ui-autocomplete .ui-menu-item span {
  border-radius: 18px;
  padding: 0px 10px; }

.ui-autocomplete .ui-menu-item.type-info:before {
  content: '\1f6c8';
  position: absolute;
  left: 0;
  width: 36px;
  line-height: 36px;
  text-align: center; }

.ui-autocomplete .ui-menu-item.type-theme:before {
  content: '☆';
  position: absolute;
  left: 0;
  width: 36px;
  line-height: 36px;
  text-align: center; }

.ui-autocomplete .ui-menu-item.type-genre a span, .ui-autocomplete .ui-menu-item.type-genre a:hover span {
  color: black;
  background: #92BD39; }

.ui-autocomplete .ui-menu-item.type-epoch a span, .ui-autocomplete .ui-menu-item.type-epoch a:hover span {
  background: #007880;
  color: white; }

.ui-autocomplete .ui-menu-item.type-kind a span, .ui-autocomplete .ui-menu-item.type-kind a:hover span {
  color: black;
  background: #FF4C54; }

.ui-autocomplete .ui-menu-item.type-author img {
  border-radius: 18px; }

.ui-autocomplete .ui-menu-item.type-set:before {
  content: '';
  position: absolute;
  left: 0;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-family: 'wl' !important;
  color: #FF4C54; }

.ui-autocomplete .ui-menu-item a.ui-menu-item-wrapper {
  display: flex;
  transition: none;
  padding: 0;
  align-items: center; }
  .ui-autocomplete .ui-menu-item a.ui-menu-item-wrapper:hover {
    text-decoration: none; }
  .ui-autocomplete .ui-menu-item a.ui-menu-item-wrapper div {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px; }
    .ui-autocomplete .ui-menu-item a.ui-menu-item-wrapper div img {
      max-height: 36px;
      max-width: 36px; }

h2.header {
  margin: 0;
  font-weight: 600;
  font-size: 21.5px;
  line-height: 140%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 15px;
  padding-top: 5px;
  letter-spacing: -0.01em;
  color: #007880;
  margin-top: 23px; }

.c-collectionbox {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 21px;
  width: 560px;
  font-size: 18px;
  line-height: 24px; }
  .c-collectionbox a {
    display: block; }
  .c-collectionbox .c-collectionbox-covers {
    display: flex;
    margin-bottom: 15px; }
    .c-collectionbox .c-collectionbox-covers img {
      width: 172px; }
      @media screen and (max-width: 592px) {
        .c-collectionbox .c-collectionbox-covers img {
          width: calc((100vw - 2*16px - 2px - 2*21px) / 3); } }
/*! ------------------------------
    Pages Module
------------------------------ */
/*!*/
.p-homepage__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  width: 100%;
  flex-direction: column; }
  @media only screen and (min-width: 840px) {
    .p-homepage__info {
      flex-direction: row; } }
  .p-homepage__info.p-homepage__info--second {
    margin-top: 10px;
    flex-wrap: initial; }
    @media only screen and (min-width: 840px) {
      .p-homepage__info.p-homepage__info--second {
        margin-top: 30px; } }
.p-homepage__info__box__rows {
  display: flex;
  flex-direction: column; }

.p-homepage__info__box {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden; }
  .p-homepage__info__box > a {
    display: block;
    font-size: 0; }
  .p-homepage__info__box figure {
    margin: 0;
    display: block;
    font-size: 0; }
  .p-homepage__info__box img {
    max-width: 100%; }
  .p-homepage__info__box.p-homepage__info__box--carousel {
    width: 100%;
    height: calc((100vw - 32px) * 315 / 975);
    overflow: hidden; }
    @media only screen and (min-width: 840px) {
      .p-homepage__info__box.p-homepage__info__box--carousel {
        height: 368px; } }
    .p-homepage__info__box.p-homepage__info__box--carousel div {
      background-position: 50%;
      background-size: cover;
      display: flex;
      justify-content: stretch;
      align-items: stretch;
      height: calc((100vw - 32px) * 315 / 975); }
      @media only screen and (min-width: 840px) {
        .p-homepage__info__box.p-homepage__info__box--carousel div {
          height: 368px; } }
      .p-homepage__info__box.p-homepage__info__box--carousel div a {
        width: 100%;
        height: 100%; }
    .p-homepage__info__box.p-homepage__info__box--carousel .slick-dots {
      bottom: 10px; }
      .p-homepage__info__box.p-homepage__info__box--carousel .slick-dots li button:before {
        border: 1px solid #007880; }
  .p-homepage__info__box.p-homepage__info__box--donate {
    width: 100%;
    display: flex;
    padding: 21px;
    color: #ffffff;
    margin-top: 20px;
    margin-right: 0;
    background-color: #083F4D;
    border-color: #083F4D; }
    @media only screen and (min-width: 840px) {
      .p-homepage__info__box.p-homepage__info__box--donate {
        width: calc(50% - 10px);
        margin-right: 10px; } }
  .p-homepage__info__box.p-homepage__info__box--newsletter {
    width: 100%;
    display: flex;
    padding: 21px;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    color: #083F4D;
    background-color: #E1F1F2;
    border-color: #E1F1F2;
    position: relative;
    overflow: visible; }
    @media only screen and (min-width: 840px) {
      .p-homepage__info__box.p-homepage__info__box--newsletter {
        width: calc(50% - 10px);
        margin-left: 10px; } }
    .p-homepage__info__box.p-homepage__info__box--newsletter:after {
      content: "";
      display: none;
      width: 555px;
      height: 233px;
      bottom: 0;
      left: 0;
      background: url("../images/book-donate-bg.svg") center no-repeat;
      position: absolute;
      pointer-events: none; }
      @media only screen and (min-width: 840px) {
        .p-homepage__info__box.p-homepage__info__box--newsletter:after {
          display: block; } }
  .p-homepage__info__box.p-homepage__info__box--full {
    width: 100%;
    max-width: 705px;
    padding: 0;
    color: #ffffff;
    margin-right: 0;
    margin-bottom: 20px;
    background: #083F4D;
    border: 0;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 840px) {
      .p-homepage__info__box.p-homepage__info__box--full {
        flex-direction: row;
        margin-right: 20px;
        margin-bottom: 0; } }
    .p-homepage__info__box.p-homepage__info__box--full img {
      border-radius: 0;
      min-width: 100%;
      height: 250px;
      object-fit: cover; }
      @media only screen and (min-width: 840px) {
        .p-homepage__info__box.p-homepage__info__box--full img {
          min-width: 270px;
          height: unset;
          object-fit: unset; } }
    .p-homepage__info__box.p-homepage__info__box--full .p-homepage__info__box__content {
      max-width: 100%;
      justify-content: flex-start;
      padding: 32px;
      background: url("../images/plant.png") center no-repeat; }
      .p-homepage__info__box.p-homepage__info__box--full .p-homepage__info__box__content p {
        font-size: 18px;
        font-size: 1.125rem; }
        @media only screen and (min-width: 840px) {
          .p-homepage__info__box.p-homepage__info__box--full .p-homepage__info__box__content p {
            font-size: 24px;
            font-size: 1.5rem; } }
        .p-homepage__info__box.p-homepage__info__box--full .p-homepage__info__box__content p + p {
          margin-top: 16px;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 150%; }
          @media only screen and (min-width: 840px) {
            .p-homepage__info__box.p-homepage__info__box--full .p-homepage__info__box__content p + p {
              font-size: 18px;
              font-size: 1.125rem; } }
    .p-homepage__info__box.p-homepage__info__box--full .l-button {
      margin-top: 20px;
      margin-bottom: 0; }
      @media only screen and (min-width: 840px) {
        .p-homepage__info__box.p-homepage__info__box--full .l-button {
          margin-top: auto; } }
  .p-homepage__info__box.p-homepage__info__box--full--sm {
    border: 0;
    display: flex; }
    .p-homepage__info__box.p-homepage__info__box--full--sm img {
      min-width: 125px; }
    .p-homepage__info__box.p-homepage__info__box--full--sm .p-homepage__info__box__content {
      max-width: 100%;
      justify-content: flex-start;
      padding: 15px; }
      .p-homepage__info__box.p-homepage__info__box--full--sm .p-homepage__info__box__content p {
        font-size: 18px;
        font-size: 1.125rem; }
        @media only screen and (min-width: 840px) {
          .p-homepage__info__box.p-homepage__info__box--full--sm .p-homepage__info__box__content p {
            font-size: 24px;
            font-size: 1.5rem; } }
        .p-homepage__info__box.p-homepage__info__box--full--sm .p-homepage__info__box__content p strong {
          color: inherit;
          font-weight: 600; }
        .p-homepage__info__box.p-homepage__info__box--full--sm .p-homepage__info__box__content p + p {
          margin-top: 16px;
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 150%; }
      .p-homepage__info__box.p-homepage__info__box--full--sm .p-homepage__info__box__content .l-button {
        margin-top: auto;
        margin-bottom: 0;
        font-size: 18px;
        font-size: 1.125rem;
        padding: 3px 10px; }
    .p-homepage__info__box.p-homepage__info__box--full--sm:nth-child(1) {
      background-color: #92BD39;
      margin-bottom: 20px; }
      .p-homepage__info__box.p-homepage__info__box--full--sm:nth-child(1) .p-homepage__info__box__content {
        background: url("../images/flower.png") center no-repeat; }
    .p-homepage__info__box.p-homepage__info__box--full--sm:nth-child(2) {
      background-color: #FFA500; }
      .p-homepage__info__box.p-homepage__info__box--full--sm:nth-child(2) .p-homepage__info__box__content {
        background: url("../images/flower-2.png") center no-repeat; }

.p-homepage__info__box__content {
  width: 100%;
  max-width: 320px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5; }
  .p-homepage__info__box__content h3 {
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.01em;
    margin-top: 0;
    font-size: 19px;
    font-size: 1.1875rem; }
    @media only screen and (min-width: 840px) {
      .p-homepage__info__box__content h3 {
        font-size: 31px;
        font-size: 1.9375rem;
        line-height: 100%; } }
    .p-homepage__info__box__content h3 strong {
      display: block;
      font-weight: 700;
      margin-top: 4px;
      font-size: 28px;
      font-size: 1.75rem; }
      @media only screen and (min-width: 840px) {
        .p-homepage__info__box__content h3 strong {
          font-size: 46px;
          font-size: 2.875rem;
          margin-top: 6px; } }
  .p-homepage__info__box__content p {
    margin-top: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 140%;
    letter-spacing: -0.01em; }
    @media only screen and (min-width: 840px) {
      .p-homepage__info__box__content p {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 140%; } }
    .p-homepage__info__box__content p strong {
      color: #92BD39;
      font-weight: 400; }
  .p-homepage__info__box__content .l-button {
    display: block; }

.p-homepage-prapremiera {
  padding: 25px 0 40px 0;
  margin-left: 16px; }
  @media only screen and (min-width: 840px) {
    .p-homepage-prapremiera {
      width: 100%;
      margin-left: 0; } }
  .p-homepage-prapremiera .l-container > h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #92BD39; }
    @media only screen and (min-width: 840px) {
      .p-homepage-prapremiera .l-container > h3 {
        font-size: 31px;
        font-size: 1.9375rem; } }
.p-homepage-prapremiera__box {
  margin-top: 16px;
  background-color: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px; }
  @media only screen and (min-width: 840px) {
    .p-homepage-prapremiera__box {
      padding: 21px; } }
  .p-homepage-prapremiera__box .p-homepage-prapremiera__box__item {
    display: flex;
    flex-direction: row;
    gap: 16px; }
  .p-homepage-prapremiera__box figure {
    margin: 0;
    font-size: 0;
    display: flex;
    justify-content: center; }
    @media only screen and (min-width: 840px) {
      .p-homepage-prapremiera__box figure {
        display: block; } }
    .p-homepage-prapremiera__box figure a {
      display: block; }
      .p-homepage-prapremiera__box figure a img {
        width: 100%; }
        @media only screen and (min-width: 840px) {
          .p-homepage-prapremiera__box figure a img {
            width: 240px; } }
.p-homepage-prapremiera__box__content {
  width: 100%;
  margin-top: 0; }
  .p-homepage-prapremiera__box__content h4 {
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 100%; }
    @media only screen and (min-width: 840px) {
      .p-homepage-prapremiera__box__content h4 {
        font-size: 21px;
        font-size: 1.3125rem; } }
    .p-homepage-prapremiera__box__content h4 a {
      color: #007880; }
  .p-homepage-prapremiera__box__content h3 {
    margin-top: 10px;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 120%; }
    @media only screen and (min-width: 840px) {
      .p-homepage-prapremiera__box__content h3 {
        margin-top: 0;
        font-size: 37px;
        font-size: 2.3125rem; } }
    .p-homepage-prapremiera__box__content h3 a {
      color: #083F4D; }
  .p-homepage-prapremiera__box__content p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
    color: #333333; }
    @media only screen and (min-width: 840px) {
      .p-homepage-prapremiera__box__content p {
        margin-top: 22px; } }
.p-homepage-prapremiera__box__donate {
  background: #083F4D;
  border-radius: 7px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 18px;
  margin-top: 20px; }
  @media only screen and (min-width: 840px) {
    .p-homepage-prapremiera__box__donate {
      padding: 34px; } }
  .p-homepage-prapremiera__box__donate p {
    margin-top: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
    margin-bottom: 20px; }
    @media only screen and (min-width: 840px) {
      .p-homepage-prapremiera__box__donate p {
        margin-bottom: 0;
        font-size: 24px;
        font-size: 1.5rem; } }
    .p-homepage-prapremiera__box__donate p strong {
      color: #92BD39;
      font-weight: 400; }

.p-homepage__uptodate {
  margin-top: 30px;
  width: calc(100% + 32px);
  margin-left: -16px; }
  @media only screen and (min-width: 840px) {
    .p-homepage__uptodate {
      width: 100%;
      margin-top: 60px;
      margin-bottom: 50px; } }
.p-homepage__uptodate__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #007880; }
  .p-homepage__uptodate__header h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #474747; }
    @media only screen and (min-width: 840px) {
      .p-homepage__uptodate__header h3 {
        font-size: 31px;
        font-size: 1.9375rem; } }
  .p-homepage__uptodate__header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .p-homepage__uptodate__header ul li {
      margin-left: 15px; }
      @media only screen and (min-width: 840px) {
        .p-homepage__uptodate__header ul li {
          margin-left: 35px; } }
      .p-homepage__uptodate__header ul li a {
        font-size: 0;
        color: #083F4D;
        display: flex;
        align-items: center;
        justify-content: center; }
        .p-homepage__uptodate__header ul li a .icon {
          font-size: 40px;
          font-size: 2.5rem; }

.page-book .book-cover-small {
  margin: 0; }

#references-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  z-index: 0; }
  @media only screen and (min-width: 840px) {
    #references-map {
      top: 68px; } }
  #references-map .leaflet-popup-content h2 {
    margin-top: 0;
    padding-top: 0;
    border: 0; }
  #references-map .l-popup-books {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 350px;
    overflow-y: scroll;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px; }
  #references-map .l-popup-books img {
    display: block; }
  #references-map .l-popup-books .c-search-result-fragment {
    padding: 0 0 20px 0;
    border-width: 0;
    border-radius: 0; }
    #references-map .l-popup-books .c-search-result-fragment h1, #references-map .l-popup-books .c-search-result-fragment h2, #references-map .l-popup-books .c-search-result-fragment h3, #references-map .l-popup-books .c-search-result-fragment h4 {
      font-size: 1em;
      margin: 0;
      font-weight: bold; }
    #references-map .l-popup-books .c-search-result-fragment p {
      margin: 0;
      font-size: 18px;
      line-height: 1.5em; }
  #references-map .l-popup-book-header {
    display: flex;
    gap: 16px; }

.jp-state-playing .icon-play:before {
  content: ""; }

.jp-state-muted .icon-volume:before {
  content: ""; }

.sponsors-page {
  display: flex;
  margin-top: 48px;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 60px; }
  @media only screen and (min-width: 1172px) {
    .sponsors-page {
      gap: 0;
      justify-content: space-between;
      flex-wrap: nowrap; } }
  .sponsors-page .sponsors-column {
    margin: 1em 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0; }
    .sponsors-page .sponsors-column .sponsors-column-name {
      font-weight: 400;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 115%;
      height: 62px;
      margin: 0;
      text-align: center;
      color: #474747;
      display: flex;
      align-items: center;
      max-width: 8em; }
    .sponsors-page .sponsors-column .sponsor-logos {
      height: 140px;
      overflow: hidden; }
      .sponsors-page .sponsors-column .sponsor-logos a {
        margin-top: 20px;
        display: block;
        width: 120px;
        height: 120px; }

.l-checkout__support__bar span.little-progress::after {
  white-space: nowrap;
  justify-content: left;
  width: 200px;
  right: -210px;
  color: #083F4D; }

.funding-details h2 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

.funding-details .funding-description h2 {
  font-size: 1.25rem;
  line-height: 1.35; }

.book-container {
  position: relative; }
  .book-container .set-tools {
    display: none;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
    color: white;
    padding: 30px 10px 10px; }
    .book-container .set-tools .sets span {
      padding: 3px 18px 3px 3px;
      background: white;
      color: black;
      margin-right: 5px;
      margin-bottom: 5px;
      display: inline-block;
      border-radius: 3px;
      position: relative; }
      .book-container .set-tools .sets span .close {
        margin-left: 5px;
        position: absolute;
        top: 0;
        right: 0;
        font-family: wl;
        font-size: 10px;
        color: #FF4C54;
        padding: 4px; }
        .book-container .set-tools .sets span .close:hover {
          text-decoration: none;
          color: black;
          cursor: pointer; }
    .book-container .set-tools .add-set-tag input {
      width: 100%; }
    .book-container .set-tools .add-set-tag button {
      font-family: wl;
      position: absolute;
      right: 12px;
      color: #FF4C54;
      bottom: 10px;
      font-size: 12px;
      border: 0;
      background: none;
      padding: 3px; }

.book-container-activator:hover .book-container.book-liked .icon-liked, .book-container-activator.hover .book-container.book-liked .icon-liked, .book-container-activator.ac-hover .book-container.book-liked .icon-liked {
  font-size: 2em; }

.book-container-activator:hover .book-container.book-liked .set-tools, .book-container-activator.hover .book-container.book-liked .set-tools, .book-container-activator.ac-hover .book-container.book-liked .set-tools {
  display: block; }

.filter-container {
  position: absolute;
  top: 15px;
  bottom: 25px;
  display: flex;
  align-items: center; }
  .filter-container .filter {
    background: #FBC40F;
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 15px;
    white-space: nowrap; }
    .filter-container .filter a {
      color: currentColor; }
    .filter-container .filter a:hover {
      color: inherit; }
    .filter-container .filter.filter-category-epoch {
      background: #007880;
      color: white; }
    .filter-container .filter.filter-category-kind {
      background: #FF4C54; }
    .filter-container .filter.filter-category-genre {
      background: #92BD39; }
    .filter-container .filter.filter-category-set {
      background: white;
      color: black;
      border: 1px solid #888; }
      .filter-container .filter.filter-category-set:after {
        content: '';
        font-family: 'wl' !important;
        font-size: .9em;
        margin-left: 3px;
        color: #FF4C54; }

.with-filter {
  padding: 20px 0 0;
  position: relative;
  width: 100%; }
  .with-filter h2 {
    margin-bottom: 0; }

.with-filter .row div.filter-container {
  background: white;
  width: 100%;
  top: 0;
  bottom: 100%;
  opacity: 0;
  overflow: hidden;
  transition: opacity .2s, all .3s; }

.with-filter.filters-enabled .row div.filter-container {
  top: 15px;
  bottom: 5px;
  opacity: 1; }

.with-filter .row div.filter-container:hover {
  top: 15px;
  bottom: 5px;
  opacity: 1; }

.l-books__input .filter-container {
  top: 0;
  bottom: 0;
  right: 10px;
  padding: 10px 0; }
