/* @include transition(all,2s,ease-out); */
.section__paging {
  margin-top: 50px;
  height: 42px;
  line-height: 42px;
}
.section__paging .navigation {
  font-size: 16px;
  line-height: 14px;
  padding-top: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  position: relative;
  top: -10px;
}
.section__paging .navigation.left {
  text-align: right;
}
.section__paging .navigation.right {
  text-align: left;
}
.section__paging span.navigation {
  color: #989898;
}
.section__paging a.navigation {
  border-bottom: 2px solid #f06942;
}
.section__paging .horizontal_line {
  vertical-align: top;
  display: inline-block;
  height: 21px;
  border-bottom: 1px solid #989898;
  margin: 0 15px;
  width: 50px;
}
.section__paging .middle {
  font-size: 42px;
  font-style: italic;
}

#mobile-search__wrapper {
  height: 40px;
  padding: 3px;
  background: #f2f2f2;
  border-radius: 20px;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 32px;
  margin-bottom: 27px;
  display: flex;
}
#mobile-search__wrapper input {
  border: none;
  background: none;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: #979797;
  line-height: 24px;
  /* was 32px, looks better on safari */
  width: 100%;
}
#mobile-search__wrapper button {
  height: 34px;
  width: 45px;
  border-radius: 17px;
  background: #f06942;
  text-align: center;
  overflow: visible;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
}

.content__content--pbreaks p {
  padding-bottom: 40px;
}
.content__content--pbreaks p:last-child {
  padding-bottom: 0;
}

.article_content--universal p {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.article_content--universal a {
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: #F4693B;
  text-decoration-line: underline;
}
.article_content--universal object {
  width: 100% !important;
}
.article_content--universal figure {
  width: 100% !important;
}
.article_content--universal figure img {
  width: 100% !important;
  height: auto !important;
}
.article_content--universal p {
  font-size: 18px;
  line-height: 40px;
  font-family: "IBM Plex Serif", serif;
  margin: 32px 0;
  text-align: left;
}
.article_content--universal p.dropcap, .article_content--universal p:first-child:first-letter {
  /* at font size 18px and line height 40px */
  font-family: IBMPlexSerif !important;
  font-size: 130px;
  color: #000;
  letter-spacing: 0;
  line-height: 120px;
  float: left;
  padding-right: 8px;
}
.article_content--universal.single-article__content--video__content p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
}

body.gallery {
  overflow-y: hidden;
}
body.gallery #gallery {
  display: block !important;
  /* override hard coded display:none */
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}
body.gallery #gallery #gallery__container {
  position: relative;
  width: 100%;
  height: 100%;
}
body.gallery #gallery #gallery__wrapper__wrapper {
  width: 100%;
  height: 101px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
body.gallery #gallery #gallery__slider {
  overflow: hidden;
}
body.gallery #gallery #gallery__slider .item {
  height: 100vh;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.gallery #gallery #gallery__slider .item .counter {
  flex-grow: 0;
  height: 56px;
  line-height: 56px;
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  text-align: center;
}
body.gallery #gallery #gallery__slider .item figure {
  flex-grow: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
body.gallery #gallery #gallery__slider .item figure img {
  display: none;
  /*height: 100%;
  width: auto;*/
}
body.gallery #gallery #gallery__slider .item .description {
  flex-grow: 0;
  height: 96px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
body.gallery #gallery #gallery__slider .item .description p {
  display: block;
}
body.gallery #gallery #gallery__close__wrapper {
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 19px;
  right: 19px;
  z-index: 1000000000;
}
body.gallery #gallery #gallery__close__wrapper img {
  width: 18px;
  height: 18px;
}
body.gallery #gallery #gallery_button-prev__wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -15px;
}
body.gallery #gallery #gallery_button-next__wrapper {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -15px;
}
body.gallery #gallery .slider-button {
  cursor: pointer;
}
body.gallery #gallery .slider-button .orange {
  display: none;
}
body.gallery #gallery .slider-button .grey {
  display: none;
}
body.gallery #gallery .slider-button:hover .black {
  display: none;
}
body.gallery #gallery .slider-button:hover .orange {
  display: block;
}

#download-ebook-button-wrapper {
  text-align: center;
  width: 100%;
}
#download-ebook-button-wrapper #download-ebook-button {
  background: #f06942;
  color: #fff;
  height: 40px;
  line-height: 32px;
  padding: 0 40px;
  border-radius: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 3.11px;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
}

body.review #free_ebook_copy {
  /*
  #subscriber {
    > div {
      margin-bottom: 30px;
    }
  }

  strong {
    font-weight: $wbold;
    @include serif;
    font-size: 18px;
    line-height: 28px;
  }

  input, textarea {
    border: 1px solid transparent;
    background: #F2F2F2 !important;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    width: 100%;
  }
  */
  /*
  label {
    display: block;
  }

  p {
    margin: 15px 0 !important;
  }
   */
  /*&.has-error {
    input, textarea {
      border: 1px solid #FF001F;
    }*/
  /* error messages */
  /*}*/
}
body.review #free_ebook_copy label {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
}
body.review #free_ebook_copy label[for=subscriber_newsletter] {
  display: inline;
  font-weight: normal;
}
body.review #free_ebook_copy #subscriber_newsletter {
  float: left;
}
body.review #free_ebook_copy input, body.review #free_ebook_copy textarea {
  border: 1px solid rgba(151, 151, 151, 0.52);
  background: #FFF !important;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
  border-radius: 9999px;
  padding: 5px 15px;
  margin-bottom: 20px;
}
body.review #free_ebook_copy label[for=subscriber_newsletter] {
  float: left;
}
body.review #free_ebook_copy #subscriber_newsletter {
  float: right;
}
body.review #free_ebook_copy ul {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  color: #FF001F;
  letter-spacing: 0;
  line-height: 24px;
  list-style: none;
}
body.review #free_ebook_copy ul + input, body.review #free_ebook_copy ul + textarea {
  border: 1px solid #FF001F;
}

#subscriber > div:nth-of-type(4) {
  display: flex;
  align-items: center;
}
#subscriber > div:nth-of-type(4) #subscriber_newsletter {
  width: min-content;
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 0;
  display: inline-block;
  float: none;
}

#content h1 {
  font-size: 64px;
  line-height: 72px;
  font-family: "IBM Plex Serif", serif;
  padding-bottom: 50px;
  font-weight: normal;
}
#content h2 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  /* semibold */
  font-size: 42px;
  line-height: 48px;
  padding: 50px 0 30px 0;
}
#content p {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  line-height: 40px;
}
#content form {
  margin-top: 30px;
}
#content label {
  display: block;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
}
#content input, #content textarea, #content button {
  border: 0;
  padding: 0;
  margin: 0;
}
#content .content__form {
  margin-bottom: 30px;
}
#content .content__form.has-error {
  /* error messages */
}
#content .content__form.has-error input, #content .content__form.has-error textarea {
  border: 1px solid #FF001F;
}
#content .content__form.has-error ul {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  color: #FF001F;
  letter-spacing: 0;
  line-height: 24px;
  list-style: none;
}
#content input, #content textarea {
  border: 1px solid transparent;
  background: #F2F2F2 !important;
  /* override mobile version */
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  width: 433px;
}
#content textarea {
  height: 233px !important;
}
#content button {
  background: #f06942;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  border-radius: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3.11px;
  text-align: center;
}
#content .content__link {
  margin-top: 25px;
  border-bottom: 1px solid #f06942;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  text-transform: uppercase;
  font-style: normal;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

.quote-bubble--shine-1 {
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #FF3800 100%);
}
.quote-bubble--shine-2 {
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(179, 0, 255, 0.73) 100%);
}
.quote-bubble--shine-3 {
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #265C5A 100%);
}
.quote-bubble--shine-4 {
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 135, 0, 0.77) 100%);
}

/* creates a CSS
/* see structure in people-item.html.twig */
.bubble-photo-58 {
  width: 58px;
  height: 58px;
  border-radius: 29px;
}
.bubble-photo-58 figure {
  width: 58px;
  height: 58px;
}
.bubble-photo-58 div {
  width: 58px;
  height: 58px;
}

.bubble-photo-40 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.bubble-photo-40 figure {
  width: 40px;
  height: 40px;
}
.bubble-photo-40 div {
  width: 40px;
  height: 40px;
}

.bubble-photo-120 {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}
.bubble-photo-120 figure {
  width: 120px;
  height: 120px;
}
.bubble-photo-120 div {
  width: 120px;
  height: 120px;
}

.bubble-photo-220 {
  width: 220px;
  height: 220px;
  border-radius: 110px;
}
.bubble-photo-220 figure {
  width: 220px;
  height: 220px;
}
.bubble-photo-220 div {
  width: 220px;
  height: 220px;
}

.bubble-photo-responsive {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 99999px;
}
.bubble-photo-responsive > div {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 99999px;
}

.bubble-photo {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.bubble-photo figure {
  background-position: 50% 50%;
  background-size: cover;
}
.bubble-photo figure img {
  visibility: hidden;
}

.bubble-photo-shine {
  position: absolute;
  top: 0;
  left: 0;
}
.bubble-photo-shine--1 {
  background-image: linear-gradient(-90deg, rgba(251, 189, 105, 0) 0%, #FF3800 100%);
}
.bubble-photo-shine--2 {
  opacity: 0.73;
  background-image: linear-gradient(-90deg, rgba(251, 189, 105, 0) 0%, #B300FF 100%);
}
.bubble-photo-shine--3 {
  background-image: linear-gradient(-90deg, rgba(251, 189, 105, 0) 0%, #265C5A 100%);
}
.bubble-photo-shine--4 {
  opacity: 0.77;
  background-image: linear-gradient(-90deg, rgba(251, 189, 105, 0) 0%, #FF8700 100%);
}

#page__poet {
  text-align: center;
}
#page__poet #poet__title {
  /*
  padding-bottom: 52px;
   margin-top: -40px;
  position: relative;

  h1 {
    @include serif;
    font-weight: $wnormal;
    font-style: italic;
    font-size: 90px;
    text-align: center;
    line-height: 96px;
    @include gradient-text;
    padding: 5px; // otherwise we have erasing of serifs
    margin: 0;
    mix-blend-mode: multiply;
  }

  h2 {
    font-family: IBMPlexSans-Medium;
    font-size: 18px;
    line-height: 24px;
    font-weight: $wnormal;
    padding: 0;
    margin: 5px 0 0 0;

    &:after, &:before {
      display: inline;
      content: "-";
      padding: 0 8px;
    }
  }
  */
}
#page__poet .section__poet_description .poet_description {
  margin: 0 auto;
  -webkit-transition: "all" 0.4 ease-in-out;
  -moz-transition: "all" 0.4 ease-in-out;
  -ms-transition: "all" 0.4 ease-in-out;
  -o-transition: "all" 0.4 ease-in-out;
  transition: "all" 0.4 ease-in-out;
  position: relative;
}
#page__poet .section__poet_description .poet_description, #page__poet .section__poet_description .poet_description p, #page__poet .section__poet_description .poet_description h1, #page__poet .section__poet_description .poet_description h2, #page__poet .section__poet_description .poet_description h3, #page__poet .section__poet_description .poet_description h4, #page__poet .section__poet_description .poet_description h5, #page__poet .section__poet_description .poet_description h6 {
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  line-height: 40px;
}
#page__poet .section__poet_description .poet_description.closed {
  height: 320px;
  overflow: hidden;
}
#page__poet .section__poet_description .poet_description .poet_description__bottom {
  position: absolute;
  bottom: 0px;
  height: 150px;
  width: 100%;
  margin: 0 -15px;
  /* to counteract 100% into column */
}
#page__poet .section__poet_description .poet_description .poet_description__bottom .poet_description__gradient {
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 108px;
  width: 100%;
}
#page__poet .section__poet_description .poet_description .poet_description__bottom .poet_description__button {
  height: 42px;
  width: 100%;
  text-align: center;
  content: "MORE ABOUT THE POET";
  background: #fff;
}
#page__poet .section__poet_description .poet_description .poet_description__bottom .poet_description__button a {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #f06942;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#page__poet .section__poet_description .poet_description .poet_description__bottom .poet_description__button a:hover {
  border-bottom: 1px solid #f06942;
}
#page__poet #poem_list li {
  /* this one is a little different => it is 50% / 50% directly */
}
#page__poet #poem_list li .section__poet_poem__title .section__poet_poem__arrow .big-arrow-up {
  display: none;
}
#page__poet #poem_list li .section__poet_poem__title .section__poet_poem__arrow .big-arrow-down {
  display: block;
}
#page__poet #poem_list li .section__poet_poem__title .section__poet_poem__arrow.big-arrow-up-toggle .big-arrow-up {
  display: block;
}
#page__poet #poem_list li .section__poet_poem__title .section__poet_poem__arrow.big-arrow-up-toggle .big-arrow-down {
  display: none;
}
#page__poet #poem_list li .section__poet_poem__content {
  padding-top: 12px;
  text-align: left;
  font-family: "IBM Plex Serif", serif;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 30px;
  /* designers wanted 50/50 but I am not doing it */
  /*
  > div {

    width: 49.9999%;
    display: inline-block;
    vertical-align: top;
    text-align: left;

    &:first-child {
      margin-left: $flex-margin;
      width: calc(49.9999% - 30px);
    }
  }
  */
  /* to center the right poem in desktop only version */
}
#page__poet #poem_list li .section__poet_poem__content .section__poet_poem__right {
  position: relative;
  left: -15px;
}
#page__poet #poem_list li.opened {
  /* background: #999; << solid color like this works for the animation, gradients not */
  transition: all 0.4s linear;
}
#page__poet #poet_booklet {
  margin: 50px 0;
  height: 48px;
  /* 46 + 2px for border */
  line-height: 39px;
  padding: 3px;
  box-sizing: border-box;
  border: 1px solid #979797;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 23px;
  display: inline-block;
  white-space: nowrap;
}
#page__poet #poet_booklet .bubble-photo, #page__poet #poet_booklet .poet_booklet__text {
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
}
#page__poet #poet_booklet .poet_booklet__text {
  padding: 0 15px;
}
#page__poet #poet_booklet .poet_booklet__icon {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}
#page__poet #poet_booklet .poet_booklet__icon img {
  position: relative;
  top: 5px;
}

.poem_switcher__wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}
.poem_switcher__wrapper .poem_switcher {
  height: 40px;
  width: 100%;
  background: white;
  border-radius: 20px;
  clear: both;
}
.poem_switcher__wrapper .poem_switcher button {
  line-height: 40px;
  width: 49.5%;
  display: inline-block;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  background: transparent;
  height: 40px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 3px;
  text-align: center;
}
.poem_switcher__wrapper .poem_switcher button.active {
  background-image: url("/img/assets/triangle_up-black.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.poem_switcher__wrapper .poem_switcher span {
  display: inline-block;
  height: 20px;
  position: relative;
  top: 5px;
  width: 1%;
  border-right: 1px solid #989898;
}

#page__poet.shine-1 #poem_list li.opened {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FF3800 100%);
}

#page__poet.shine-2 #poem_list li.opened {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(179, 0, 255, 0.73) 100%);
}

#page__poet.shine-3 #poem_list li.opened {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #265C5A 100%);
}

#page__poet.shine-4 #poem_list li.opened {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 135, 0, 0.77) 100%);
}

.swiper-holder {
  width: 100%;
  overflow: hidden;
}
.swiper-holder .swiper-holder__container {
  position: relative;
  width: calc(100% - 2.5rem);
  margin: 0 auto;
}
.swiper-holder .swiper-button-custom-prev, .swiper-holder .swiper-button-custom-next {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border: none;
  border: 6px transparent solid;
  box-sizing: content-box;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: black;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  /* when swiper does no have enough sliders, it hides the navigation */
}
.swiper-holder .swiper-button-custom-prev:hover, .swiper-holder .swiper-button-custom-next:hover {
  background: #F26A43;
}
.swiper-holder .swiper-button-custom-prev.swiper-button-disabled, .swiper-holder .swiper-button-custom-next.swiper-button-disabled {
  background: #A1A1A1;
}
.swiper-holder .swiper-button-custom-prev.swiper-button-lock, .swiper-holder .swiper-button-custom-next.swiper-button-lock {
  display: none !important;
}
.swiper-holder .swiper-button-custom-next {
  right: -20px;
  left: auto;
}
.swiper-holder .swiper-button-custom-prev {
  right: auto;
  left: -20px;
}
.swiper-holder .swiper-pagination {
  position: static;
  padding-bottom: 32px;
  padding-top: 64px;
}
.swiper-holder .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #F4693B !important;
}
.swiper-holder .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: black;
  height: 13px !important;
  width: 13px !important;
}