.hamburger__menu {
  z-index: 40; }
  .hamburger__menu .hamburger__text {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    margin-right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: none;
    cursor: pointer; }
  @media (min-width: 768px) {
    .hamburger__menu.active * {
      color: #fff; } }
  .hamburger__menu.active:hover .hamburger__text {
    color: #31cf64; }
  .hamburger__menu.active:hover .hamburger__box .hamburger__inner:before, .hamburger__menu.active:hover .hamburger__box .hamburger__inner:after {
    background-color: #31cf64; }
  .hamburger__menu.active .hamburger__text {
    display: none; }
    @media (min-width: 768px) {
      .hamburger__menu.active .hamburger__text {
        display: inline-block;
        transition-delay: 0.42s;
        opacity: 1;
        transform: translateX(0);
        pointer-events: all; } }
  .hamburger__menu.active .hamburger__box .hamburger__inner {
    transform: rotate(45deg);
    transition-delay: 0.22s; }
    .hamburger__menu.active .hamburger__box .hamburger__inner:before, .hamburger__menu.active .hamburger__box .hamburger__inner:after {
      width: 100%; }
      @media (min-width: 768px) {
        .hamburger__menu.active .hamburger__box .hamburger__inner:before, .hamburger__menu.active .hamburger__box .hamburger__inner:after {
          background-color: #fff; } }
    .hamburger__menu.active .hamburger__box .hamburger__inner:before {
      top: 0;
      transition: top 0.2s ease, opacity 0.2s ease 0.22s, width 0.1s ease; }
    .hamburger__menu.active .hamburger__box .hamburger__inner:after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.2s ease, transform 0.2s ease 0.22s, width 0.1s ease; }
  .hamburger__menu .hamburger__box {
    display: inline-block;
    vertical-align: -1px;
    position: relative;
    width: 20px;
    height: 12px;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer; }
    .hamburger__menu .hamburger__box .hamburger__inner {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1px;
      width: 100%;
      height: 2px;
      background: #000;
      transition: transform 0.2s ease; }
      .hamburger__menu .hamburger__box .hamburger__inner:before, .hamburger__menu .hamburger__box .hamburger__inner:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: inherit; }
      .hamburger__menu .hamburger__box .hamburger__inner:before {
        top: -5px;
        transition: top 0.2s ease 0.22s, opacity 0.2s ease, width 0.2s ease; }
      .hamburger__menu .hamburger__box .hamburger__inner:after {
        bottom: -5px;
        transition: bottom 0.2s ease 0.22s, transform 0.2s ease, width 0.2s ease; }
    .hamburger__menu .hamburger__box:hover .hamburger__inner {
      background-color: #31cf64; }

.logo {
  align-self: center;
  justify-self: center;
  height: 40px; }
  .logo--mini {
    width: 156px;
    height: 30px; }

.payoff {
  align-self: center;
  align-items: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: relative;
  padding: 30px 0; }
  .payoff h5 {
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .payoff h5 {
        font-size: 1.4rem; } }

.quote {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 22px; }
  .quote:before {
    content: '\E806';
    font-family: "icon-font";
    font-size: 51px;
    line-height: 51px;
    z-index: 2;
    margin-bottom: 46px; }
  .quote:after {
    content: '';
    width: 170px;
    height: 40px;
    background-color: #31cf64;
    position: absolute;
    top: 26px;
    margin-left: 28px; }
  .quote-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: flex-start; }
  .quote-author {
    color: #31cf64;
    text-transform: uppercase;
    font-weight: 700; }
  .quote--white, .quote--white:before {
    color: #fff; }

.trailer {
  width: 100%; }
  .trailer__content {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
    .trailer__content iframe,
    .trailer__content object,
    .trailer__content embed {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.no-results {
  padding: 30px 20px 10px;
  width: 100%;
  text-align: center; }

.browser-not-supported {
  padding: 15px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1100;
  background-color: white;
  color: black;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .browser-not-supported .text {
    width: 500px;
    max-width: 100%;
    margin-top: 20px; }
    .browser-not-supported .text ul {
      list-style: none;
      padding: 20px 0 0; }

.author__item {
  transition: transform 150ms ease-in-out;
  background-color: #c3c3c3;
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: #fff; }
  @media (min-width: 768px) {
    .author__item {
      height: 550px; } }
  .author__item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: black;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0; }
  .author__item__wrapper {
    z-index: 10;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff; }
    .author__item__wrapper:hover {
      text-decoration: none;
      color: #fff; }
      .author__item__wrapper:hover h2 {
        text-decoration: none;
        color: #fff; }
  .author__item__name {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.9rem;
    line-height: 2rem; }
    @media (min-width: 1200px) {
      .author__item__name {
        padding-left: 25%;
        padding-right: 25%; } }
    @media (min-width: 576px) {
      .author__item__name {
        font-size: 3.25rem;
        line-height: 3rem; } }
    @media (min-width: 992px) {
      .author__item__name {
        font-size: 5rem;
        line-height: 4.75rem; } }
  .author__item__more {
    color: #fff; }
  .author__item:hover {
    text-decoration: none; }
    .author__item:hover .author__item__more {
      color: #fff;
      border-color: #fff; }
    .author__item:hover .author__item__name {
      text-decoration: none; }

.book-authors {
  margin: 10px 0; }
  @media (min-width: 768px) {
    .book-authors {
      margin: 15px 0; } }
  .book-authors .author {
    margin-top: 0;
    margin-bottom: 10px;
    position: relative; }
    .book-authors .author + .author {
      margin-left: 20px; }
      @media (min-width: 768px) {
        .book-authors .author + .author {
          margin-left: 30px; } }
      .book-authors .author + .author:before {
        content: "/";
        cursor: default;
        text-decoration: none;
        position: absolute;
        transform: translateX(-50%);
        opacity: 0.5;
        color: #000;
        left: -10px; }
        @media (min-width: 768px) {
          .book-authors .author + .author:before {
            left: -15px; } }

.book-features__container {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 90px; }
  .book-features__container *, .book-features__container *:hover {
    color: #fff;
    text-decoration: none; }
  .book-features__container ul {
    display: flex;
    flex: 1;
    flex-direction: column; }
    .book-features__container ul,
    .book-features__container ul li {
      padding: 0; }
    .book-features__container ul li {
      flex: 1;
      width: 100%;
      list-style: none;
      padding: 15px 45px; }
      .book-features__container ul li span {
        text-transform: uppercase; }
      .book-features__container ul li + li {
        border-top: 1px solid rgba(227, 227, 227, 0.25); }

.book__item--genre {
  max-width: 100%;
  position: relative;
  flex: 1;
  float: left;
  align-self: flex-end;
  transition: transform 150ms ease-in-out;
  text-decoration: none;
  border: 3px solid #f2f2f2;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .book__item--genre__wrapper {
    width: 100%;
    position: relative;
    flex: 1;
    float: left;
    text-decoration: none;
    background-color: #f2f2f2;
    border: 3px solid #f2f2f2;
    border-radius: 27px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .book__item--genre__new-issue {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    font-size: 0.6875rem;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px; }
  .book__item--genre h6 {
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .book__item--genre img {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 100%; }
  .book__item--genre:hover {
    transform: scale(1.025); }
    .book__item--genre:hover h6 {
      text-decoration: none;
      color: #000; }

.book__item--image {
  max-width: 100%;
  position: relative;
  flex: 1;
  align-self: center; }
  .book__item--image img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: #ced4da; }

.book__item {
  max-width: 100%;
  width: 100%;
  position: relative;
  flex: 1;
  float: left;
  align-self: flex-end;
  transition: transform 150ms ease-in-out; }
  .book__item__new-issue--fixed {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    text-decoration: none;
    text-align: center;
    border-bottom-left-radius: 25px;
    font-size: 0.6875rem; }
  .book__item .img {
    width: 100%; }
  .book__item:hover {
    transform: scale(1.025); }

.book-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0; }
  .book-preview .lbl, .book-preview .btn {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 500;
    display: none;
    text-decoration: none;
    color: #31cf64 !important; }
    @media (max-width: 767.98px) {
      .book-preview .lbl, .book-preview .btn {
        display: inline-flex; } }
    .book-preview .lbl::before, .book-preview .btn::before {
      border: none !important;
      color: #31cf64 !important; }
  .book-preview > a.btn:hover {
    color: #c3c3c3 !important; }
    .book-preview > a.btn:hover::before {
      color: #c3c3c3 !important; }
  .book-preview .btn:hover ~ .lbl {
    color: #31cf64; }

.book__item--text {
  max-width: 100%;
  position: relative;
  flex: 1;
  float: left;
  align-self: flex-end;
  display: flex;
  flex-direction: column; }
  .book__item--text .book__author, .book__item--text .book__title {
    text-transform: uppercase; }
  .book__item--text .book__title {
    text-decoration: none; }
    .book__item--text .book__title:hover {
      color: #31cf64;
      text-decoration: none; }
  .book__item--text .book__item__new-issue {
    clear: both;
    flex: auto;
    flex-grow: 0; }
    .book__item--text .book__item__new-issue,
    .book__item--text .book__item__new-issue * {
      text-decoration: none; }

.cookie-selection-popup {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #adb5bd;
  align-items: 'center';
  justify-content: 'center';
  bottom: 0;
  top: auto !important; }
  .cookie-selection-popup a {
    color: #fff; }
    .cookie-selection-popup a:hover {
      color: #31cf64; }
  .cookie-selection-popup button {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 600 !important; }
    .cookie-selection-popup button span {
      text-decoration: none;
      color: #000 !important; }
    .cookie-selection-popup button:hover span {
      color: #31cf64 !important; }

.contest-banner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .contest-banner__cta {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    background: #31cf64;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.15s linear;
    margin-left: 0;
    flex-direction: column; }
    @media (min-width: 992px) {
      .contest-banner__cta {
        padding-left: 90px;
        height: 70px;
        justify-content: space-between;
        flex-direction: row; } }
    .contest-banner__cta > span:first-child {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding-bottom: 15px; }
      @media (min-width: 992px) {
        .contest-banner__cta > span:first-child {
          padding-bottom: 0;
          flex: 1;
          text-align: left;
          justify-content: flex-start;
          flex-direction: row; } }
      .contest-banner__cta > span:first-child img {
        max-height: 53px;
        margin-bottom: 20px; }
        @media (min-width: 992px) {
          .contest-banner__cta > span:first-child img {
            margin-bottom: 0; } }
    .contest-banner__cta span {
      transition: background-color 0.15s linear;
      color: #fff;
      text-decoration: none;
      border-bottom: none;
      user-select: none; }
      .contest-banner__cta span img {
        max-height: 53px; }
        @media (min-width: 992px) {
          .contest-banner__cta span img {
            padding-right: 60px; } }
    .contest-banner__cta:hover,
    .contest-banner__cta:hover span:last-of-type,
    .contest-banner__cta:hover .btn,
    .contest-banner__cta:hover .btn--big {
      background-color: #000;
      text-decoration: none; }

.discover-author {
  width: 100%; }
  .discover-author__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    padding: 0; }
    @media (min-width: 768px) {
      .discover-author__container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .discover-author__container {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .discover-author__container {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .discover-author__container {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .discover-author__container {
      max-width: 1340px; } }
  .discover-author *, .discover-author *:hover {
    text-transform: uppercase;
    text-decoration: none; }
  .discover-author .author.subtitle {
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 69px; }
    .discover-author .author.subtitle:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .discover-author .author.subtitle {
        text-align: left;
        font-weight: 400;
        margin-bottom: 0; } }
  .discover-author h2 {
    text-align: center; }
    @media (min-width: 768px) {
      .discover-author h2 {
        font-size: 2.25rem;
        line-height: 2.875rem;
        letter-spacing: 5px;
        text-align: left; } }
  .discover-author .icon-next.for-name {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    flex: 1; }
    @media (min-width: 768px) {
      .discover-author .icon-next.for-name {
        flex-direction: row;
        padding: 0 90px 0 0;
        justify-content: flex-start; } }
    .discover-author .icon-next.for-name + .icon-next.for-name {
      margin: 60px 0 0; }
    .discover-author .icon-next.for-name:after {
      width: 30px;
      height: 30px;
      border-color: #31cf64;
      margin-top: 45px;
      transform: rotate(45deg) translateX(-50%);
      left: 0;
      display: none; }
      @media (min-width: 768px) {
        .discover-author .icon-next.for-name:after {
          display: block;
          margin-top: 0;
          right: 15px;
          left: auto;
          top: 50%;
          transform: rotate(45deg) translateY(-50%);
          position: absolute; } }
      @media (min-width: 992px) {
        .discover-author .icon-next.for-name:after {
          display: none; } }
      @media (min-width: 1200px) {
        .discover-author .icon-next.for-name:after {
          display: block; } }

.event__feature__wrapper {
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid #31cf64;
  position: relative;
  width: 100%;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .event__feature__wrapper {
      width: auto; } }
  @media (min-width: 1200px) {
    .event__feature__wrapper {
      max-width: 37%; } }
  .event__feature__wrapper--passed {
    border-bottom-color: #EA2027;
    min-width: 220px; }
  .event__feature__wrapper + .event__feature__wrapper {
    margin-top: 30px; }
    @media (min-width: 1200px) {
      .event__feature__wrapper + .event__feature__wrapper {
        margin-top: 0;
        margin-left: 69px; } }
  .event__feature__wrapper:before {
    font-size: 2.25rem;
    flex: 1.5; }
  .event__feature__wrapper h5, .event__feature__wrapper h5:first-child,
  .event__feature__wrapper time,
  .event__feature__wrapper time:first-child {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 800;
    margin: 15px 0 0;
    text-transform: uppercase; }
  .event__feature__wrapper p:first-child, .event__feature__wrapper p:last-of-type {
    margin-top: 10px;
    margin-bottom: 15px; }
  .event__feature__wrapper .passed-event {
    text-transform: uppercase;
    color: #EA2027;
    position: absolute;
    right: 0;
    bottom: 15px; }

.event__feature__description {
  flex: 1; }

@media (min-width: 1200px) {
  .event__feature--with-end-date {
    max-width: 55%; } }

.event__feature--with-end-date time {
  padding-right: 9px; }
  .event__feature--with-end-date time:before {
    content: "da";
    text-transform: lowercase;
    font-weight: 500;
    font-size: 0.875rem;
    padding-right: 6px; }
  .event__feature--with-end-date time + time {
    padding-right: 0; }
    .event__feature--with-end-date time + time:before {
      content: "a"; }

.event__feature__dates {
  display: flex;
  flex: 2;
  flex-direction: column; }
  @media (min-width: 992px) {
    .event__feature__dates {
      flex-direction: column; } }
  @media (min-width: 1200px) {
    .event__feature__dates {
      flex-direction: row; } }
  @media screen and (min-width: 360px) {
    .event__feature__dates {
      flex-direction: row; } }

.event__item {
  background-color: #f2f2f2;
  border: 3px solid #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  user-select: none;
  text-decoration: none;
  transition: all 150ms ease-in-out;
  margin: 10px 0; }
  @media (max-width: 991.98px) {
    .event__item {
      border-left: 0; } }
  .event__item:hover {
    text-decoration: none;
    color: #000; }
  .event__item, .event__item__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1 auto;
    height: 140px; }
    .event__item img, .event__item__wrapper img {
      max-height: 140px; }
  .event__item__left, .event__item__right {
    display: flex;
    flex-direction: column;
    min-height: 92px;
    padding: 24px;
    justify-content: center;
    position: relative;
    height: 140px;
    transition: all 150ms ease-in-out; }
    @media (min-width: 992px) {
      .event__item__left, .event__item__right {
        height: 134px; } }
    .event__item__left time,
    .event__item__left address,
    .event__item__left h6, .event__item__right time,
    .event__item__right address,
    .event__item__right h6 {
      margin: 0;
      text-transform: uppercase; }
  .event__item__left {
    min-width: 200px;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1199.98px) {
      .event__item__left {
        display: none; } }
    .event__item__left time {
      font-size: 1.25rem;
      font-weight: 600;
      letter-spacing: none;
      display: flex;
      flex-direction: row; }
    .event__item__left--vertical {
      align-items: flex-start;
      padding-left: 30px;
      padding-right: 30px; }
      .event__item__left--vertical time {
        flex-direction: column;
        margin-bottom: 5px; }
        .event__item__left--vertical time:last-of-type {
          margin-bottom: 0; }
        .event__item__left--vertical time:before {
          line-height: 0.8125rem; }
  .event__item__right {
    border-left: 1px solid #dee2e6;
    flex: 1; }
    .event__item__right--with-image {
      padding-left: 90px;
      background-size: contain;
      background-repeat: no-repeat;
      display: inline-block; }
  .event__item--extended:hover, .event__item--extended:hover:hover, .event__item--active, .event__item--active:hover {
    background-color: #31cf64;
    border-color: #31cf64; }
    .event__item--extended:hover, .event__item--extended:hover:hover, .event__item--extended:hover:hover, .event__item--extended:hover:hover:hover, .event__item--active, .event__item--active:hover, .event__item--active:hover, .event__item--active:hover:hover {
      color: #fff; }
    .event__item--extended:hover .event__item__left:before, .event__item--extended:hover .event__item__left:hover:before, .event__item--extended:hover:hover .event__item__left:before, .event__item--extended:hover:hover .event__item__left:hover:before, .event__item--active .event__item__left:before, .event__item--active .event__item__left:hover:before, .event__item--active:hover .event__item__left:before, .event__item--active:hover .event__item__left:hover:before {
      content: "";
      background: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: -4px;
      left: -3px;
      right: 0;
      bottom: -4px; }
    .event__item--extended:hover .event__item__right, .event__item--extended:hover:hover .event__item__right, .event__item--active .event__item__right, .event__item--active:hover .event__item__right {
      border-color: #31cf64; }
  @media (max-width: 1199.98px) {
    .event__item__timing {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      margin-bottom: 7px; } }
  @media (min-width: 1200px) {
    .event__item__timing {
      display: none; } }
  .event__item__timing time {
    font-size: 1rem;
    line-height: 1rem; }
  .event__item--extended {
    border: 0;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .event__item--extended {
        height: 170px;
        border-top-left-radius: 30px; } }
    .event__item--extended .event__item__wrapper img {
      max-height: 170px; }
    .event__item--extended .event__item__left, .event__item--extended .event__item__right {
      border: 3px solid #fff;
      transition: border-color 150ms ease-in-out; }
      @media (min-width: 1200px) {
        .event__item--extended .event__item__left, .event__item--extended .event__item__right {
          height: 170px; } }
    .event__item--extended .event__item__left {
      min-width: 210px; }
      @media (min-width: 992px) {
        .event__item--extended .event__item__left {
          border-top-left-radius: 30px; } }
    .event__item--extended .event__item__right {
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      @media (max-width: 991.98px) {
        .event__item--extended .event__item__right {
          padding: 15px; } }
      @media (min-width: 1200px) {
        .event__item--extended .event__item__right {
          flex-direction: row;
          align-items: center;
          justify-content: space-between; } }
      .event__item--extended .event__item__right .event__item__timing {
        margin-bottom: 0;
        align-items: center;
        justify-content: space-between; }
        .event__item--extended .event__item__right .event__item__timing time {
          font-size: 1rem;
          line-height: 1rem; }
      @media (min-width: 1200px) {
        .event__item--extended .event__item__right h6,
        .event__item--extended .event__item__right address {
          padding: 20px 0; } }
      @media (max-width: 991.98px) {
        .event__item--extended .event__item__right h6,
        .event__item--extended .event__item__right address {
          line-height: 1.15rem;
          padding-right: 30px; } }
      @media (min-width: 992px) {
        .event__item--extended .event__item__right h6 {
          padding-right: 52px; } }
      .event__item--extended .event__item__right address {
        margin-top: 10px;
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          .event__item--extended .event__item__right address {
            margin-top: 0;
            margin-bottom: 0;
            order: 2;
            padding-left: 52px;
            padding-right: 52px;
            border-left: 1px solid #dee2e6; } }
      @media (max-width: 991.98px) {
        .event__item--extended .event__item__right span, .event__item--extended .event__item__right span:hover {
          right: 0; } }
      @media (max-width: 1199.98px) {
        .event__item--extended .event__item__right span, .event__item--extended .event__item__right span:hover {
          position: absolute;
          right: 15px;
          top: 50%;
          transform: translateY(-50%); } }
      @media (min-width: 1200px) {
        .event__item--extended .event__item__right span, .event__item--extended .event__item__right span:hover {
          flex: 0.5;
          display: inline-flex;
          order: 3; } }
      .event__item--extended .event__item__right span:after {
        left: 0; }
  .event__item--extended.event__item--active .event__item__left, .event__item--extended.event__item--active .event__item__right, .event__item--extended:hover .event__item__left, .event__item--extended:hover .event__item__right {
    border: 3px solid #31cf64; }
  .event__item--extended.event__item--active .event__item__left:before, .event__item--extended.event__item--active .event__item__left:hover:before, .event__item--extended:hover .event__item__left:before, .event__item--extended:hover .event__item__left:hover:before {
    content: none; }
  .event__item--extended.event__item--active .event__item__right span:after, .event__item--extended:hover .event__item__right span:after {
    border-color: #fff; }
  .event__item--extended.event__item--active,
  .event__item--extended.event__item--active *, .event__item--extended:hover,
  .event__item--extended:hover * {
    opacity: 1; }
  .event__item--with-end-date .event__item__timing time:before, .event__item--with-end-date .event__item__left time:before {
    content: "da ";
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: lowercase; }
    @media (min-width: 768px) {
      .event__item--with-end-date .event__item__timing time:before, .event__item--with-end-date .event__item__left time:before {
        margin-right: 5px; } }
  .event__item--passed {
    opacity: 0.5; }
    .event__item--passed .event__item__wrapper img {
      filter: none;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%); }

.featured-content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  section .featured-content, .featured-content {
    margin: 0; }
  .featured-content__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    .featured-content__content .featured-content__left, .featured-content__content .featured-content__right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start; }
    .featured-content__content .featured-content__left {
      align-items: flex-end;
      padding-right: 20px; }
      .featured-content__content .featured-content__left span {
        font-size: 2.375rem;
        margin-top: 5px;
        text-decoration: none;
        color: #c3c3c3; }
      @media (min-width: 992px) {
        .featured-content__content .featured-content__left {
          flex: 0 0 8.33333%;
          max-width: 8.33333%; } }
      .featured-content__content .featured-content__left .featured-content__right {
        padding-left: 20px; }
    .featured-content__content .featured-content__right h4 {
      margin-top: 0;
      color: #c3c3c3;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .featured-content__content .featured-content__right a {
      color: #31cf64;
      font-weight: 600; }
    .featured-content__content .featured-content__right a,
    .featured-content__content .featured-content__right strong em {
      word-break: break-all; }
      @media (min-width: 992px) {
        .featured-content__content .featured-content__right a,
        .featured-content__content .featured-content__right strong em {
          word-break: break-word; } }
    .featured-content__content .featured-content__right p,
    .featured-content__content .featured-content__right em {
      font-weight: 400; }
    .featured-content__content .featured-content__right strong * {
      font-weight: 700; }
    .featured-content__content .featured-content__right * {
      max-width: 100%; }
    @media (min-width: 992px) {
      .featured-content__content .featured-content__right {
        flex: 0 0 50%;
        max-width: 50%; } }
    .featured-content__content div p img {
      max-width: 100%; }

.featured-post {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: 0;
  margin-left: 0; }
  .featured-post__right, .featured-post__left {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 5;
    order: 1; }
    .featured-post__right a.title, .featured-post__left a.title {
      text-decoration: none; }
    .featured-post__right a:hover, .featured-post__left a:hover {
      color: #31cf64; }
  .featured-post__left {
    padding-right: 0;
    padding-left: 30px; }
    @media screen and (min-width: 1024px) {
      .featured-post__left {
        order: 2;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .featured-post__left {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    @media screen and (min-width: 1024px) {
      .featured-post__left img {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; } }
  .featured-post__images {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .featured-post__images img {
      max-height: 400px; }
      .featured-post__images img:first-of-type {
        border-radius: 0; }
    .featured-post__images a:last-of-type {
      flex: 1;
      background: transparent no-repeat center center;
      background-size: cover;
      overflow: hidden; }
      @media (min-width: 768px) {
        .featured-post__images a:last-of-type {
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px; } }
      .featured-post__images a:last-of-type img {
        visibility: hidden; }
  .featured-post__right {
    position: relative;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 1024px) {
      .featured-post__right {
        padding-left: 30px;
        padding-right: 45px;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    @media (min-width: 1200px) {
      .featured-post__right {
        padding-left: 45px;
        padding-right: 90px; } }
    .featured-post__right time {
      margin-bottom: 15px;
      margin-top: 30px !important; }
      @media screen and (min-width: 1024px) {
        .featured-post__right time {
          margin-top: 0 !important; } }
    .featured-post__right .share-buttons__wrapper,
    .featured-post__right .share-buttons {
      position: absolute;
      top: 15px;
      right: 15px; }
      @media (min-width: 768px) {
        .featured-post__right .share-buttons__wrapper,
        .featured-post__right .share-buttons {
          top: 45px;
          right: 60px; } }

.section__news .featured-post__right .share-buttons__wrapper,
.section__news .featured-post__right .share-buttons {
  position: absolute;
  top: 15px;
  right: 15px; }

@media (max-width: 1199.98px) {
  .news-list__content .featured-post__left, .news-list__content .featured-post__right {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 1199.98px) {
  .news-list__content .featured-post__left {
    order: 1; } }

@media (max-width: 1199.98px) {
  .news-list__content .featured-post__left a img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 10px; } }

@media (max-width: 991.98px) {
  .news-list__content .featured-post__right .share-buttons__wrapper {
    right: 15px;
    top: 30px; } }

@media (max-width: 1199.98px) {
  .news-list__content .featured-post__right .share-buttons__wrapper {
    top: 33px;
    right: -5px; } }

.main-slider__content .slide__item,
.featured-post--slide {
  padding: 0;
  align-items: flex-start; }
  @media screen and (min-width: 1024px) {
    .main-slider__content .slide__item,
    .featured-post--slide {
      flex: 1;
      align-items: center; } }
  .main-slider__content .slide__item .featured-post__right a, .main-slider__content .slide__item .featured-post__left a,
  .featured-post--slide .featured-post__right a,
  .featured-post--slide .featured-post__left a {
    color: #fff; }
    .main-slider__content .slide__item .featured-post__right a:hover, .main-slider__content .slide__item .featured-post__left a:hover,
    .featured-post--slide .featured-post__right a:hover,
    .featured-post--slide .featured-post__left a:hover {
      color: #31cf64; }
  .main-slider__content .slide__item .featured-post__right,
  .featured-post--slide .featured-post__right {
    order: 2;
    position: relative;
    justify-self: flex-start;
    align-self: flex-start; }
    @media screen and (min-width: 1024px) {
      .main-slider__content .slide__item .featured-post__right,
      .featured-post--slide .featured-post__right {
        position: static; } }
    .main-slider__content .slide__item .featured-post__right .share-buttons__wrapper,
    .main-slider__content .slide__item .featured-post__right .share-buttons,
    .featured-post--slide .featured-post__right .share-buttons__wrapper,
    .featured-post--slide .featured-post__right .share-buttons {
      position: absolute;
      top: 15px;
      right: 15px; }
      @media screen and (min-width: 1024px) {
        .main-slider__content .slide__item .featured-post__right .share-buttons__wrapper,
        .main-slider__content .slide__item .featured-post__right .share-buttons,
        .featured-post--slide .featured-post__right .share-buttons__wrapper,
        .featured-post--slide .featured-post__right .share-buttons {
          top: 45px;
          right: 60px; } }
  .main-slider__content .slide__item .featured-post__left,
  .featured-post--slide .featured-post__left {
    order: 1;
    padding-left: 0; }
    @media screen and (min-width: 1024px) {
      .main-slider__content .slide__item .featured-post__left,
      .featured-post--slide .featured-post__left {
        padding-right: 30px; } }

.featured-post--slide {
  max-width: 100%; }
  .featured-post--slide .featured-post__left {
    flex: 0 0 100%;
    max-width: 100%; }
    @media screen and (min-width: 1024px) {
      .featured-post--slide .featured-post__left {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    .featured-post--slide .featured-post__left .img__lazyload-wrapper {
      height: 260px;
      overflow: hidden; }
      @media screen and (min-width: 1024px) {
        .featured-post--slide .featured-post__left .img__lazyload-wrapper {
          overflow: visible;
          height: auto;
          max-height: auto; } }
      .featured-post--slide .featured-post__left .img__lazyload-wrapper img {
        object-fit: cover;
        min-height: 100%; }
        @media screen and (min-width: 1024px) {
          .featured-post--slide .featured-post__left .img__lazyload-wrapper img {
            height: auto;
            min-height: auto;
            object-fit: fill; } }

.new-issue,
.new-issue * {
  text-decoration: none; }

@media (max-width: 1199.98px) {
  .new-issue {
    font-size: 0.85rem; } }

.post-item {
  display: flex;
  flex-direction: column; }
  .post-item + .post-item {
    margin-top: 60px; }
  .post-item__category {
    margin-bottom: 15px; }
  .post-item__title {
    text-transform: uppercase; }
    .post-item__title, .post-item__title:hover {
      text-decoration: none; }
  .post-item__image img {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
    max-width: 100%; }
    @media (min-width: 768px) {
      .post-item__image img {
        object-fit: cover; } }
  .post-item time {
    margin: 15px 0; }
  .post-item__description {
    margin: 0 0 15px; }
  .post-item h4 {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;
    text-decoration: none; }
  .post-item__author {
    font-size: 1rem; }
  .post-item__more:last-child {
    margin-top: 0; }
  .post-item--simple * {
    order: 2; }
  .post-item--simple .post-item__time {
    order: 1;
    margin-top: 0; }
  .post-item--simple .post-item__image {
    min-height: 130px; }
    .post-item--simple .post-item__image img {
      border-radius: 0; }
  .post-item--simple h4, .post-item--simple h4:first-child {
    margin-top: 15px; }
  .post-item--tiny {
    flex-direction: row;
    position: relative;
    direction: ltr; }
    .post-item--tiny + .post-item {
      margin-top: 0;
      border-top: 1px solid #e3e3e3;
      padding-top: 15px; }
    .post-item--tiny:first-of-type .post-item__time {
      top: 0; }
    .post-item--tiny .post-item__time {
      position: absolute;
      font-size: 0.6875rem;
      line-height: 1rem;
      top: 15px;
      left: 38%;
      margin: 0; }
    .post-item--tiny .post-item__title {
      width: 62%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 10px; }
      .post-item--tiny .post-item__title h4 {
        font-size: 0.8125rem;
        line-height: 1rem;
        font-weight: 600; }
    .post-item--tiny .post-item__image {
      width: 33%;
      margin-right: 5%;
      min-height: auto; }
      .post-item--tiny .post-item__image img {
        border-radius: 0; }

@charset "UTF-8";
header.section__title,
.section__title {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-bottom: 15px; }
  header.section__title h1,
  header.section__title h2,
  header.section__title h3,
  header.section__title h4,
  .section__title h1,
  .section__title h2,
  .section__title h3,
  .section__title h4 {
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    flex: 1; }
  header.section__title h3,
  header.section__title h4,
  .section__title h3,
  .section__title h4 {
    color: #c3c3c3; }
  header.section__title--only,
  .section__title--only {
    justify-content: center; }
    header.section__title--only h1,
    header.section__title--only h2,
    header.section__title--only h3,
    header.section__title--only h4,
    .section__title--only h1,
    .section__title--only h2,
    .section__title--only h3,
    .section__title--only h4 {
      text-align: center; }
  header.section__title--center h1,
  header.section__title--center h2,
  header.section__title--center h3,
  header.section__title--center h4,
  .section__title--center h1,
  .section__title--center h2,
  .section__title--center h3,
  .section__title--center h4 {
    text-align: center; }
  header.section__title--center .btn,
  .section__title--center .btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  header.section__title--left h1,
  header.section__title--left h2,
  header.section__title--left h3,
  header.section__title--left h4,
  .section__title--left h1,
  .section__title--left h2,
  .section__title--left h3,
  .section__title--left h4 {
    text-align: left; }
  header.section__title--right h1,
  header.section__title--right h2,
  header.section__title--right h3,
  header.section__title--right h4,
  .section__title--right h1,
  .section__title--right h2,
  .section__title--right h3,
  .section__title--right h4 {
    text-align: right; }
  header.section__title--three-columns h1,
  header.section__title--three-columns h2,
  header.section__title--three-columns h3,
  header.section__title--three-columns h4,
  .section__title--three-columns h1,
  .section__title--three-columns h2,
  .section__title--three-columns h3,
  .section__title--three-columns h4 {
    flex: 8;
    justify-content: center;
    text-align: center; }
  header.section__title--three-columns .on-rigth,
  .section__title--three-columns .on-rigth {
    justify-content: flex-end;
    top: auto;
    display: flex;
    align-items: flex-start;
    min-height: 50px;
    flex: 1; }
    @media (min-width: 992px) {
      header.section__title--three-columns .on-rigth,
      .section__title--three-columns .on-rigth {
        flex: 2; } }
    header.section__title--three-columns .on-rigth .share-buttons__wrapper,
    .section__title--three-columns .on-rigth .share-buttons__wrapper {
      position: absolute; }
  header.section__title--three-columns .btn,
  header.section__title--three-columns .section__title__left,
  .section__title--three-columns .btn,
  .section__title--three-columns .section__title__left {
    position: static;
    transform: none;
    top: auto;
    flex: 1; }
    @media (min-width: 992px) {
      header.section__title--three-columns .btn,
      header.section__title--three-columns .section__title__left,
      .section__title--three-columns .btn,
      .section__title--three-columns .section__title__left {
        flex: 2; } }
    header.section__title--three-columns .btn.left-empty,
    header.section__title--three-columns .section__title__left.left-empty,
    .section__title--three-columns .btn.left-empty,
    .section__title--three-columns .section__title__left.left-empty {
      padding-left: 15px; }
  header.section__title--image,
  .section__title--image {
    padding: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    align-items: flex-start; }
    @media screen and (min-width: 1024px) {
      header.section__title--image,
      .section__title--image {
        padding: 75px 90px 90px;
        min-height: 350px; } }
    @media screen and (min-width: 1024px) {
      header.section__title--image,
      .section__title--image {
        color: white; } }
    header.section__title--image *,
    .section__title--image * {
      z-index: 2; }
    header.section__title--image .section__title__left, header.section__title--image .section__title__right,
    .section__title--image .section__title__left,
    .section__title--image .section__title__right {
      flex-grow: 1;
      align-self: flex-start; }
      @media screen and (min-width: 1024px) {
        header.section__title--image .section__title__left, header.section__title--image .section__title__right,
        .section__title--image .section__title__left,
        .section__title--image .section__title__right {
          flex-grow: 5; } }
      header.section__title--image .section__title__left, header.section__title--image .section__title__left:before, header.section__title--image .section__title__left:after, header.section__title--image .section__title__right, header.section__title--image .section__title__right:before, header.section__title--image .section__title__right:after,
      .section__title--image .section__title__left,
      .section__title--image .section__title__left:before,
      .section__title--image .section__title__left:after,
      .section__title--image .section__title__right,
      .section__title--image .section__title__right:before,
      .section__title--image .section__title__right:after {
        color: #fff;
        border-color: #fff; }
    header.section__title--image .section__title__left,
    .section__title--image .section__title__left {
      margin-top: 15px;
      color: #000; }
      @media screen and (min-width: 1024px) {
        header.section__title--image .section__title__left,
        .section__title--image .section__title__left {
          color: #fff; } }
      header.section__title--image .section__title__left:before,
      .section__title--image .section__title__left:before {
        border-color: #000; }
        @media screen and (min-width: 1024px) {
          header.section__title--image .section__title__left:before,
          .section__title--image .section__title__left:before {
            border-color: #fff; } }
    header.section__title--image .section__title__right,
    .section__title--image .section__title__right {
      flex-grow: 1; }
      @media screen and (min-width: 1024px) {
        header.section__title--image .section__title__right,
        .section__title--image .section__title__right {
          flex-grow: 2; } }
    @media (max-width: 991.98px) {
      header.section__title--image .on-rigth,
      .section__title--image .on-rigth {
        display: none; } }
    header.section__title--image h1,
    header.section__title--image h2,
    header.section__title--image h3,
    header.section__title--image h4 ,
    .section__title--image h1,
    .section__title--image h2,
    .section__title--image h3,
    .section__title--image h4  {
      flex-grow: 7; }
    header.section__title--image h1,
    header.section__title--image h2,
    .section__title--image h1,
    .section__title--image h2 {
      font-size: 2.5rem;
      line-height: 2.875rem;
      text-align: left; }
  @media screen and (min-width: 1024px) {
    header.section__title__backdrop, header.section__title__backdrop--clear,
    .section__title__backdrop,
    .section__title__backdrop--clear {
      z-index: 1;
      background: #31cf64 no-repeat center center;
      background-size: cover;
      filter: blur(12px) opacity(84%) brightness(70%);
      position: absolute;
      top: -24px;
      left: -24px;
      right: -24px;
      bottom: -24px; } }
  @media screen and (min-width: 1024px) {
    header.section__title__backdrop:after, header.section__title__backdrop--clear:after,
    .section__title__backdrop:after,
    .section__title__backdrop--clear:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      background: rgba(0, 0, 0, 0.9);
      background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); } }
  header.section__title__backdrop--clear,
  .section__title__backdrop--clear {
    filter: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  header.section__title--post,
  .section__title--post {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    overflow: hidden;
    color: white;
    align-items: center;
    justify-content: flex-end;
    padding: 30px; }
    @media (min-width: 768px) {
      header.section__title--post,
      .section__title--post {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        height: 490px;
        padding: 30px 90px; } }
    @media (min-width: 1200px) {
      header.section__title--post,
      .section__title--post {
        padding: 30px 180px; } }
    header.section__title--post *,
    .section__title--post * {
      z-index: 2; }
    header.section__title--post time,
    header.section__title--post h1,
    .section__title--post time,
    .section__title--post h1 {
      flex: 0;
      width: 100%;
      text-align: center; }
    header.section__title--post time,
    .section__title--post time {
      margin: 0 0 15px; }
    header.section__title--post h1,
    .section__title--post h1 {
      font-size: 2.25rem;
      line-height: 2.375rem; }
      @media (max-width: 991.98px) {
        header.section__title--post h1,
        .section__title--post h1 {
          font-size: 2.25rem;
          line-height: 3.25rem; } }
      @media (max-width: 767.98px) {
        header.section__title--post h1,
        .section__title--post h1 {
          font-size: 1.625rem;
          line-height: 2rem; } }
    header.section__title--post .section__title__author,
    header.section__title--post .section__title__author *,
    .section__title--post .section__title__author,
    .section__title--post .section__title__author * {
      color: #fff;
      font-size: 0.8125rem; }
    header.section__title--post .section__title__author a,
    .section__title--post .section__title__author a {
      font-weight: 700; }
  header.section__title h1,
  header.section__title h2,
  header.section__title h3,
  header.section__title h4,
  header.section__title h5,
  header.section__title h6, header.section__title--post h1,
  header.section__title--post h2,
  header.section__title--post h3,
  header.section__title--post h4,
  header.section__title--post h5,
  header.section__title--post h6,
  .section__title h1,
  .section__title h2,
  .section__title h3,
  .section__title h4,
  .section__title h5,
  .section__title h6,
  .section__title--post h1,
  .section__title--post h2,
  .section__title--post h3,
  .section__title--post h4,
  .section__title--post h5,
  .section__title--post h6 {
    z-index: 2; }
    @media (max-width: 991.98px) {
      header.section__title h1,
      header.section__title h2,
      header.section__title h3,
      header.section__title h4,
      header.section__title h5,
      header.section__title h6, header.section__title--post h1,
      header.section__title--post h2,
      header.section__title--post h3,
      header.section__title--post h4,
      header.section__title--post h5,
      header.section__title--post h6,
      .section__title h1,
      .section__title h2,
      .section__title h3,
      .section__title h4,
      .section__title h5,
      .section__title h6,
      .section__title--post h1,
      .section__title--post h2,
      .section__title--post h3,
      .section__title--post h4,
      .section__title--post h5,
      .section__title--post h6 {
        font-size: 2.25rem;
        line-height: 3.25rem; } }
    @media (max-width: 767.98px) {
      header.section__title h1,
      header.section__title h2,
      header.section__title h3,
      header.section__title h4,
      header.section__title h5,
      header.section__title h6, header.section__title--post h1,
      header.section__title--post h2,
      header.section__title--post h3,
      header.section__title--post h4,
      header.section__title--post h5,
      header.section__title--post h6,
      .section__title h1,
      .section__title h2,
      .section__title h3,
      .section__title h4,
      .section__title h5,
      .section__title h6,
      .section__title--post h1,
      .section__title--post h2,
      .section__title--post h3,
      .section__title--post h4,
      .section__title--post h5,
      .section__title--post h6 {
        font-size: 1.625rem;
        line-height: 2rem; } }
  header.section__title__right,
  .section__title__right {
    z-index: 3; }

@media screen and (max-width: 1024px) {
  .section__news header.section__title--post {
    height: auto;
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 1024px) {
  .section__news header.section__title--post .img--mobile-only-wrapper {
    display: none; } }

@media screen and (min-width: 1024px) {
  .section__news header.section__title--post .img--mobile-only {
    display: none; } }

@media screen and (max-width: 1024px) {
  .section__news header.section__title--post time {
    margin-top: 30px; } }

@media screen and (max-width: 1024px) {
  .section__news header.section__title--post * {
    color: #000; } }

.share-buttons__wrapper {
  position: relative;
  width: 50px;
  min-height: 50px;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .share-buttons__wrapper {
      display: none; } }
  .share-buttons__wrapper > .btn--icon-only:first-of-type {
    z-index: 10; }
    .share-buttons__wrapper > .btn--icon-only:first-of-type:before {
      padding: 15px; }
  .share-buttons__wrapper.open > .btn--icon-only:first-of-type:before {
    color: #31cf64; }
  .share-buttons__wrapper.open .share-buttons__buttons {
    opacity: 1;
    pointer-events: all;
    height: auto;
    padding-top: 15px; }
    .share-buttons__wrapper.open .share-buttons__buttons .react-share__ShareButton {
      pointer-events: all;
      opacity: 1;
      transform: translateY(0); }

.share-buttons__trigger {
  display: flex;
  align-items: center;
  justify-content: center; }
  .share-buttons__trigger .lbl {
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 500;
    display: none;
    text-decoration: none;
    pointer-events: none;
    user-select: none; }
    @media (max-width: 767.98px) {
      .share-buttons__trigger .lbl {
        display: inline-flex; } }
  .share-buttons__trigger .btn:hover + .lbl {
    color: #31cf64; }

.share-buttons__buttons {
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  display: flex;
  flex-direction: column;
  transition: opacity 600ms ease-in-out;
  opacity: 0;
  pointer-events: none;
  padding-top: 0; }
  .share-buttons__buttons .react-share__ShareButton {
    z-index: 5;
    pointer-events: none;
    margin-top: 20px;
    position: relative;
    transition: all 300ms ease-in-out;
    transform: translateY(-50%);
    opacity: 0;
    outline: none;
    user-select: none; }
    .share-buttons__buttons .react-share__ShareButton:first-child {
      margin-top: 0; }
    .share-buttons__buttons .react-share__ShareButton:nth-of-type(2) {
      transform: translateY(-150%); }
    .share-buttons__buttons .react-share__ShareButton:nth-of-type(3) {
      transform: translateY(-300%); }
  .share-buttons__buttons .btn {
    outline: none;
    user-select: none; }
    .share-buttons__buttons .btn--icon-only:before, .share-buttons__buttons .btn--icon-only:not([class^="icon-"]):not(.btn--no-icon):before {
      font-size: 1.625rem; }

.slide__item {
  transition: transform 150ms ease-in-out;
  background-color: #c3c3c3;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 600px;
  min-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  flex-direction: column;
  justify-self: flex-start; }
  @media screen and (min-width: 1024px) {
    .slide__item {
      justify-content: center;
      flex-direction: row; } }
  .slide__item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.33);
    z-index: 2; }
  .slide__item__wrapper {
    z-index: 10;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff; }
  .slide__item__name {
    text-transform: uppercase;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%; }
  .slide__item__more {
    color: #fff; }
  .slide__item__button {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5; }
  .slide__item__rigth, .slide__item__left {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 5; }
    .slide__item__rigth a, .slide__item__rigth a:before, .slide__item__left a, .slide__item__left a:before {
      color: #fff; }
    .slide__item__rigth a.title, .slide__item__left a.title {
      text-decoration: none; }
    .slide__item__rigth a:hover, .slide__item__left a:hover {
      color: #31cf64; }
    .slide__item__rigth .book-authors, .slide__item__left .book-authors {
      padding-top: 10px;
      padding-right: 36px; }
      @media screen and (min-width: 1024px) {
        .slide__item__rigth .book-authors, .slide__item__left .book-authors {
          padding-top: 0;
          padding-right: 0; } }
      .slide__item__rigth .book-authors a.author, .slide__item__left .book-authors a.author {
        margin-top: 0;
        margin-bottom: 0; }
        .slide__item__rigth .book-authors a.author + .author:before, .slide__item__left .book-authors a.author + .author:before {
          color: #fff; }
  .slide__item__left {
    padding-left: 0;
    padding-right: 0; }
    @media screen and (min-width: 1024px) {
      .slide__item__left {
        padding-left: 0;
        padding-right: 30px;
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    @media screen and (min-width: 1024px) {
      .slide__item__left img {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px; } }
  .slide__item__images {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .slide__item__images img {
      max-height: 260px; }
      @media (min-width: 992px) {
        .slide__item__images img {
          max-height: 400px; } }
      .slide__item__images img:first-of-type {
        border-radius: 0; }
    .slide__item__images a:last-of-type {
      flex: 1;
      background: transparent no-repeat center center;
      background-size: cover;
      overflow: hidden;
      min-height: 260px;
      max-height: 400px; }
      @media screen and (min-width: 1024px) {
        .slide__item__images a:last-of-type {
          border-top-right-radius: 30px;
          border-bottom-right-radius: 30px; } }
      .slide__item__images a:last-of-type img {
        visibility: hidden; }
      @media screen and (min-width: 1024px) {
        .slide__item__images a:last-of-type {
          min-height: 400px; } }
  .slide__item__rigth {
    padding-left: 30px;
    padding-right: 30px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .slide__item__rigth {
        position: static;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 30px;
        padding-right: 45px; } }
    @media (min-width: 1200px) {
      .slide__item__rigth {
        position: static;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 45px;
        padding-right: 90px; } }
    .slide__item__rigth .share-buttons__wrapper,
    .slide__item__rigth .share-buttons {
      position: absolute;
      top: 15px;
      right: 15px; }
      @media screen and (min-width: 1024px) {
        .slide__item__rigth .share-buttons__wrapper,
        .slide__item__rigth .share-buttons {
          top: 45px;
          right: 60px; } }
  .slide__item__backdrop {
    position: absolute;
    top: -48px;
    left: -48px;
    right: -48px;
    bottom: -48px;
    background: transparent no-repeat center center;
    background-size: cover;
    z-index: 1;
    filter: blur(48px) opacity(84%) brightness(80%); }
  .slide__item--book .book__title h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.625rem;
    line-height: 2rem;
    margin-top: 15px;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .slide__item--book .book__title h2 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 2.375rem;
        line-height: 2rem; } }
  .slide__item--book .book__title + p:first-of-type {
    margin-top: 15px; }
    @media screen and (min-width: 1024px) {
      .slide__item--book .book__title + p:first-of-type {
        margin-top: 30px; } }
  .slide__item .featured-post__right {
    position: static; }
    .slide__item .featured-post__right .share-buttons__wrapper,
    .slide__item .featured-post__right .share-buttons {
      position: absolute;
      top: 15px;
      right: 15px; }
      @media screen and (min-width: 1024px) {
        .slide__item .featured-post__right .share-buttons__wrapper,
        .slide__item .featured-post__right .share-buttons {
          top: 45px;
          right: 60px; } }

.social {
  padding-bottom: 0px;
  display: flex;
  align-self: center;
  justify-content: center; }
  .social a, .social a:first-child, .social a:first-of-type, .social a:last-child, .social a:last-of-type {
    padding: 0;
    margin: 10px;
    text-decoration: none; }
    .social a:hover, .social a:first-child:hover, .social a:first-of-type:hover, .social a:last-child:hover, .social a:last-of-type:hover {
      text-decoration: none; }
      .social a:hover i, .social a:first-child:hover i, .social a:first-of-type:hover i, .social a:last-child:hover i, .social a:last-of-type:hover i {
        color: #31cf64;
        border-color: #31cf64;
        text-decoration: none; }
    .social a i, .social a:first-child i, .social a:first-of-type i, .social a:last-child i, .social a:last-of-type i {
      font-size: 20px;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      border: 2px solid #fff; }
      .social a i, .social a i:before, .social a:first-child i, .social a:first-child i:before, .social a:first-of-type i, .social a:first-of-type i:before, .social a:last-child i, .social a:last-child i:before, .social a:last-of-type i, .social a:last-of-type i:before {
        display: flex;
        align-items: center;
        justify-content: center; }
      .social a i:before, .social a:first-child i:before, .social a:first-of-type i:before, .social a:last-child i:before, .social a:last-of-type i:before {
        margin: 0;
        padding: 0; }

.text-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  user-select: none; }
  .text-banner a {
    text-align: center;
    text-decoration: none; }
    .text-banner a[class^="icon-"]:before, .text-banner a[class*=" icon-"]:before, .text-banner a:before {
      color: #000;
      font-size: 2.25rem;
      margin-right: 0; }
    .text-banner a:hover {
      text-decoration: none; }
      .text-banner a:hover::before,
      .text-banner a:hover * {
        color: #31cf64;
        text-decoration: none; }
    .text-banner a h6,
    .text-banner a p {
      margin: 0; }
    .text-banner a h6, .text-banner a h6:last-child {
      font-size: 1.25rem;
      text-transform: uppercase;
      margin: 15px 0; }

.where-to-find__container {
  background: #000;
  padding: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 767.98px) {
  .where-to-find {
    display: flex;
    flex-direction: column;
    flex: 1; } }

.where-to-find .btn {
  height: 60px;
  padding-left: 37px;
  padding-right: 37px;
  text-transform: uppercase;
  background-color: transparent;
  position: relative;
  min-width: 100%;
  text-align: center;
  flex: 1;
  justify-content: center; }
  @media (min-width: 768px) {
    .where-to-find .btn {
      min-width: auto; } }
  .where-to-find .btn:hover {
    color: #31cf64; }
  .where-to-find .btn:after {
    content: "";
    background-color: #c3c3c3;
    position: absolute;
    width: 105px;
    height: 1px;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
    @media (min-width: 768px) {
      .where-to-find .btn:after {
        height: 20px;
        width: 1px;
        left: 0;
        top: 50%;
        transform: translateY(-50%); } }
  .where-to-find .btn:first-of-type:after {
    content: none; }

.author-books {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .author-books {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .author-books {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .author-books {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .author-books {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .author-books {
      max-width: 1340px; } }
  @media (min-width: 768px) {
    .author-books {
      margin-bottom: 30px;
      padding: 0; } }
  .author-books .section__title {
    position: static; }
    @media (min-width: 768px) {
      .author-books .section__title {
        position: relative; } }
    @media (min-width: 992px) {
      .author-books .section__title {
        position: static; } }
    @media (min-width: 1200px) {
      .author-books .section__title {
        position: relative; } }
    .author-books .section__title h1,
    .author-books .section__title h2,
    .author-books .section__title h3,
    .author-books .section__title h4,
    .author-books .section__title h5,
    .author-books .section__title h6 {
      text-align: center; }
      @media (min-width: 768px) {
        .author-books .section__title h1,
        .author-books .section__title h2,
        .author-books .section__title h3,
        .author-books .section__title h4,
        .author-books .section__title h5,
        .author-books .section__title h6 {
          text-align: left; } }
    @media (min-width: 768px) {
      .author-books .section__title h4 {
        font-size: 1.625rem; } }
    .author-books .section__title__right {
      bottom: 15px;
      top: auto;
      left: 50%;
      right: auto;
      width: auto;
      transform: translateX(-50%);
      justify-content: center;
      position: absolute;
      text-transform: none; }
      @media (min-width: 768px) {
        .author-books .section__title__right {
          display: flex;
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          transform: translateY(-50%); } }
      @media (min-width: 992px) {
        .author-books .section__title__right {
          bottom: -39px;
          top: auto;
          left: 0%;
          right: auto; } }
      @media (min-width: 1200px) {
        .author-books .section__title__right {
          display: flex;
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          transform: translateY(-50%); } }
  .author-books__content *:not(.author), .author-books__content *:not(.author):hover {
    text-decoration: none; }
  .author-books__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0;
    padding: 30px 0; }
    .author-books__row + .author-books__row {
      border-top: 1px solid #c3c3c3; }
    .author-books__row .book__item img {
      border: 0;
      border-radius: 0; }
    .author-books__row .book__item .new-issue {
      border-radius: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .author-books__image, .author-books__info {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .author-books__image {
    flex: 0 0 29.16667%;
    max-width: 29.16667%; }
  .author-books__info {
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .author-books__info {
        padding-left: 30px;
        padding-right: 60px; } }
    .author-books__info * {
      text-transform: uppercase; }
      .author-books__info *:not(.author), .author-books__info *:not(.author):hover {
        text-decoration: none; }
    .author-books__info h5 {
      font-weight: 600; }
    .author-books__info .author {
      margin-bottom: 0; }
    .author-books__info a.icon-next {
      padding-bottom: 0; }
      .author-books__info a.icon-next:after {
        left: 19px;
        margin-top: 15px;
        position: absolute; }
        @media (max-width: 991.98px) {
          .author-books__info a.icon-next:after {
            content: none; } }
        @media (min-width: 768px) {
          .author-books__info a.icon-next:after {
            margin-top: 0;
            left: auto;
            right: 15px;
            top: 50%;
            transform: rotate(45deg) translateY(-50%); } }
      .author-books__info a.icon-next:hover.icon-next:after, .author-books__info a.icon-next:hover:after {
        border-color: #31cf64; }
  .author-books .book-authors,
  .author-books .book-authors .author + .author {
    margin-top: 0; }
  .author-books .book-authors .author + .author {
    margin-left: 20px; }

.main-author {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 75px; }
  .main-author__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 50vh; }
    .main-author__content h4 {
      color: #c3c3c3; }
  .main-author__carousel {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    z-index: 0; }
    .main-author__carousel.few--1, .main-author__carousel.few--2 {
      padding-bottom: 15px; }
      @media (min-width: 768px) {
        .main-author__carousel.few--1, .main-author__carousel.few--2 {
          padding-bottom: 0; } }
    .main-author__carousel:not(.few--1):not(.few--2) {
      padding-bottom: 75px; }
      @media (min-width: 768px) {
        .main-author__carousel:not(.few--1):not(.few--2) {
          padding-bottom: 0; } }
    .main-author__carousel div[class^="swiper-button"] {
      display: none; }
      @media (min-width: 768px) {
        .main-author__carousel div[class^="swiper-button"] {
          display: flex; } }
    .main-author__carousel .swiper-container {
      position: static;
      padding-left: 17px;
      padding-right: 17px; }
      @media (min-width: 768px) {
        .main-author__carousel .swiper-container {
          padding-left: 67px;
          padding-right: 67px;
          position: relative; } }
    .main-author__carousel .swiper-container-horizontal > .swiper-pagination,
    .main-author__carousel .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: block;
      top: auto;
      left: 50%;
      max-width: 55%;
      transform: translateX(-50%);
      bottom: 30px; }
      @media (min-width: 768px) {
        .main-author__carousel .swiper-container-horizontal > .swiper-pagination,
        .main-author__carousel .swiper-container-horizontal > .swiper-pagination-progressbar {
          display: none; } }
      .main-author__carousel .swiper-container-horizontal > .swiper-pagination.swiper-pagination-bullets-dynamic,
      .main-author__carousel .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-bullets-dynamic {
        max-width: 60vw; }
      .main-author__carousel .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
      .main-author__carousel .swiper-container-horizontal > .swiper-pagination-progressbar .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background: #000;
        transform: scale(1);
        left: auto; }
    .main-author__carousel.few--1 .swiper-slide {
      justify-items: center;
      margin-right: 0 !important;
      display: flex; }
      .main-author__carousel.few--1 .swiper-slide .book__item {
        min-width: 200px;
        margin: auto;
        display: block; }
        @media (min-width: 576px) {
          .main-author__carousel.few--1 .swiper-slide .book__item {
            max-width: 200px; } }
        .main-author__carousel.few--1 .swiper-slide .book__item img {
          max-width: 100%; }
    .main-author__carousel.few--1 div[class^="swiper-button"] {
      display: none; }
    .main-author__carousel.few--1 .swiper-container-horizontal > .swiper-pagination,
    .main-author__carousel.few--1 .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: none; }
    .main-author__carousel.few--2 .swiper-slide {
      display: flex; }
      @media (min-width: 992px) {
        .main-author__carousel.few--2 .swiper-slide:first-of-type {
          justify-content: flex-end; } }
      .main-author__carousel.few--2 .swiper-slide:last-of-type {
        margin-right: 0 !important; }
      @media (max-width: 991.98px) {
        .main-author__carousel.few--2 .swiper-slide .book__item {
          margin: auto; } }
      @media (min-width: 768px) {
        .main-author__carousel.few--2 .swiper-slide .book__item {
          max-width: 200px; } }
      @media (min-width: 992px) {
        .main-author__carousel.few--2 .swiper-slide .book__item {
          display: block; } }
      .main-author__carousel.few--2 .swiper-slide .book__item img {
        max-width: 100%; }
    @media screen and (min-width: 540px) {
      .main-author__carousel.few--2 div[class^="swiper-button"] {
        display: none; } }
    @media screen and (min-width: 540px) {
      .main-author__carousel.few--2 .swiper-container-horizontal > .swiper-pagination,
      .main-author__carousel.few--2 .swiper-container-horizontal > .swiper-pagination-progressbar {
        display: none; } }
    .main-author__carousel.few--3 .swiper-slide, .main-author__carousel.few--4 .swiper-slide, .main-author__carousel.few--5 .swiper-slide {
      display: flex; }
      @media (min-width: 992px) {
        .main-author__carousel.few--3 .swiper-slide, .main-author__carousel.few--4 .swiper-slide, .main-author__carousel.few--5 .swiper-slide {
          max-width: 200px; } }
      @media (min-width: 992px) {
        .main-author__carousel.few--3 .swiper-slide:first-of-type, .main-author__carousel.few--4 .swiper-slide:first-of-type, .main-author__carousel.few--5 .swiper-slide:first-of-type {
          justify-content: flex-end; } }
      .main-author__carousel.few--3 .swiper-slide:last-of-type, .main-author__carousel.few--4 .swiper-slide:last-of-type, .main-author__carousel.few--5 .swiper-slide:last-of-type {
        margin-right: 0 !important; }
      @media (max-width: 991.98px) {
        .main-author__carousel.few--3 .swiper-slide .book__item, .main-author__carousel.few--4 .swiper-slide .book__item, .main-author__carousel.few--5 .swiper-slide .book__item {
          margin: auto; } }
      @media (min-width: 992px) {
        .main-author__carousel.few--3 .swiper-slide .book__item, .main-author__carousel.few--4 .swiper-slide .book__item, .main-author__carousel.few--5 .swiper-slide .book__item {
          display: block; } }
      .main-author__carousel.few--3 .swiper-slide .book__item img, .main-author__carousel.few--4 .swiper-slide .book__item img, .main-author__carousel.few--5 .swiper-slide .book__item img {
        max-width: 100%; }
    @media (min-width: 992px) {
      .main-author__carousel.few--3 div[class^="swiper-button"], .main-author__carousel.few--4 div[class^="swiper-button"], .main-author__carousel.few--5 div[class^="swiper-button"] {
        display: none; } }
    @media (min-width: 992px) {
      .main-author__carousel.few--3 .swiper-container,
      .main-author__carousel.few--3 .swiper-wrapper, .main-author__carousel.few--4 .swiper-container,
      .main-author__carousel.few--4 .swiper-wrapper, .main-author__carousel.few--5 .swiper-container,
      .main-author__carousel.few--5 .swiper-wrapper {
        display: flex;
        justify-content: center; } }
    @media (min-width: 992px) {
      .main-author__carousel.few--3 .swiper-container-horizontal > .swiper-pagination,
      .main-author__carousel.few--3 .swiper-container-horizontal > .swiper-pagination-progressbar, .main-author__carousel.few--4 .swiper-container-horizontal > .swiper-pagination,
      .main-author__carousel.few--4 .swiper-container-horizontal > .swiper-pagination-progressbar, .main-author__carousel.few--5 .swiper-container-horizontal > .swiper-pagination,
      .main-author__carousel.few--5 .swiper-container-horizontal > .swiper-pagination-progressbar {
        display: none; } }
  .main-author__text {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    margin-top: 60px; }
    @media (min-width: 768px) {
      .main-author__text {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; } }
    @media (min-width: 992px) {
      .main-author__text {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }

.author-list {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin: 30px 0;
  flex: 1; }
  .author-list__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0; }
    .author-list__content + .author-list__content {
      margin-top: 90px; }
    .author-list__content .drop-cap, .author-list__content-list {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 1; }
    .author-list__content .drop-cap {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
      margin-left: 8.33333%;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 576px) {
        .author-list__content .drop-cap {
          margin-left: 0; } }
      @media (min-width: 992px) {
        .author-list__content .drop-cap {
          flex: 0 0 8.33333%;
          max-width: 8.33333%;
          margin-left: 8.33333%;
          text-align: left; } }
      .author-list__content .drop-cap:after {
        bottom: auto;
        top: 75px; }
    .author-list__content-list {
      flex: 0 0 75%;
      max-width: 75%; }
      @media (min-width: 992px) {
        .author-list__content-list {
          flex: 0 0 83.33333%;
          max-width: 83.33333%; } }
      .author-list__content-list ul {
        padding: 0; }
        @media (min-width: 576px) {
          .author-list__content-list ul {
            column-count: 2; } }
        @media (min-width: 992px) {
          .author-list__content-list ul {
            column-count: 3; } }
        .author-list__content-list ul li {
          padding: 0;
          list-style: none;
          margin-bottom: 20px; }
          .author-list__content-list ul li a {
            text-transform: uppercase;
            text-decoration: none; }
  .author-list .btn.back-on-top {
    position: fixed;
    right: 5px;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    z-index: 19;
    top: 65vh; }
    @media (min-width: 768px) {
      .author-list .btn.back-on-top {
        right: 45px; } }
    .author-list .btn.back-on-top:not([class^="icon-"]):not(.btn--no-icon) {
      transition: opacity 250ms ease-in-out; }
    .author-list .btn.back-on-top.visible {
      opacity: 1;
      pointer-events: all; }
    .author-list .btn.back-on-top, .author-list .btn.back-on-top.btn--icon-only:not([class^="icon-"]):not(.btn--no-icon):hover, .author-list .btn.back-on-top:not([class^="icon-"]):not(.btn--no-icon):hover {
      transform: rotate(90deg); }
      .author-list .btn.back-on-top:before, .author-list .btn.back-on-top.btn--icon-only:not([class^="icon-"]):not(.btn--no-icon):hover:before, .author-list .btn.back-on-top:not([class^="icon-"]):not(.btn--no-icon):hover:before {
        border-color: #31cf64; }
    .author-list .btn.back-on-top.btn--icon-only:not([class^="icon-"]):not(.btn--no-icon):before {
      border-color: #000;
      border-left-style: solid;
      border-bottom-style: solid;
      width: 30px;
      height: 30px; }

.author-search {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .author-search__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    .author-search__content input[type="text"] {
      min-width: 100%;
      border-top-right-radius: 26px !important;
      border-bottom-right-radius: 26px !important;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .author-search__content input[type="text"] {
          min-width: 300px; } }
      @media (min-width: 992px) {
        .author-search__content input[type="text"] {
          min-width: 500px; } }
  .author-search__letters {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 60px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .author-search__letters {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    .author-search__letters a {
      padding: 0 20px 30px;
      text-decoration: none; }

.book-search {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .book-search__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    .book-search__content .field-group {
      flex-direction: column;
      flex-wrap: wrap; }
      .book-search__content .field-group fieldset,
      .book-search__content .field-group .fieldset {
        flex: 0;
        width: auto; }
    .book-search__content input[type="text"] {
      min-width: auto; }
    .book-search__content .input--search {
      min-width: 220px; }
      @media (max-width: 767.98px) {
        .book-search__content .input--search {
          padding-right: 0; } }
      @media (min-width: 992px) {
        .book-search__content .input--search {
          min-width: 300px; } }
    @media (min-width: 992px) {
      .book-search__content .input-select__input {
        min-width: 100px; } }
    .book-search__content .input-select__input input[type="text"] {
      width: 100%; }
    .book-search__content .input-select__menu {
      min-width: 230px;
      right: 0; }
    .book-search__content .input-select__value-container {
      display: none; }
      @media (min-width: 992px) {
        .book-search__content .input-select__value-container {
          display: block; } }
    .book-search__content .genres-trigger {
      font-weight: 700;
      text-transform: uppercase;
      line-height: 50px;
      position: absolute;
      top: 65px;
      left: 50%;
      transform: translateX(-50%);
      user-select: none;
      cursor: pointer; }
      @media (min-width: 992px) {
        .book-search__content .genres-trigger {
          left: 15px;
          transform: translateX(0);
          top: 0; } }
      .book-search__content .genres-trigger:before {
        margin-right: 10px;
        transform: rotate(-45deg);
        transform-origin: 30% 30%;
        width: 10px;
        height: 10px;
        border-color: #31cf64;
        transition: all 150ms ease-in-out; }
      .book-search__content .genres-trigger.open:before {
        transform: rotate(135deg) translateY(-5px); }
      .book-search__content .genres-trigger:hover {
        color: #31cf64; }
    .book-search__content .genres {
      height: 0;
      overflow: hidden;
      transition: height 300ms ease-in-out; }
      @media (max-width: 575.98px) {
        .book-search__content .genres {
          border-radius: 0; } }
      .book-search__content .genres + .date-filter {
        margin-top: 60px; }
        @media (min-width: 992px) {
          .book-search__content .genres + .date-filter {
            margin-top: 0; } }
      .book-search__content .genres.open {
        height: auto;
        padding-top: 45px; }
        @media (min-width: 992px) {
          .book-search__content .genres.open {
            padding-top: 0; } }
        .book-search__content .genres.open + .date-filter {
          margin-top: 20px; }
      .book-search__content .genres .input-checkbox {
        padding: 0; }
        @media (max-width: 575.98px) {
          .book-search__content .genres .input-checkbox {
            margin-top: 0;
            margin-bottom: 0; } }
        @media (max-width: 575.98px) {
          .book-search__content .genres .input-checkbox span.background {
            border-radius: 0; } }
        @media (max-width: 575.98px) {
          .book-search__content .genres .input-checkbox:first-of-type span.background {
            border-top-left-radius: 25px;
            border-top-right-radius: 25px;
            border-top-width: 1px; } }
        @media (max-width: 575.98px) {
          .book-search__content .genres .input-checkbox:last-of-type span.background {
            border-bottom-left-radius: 25px;
            border-bottom-right-radius: 25px; } }
        .book-search__content .genres .input-checkbox input[type="checkbox"]:checked ~ span.background:before {
          content: none; }
    .book-search__content .date-filter {
      flex: 1;
      width: 100%;
      justify-content: center; }
      @media (min-width: 992px) {
        .book-search__content .date-filter {
          justify-content: flex-end;
          margin-top: 0; } }
    .book-search__content .input--search {
      min-width: 230px; }
      @media (min-width: 1200px) {
        .book-search__content .input--search {
          min-width: 400px; } }
      @media (min-width: 768px) {
        .book-search__content .input--search {
          border-right: 1px solid #e8e8e8; } }
    .book-search__content label.input-checkbox {
      min-width: 100%; }
      @media (min-width: 576px) {
        .book-search__content label.input-checkbox {
          min-width: 180px; } }
      @media (min-width: 1200px) {
        .book-search__content label.input-checkbox {
          min-width: 133px; } }

.book-list {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin: 0 0 90px;
  flex: 1; }
  .book-list:not(.narrow) {
    margin-top: 0; }
  .book-list__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap; }
  .book-list__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding: 15px;
    display: flex;
    align-items: flex-end; }
    @media (min-width: 576px) {
      .book-list__item {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .book-list__item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 992px) {
      .book-list__item {
        flex: 0 0 25%;
        max-width: 25%; } }

.main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .main {
      margin-top: 75px; } }
  .main--image {
    margin-top: 0; }
    .main--image .main__content {
      border-top: 0;
      padding-top: 60px; }
  .main__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    flex-direction: column; }
    @media (min-width: 992px) {
      .main__content {
        margin-top: 60px;
        padding-top: 60px; } }
    @media (min-width: 1200px) {
      .main__content {
        padding-top: 120px; } }
    .main__content--narrow {
      padding-top: 60px; }
    .main__content--center {
      align-items: center;
      justify-content: flex-start; }

.main-event {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 75px; }
  .main-event--image {
    margin-top: 0; }
  .main-event__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0; }
    .main-event__content--narrow {
      padding-top: 60px; }
    .main-event__content--center {
      align-items: center;
      justify-content: flex-start; }
    .main-event__content__left, .main-event__content__right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%;
      align-self: flex-start; }
    .main-event__content__left {
      display: flex;
      position: relative;
      justify-content: center; }
      @media (min-width: 768px) {
        .main-event__content__left {
          flex: 0 0 41.66667%;
          max-width: 41.66667%; } }
      @media (min-width: 992px) {
        .main-event__content__left {
          justify-content: flex-end;
          flex: 0 0 37.5%;
          max-width: 37.5%; } }
      @media screen and (min-width: 1024px) {
        .main-event__content__left {
          top: -180px;
          padding-left: 60px;
          padding-right: 30px;
          z-index: 5; } }
      @media (min-width: 1200px) {
        .main-event__content__left {
          padding-left: 105px;
          padding-right: 30px; } }
      .main-event__content__left .img__lazyload-wrapper {
        text-align: center;
        margin: 30px 0; }
        @media (min-width: 768px) {
          .main-event__content__left .img__lazyload-wrapper {
            margin: 0; } }
      .main-event__content__left img {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        max-width: 80%; }
        @media (min-width: 768px) {
          .main-event__content__left img {
            max-width: 100%; } }
    .main-event__content__right {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      padding-top: 30px; }
      @media (min-width: 768px) {
        .main-event__content__right {
          flex: 0 0 58.33333%;
          max-width: 58.33333%; } }
      @media (min-width: 992px) {
        .main-event__content__right {
          flex: 0 0 62.5%;
          max-width: 62.5%; } }
      .main-event__content__right h4 {
        text-transform: uppercase;
        color: #c3c3c3;
        letter-spacing: 1px;
        margin-bottom: 0;
        margin-top: 30px;
        margin-bottom: 15px; }
        .main-event__content__right h4:first-of-type {
          margin-top: 15px; }
        .main-event__content__right h4 + p {
          margin-top: 0; }
      .main-event__content__right *:not(.event-link) {
        background: transparent !important; }
      .main-event__content__right .event-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .main-event__content__right .event-links .btn.event-link + .main-event__content__right .event-links .btn.event-link, .main-event__content__right .event-links .btn.event-link:last-child {
          margin-top: 10px; }

.events {
  width: 100vw;
  position: relative;
  z-index: 0;
  padding-bottom: 120px; }
  @media (min-width: 768px) {
    .events {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .events {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .events {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .events {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .events {
      max-width: 1340px; } }
  .events .section__title {
    position: static; }
    @media (min-width: 992px) {
      .events .section__title {
        position: relative; } }
    .events .section__title__right,
    .events .section__title .section__title__right {
      bottom: 30px;
      top: auto;
      left: 50%;
      right: auto;
      width: auto;
      transform: translateX(-50%);
      justify-content: center; }
      @media (min-width: 992px) {
        .events .section__title__right,
        .events .section__title .section__title__right {
          display: flex;
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          transform: translateY(-50%); } }
  .events__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 33px;
    flex-direction: column; }
    .events__content--left, .events__content--right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 992px) {
        .events__content--left, .events__content--right {
          flex: 0 0 58.33333%;
          max-width: 58.33333%; } }
    .events__content--right {
      padding-left: 0;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
      @media (max-width: 991.98px) {
        .events__content--right {
          display: none; } }
    .events__content--left {
      padding-right: 0;
      padding-left: 0; }
      @media (min-width: 992px) {
        .events__content--left img {
          display: none; } }
    .events__content--left-full {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }

.events-box {
  position: relative; }
  .events-box .section__title h4 {
    font-size: 1.375rem;
    line-height: 1.8rem; }
  .events-box__content {
    margin-top: 47px; }
    .events-box__content .event__item__left {
      align-items: center; }
  .events-box--wrapped {
    margin-bottom: 120px; }
  .events-box:not(.events-box--extended) .events-box__content .event__item {
    border: 0; }
    .events-box:not(.events-box--extended) .events-box__content .event__item__timing {
      display: flex; }
    .events-box:not(.events-box--extended) .events-box__content .event__item__left {
      display: none; }
      .events-box:not(.events-box--extended) .events-box__content .event__item__left:before {
        content: none; }
    .events-box:not(.events-box--extended) .events-box__content .event__item__right {
      border: 3px solid #fff;
      height: 100%; }
      .events-box:not(.events-box--extended) .events-box__content .event__item__right address {
        margin-top: 7px;
        margin-bottom: 7px; }
    .events-box:not(.events-box--extended) .events-box__content .event__item:hover .event__item__right {
      background: #31cf64;
      color: #fff;
      border-color: #31cf64; }

.event-search {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 15px; }
  .event-search__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    .event-search__content input[type="text"] {
      min-width: calc(100% - 50px); }
      @media (min-width: 768px) {
        .event-search__content input[type="text"] {
          min-width: 250px; } }
      @media (min-width: 992px) {
        .event-search__content input[type="text"] {
          min-width: 500px; } }

.features-box {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .features-box {
      flex-direction: row; } }

.events-list {
  position: relative; }
  .events-list + .events-list {
    margin-top: 10px; }

.footer__banner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px; }
  .footer__banner__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0; }
    .footer__banner__content--left, .footer__banner__content--right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      text-align: center;
      padding: 30px 0;
      width: 100%; }
      @media (min-width: 768px) {
        .footer__banner__content--left, .footer__banner__content--right {
          flex: 0 0 50%;
          max-width: 50%;
          padding: 75px; } }
    .footer__banner__content--left::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 60px;
      border-bottom: 1px solid #c3c3c3; }
      @media (min-width: 768px) {
        .footer__banner__content--left::after {
          width: 0;
          height: 60px;
          border-right: 1px solid #c3c3c3;
          border-bottom: 0;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          bottom: auto; } }
    @media (min-width: 768px) {
      .footer__banner__content--left {
        padding-left: 45px; } }
    @media (min-width: 768px) {
      .footer__banner__content--right {
        padding-right: 45px; } }

.footer-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background: #31cf64;
  color: #fff;
  padding: 45px 0;
  align-self: flex-end;
  z-index: 20; }
  @media (min-width: 992px) {
    .footer-main {
      padding: 45px 60px; } }
  .footer-main__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0; }
    .footer-main__content svg.logo {
      height: 25px; }
      @media (min-width: 992px) {
        .footer-main__content svg.logo {
          height: 30px; } }
    .footer-main__content a,
    .footer-main__content p {
      font-size: 0.8125rem;
      font-weight: 600;
      line-height: 1.125rem;
      text-transform: uppercase; }
    .footer-main__content a {
      color: #fff; }
      .footer-main__content a:hover {
        color: #000; }
    .footer-main__content--left {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 60px;
      text-align: center; }
      .footer-main__content--left p,
      .footer-main__content--left p a {
        font-size: 12px; }
      .footer-main__content--left p {
        margin-top: 30px; }
      @media (min-width: 576px) {
        .footer-main__content--left p,
        .footer-main__content--left p a {
          font-size: 12px; } }
      @media (min-width: 992px) {
        .footer-main__content--left {
          flex: 0 0 33.33333%;
          max-width: 33.33333%;
          margin-bottom: 0;
          text-align: left; } }
    .footer-main__content--right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      display: flex;
      justify-content: center; }
      .footer-main__content--right ul {
        padding: 0 15px;
        width: 100%; }
        .footer-main__content--right ul li {
          text-align: center;
          list-style: none;
          padding: 0;
          margin: 15px 0;
          float: left;
          width: 50%; }
          .footer-main__content--right ul li:last-child {
            margin-bottom: 0; }
          .footer-main__content--right ul li a {
            font-weight: 700;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase; }
            .footer-main__content--right ul li a:hover {
              color: #000;
              text-decoration: none; }
      @media (min-width: 992px) {
        .footer-main__content--right {
          flex: 0 0 66.66667%;
          max-width: 66.66667%;
          justify-content: flex-end; }
          .footer-main__content--right ul {
            display: flex;
            padding-left: 0;
            padding-right: 0; }
            .footer-main__content--right ul li {
              text-align: center;
              list-style: none;
              padding: 0;
              margin: 0 10px;
              float: none;
              width: 100%; }
              .footer-main__content--right ul li:first-child {
                margin-left: 0; }
              .footer-main__content--right ul li:last-child {
                margin-right: 0; }
              .footer-main__content--right ul li a {
                font-weight: 700;
                text-decoration: none;
                color: #fff;
                text-transform: uppercase; }
                .footer-main__content--right ul li a:hover {
                  color: #000;
                  text-decoration: none; } }
    .footer-main__content--bottom {
      text-align: center;
      text-transform: inherit !important;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .footer-main__content--bottom {
          text-align: left; } }
      .footer-main__content--bottom a {
        text-transform: inherit; }
      .footer-main__content--bottom .disclaimer {
        font-size: 12px;
        text-transform: inherit;
        margin-top: 45px; }
        @media (min-width: 992px) {
          .footer-main__content--bottom .disclaimer {
            margin-top: 20px; } }

.header-main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 35;
  background-color: rgba(242, 242, 242, 0.9); }
  .header-main svg.logo {
    height: 25px; }
    @media (min-width: 768px) {
      .header-main svg.logo {
        height: 39px; } }
  .header-main.fixed .header-main__content {
    height: 60px; }
    .header-main.fixed .header-main__content svg.logo {
      height: 25px; }
      @media (min-width: 768px) {
        .header-main.fixed .header-main__content svg.logo {
          height: 30px; } }
  .header-main__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .header-main__content {
        height: 120px; } }
    .header-main__content,
    .header-main__content svg.logo {
      transition: height 300ms ease-in-out; }
    .header-main__content--left, .header-main__content--right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
  .header-main__search {
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 1199.98px) {
      .header-main__search {
        display: none; } }
    .header-main__search input[type="text"] {
      max-width: 150px; }
    .header-main__search .input-select__container {
      width: 130px; }
  .header-main .hamburger__menu {
    position: absolute;
    top: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }
    @media (min-width: 768px) {
      .header-main .hamburger__menu {
        right: 60px; } }
  .header-main__overlay {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    z-index: 40;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 150ms ease-in-out;
    background: #fff; }
    .header-main__overlay .icon-close {
      position: absolute;
      top: 30px;
      right: 34px;
      z-index: 50;
      color: #fff; }
    .header-main__overlay.open {
      opacity: 1;
      pointer-events: all;
      overflow-y: auto; }
      .header-main__overlay.open .search-results.mobile-only {
        background-color: #fff;
        margin: 30px 0 60px; }
        @media (min-width: 768px) {
          .header-main__overlay.open .search-results.mobile-only {
            display: none; } }
        .header-main__overlay.open .search-results.mobile-only img {
          max-height: 76px; }
    .header-main__overlay .twocol {
      margin: 0;
      max-width: 100%;
      flex: 1;
      padding: 0; }
      .header-main__overlay .twocol__content {
        flex: 1;
        flex-direction: column; }
        @media (min-width: 768px) {
          .header-main__overlay .twocol__content {
            height: 100vh;
            flex-direction: row; } }
        .header-main__overlay .twocol__content__left, .header-main__overlay .twocol__content__right {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          max-width: 100%; }
          @media (min-width: 768px) {
            .header-main__overlay .twocol__content__left, .header-main__overlay .twocol__content__right {
              max-width: 50%;
              height: 100vh; } }
        .header-main__overlay .twocol__content__left {
          flex: 0 0 auto;
          padding-bottom: 30px;
          justify-content: flex-start; }
          @media (min-width: 768px) {
            .header-main__overlay .twocol__content__left {
              align-items: center;
              justify-content: center;
              padding-bottom: 0; } }
          .header-main__overlay .twocol__content__left > a {
            padding-top: 17.5px;
            padding-bottom: 17.5px; }
            @media (min-width: 768px) {
              .header-main__overlay .twocol__content__left > a {
                padding-top: 0;
                padding-bottom: 0; } }
          .header-main__overlay .twocol__content__left svg.logo {
            height: 25px; }
            @media (min-width: 768px) {
              .header-main__overlay .twocol__content__left svg.logo {
                height: 37px;
                margin-bottom: 60px; } }
            @media (min-width: 992px) {
              .header-main__overlay .twocol__content__left svg.logo {
                height: 60px; } }
          .header-main__overlay .twocol__content__left .search {
            padding-top: 15px;
            flex: 0 0 auto; }
          .header-main__overlay .twocol__content__left .search__content,
          .header-main__overlay .twocol__content__left .search__content fieldset, .header-main__overlay .twocol__content__left .search__content .fieldset {
            flex-wrap: nowrap;
            display: flex; }
            .header-main__overlay .twocol__content__left .search__content input[type="text"],
            .header-main__overlay .twocol__content__left .search__content fieldset input[type="text"], .header-main__overlay .twocol__content__left .search__content .fieldset input[type="text"] {
              width: 100px; }
          .header-main__overlay .twocol__content__left .search__content input[type="text"] {
            min-width: auto; }
          .header-main__overlay .twocol__content__left .search__content input.input--search {
            padding-right: 15px;
            min-width: 220px; }
            @media (min-width: 992px) {
              .header-main__overlay .twocol__content__left .search__content input.input--search {
                min-width: 240px; } }
          @media (min-width: 992px) {
            .header-main__overlay .twocol__content__left .input-select__input {
              min-width: 100px; } }
          .header-main__overlay .twocol__content__left .input-select__input input[type="text"] {
            width: 100%; }
          .header-main__overlay .twocol__content__left .input-select__menu {
            min-width: 230px;
            right: 0; }
          .header-main__overlay .twocol__content__left .input-select__value-container {
            display: none; }
            @media (min-width: 992px) {
              .header-main__overlay .twocol__content__left .input-select__value-container {
                display: block;
                padding: 15px 57px 15px 10px; } }
          .header-main__overlay .twocol__content__left .search-results {
            display: none; }
            @media (min-width: 768px) {
              .header-main__overlay .twocol__content__left .search-results {
                display: block; } }
        .header-main__overlay .twocol__content__right {
          background: #242322;
          flex: 1 1 50%;
          padding-top: 30px;
          padding-bottom: 30px;
          overflow-y: scroll; }
          @media (min-width: 768px) {
            .header-main__overlay .twocol__content__right {
              overflow-y: auto;
              padding-top: 0;
              padding-bottom: 0; } }
          .header-main__overlay .twocol__content__right,
          .header-main__overlay .twocol__content__right * {
            color: #fff; }
          .header-main__overlay .twocol__content__right ul,
          .header-main__overlay .twocol__content__right ul li {
            padding: 0; }
          .header-main__overlay .twocol__content__right ul li {
            list-style: none;
            text-align: center;
            margin: 30px 0; }
            .header-main__overlay .twocol__content__right ul li a {
              text-decoration: none;
              font-weight: bold;
              text-transform: uppercase;
              font-size: 1.3125rem;
              line-height: 1.5rem; }
              @media (min-width: 768px) {
                .header-main__overlay .twocol__content__right ul li a {
                  font-size: 1.625rem;
                  line-height: 2rem; } }
              .header-main__overlay .twocol__content__right ul li a:hover {
                color: #31cf64; }

.main-slider {
  position: relative;
  width: 100vw;
  height: 600px;
  max-width: 100vw;
  padding: 0;
  margin-bottom: 54px; }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .main-slider {
      margin-bottom: 0; } }
  @media screen and (min-width: 1024px) {
    .main-slider {
      margin-bottom: 0;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 1024px) and (min-width: 576px) {
    .main-slider {
      max-width: 540px; } }
  @media screen and (min-width: 1024px) and (min-width: 768px) {
    .main-slider {
      max-width: 720px; } }
  @media screen and (min-width: 1024px) and (min-width: 992px) {
    .main-slider {
      max-width: 960px; } }
  @media screen and (min-width: 1024px) and (min-width: 1200px) {
    .main-slider {
      max-width: 1340px; } }
  .main-slider__content {
    overflow: hidden;
    background-color: #e3e3e3;
    transition: opacity 0.15s linear;
    position: relative; }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      .main-slider__content {
        border-top-left-radius: 30px;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        border-bottom-left-radius: 30px; } }
    @media screen and (min-width: 1024px) {
      .main-slider__content {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px; } }
    @media (prefers-reduced-motion: reduce) {
      .main-slider__content {
        transition: none; } }
    .loading .main-slider__content {
      opacity: 0; }
    .main-slider__content__carousel {
      background-color: #e3e3e3;
      padding: 0; }
      .main-slider__content__carousel .swiper-slide {
        min-width: 100%; }
      .main-slider__content__carousel .slide__item {
        align-items: flex-start; }
        @media screen and (min-width: 1024px) {
          .main-slider__content__carousel .slide__item {
            align-items: center; } }
    .main-slider__content .swiper-container {
      padding-top: 0;
      padding-bottom: 0; }
      .main-slider__content .swiper-container .slide__item__images img {
        max-height: 260px; }
        @media screen and (min-width: 1024px) {
          .main-slider__content .swiper-container .slide__item__images img {
            min-height: 400px; } }
    .main-slider__content .slide__item__button {
      position: static;
      width: 100%;
      justify-content: center; }
      @media (min-width: 768px) {
        .main-slider__content .slide__item__button {
          position: absolute;
          width: auto;
          justify-content: flex-start; } }
    .main-slider__content .more {
      display: none; }
      @media screen and (min-width: 1024px) {
        .main-slider__content .more {
          display: inline-block; } }
    .main-slider__content .swiper-pagination-progressbar {
      position: absolute;
      top: auto !important;
      bottom: 45px;
      left: 50% !important;
      transform: translateX(-50%); }
  .main-slider + section {
    margin-top: 0; }

.new-books {
  width: 100vw;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    .new-books {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .new-books {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .new-books {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .new-books {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .new-books {
      max-width: 1340px; } }
  .new-books.few--1 {
    padding-bottom: 90px; }
    @media (min-width: 768px) {
      .new-books.few--1 {
        padding-bottom: 75px; } }
  .new-books.few--2 {
    padding-bottom: 90px; }
    @media screen and (min-width: 540px) {
      .new-books.few--2 {
        padding-bottom: 75px; } }
  .new-books:not(.few--1):not(.few--2) {
    padding-bottom: 150px; }
    @media (min-width: 768px) {
      .new-books:not(.few--1):not(.few--2) {
        padding-bottom: 75px; } }
  .new-books:before {
    content: "";
    position: absolute;
    width: 400px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }
  .new-books .section__title {
    position: static; }
    @media (min-width: 992px) {
      .new-books .section__title {
        position: relative; } }
    .new-books .section__title__right,
    .new-books .section__title .section__title__right {
      bottom: 30px;
      top: auto;
      left: 50%;
      right: auto;
      width: auto;
      transform: translateX(-50%);
      justify-content: center; }
      @media (min-width: 992px) {
        .new-books .section__title__right,
        .new-books .section__title .section__title__right {
          display: flex;
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          transform: translateY(-50%); } }
  .new-books__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 2; }
    @media (min-width: 768px) {
      .new-books__content {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; } }
    .new-books__content .swiper-slide {
      display: flex; }
      @media (min-width: 768px) {
        .new-books__content .swiper-slide {
          min-width: 23%;
          min-height: 300px; } }
      @media (min-width: 1200px) {
        .new-books__content .swiper-slide .book__item {
          min-width: 250px;
          min-height: 300px; } }
    .new-books__content div[class^="swiper-button"] {
      display: none; }
      @media (min-width: 768px) {
        .new-books__content div[class^="swiper-button"] {
          display: flex; } }
    .new-books__content .swiper-container {
      position: static;
      padding-left: 17px;
      padding-right: 17px; }
      @media (min-width: 768px) {
        .new-books__content .swiper-container {
          padding-left: 67px;
          padding-right: 67px;
          position: relative; } }
    .new-books__content .swiper-container-horizontal > .swiper-pagination,
    .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: block;
      top: auto;
      left: 50%;
      width: 150px;
      max-width: 150px;
      transform: translateX(-50%);
      bottom: 105px; }
      @media (min-width: 768px) {
        .new-books__content .swiper-container-horizontal > .swiper-pagination,
        .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
          display: none; } }
      .new-books__content .swiper-container-horizontal > .swiper-pagination.swiper-pagination-bullets-dynamic,
      .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-bullets-dynamic {
        max-width: 60vw; }
      .new-books__content .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
      .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background: #000;
        transform: scale(1);
        left: auto; }
    .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      width: 150px;
      max-width: 150px; }
  .new-books.few--1 .new-books__content .swiper-slide {
    justify-items: center;
    margin-right: 0 !important; }
    .new-books.few--1 .new-books__content .swiper-slide .book__item {
      max-width: 270px;
      margin: auto;
      display: block; }
    @media (min-width: 768px) {
      .new-books.few--1 .new-books__content .swiper-slide,
      .new-books.few--1 .new-books__content .swiper-slide .book__item {
        min-width: 270px; } }
  .new-books.few--1 .new-books__content div[class^="swiper-button"] {
    display: none; }
  .new-books.few--1 .new-books__content .swiper-container-horizontal > .swiper-pagination,
  .new-books.few--1 .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
    display: none; }
  .new-books.few--2 .new-books__content .swiper-slide:last-of-type {
    margin-right: 0 !important; }
  @media (min-width: 768px) {
    .new-books.few--2 .new-books__content .swiper-slide,
    .new-books.few--2 .new-books__content .swiper-slide .book__item {
      min-width: 270px; } }
  @media screen and (min-width: 540px) {
    .new-books.few--2 .new-books__content div[class^="swiper-button"] {
      display: none; } }
  @media screen and (min-width: 540px) {
    .new-books.few--2 .new-books__content .swiper-container-horizontal > .swiper-pagination,
    .new-books.few--2 .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: none; } }
  @media (min-width: 992px) {
    .new-books.few--3 .new-books__content .swiper-slide,
    .new-books.few--3 .new-books__content .swiper-slide .book__item, .new-books.few--4 .new-books__content .swiper-slide,
    .new-books.few--4 .new-books__content .swiper-slide .book__item {
      min-width: 270px; } }
  @media (min-width: 992px) {
    .new-books.few--3 .new-books__content div[class^="swiper-button"], .new-books.few--4 .new-books__content div[class^="swiper-button"] {
      display: none; } }
  @media (min-width: 992px) {
    .new-books.few--3 .new-books__content .swiper-container-horizontal > .swiper-pagination,
    .new-books.few--3 .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar, .new-books.few--4 .new-books__content .swiper-container-horizontal > .swiper-pagination,
    .new-books.few--4 .new-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: none; } }

.news-box {
  position: relative; }
  .news-box .section__title h4 {
    font-size: 1.375rem; }
  .news-box__content .post-item__image {
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center; }
  .news-box__content .post-item__title h4 {
    font-size: 1rem;
    margin-top: 12px; }
  .news-box__content .post-item__time {
    letter-spacing: 0px;
    font-size: 0.75rem;
    font-weight: normal;
    margin-bottom: 2px; }
  .news-box__content .post-item__author {
    font-size: 0.875rem;
    margin-top: 6px; }
    .news-box__content .post-item__author a {
      font-weight: 600; }
  @media (min-width: 992px) {
    .news-box__content .img__lazyload-wrapper {
      height: 215px;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .news-box__content .img__lazyload-wrapper {
      height: 280px; } }

@media (min-width: 768px) {
  .only .news-box__content {
    columns: 2;
    column-gap: 60px; } }

@media (min-width: 768px) {
  .only .news-box__content .img__lazyload-wrapper {
    height: 150px;
    overflow: hidden; } }

@media (min-width: 992px) {
  .only .news-box__content .img__lazyload-wrapper {
    height: 215px; } }

@media (min-width: 1200px) {
  .only .news-box__content .img__lazyload-wrapper {
    height: 100%; } }

.news-list {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 90px; }
  @media (min-width: 576px) {
    .news-list {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .news-list {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .news-list {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .news-list {
      max-width: 1340px; } }
  .news-list__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0; }
    @media (max-width: 991.98px) {
      .news-list__content .featured-post__left,
      .news-list__content .featured-post__right {
        padding: 0; } }
  .news-list__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
    @media (min-width: 768px) {
      .news-list__item {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 30px; } }
    .news-list__item,
    .news-list__item + .news-list__item, .news-list__item:first-of-type {
      margin: 60px 0 0; }
  .news-list__featured {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0; }
    @media (min-width: 768px) {
      .news-list__featured {
        padding: 0 15px; } }

.news-search {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .news-search {
      padding-left: 15px;
      padding-right: 15px; } }
  .news-search:not(.main-content):first-of-type {
    margin-top: 15px;
    margin-bottom: 15px; }
  .news-search__content {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: flex-end;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 992px) {
      .news-search__content {
        flex-direction: row; } }
    .news-search__content input[type="text"] {
      min-width: calc(100% - 50px); }
      @media (min-width: 992px) {
        .news-search__content input[type="text"] {
          min-width: 250px; } }
      @media (min-width: 992px) {
        .news-search__content input[type="text"] {
          min-width: 300px; } }
    .news-search__content .search-filter {
      flex: 1;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .news-search__content .search-filter {
          margin-bottom: 0; } }
  .news-search .input-select__container {
    margin-top: 30px;
    width: 100%; }
    @media (min-width: 992px) {
      .news-search .input-select__container {
        width: 250px;
        margin-top: 0;
        margin-left: 30px; } }
    .news-search .input-select__container input[type="text"] {
      min-width: auto; }

.next-issues {
  width: 100vw;
  padding-bottom: 75px;
  position: relative; }
  @media (min-width: 768px) {
    .next-issues {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .next-issues {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .next-issues {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .next-issues {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .next-issues {
      max-width: 1340px; } }
  @media (min-width: 992px) {
    .next-issues {
      padding-bottom: 0; } }
  .next-issues header {
    margin-bottom: 0; }
  .next-issues .section__title {
    position: static; }
    @media (min-width: 992px) {
      .next-issues .section__title {
        position: relative; } }
    .next-issues .section__title__right {
      position: absolute;
      bottom: 30px;
      top: auto;
      left: 50%;
      right: auto;
      width: auto;
      transform: translateX(-50%);
      justify-content: center; }
      @media (min-width: 992px) {
        .next-issues .section__title__right {
          display: flex;
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          transform: translateY(-50%); } }
  .next-issues__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    padding-left: 0; }
    @media (min-width: 992px) {
      .next-issues__content {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .next-issues__content {
        padding-left: 75px; } }
    .next-issues__content--left, .next-issues__content--right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .next-issues__content--left, .next-issues__content--right {
          flex: 0 0 50%;
          max-width: 50%; } }
    .next-issues__content--left {
      display: flex;
      align-items: center;
      justify-content: center; }
      .next-issues__content--left .swiper-container--next-issues-covers
> .swiper-wrapper
> .swiper-slide
img {
        max-width: 200px; }
        @media (min-width: 576px) {
          .next-issues__content--left .swiper-container--next-issues-covers
> .swiper-wrapper
> .swiper-slide
img {
            max-width: 230px; } }
        @media (min-width: 768px) {
          .next-issues__content--left .swiper-container--next-issues-covers
> .swiper-wrapper
> .swiper-slide
img {
            max-width: 270px; } }
        @media (min-width: 1200px) {
          .next-issues__content--left .swiper-container--next-issues-covers
> .swiper-wrapper
> .swiper-slide
img {
            max-width: 360px; } }
      .next-issues__content--left .swiper-slide-active {
        text-align: right; }
      .next-issues__content--left .swiper-container--next-issues-covers > .swiper-wrapper > .swiper-slide-prev {
        left: -60px; }
    .next-issues__content--right {
      flex: 1;
      height: 540px; }
    .next-issues__content--left, .next-issues__content--right {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 992px) {
        .next-issues__content--left, .next-issues__content--right {
          padding-left: 45px;
          padding-right: 45px; } }
    @media (min-width: 992px) {
      .next-issues__content--right {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 0; } }
    .next-issues__content--right div[class^="swiper-button"] {
      display: none;
      bottom: 15px; }
      @media (min-width: 992px) {
        .next-issues__content--right div[class^="swiper-button"] {
          display: block;
          bottom: 0; } }
    .next-issues__content--right__carousel.swiper-container--with-navigation {
      padding: 0;
      height: 100%; }
      @media (min-width: 992px) {
        .next-issues__content--right__carousel.swiper-container--with-navigation {
          padding: 60px 0; } }
      .next-issues__content--right__carousel.swiper-container--with-navigation:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 52px;
        background-color: #f2f2f2;
        z-index: 2; }
      .next-issues__content--right__carousel.swiper-container--with-navigation .img__lazyload-wrapper {
        width: 100%;
        min-height: 150px; }
      .next-issues__content--right__carousel.swiper-container--with-navigation .swiper-slide {
        align-self: flex-start;
        justify-self: flex-start; }
        @media (min-width: 992px) {
          .next-issues__content--right__carousel.swiper-container--with-navigation .swiper-slide {
            max-width: 90%; } }
        @media (min-width: 1200px) {
          .next-issues__content--right__carousel.swiper-container--with-navigation .swiper-slide {
            max-width: 70%; } }
      .next-issues__content--right__carousel.swiper-container--with-navigation .book__item--text > p:first-of-type .new-issue {
        display: inline-block;
        width: 100%; }

.next-issues-simple {
  width: 100vw;
  position: relative;
  z-index: 0; }
  @media (min-width: 768px) {
    .next-issues-simple {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .next-issues-simple {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .next-issues-simple {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .next-issues-simple {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .next-issues-simple {
      max-width: 1340px; } }
  .next-issues-simple.few--1 {
    padding-bottom: 75px; }
    @media (min-width: 992px) {
      .next-issues-simple.few--1 {
        padding-bottom: 0; } }
  .next-issues-simple.few--2 {
    padding-bottom: 75px; }
    @media (min-width: 992px) {
      .next-issues-simple.few--2 {
        padding-bottom: 0; } }
  .next-issues-simple:not(.few--1):not(.few--2) {
    padding-bottom: 135px; }
    @media (min-width: 992px) {
      .next-issues-simple:not(.few--1):not(.few--2) {
        padding-bottom: 0; } }
  .next-issues-simple .section__title {
    position: static; }
    @media (min-width: 992px) {
      .next-issues-simple .section__title {
        position: relative; } }
    .next-issues-simple .section__title__right,
    .next-issues-simple .section__title .section__title__right {
      bottom: 30px;
      top: auto;
      left: 50%;
      right: auto;
      width: auto;
      transform: translateX(-50%);
      justify-content: center; }
      @media (min-width: 992px) {
        .next-issues-simple .section__title__right,
        .next-issues-simple .section__title .section__title__right {
          display: flex;
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          transform: translateY(-50%); } }
  .next-issues-simple__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 2; }
    @media (min-width: 768px) {
      .next-issues-simple__content {
        padding-left: 0;
        padding-right: 0;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; } }
    .next-issues-simple__content .swiper-slide {
      display: flex; }
    .next-issues-simple__content div[class^="swiper-button"] {
      display: none; }
      @media (min-width: 768px) {
        .next-issues-simple__content div[class^="swiper-button"] {
          display: flex; } }
    .next-issues-simple__content .swiper-container {
      width: 100%;
      position: static;
      padding-left: 17px;
      padding-right: 17px; }
      @media (min-width: 768px) {
        .next-issues-simple__content .swiper-container {
          padding-left: 67px;
          padding-right: 67px;
          position: relative; } }
    .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination,
    .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: block;
      top: auto;
      left: 50%;
      max-width: 55%;
      transform: translateX(-50%);
      bottom: 105px; }
      @media (min-width: 768px) {
        .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination,
        .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar {
          display: none; } }
      .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination.swiper-pagination-bullets-dynamic,
      .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-bullets-dynamic {
        max-width: 60vw; }
      .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
      .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background: #000;
        transform: scale(1);
        left: auto; }
    .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      width: 150px;
      max-width: 150px; }
  .next-issues-simple.few .next-issues-simple__content .swiper-button-lock {
    display: none; }
  .next-issues-simple.few--1 .next-issues-simple__content .swiper-slide {
    justify-items: center;
    margin-right: 0 !important; }
    .next-issues-simple.few--1 .next-issues-simple__content .swiper-slide .book__item {
      max-width: 270px;
      margin: auto;
      display: block; }
  .next-issues-simple.few--1 .next-issues-simple__content div[class^="swiper-button"] {
    display: none; }
  .next-issues-simple.few--1 .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination,
  .next-issues-simple.few--1 .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar {
    display: none; }
  @media (min-width: 992px) {
    .next-issues-simple.few--2 .next-issues-simple__content .swiper-slide:first-of-type {
      justify-content: flex-end; } }
  .next-issues-simple.few--2 .next-issues-simple__content .swiper-slide:last-of-type {
    margin-right: 0 !important; }
  @media (max-width: 991.98px) {
    .next-issues-simple.few--2 .next-issues-simple__content .swiper-slide .book__item {
      margin: auto; } }
  @media (min-width: 768px) {
    .next-issues-simple.few--2 .next-issues-simple__content .swiper-slide .book__item {
      max-width: 270px; } }
  @media (min-width: 992px) {
    .next-issues-simple.few--2 .next-issues-simple__content .swiper-slide .book__item {
      display: block; } }
  @media screen and (min-width: 540px) {
    .next-issues-simple.few--2 .next-issues-simple__content div[class^="swiper-button"] {
      display: none; } }
  @media screen and (min-width: 540px) {
    .next-issues-simple.few--2 .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination,
    .next-issues-simple.few--2 .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: none; } }
  @media (min-width: 768px) {
    .next-issues-simple.few--3 .next-issues-simple__content .swiper-slide,
    .next-issues-simple.few--3 .next-issues-simple__content .swiper-slide .book__item, .next-issues-simple.few--4 .next-issues-simple__content .swiper-slide,
    .next-issues-simple.few--4 .next-issues-simple__content .swiper-slide .book__item {
      max-width: 270px; } }
  @media (min-width: 992px) {
    .next-issues-simple.few--3 .next-issues-simple__content div[class^="swiper-button"], .next-issues-simple.few--4 .next-issues-simple__content div[class^="swiper-button"] {
      display: none; } }
  @media (min-width: 992px) {
    .next-issues-simple.few--3 .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination,
    .next-issues-simple.few--3 .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar, .next-issues-simple.few--4 .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination,
    .next-issues-simple.few--4 .next-issues-simple__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: none; } }
  @media (min-width: 992px) {
    .next-issues-simple.few .swiper-wrapper {
      justify-content: center;
      margin-right: 0;
      width: 100%; } }

.our-authors {
  width: 100%; }
  @media (min-width: 768px) {
    .our-authors {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      position: relative; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .our-authors {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .our-authors {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .our-authors {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .our-authors {
      max-width: 1340px; } }
  .our-authors__content {
    color: inherit; }
    @media (min-width: 768px) {
      .our-authors__content {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; } }
    @media (min-width: 768px) {
      .our-authors__content .swiper-container {
        margin-left: 67px;
        margin-right: 67px;
        position: relative; } }
    .our-authors__content .swiper-slide {
      min-width: 100%; }
    .our-authors__content .swiper-pagination-progressbar {
      position: absolute;
      top: auto !important;
      bottom: 45px;
      left: 50% !important;
      height: 4px;
      transform: translateX(-50%); }
    .our-authors__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      width: 150px;
      max-width: 150px; }
  .our-authors__button {
    width: 100%;
    justify-content: center; }
    @media (min-width: 768px) {
      .our-authors__button {
        width: auto;
        position: absolute;
        bottom: 15px;
        right: 15px;
        z-index: 5; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .our-authors__button {
      right: 97px; } }

.our-books {
  width: 100vw;
  overflow-x: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .our-books {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .our-books {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .our-books {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .our-books {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .our-books {
      max-width: 1340px; } }
  .our-books.few--1 {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      .our-books.few--1 {
        padding-bottom: 0; } }
  .our-books.few--2 {
    padding-bottom: 60px; }
    @media (min-width: 992px) {
      .our-books.few--2 {
        padding-bottom: 0; } }
  .our-books:not(.few--1):not(.few--2) {
    padding-bottom: 120px; }
    @media (min-width: 992px) {
      .our-books:not(.few--1):not(.few--2) {
        padding-bottom: 0; } }
  .our-books .section__title {
    position: static; }
    @media (min-width: 992px) {
      .our-books .section__title {
        position: relative; } }
    .our-books .section__title__right,
    .our-books .section__title .section__title__right {
      bottom: 30px;
      top: auto;
      left: 50%;
      right: auto;
      width: auto;
      transform: translateX(-50%);
      justify-content: center;
      position: absolute; }
      @media (min-width: 992px) {
        .our-books .section__title__right,
        .our-books .section__title .section__title__right {
          display: flex;
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          transform: translateY(-50%); } }
  .our-books__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    position: static;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 768px) {
      .our-books__content {
        position: relative; } }
    .our-books__content .swiper-slide .book__item--genre {
      align-self: flex-start;
      width: 100%; }
    .our-books__content div[class^="swiper-button"] {
      display: none; }
      @media (min-width: 768px) {
        .our-books__content div[class^="swiper-button"] {
          display: flex; } }
    .our-books__content .swiper-container {
      position: static;
      padding-left: 17px;
      padding-right: 17px;
      padding-top: 17px;
      padding-bottom: 17px; }
      @media (min-width: 768px) {
        .our-books__content .swiper-container {
          padding-left: 67px;
          padding-right: 67px;
          position: relative; } }
    .our-books__content .swiper-container-horizontal > .swiper-pagination,
    .our-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: block;
      top: auto;
      left: 50%;
      max-width: 55%;
      transform: translateX(-50%);
      bottom: 105px; }
      @media (min-width: 768px) {
        .our-books__content .swiper-container-horizontal > .swiper-pagination,
        .our-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
          display: none; } }
      .our-books__content .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
      .our-books__content .swiper-container-horizontal > .swiper-pagination-progressbar .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background: #000;
        transform: scale(1);
        left: auto; }
    .our-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      width: 150px;
      max-width: 150px; }
  .our-books.few--1 .our-books__content .swiper-slide {
    justify-items: center;
    margin-right: 0 !important; }
    .our-books.few--1 .our-books__content .swiper-slide .book__item--genre__wrapper {
      max-width: 270px;
      min-width: 200px;
      margin: auto;
      display: block; }
      .our-books.few--1 .our-books__content .swiper-slide .book__item--genre__wrapper img {
        max-width: 100%; }
  .our-books.few--1 .our-books__content div[class^="swiper-button"] {
    display: none; }
  .our-books.few--1 .our-books__content .swiper-container-horizontal > .swiper-pagination,
  .our-books.few--1 .our-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
    display: none; }
  .our-books.few--2 .our-books__content .swiper-slide:last-of-type {
    margin-right: 0 !important; }
  @media screen and (min-width: 540px) {
    .our-books.few--2 .our-books__content div[class^="swiper-button"] {
      display: none; } }
  @media screen and (min-width: 540px) {
    .our-books.few--2 .our-books__content .swiper-container-horizontal > .swiper-pagination,
    .our-books.few--2 .our-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: none; } }
  @media (min-width: 992px) {
    .our-books.few--3 .our-books__content div[class^="swiper-button"], .our-books.few--4 .our-books__content div[class^="swiper-button"] {
      display: none; } }
  @media (min-width: 992px) {
    .our-books.few--3 .our-books__content .swiper-container-horizontal > .swiper-pagination,
    .our-books.few--3 .our-books__content .swiper-container-horizontal > .swiper-pagination-progressbar, .our-books.few--4 .our-books__content .swiper-container-horizontal > .swiper-pagination,
    .our-books.few--4 .our-books__content .swiper-container-horizontal > .swiper-pagination-progressbar {
      display: none; } }

.main-post {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column; }
  .main-post--image {
    margin-top: 0; }
    .main-post--image .main__content {
      border-top: 0;
      padding-top: 60px; }
  .main-post__content {
    margin-top: 30px;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .main-post__content {
        flex: 0 0 83.33333%;
        max-width: 83.33333%; } }
    @media (min-width: 1200px) {
      .main-post__content {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    .main-post__content--narrow {
      padding-top: 60px; }
    .main-post__content--center {
      align-items: center;
      justify-content: flex-start; }
    .main-post__content h4 {
      margin: 45px 0 30px; }
    .main-post__content figure,
    .main-post__content img {
      margin: 45px 0; }
    .main-post__content figure + img,
    .main-post__content img + figure {
      margin-top: 0; }
    .main-post__content div p img {
      max-width: 100%; }
    .main-post__content ul > li > h2 {
      margin-top: 45px; }
      .main-post__content ul > li > h2,
      .main-post__content ul > li > h2 *,
      .main-post__content ul > li > h2 a,
      .main-post__content ul > li > h2 em {
        font-size: 1.25rem; }

.section__news .share-buttons__wrapper {
  position: absolute;
  top: 30px;
  right: 45px; }
  .section__news .share-buttons__wrapper .share-buttons__trigger .btn--icon-only:not([class^="icon-"]):not(.btn--no-icon), .section__news .share-buttons__wrapper .share-buttons__trigger .btn--icon-only:not([class^="icon-"]):not(.btn--no-icon):before {
    color: #31cf64 !important; }

.related-news {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .related-news__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
    display: flex;
    align-items: flex-start; }
  .related-news__post-item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    align-self: flex-start; }
    @media (min-width: 768px) {
      .related-news__post-item,
      .related-news__post-item + .related-news__post-item {
        margin-top: 0; } }
    .related-news__post-item h4 {
      font-size: 1.125rem;
      line-height: 1.5rem; }
    @media (min-width: 768px) {
      .related-news__post-item {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .related-news__post-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media (min-width: 768px) {
      .related-news__post-item:nth-child(3) {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .related-news__post-item:nth-child(3) {
        margin-top: 0px; } }

.search {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0; }
  .search__content input[type="text"] {
    height: 35px;
    min-width: 400px;
    padding-right: 10px; }
    .header-main__search .search__content input[type="text"] {
      min-width: auto; }
  .search__content .icon-search {
    width: 35px !important;
    height: 35px !important;
    border-radius: 18px !important;
    background-color: #000 !important; }
    .search__content .icon-search:hover {
      background-color: #31cf64 !important; }
  .search__content .input-select__container .input-select__control {
    height: 35px;
    min-height: 35px; }
    .search__content .input-select__container .input-select__control .input-select__value-container {
      height: 35px; }
    .search__content .input-select__container .input-select__control .input-select__indicators {
      height: 35px; }

.search-results {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  flex: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .search-results {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      flex: 0; } }
  @media (min-width: 1200px) {
    .search-results {
      flex: 0 0 75%;
      max-width: 75%;
      flex: 0; } }
  .search-results__content {
    padding-left: 15px;
    margin-top: 30px;
    overflow-y: scroll;
    height: 245px;
    direction: rtl;
    scrollbar-width: thin;
    scrollbar-color: #31cf64 #d3d3d3; }
    .search-results__content::-webkit-scrollbar {
      width: 5px; }
    .search-results__content::-webkit-scrollbar-track {
      background: #d3d3d3;
      width: 5px;
      border-radius: 3px; }
    .search-results__content::-webkit-scrollbar-thumb {
      background-color: #31cf64;
      border-radius: 3px; }
  .search-results h5 {
    text-transform: uppercase;
    font-weight: 600;
    align-self: flex-start; }

.twocol {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .twocol__content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0; }
    .twocol__content__left, .twocol__content__right {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      flex: 0 0 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .twocol__content__left:not(.only), .twocol__content__right:not(.only) {
          flex: 0 0 50%;
          max-width: 50%; } }
    .twocol__content__right:not(.only) {
      margin-top: 60px; }
      @media (min-width: 768px) {
        .twocol__content__right:not(.only) {
          margin-top: 0; } }

.header-main .twocol__content__right:not(.only) {
  margin-top: 0; }

@media (min-width: 768px) {
  .home .next-issues .section__title,
  .home .next-issues-simple .section__title,
  .home .our-books .section__title {
    padding-left: 82px;
    padding-right: 82px; } }

@media (min-width: 768px) {
  .home .new-books .section__title .section__title__right,
  .home .next-issues .section__title .section__title__right,
  .home .next-issues-simple .section__title .section__title__right,
  .home .events .section__title .section__title__right,
  .home .our-books .section__title .section__title__right {
    margin-right: 82px; } }

@media (min-width: 768px) {
  .home .events__content {
    padding-left: 93px;
    padding-right: 93px; } }

@charset "UTF-8";
@media (max-width: 991.98px) {
  .book-detail .twocol__content__left {
    display: none; } }

@media (max-width: 991.98px) {
  .book-detail .twocol__content__right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 0; } }

.book-detail .twocol__content__right h1 {
  word-break: break-word; }

@media (max-width: 991.98px) {
  .book-detail .twocol__content__right .mobile-only {
    display: flex;
    flex-direction: column; } }

.book-detail .twocol__content__right .mobile-only:not(:empty) {
  margin: 30px 0 0; }

@media (max-width: 991.98px) {
  .book-detail .twocol__content__right .mobile-only .img__frame {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px; } }

@media (max-width: 991.98px) {
  .book-detail .twocol__content__right .mobile-only .book-features__container {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) {
  .book-detail .twocol__content__right .book-authors {
    padding-right: 50px; } }

.twocol.book-detail {
  margin-top: 0; }
  .twocol.book-detail__content .new-issue {
    margin-bottom: 30px; }
  .twocol.book-detail .twocol__content__left {
    padding-right: 0; }
    .twocol.book-detail .twocol__content__left section.container ,
    .twocol.book-detail .twocol__content__left section.container  + section {
      margin-top: 0; }
    .twocol.book-detail .twocol__content__left__wrapper {
      position: sticky;
      top: 120px; }
  .twocol.book-detail .twocol__content__right .book-detail {
    margin-top: 0; }
    .twocol.book-detail .twocol__content__right .book-detail__content {
      padding-top: 30px;
      position: sticky;
      top: 120px; }
      .twocol.book-detail .twocol__content__right .book-detail__content > .new-issue {
        margin-bottom: 30px; }
  @media (min-width: 992px) {
    .twocol.book-detail .twocol__content__right {
      margin-left: 4.16667%;
      flex: 0 0 45.83333%;
      max-width: 45.83333%; } }
  .twocol.book-detail .twocol__content__right .author-books,
  .twocol.book-detail .twocol__content__right .events-box,
  .twocol.book-detail .twocol__content__right .discover-author__container {
    margin-top: 90px; }
  .twocol.book-detail .twocol__content__right .author-books {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .twocol.book-detail .twocol__content__right .author-books {
        margin-top: 60px; } }
  .twocol.book-detail .twocol__content__right cite {
    margin-top: 60px; }
  .twocol.book-detail .twocol__content__right cite ~ p,
  .twocol.book-detail .twocol__content__right h1 ~ p {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .twocol.book-detail .twocol__content__right h1 {
      padding-right: 52px;
      position: relative; } }
  .twocol.book-detail .twocol__content__right .share-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    z-index: 40; }
    @media (max-width: 991.98px) {
      .twocol.book-detail .twocol__content__right .share-box.no-preview {
        display: none; } }
    @media (max-width: 991.98px) {
      .twocol.book-detail .twocol__content__right .share-box {
        position: relative; } }
    @media (max-width: 991.98px) {
      .twocol.book-detail .twocol__content__right .share-box .book-preview .btn.d-block {
        display: flex !important; } }
    .twocol.book-detail .twocol__content__right .share-box .book-preview .btn:hover:before {
      text-indent: 0; }
    @media (max-width: 991.98px) {
      .twocol.book-detail .twocol__content__right .share-box .share-buttons__wrapper {
        right: 0;
        top: 0;
        position: absolute;
        width: auto; } }
    @media (min-width: 768px) {
      .twocol.book-detail .twocol__content__right .share-box {
        position: absolute;
        flex-direction: column;
        justify-content: center;
        top: 0;
        right: 0; }
        .twocol.book-detail .twocol__content__right .share-box > a {
          margin-bottom: 15px; }
          .twocol.book-detail .twocol__content__right .share-box > a:last-of-type {
            margin-bottom: 0; } }
  .twocol.book-detail .twocol__content__right .preview-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 40; }
    @media (max-width: 991.98px) {
      .twocol.book-detail .twocol__content__right .preview-box.no-preview {
        display: none; } }
    @media (max-width: 991.98px) {
      .twocol.book-detail .twocol__content__right .preview-box {
        position: relative; } }
    .twocol.book-detail .twocol__content__right .preview-box .book-preview .btn:hover:before {
      text-indent: 0; }
  .twocol.book-detail .twocol__content .img__frame {
    border-top-left-radius: 30px; }
    .twocol.book-detail .twocol__content .img__frame:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
      background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
  .twocol.book-detail .book-features__container {
    padding-top: 0; }
    .twocol.book-detail .book-features__container + .where-to-find__container {
      padding-top: 30px; }
  .twocol.book-detail .trailer {
    background: #000; }
  .twocol.book-detail .book-detail__content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .twocol.book-detail .book-detail__content.coming-soon .share-box {
        top: 69px; } }
    .twocol.book-detail .book-detail__content .swiper-pagination-progressbar {
      position: absolute;
      top: auto;
      bottom: 45px;
      left: 50%;
      transform: translateX(-50%); }
    .twocol.book-detail .book-detail__content .events-box {
      position: relative;
      z-index: 0;
      padding-bottom: 90px; }
      @media (min-width: 992px) {
        .twocol.book-detail .book-detail__content .events-box {
          padding-bottom: 0; } }
      .twocol.book-detail .book-detail__content .events-box .section__title {
        position: static; }
        @media (min-width: 992px) {
          .twocol.book-detail .book-detail__content .events-box .section__title {
            position: relative; } }
        .twocol.book-detail .book-detail__content .events-box .section__title__right,
        .twocol.book-detail .book-detail__content .events-box .section__title .section__title__right {
          bottom: 15px;
          top: auto;
          left: 50%;
          right: auto;
          width: auto;
          transform: translateX(-50%);
          justify-content: center;
          position: absolute; }
          @media (min-width: 992px) {
            .twocol.book-detail .book-detail__content .events-box .section__title__right,
            .twocol.book-detail .book-detail__content .events-box .section__title .section__title__right {
              display: flex;
              top: 50%;
              bottom: auto;
              left: auto;
              right: 0;
              transform: translateY(-50%); } }
      .twocol.book-detail .book-detail__content .events-box__content div[class^="swiper-button"] {
        display: none; }
        @media (min-width: 768px) {
          .twocol.book-detail .book-detail__content .events-box__content div[class^="swiper-button"] {
            display: flex; } }
      .twocol.book-detail .book-detail__content .events-box__content .swiper-container {
        position: static;
        padding-left: 17px;
        padding-right: 17px; }
        @media (min-width: 768px) {
          .twocol.book-detail .book-detail__content .events-box__content .swiper-container {
            padding-left: 67px;
            padding-right: 67px;
            position: relative; } }
      .twocol.book-detail .book-detail__content .events-box__content .swiper-container-horizontal > .swiper-pagination,
      .twocol.book-detail .book-detail__content .events-box__content .swiper-container-horizontal > .swiper-pagination-progressbar {
        display: block;
        top: auto;
        left: 50%;
        max-width: 55%;
        transform: translateX(-50%);
        bottom: 105px; }
        @media (min-width: 768px) {
          .twocol.book-detail .book-detail__content .events-box__content .swiper-container-horizontal > .swiper-pagination,
          .twocol.book-detail .book-detail__content .events-box__content .swiper-container-horizontal > .swiper-pagination-progressbar {
            display: none; } }
        .twocol.book-detail .book-detail__content .events-box__content .swiper-container-horizontal > .swiper-pagination.swiper-pagination-bullets-dynamic,
        .twocol.book-detail .book-detail__content .events-box__content .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-bullets-dynamic {
          max-width: 60vw; }
        .twocol.book-detail .book-detail__content .events-box__content .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
        .twocol.book-detail .book-detail__content .events-box__content .swiper-container-horizontal > .swiper-pagination-progressbar .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
          background: #000;
          transform: scale(1);
          left: auto; }
      .twocol.book-detail .book-detail__content .events-box .event__item__right {
        border-top-left-radius: 0; }

.translators {
  margin: 15px 0; }


