@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-red: #ff004b;
  --color-success: #00ff0a;
  --color-purple: #ad00ff;
  --color-green: #0f6;
  --color-yellow: #ffb800;
  --color-aqua: #0ff;
  --color-toxic: #adff00;
  --color-blue: #000aff;
  --color-link: #267dff;
  --color-secondary: #2982fb;
  --color-secondary-30: #7bacee4d;
  --color-selection: #1d4171;
  --color-disabled: #0d0d0d;
  --color-backgrond: #151515;
  --color-black: #000;
  --color-black-40: rgba(0, 0, 0, .4);
  --color-black-70: rgba(0, 0, 0, .7);
  --color-border-light: #555;
  --color-border: #444;
  --color-border-dark: #222;
  --color-white-2: hsla(0, 0%, 100%, .02);
  --color-white-5: hsla(0, 0%, 100%, .05);
  --color-white-10: hsla(0, 0%, 100%, .1);
  --color-white-15: hsla(0, 0%, 100%, .15);
  --color-white-20: hsla(0, 0%, 100%, .2);
  --color-white-40: hsla(0, 0%, 100%, .4);
  --color-white-70: hsla(0, 0%, 100%, .7);
  --grad-articles: linear-gradient(135deg, #70e13e, #26beec);
  --grad-news: linear-gradient(135deg, #ff7477, #dc2bdf);
  --color-panel: #151515;
  --color-panel-hover: #212121;
  --color-panel-active: #131313;
  --border: 1px solid #222;
  --easing-default-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easing-default-duration: 260ms;
  --trans-fast: 0.2s;
  --trans-normal: 0.35s;
  --trans-slow: 0.45s;
  --aspect-image: 840 / 472;
  --aspect-image-horizontal: 840 / 472;
  --aspect-image-vertical: 3 / 4;
  --aspect-image-square: 1;
  --bg-border-stroke: url(data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23222222FF' stroke-width='3' stroke-dasharray='4%2c 8' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e);
  --z-index-cookies: 4;
  --z-index-modal: 5;
  --z-index-overlay: 8;
  --z-index-select: 9;
  --z-index-header: 11;
  --z-index-drawer: 12;
  --z-index-burger: 13;
  --color-white-40: hsla(0, 0%, 100%, 0.4);
  --grad-news: linear-gradient(135deg, #ff7477, #dc2bdf);
  --grad-articles: linear-gradient(135deg, #70e13e, #26beec);
  --row-sx: 0.8rem;
  --row-md: 1.2rem;
  --row-lg: 1.6rem;
  --nft-primary-color: var(--nft-color-dark);
  --nft-content-bg: var(--nft-color-white);
  --nft-title-color: var();
  --nft-text-color: var();
  --nft-border-color: var();
  --nft-text-color-modern: var();
  --nft-border-color-modern: var();
}

:root.dark-mode {
  --nft-primary-color: var(--nft-color-dark);
  --nft-content-bg: var(--nft-color-white);
  --nft-title-color: var();
  --nft-text-color: var();
  --nft-border-color: var();
  --nft-text-color-modern: var();
  --nft-border-color-modern: var();
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  body {
    padding-inline: 0.8rem;
  }
}

body,
html {
  font-family: ProximaNovaWebRegular;
  font-size: 10px;
  color: var(--color-white);
  background-color: var(--color-black);
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

h2 {
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.142em;
  margin-block: 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
  }
}

h3 {
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-block: 0;
}
@media screen and (max-width: 768px) {
  h3 {
    font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
  }
}

body.admin-bar .mobile-nav__top {
  margin-top: 4.6rem;
}
body.home main {
  padding-top: 3.2rem;
}
body.single main .block-container {
  max-width: 84rem;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.page-title {
  color: var(--color-white-70);
  margin-bottom: 2rem;
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.176em;
  word-break: break-word;
  position: relative;
  width: fit-content;
}
.page-title:hover {
  opacity: 0.7;
  cursor: pointer;
}
.page-title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 0.8rem;
  }
}

#cr-widget-marquee {
  margin-top: 2rem !important;
}
@media (max-width: 768px) {
  #cr-widget-marquee {
    margin-top: 1.2rem !important;
  }
}

main {
  position: relative;
  margin-bottom: 12rem;
}

.button {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-size: 1.5rem;
  color: #fff;
  border: var(--border);
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 3.8rem;
  padding-inline: 1.6rem;
  background-color: var(--color-secondary);
  margin-bottom: 3.2rem;
  cursor: pointer;
}
.button:hover {
  border-color: var(--color-white);
}
@media (max-width: 768px) {
  .button {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3.2rem;
  padding-inline: 0;
  margin-top: 2rem;
  padding: 0.9rem 0;
}
@media (max-width: 768px) {
  .header {
    margin-top: 0.3rem;
    gap: 0;
  }
}

.header__logo {
  cursor: pointer;
  outline-offset: -1px;
  outline-width: 1px;
}
.header__logo img {
  height: 20px;
  width: 125px;
}

.header__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
}

.menu-burger {
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  .menu-burger {
    display: block;
  }
}

.header__menu {
  display: flex;
  list-style: none;
  font-family: ProximaNovaWebRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--color-white);
  gap: 2rem;
}
@media (max-width: 768px) {
  .header__menu {
    display: none;
  }
}
.header__menu .menu-item a {
  color: var(--color-white);
  text-decoration: none;
}

.header__menu .menu-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.4rem;
}
.header__menu .menu-item:hover {
  opacity: 0.4;
  cursor: pointer;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  height: 100%;
  padding: 1.2rem 0.8rem 4rem;
  background: var(--color-black);
}
.mobile-nav.active {
  display: flex;
}

.mobile-nav__top {
  display: flex;
  flex-direction: row;
  justify-content: end;
  flex-wrap: nowrap;
  gap: 0;
}

.mobile-nav__close {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0;
  border: none;
  background: none;
  color: var(--color-white);
  cursor: pointer;
}

.mobile-nav__close-icon {
  display: block;
}

.mobile-nav__body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.mobile-nav__menu {
  width: 100%;
}

.mobile-nav__list {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__list .menu-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: start;
  gap: 1.6rem;
  padding: 0;
  border: none;
  background: none;
  color: var(--color-white);
  cursor: pointer;
  flex-basis: 48.8%;
  padding: 1.6rem 1.2rem;
  list-style: none;
  z-index: 1;
}
.mobile-nav__list .menu-item::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.5rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibW9iaWxlLW5hdl9fbGluay1pY29uIiB3aWR0aD0iMjUiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBhcmlhLWhpZGRlbj0idHJ1ZSI+CiAgICA8cGF0aCBkPSJNMTkuNTAxIDE0LjVMMTMuNTAxIDIwLjUwMDFNMTkuNTAxIDE0LjVWMy43NDYyN0MxOS41MDEgMy42MTAyNiAxOS4zOTA3IDMuNSAxOS4yNTQ3IDMuNUg1Ljc0NTI5QzUuNjA5MjggMy41IDUuNDk5MDIgMy42MTAyNiA1LjQ5OTAyIDMuNzQ2MjdMNS40OTkwMiAyMC4yNTM4QzUuNDk5MDIgMjAuMzg5OCA1LjYwOTI4IDIwLjUwMDEgNS43NDUyOSAyMC41MDAxSDEzLjUwMU0xOS41MDEgMTQuNUgxMy43NDcyQzEzLjYxMTIgMTQuNSAxMy41MDEgMTQuNjEwMyAxMy41MDEgMTQuNzQ2M1YyMC41MDAxIiBzdHJva2U9IiM3OTc5NzkiIHN0cm9rZS13aWR0aD0iMiI+PC9wYXRoPjwvc3ZnPgo=");
}
.mobile-nav__list .menu-item a {
  margin: 0;
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  color: var(--color-white);
  text-align: left;
  word-break: break-word;
  text-decoration: none;
  padding: 0 0 0 4rem;
}

.mobile-nav__cta {
  padding-inline: 0.8rem;
}

.mobile-nav__cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  box-sizing: border-box;
  width: 100%;
  height: 6rem;
  padding: 1.6rem 1.2rem;
  border: 1px solid var(--color-secondary);
  border-radius: 100rem;
  background: none;
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: var(--color-white);
  cursor: pointer;
}

.mobile-nav__bottom {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.6rem 1.2rem;
  margin-top: auto;
  color: var(--color-white);
}

.mobile-nav__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.mobile-nav__links .menu-item {
  list-style: none;
}
.mobile-nav__links .menu-item a {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: var(--color-white);
  text-decoration: none;
}

.mobile-nav__socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav__socials-item {
  list-style: none;
}

.mobile-nav__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-nav__social-icon {
  display: block;
}

.categories-nav {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .categories-nav {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
  }
}

.categories-nav__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.categories-nav__section .swiper-slide {
  width: fit-content;
}

.category-card {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: var(--border);
  border-radius: 1.6rem;
  min-width: 200px;
  transition: border-color 0.3s ease;
}
.category-card:hover {
  border-color: var(--color-white);
}

.category-card--fullwidth {
  width: 100%;
}

.category-card__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1.1rem 1.6rem;
  position: relative;
  z-index: 1;
}

.category-card__row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  min-width: 0;
}

.category-card__point {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: red;
}

.category-card__title {
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  white-space: nowrap;
  color: var(--color-white);
}

@media (max-width: 767px) {
  .category-card__title {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.category-card__controls {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.category-card__subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  line-height: 0;
}

.category-card__subscribe:hover,
.category-card__subscribe:focus-visible {
  opacity: 0.7;
}

.category-card__subscribe:focus-visible {
  outline: 1px solid var(--color-border-light);
  outline-offset: 2px;
}

.section-home {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 1024px) {
  .section-home {
    gap: 4rem;
  }
}

.section-home-news .post-card.post-card--horizontal {
  height: 23.2rem;
}
@media (max-width: 1024px) {
  .section-home-news .post-card {
    padding: 5.6rem 1.6rem 1.6rem;
    height: 100%;
  }
  .section-home-news .post-card .post-card--horizontal .post-card__wrapper {
    width: 100%;
  }
  .section-home-news .post-card .post-card__wrapper {
    width: 100%;
  }
  .section-home-news .section-home-news__left {
    max-height: max-content;
    width: 50%;
  }
  .section-home-news .post-card-image {
    height: 29.5rem;
  }
  .section-home-news .post-card.post-card--horizontal {
    height: auto;
    padding: 1.6rem 1.6rem 3.6rem;
  }
  .section-home-news .post-card.post-card--horizontal .post-card-image {
    min-width: 10.8rem;
    width: 10.8rem;
    height: 10.8rem;
  }
}
@media (max-width: 768px) {
  .section-home-news .post-card {
    padding: 5.6rem 1.6rem;
  }
  .section-home-news .section-home-news__content {
    flex-direction: column;
  }
  .section-home-news .section-home-news__left {
    width: 100%;
  }
  .section-home-news .section-home-news__right {
    width: 100%;
  }
  .section-home-news .post-card-image {
    height: 19rem;
  }
  .section-home-news .post-card__wrapper {
    max-width: 100%;
  }
}

.section-home-news__content {
  display: flex;
  gap: 0.8rem;
}

.section-home-news__left {
  display: flex;
  gap: 0.8rem;
  max-height: 712px;
  width: 50%;
}

.section-home-news__right {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  width: 50%;
}

.section-home-articles__content {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .section-home-articles__content {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .section-home-articles__content .post-card {
    padding: 4.8rem 1.6rem;
  }
}
.section-home-articles__content .post-card:first-child {
  height: 95rem;
}
@media (max-width: 1024px) {
  .section-home-articles__content .post-card:first-child {
    height: auto;
  }
}
.section-home-articles__content .post-card:last-child {
  height: 31rem;
}
@media (max-width: 1024px) {
  .section-home-articles__content .post-card:last-child {
    height: auto;
  }
}
.section-home-articles__content .post-card--horizontal .post-card-image {
  width: 17.2rem;
  height: 17.2rem;
  min-width: 17.2rem;
}
@media (max-width: 1024px) {
  .section-home-articles__content .post-card--horizontal .post-card-image {
    width: 10.8rem;
    height: 10.8rem;
    min-width: 10.8rem;
  }
}

.section-home-articles__left {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .section-home-articles__left {
    width: 100%;
  }
}

.section-home-articles__right {
  display: flex;
  gap: 0.8rem;
  flex-direction: column-reverse;
  width: 50%;
}
@media (max-width: 768px) {
  .section-home-articles__right {
    width: 100%;
    flex-direction: column;
  }
}

.section-home-become-author .section-home-become-author__image-desktop,
.section-home-become-author .section-home-become-author__image-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-home-become-author .section-home-become-author__image-desktop {
  display: block;
}
@media (max-width: 768px) {
  .section-home-become-author .section-home-become-author__image-desktop {
    display: none;
  }
}
.section-home-become-author .section-home-become-author__image-mobile {
  display: none;
}
@media (max-width: 768px) {
  .section-home-become-author .section-home-become-author__image-mobile {
    display: block;
  }
}
.section-home-become-author .section-home-become-author__content {
  display: grid;
  gap: 0.8rem;
  position: relative;
  max-width: 124rem;
  aspect-ratio: 1240/312;
  margin-inline: auto;
  background-size: contain;
  grid-template: "title views count" minmax(auto, 15.2rem) "title community pubs" minmax(auto, 15.2rem)/2fr 1fr 1fr;
  text-align: center;
}
@media (max-width: 768px) {
  .section-home-become-author .section-home-become-author__content {
    grid-template: "title title" 2fr "views count" 1fr "community pubs" 1fr/1fr 1fr;
    aspect-ratio: 359/384;
    background-size: cover;
  }
}
.section-home-become-author .section-home-become-author__intro {
  grid-area: title;
  padding: 4rem;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  z-index: 1;
}
@media (max-width: 1024px) {
  .section-home-become-author .section-home-become-author__intro {
    justify-content: center;
    padding: 1.6rem;
    gap: 1.6rem;
  }
}
.section-home-become-author .section-home-become-author__headline {
  margin: 0;
  word-break: break-word;
  color: var(--color-white);
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media (max-width: 1024px) {
  .section-home-become-author .section-home-become-author__headline {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.section-home-become-author .section-home-become-author__button {
  border-radius: 3rem;
  background: none;
  opacity: 1;
  padding-inline: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  will-change: opacity, tranform;
  transition: 0.1s ease-in;
  transition-property: opacity, transform;
  box-sizing: border-box;
  text-wrap: nowrap;
  white-space: nowrap;
  height: 6rem;
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: var(--color-white);
  background-color: var(--color-secondary);
  width: 100%;
  border: transparent;
}
@media (max-width: 1024px) {
  .section-home-become-author .section-home-become-author__button {
    font-size: 1.4rem;
    line-height: 1.8rem;
    height: 4.2rem;
  }
}
.section-home-become-author .section-home-become-author__stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  z-index: 1;
}
.section-home-become-author .section-home-become-author__stat:nth-child(2) {
  grid-area: count;
}
.section-home-become-author .section-home-become-author__stat:nth-child(3) {
  grid-area: views;
}
.section-home-become-author .section-home-become-author__stat:nth-child(4) {
  grid-area: pubs;
}
.section-home-become-author .section-home-become-author__stat:nth-child(5) {
  grid-area: community;
}
.section-home-become-author .section-home-become-author__value {
  margin: 0;
  word-break: break-word;
  color: var(--color-white);
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.176em;
}
@media (max-width: 1024px) {
  .section-home-become-author .section-home-become-author__value {
    font-size: 2.4rem;
  }
}
.section-home-become-author .section-home-become-author__label {
  word-break: break-word;
  overflow: hidden;
  font-family: ProximaNovaWebRegular;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: 1;
  color: var(--color-white);
  text-align: initial;
  text-overflow: clip;
  white-space-collapse: collapse;
}
@media (max-width: 1024px) {
  .section-home-become-author .section-home-become-author__label {
    font-size: 1.6rem;
  }
}

.section-home-nft__container {
  display: flex;
  gap: 0.8rem;
  width: 100%;
  flex-wrap: wrap;
}
.section-home-nft__container .post-card {
  width: calc(50% - 0.4rem);
  padding: 3.6rem 1.6rem;
}
@media (max-width: 1024px) {
  .section-home-nft__container .post-card {
    width: 100%;
  }
}

.section-home-crypto {
  position: relative;
}
@media screen and (max-width: 480px) {
  .section-home-crypto .page-title {
    margin-right: 9.3rem;
  }
}

.section-home-crypto__swiper-navigation {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .section-home-crypto__swiper-navigation {
    top: -11px;
  }
}

.section-home-crypto__swiper-button-prev,
.section-home-crypto__swiper-button-next {
  width: 5rem;
  height: 5rem;
  background-color: var(--color-panel);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-home-crypto__swiper-button-prev,
  .section-home-crypto__swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}

.section-home-crypto__swiper-button-next {
  transform: rotate(180deg);
}

.section-home-crypto__container .post-card {
  height: 37rem;
}
@media (max-width: 480px) {
  .section-home-crypto__container .post-card {
    height: 48rem;
  }
}
.section-home-crypto__container .post-card--horizontal .post-card__wrapper {
  max-width: 85rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
@media (max-width: 480px) {
  .section-home-crypto__container .post-card--horizontal .post-card__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.section-home-crypto__container .post-card--horizontal .post-card__wrapper .post-card-image {
  width: 100%;
  height: 19rem;
}
@media (max-width: 1024px) {
  .section-home-crypto__container .post-card--horizontal .post-card-title__link {
    margin-top: 1rem;
  }
}

.section-home-top-authors {
  position: relative;
}
@media screen and (max-width: 480px) {
  .section-home-top-authors .page-title {
    margin-right: 9.3rem;
  }
}

.section-home-top-authors__swiper-navigation {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .section-home-top-authors__swiper-navigation {
    top: -1.1rem;
  }
}

.section-home-top-authors__swiper-button-prev,
.section-home-top-authors__swiper-button-next {
  width: 5rem;
  height: 5rem;
  background-color: var(--color-panel);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-home-top-authors__swiper-button-prev,
  .section-home-top-authors__swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
}

.section-home-top-authors__swiper-button-next {
  transform: rotate(180deg);
}

.post-card--horizontal .post-card__wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .post-card--horizontal .post-card__wrapper {
    align-items: center;
  }
}
.post-card--horizontal .post-card-title__link {
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
@media (max-width: 768px) {
  .post-card--horizontal .post-card-title__link {
    margin-top: 2.4rem;
  }
}
.post-card--horizontal .post-card-image {
  min-width: 14rem;
  width: 14rem;
  height: 14rem;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.post-card--horizontal .post-card__wrapper .post-card-image {
  position: relative;
}
.post-card--horizontal .post-card__wrapper .post-card-image::before {
  content: "";
  background: linear-gradient(90deg, hsla(0, 0%, 8%, 0.8), hsla(0, 0%, 8%, 0) 76.88%);
  position: absolute;
  top: 0;
  left: 0;
  width: 13.8rem;
  height: 13.8rem;
  z-index: 1;
  opacity: 0;
}
.post-card--horizontal .post-card__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .post-card--horizontal .post-card-title__link {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 1024px) {
  .post-card--horizontal .post-card__wrapper .post-card-image::before {
    opacity: 1;
  }
}

.post-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding: 1.6rem;
  background-color: var(--color-panel);
  box-sizing: border-box;
  border: var(--border);
  border-radius: 1.6rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .post-card .post-card-title__link {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (max-width: 1024px) {
  .post-card .post-categories__item {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .post-card .post-data-url-link {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .post-card .post-data-news-text {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .post-card .post-data-news-date-text {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.post-card-image {
  height: 32rem;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.post-card-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-categories {
  display: flex;
  list-style: none;
  gap: 0.4rem;
  flex-wrap: wrap;
  padding-right: 4rem;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 1;
}

.post-categories__item {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0.4rem 0.8rem 0.5rem 1.7rem;
  position: relative;
  box-sizing: border-box;
  border: var(--border);
  border-radius: 0.8rem;
  font-family: ProximaNovaWebRegular;
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsla(0, 0%, 100%, 0.4);
  line-height: 1.5rem;
  cursor: pointer;
}
.post-categories__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.post-categories__item .post-categories__circle {
  position: absolute;
  left: 0.8rem;
  content: "";
  width: 5px;
  height: 5px;
}
.post-categories__item .post-categories__text {
  text-transform: lowercase;
}

.post-categories__circle {
  position: absolute;
  left: 0.8rem;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

.post-data-img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.post-data-img img {
  width: 100%;
  height: 100%;
}

.post-data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 768px) {
  .post-data {
    gap: 0.8rem 1.2rem;
  }
}

.post-data-url-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: ProximaNovaWebBold;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  white-space: nowrap;
  opacity: 1;
  text-decoration: none;
}
.post-data-url-link:hover {
  opacity: 0.7;
  cursor: pointer;
}

.post-data-news {
  background: var(--grad-news);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.post-data-news.articles {
  background: var(--grad-articles);
  background-clip: text;
  -webkit-background-clip: text;
}

.post-data-news-text {
  font-family: ProximaNovaWebRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsla(0, 0%, 100%, 0.4);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  padding: 0;
  list-style: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: lowercase;
}

.post-card-title__link {
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-decoration: none;
  margin: 0;
  word-break: break-word;
  color: var(--color-white);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.8rem;
}
.post-card-title__link:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media (max-width: 768px) {
  .post-card-title__link {
    margin-top: 2.4rem;
  }
}

@media (max-width: 768px) {
  .post-data-url {
    width: calc(100% - 4.5rem);
  }
}

.post-card-text {
  margin-top: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  color: var(--color-white-40);
  font-family: ProximaNovaWebRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}

.post-data-news-date-text {
  display: flex;
  align-items: center;
  font-family: ProximaNovaWebRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsla(0, 0%, 100%, 0.4);
  flex-direction: row;
  padding: 0;
  list-style: none;
  text-transform: lowercase;
}

.post-data-news-date-text::before {
  content: "•";
  padding-right: 0.8rem;
}

.post-card__wrapper {
  max-width: 536px;
  width: 80%;
  margin: 0 auto;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .post-card__wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .post-card__wrapper {
    max-width: 100%;
  }
}

.author-card {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 2rem;
  padding: 3.6rem 1.6rem;
  background-color: var(--color-panel);
  box-sizing: border-box;
  border: var(--border);
  border-radius: 1.6rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .author-card {
    padding: 3.2rem 1.6rem;
  }
}

.author-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.author-card__head {
  display: flex;
  gap: 20px;
}

.author-card__image {
  border-radius: 50%;
  min-width: 9rem;
  max-width: 9rem;
  height: 9rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .author-card__image {
    min-width: 7.2rem;
    max-width: 7.2rem;
    height: 7.2rem;
  }
}
.author-card__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-card__image-default {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.author-card__image-default-text {
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.142em;
  color: var(--color-white);
  text-transform: uppercase;
}

.author-card__head {
  display: flex;
  gap: 20px;
}

.author-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.author-card__title {
  margin: 0;
  word-break: break-word;
  color: var(--color-white);
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.6rem;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .author-card__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.author-card__title:hover {
  opacity: 0.4;
}

.author-card__group {
  display: flex;
  gap: 1.2rem;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .author-card__group {
    gap: 0.4rem;
  }
}

.author-card__text {
  border: var(--border);
  border-radius: 0.8rem;
  font-family: ProximaNovaWebRegular;
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  padding: 0.4rem 0.8rem 0.6rem;
  width: max-content;
  height: max-content;
}
@media (max-width: 1024px) {
  .author-card__text {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

.author-card__description {
  font-family: ProximaNovaWebRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsla(0, 0%, 100%, 0.4);
  height: 9.6rem;
  text-align: initial;
  white-space-collapse: collapse;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .author-card__description {
    font-size: 1.4rem;
    line-height: 1.6rem;
    height: 8rem;
  }
}

.author-card__link {
  cursor: pointer;
  font-family: ProximaNovaWebRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  border: var(--border);
  border-radius: 3rem;
  background: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  will-change: opacity, tranform;
  transition: 0.1s ease-in;
  transition-property: opacity, transform;
  box-sizing: border-box;
  text-wrap: nowrap;
  white-space: nowrap;
  height: 3.8rem;
  padding-inline: 1.6rem;
  background-color: var(--color-secondary);
  text-decoration: none;
}

.footer {
  display: grid;
  justify-self: flex-end;
  grid-template-areas: "logo navigation social" "copyrights copyrights copyrights";
  grid-template-columns: 32.5rem 28rem auto;
  grid-row-gap: 6.2rem;
  row-gap: 6.2rem;
  margin-block: auto 4rem;
  width: 100%;
}
@media (max-width: 768px) {
  .footer {
    grid-template-areas: "logo social" ". navigation" "copyrights copyrights";
    grid-template-columns: 1fr 1fr;
    row-gap: 4rem;
    margin-top: auto;
  }
}

.footer__logo {
  grid-area: logo;
  cursor: pointer;
  outline-offset: -1px;
  outline-width: 1px;
}
.footer__logo a img {
  width: 125px;
}

.footer__nav {
  grid-area: navigation;
}

.footer__social {
  grid-area: social;
}

.footer__bottom {
  grid-area: copyrights;
}

.footer__nav ul,
.footer__social ul {
  list-style: none;
  display: flex;
  flex-flow: column wrap;
  gap: 1.6rem;
}

.footer__nav a,
.footer__social li a {
  color: initial;
  text-decoration: none;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "ProximaNovaWebRegular", sans-serif;
  font-size: 1.5rem;
  line-height: 1.6rem;
  color: var(--color-white);
}

.footer__bottom {
  grid-area: copyrights;
  gap: 4rem;
  display: flex;
  justify-content: space-between;
  font-family: ProximaNovaWebRegular;
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsla(0, 0%, 100%, 0.4);
}

.footer__bottom a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  opacity: 0.4;
  transition: opacity 0.35s ease-in-out;
  color: var(--color-white);
  text-decoration: none;
}

.footer__bottom p {
  font-family: ProximaNovaWebRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
}

.breadcrumbs__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
  width: 95vw;
}
.breadcrumbs__item--current {
  overflow: hidden;
  color: var(--color-white-40);
}
.breadcrumbs__item--current .breadcrumbs__text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__link {
  text-decoration: none;
}
.breadcrumbs__text {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: var(--color-white-40);
  text-align: initial;
  text-overflow: clip;
  white-space: nowrap;
}
.breadcrumbs__separator {
  display: flex;
  align-items: center;
}
.breadcrumbs__icon {
  display: block;
}

.single-head {
  background-color: var(--color-panel);
  position: relative;
  padding: 4rem 1.6rem;
  width: 100%;
  border: var(--border);
  border-radius: 1.6rem;
  margin-top: 8px;
}
.single-head .single-head__container {
  display: flex !important;
  flex-direction: column;
  margin-top: 1.8rem;
  justify-content: space-between;
  gap: 1.2rem;
}
.single-head .post-data-img,
.single-head .post-data-url {
  display: none;
}
.single-head .post-data {
  margin-top: 1.8rem;
}
.single-head .single__title {
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.176em;
}
@media (max-width: 768px) {
  .single-head .single__title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}
.single-head .single-head__preview {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-head .single-head__preview {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.single-read-time {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
  opacity: 0.4;
}
.single-read-time .single-read-time__icon {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .single-read-time .single-read-time__icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.single-read-time .single-read-time__time {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .single-read-time .single-read-time__time {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.single-author {
  display: flex;
  position: relative;
  padding: 1.6rem;
  border: var(--border);
  border-radius: 1.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .single-author {
    padding: 1.2rem 1.6rem;
  }
}

.single-author__row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.single-author__avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 768px) {
  .single-author__avatar {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.single-author__info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.single-author__name {
  word-break: break-word;
  overflow: hidden;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: 1;
  text-align: initial;
  font-weight: 700;
  text-overflow: clip;
  white-space-collapse: collapse;
}
.single-author__name .single-author__name-link {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
  -webkit-user-drag: none;
  font-style: normal;
}

.single-author__avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-author__content {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .single-author__content {
    flex-direction: column;
  }
}

.single-author__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1.2rem;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .single-author__actions {
    width: 100%;
  }
}

.single-author__subscribe {
  width: fit-content;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  border: var(--border);
  border-radius: 3rem;
  background: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  will-change: opacity, tranform;
  transition: 0.1s ease-in;
  transition-property: opacity, transform;
  box-sizing: border-box;
  text-wrap: nowrap;
  white-space: nowrap;
  height: 3.8rem;
  padding-inline: 1.6rem;
  background-color: var(--color-secondary);
  text-decoration: none;
}
@media (max-width: 768px) {
  .single-author__subscribe {
    margin-top: 1.6rem;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

ul.single-author__tags {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsla(0, 0%, 100%, 0.4);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  padding: 0;
  list-style: none;
}
ul.single-author__tags li:not(:first-child)::before {
  content: "•";
  padding-right: 0.8rem;
}

li.single-author__tag {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: 1;
  color: var(--color-white-40);
  display: flex;
  align-items: center;
}

.single-content {
  position: relative;
  width: 100%;
}

.single-content__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

@media (max-width: 768px) {
  .single-comments__group {
    padding: 1.6rem 1.6rem 4rem 1.6rem;
  }
}
.single-comments__group .comment-reply-title {
  display: none;
}
.single-comments__group .logged-in-as {
  display: none;
}
.single-comments__group .comment-form-comment label {
  display: none;
}

.single-comments__count {
  margin: 0;
  word-break: break-word;
  color: var(--color-white);
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.176em;
}
@media (max-width: 768px) {
  .single-comments__count {
    font-size: 2.4rem;
  }
}

.single-comments__container {
  display: flex;
  justify-content: start;
  gap: 0.8rem;
  flex-wrap: nowrap;
}

.single-comments__list {
  max-width: 84rem;
  margin: 0 auto;
  width: 100%;
  display: none;
}
.single-comments__list li {
  list-style-type: none;
}

.single-comments__group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: var(--color-panel);
  position: relative;
  padding: 4rem 1.6rem;
  border: var(--border);
  border-radius: 1.6rem;
}

.single-comments__form {
  max-width: 84rem;
  margin: 0 auto;
  width: 100%;
}
.single-comments__form .comment-respond {
  width: 100%;
}
.single-comments__form textarea#comment {
  will-change: opacity;
  width: 100%;
  min-height: 6.4rem;
  padding: 2rem;
  resize: none;
  background-color: var(--color-black);
  box-sizing: border-box;
  border: var(--border);
  border-radius: 1.5rem;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.single-comments__form input#submit {
  background: none;
  height: 2.8rem;
  padding-inline: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  will-change: opacity, tranform;
  transition: 0.1s ease-in;
  transition-property: opacity, transform;
  text-wrap: nowrap;
  background-color: var(--color-secondary);
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  box-sizing: border-box;
  border: var(--border);
  border-radius: 0.5rem;
  height: 2.8rem;
  padding: 0.4rem 1.2rem 0.6rem;
  opacity: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-white);
}
.single-comments__form .comment-form__notes--text {
  position: absolute;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsla(0, 0%, 100%, 0.4);
  line-height: 1.333em;
  width: 100%;
  padding-right: 145px;
}
.single-comments__form .form-submit {
  display: flex;
  width: 100%;
  justify-content: end;
  margin-top: 0.2rem;
}
.single-comments__form .comment-form {
  position: relative;
  padding-bottom: 5rem;
}

.pagination {
  max-width: 84rem;
  margin: 3.6rem auto 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (max-width: 768px) {
  .pagination {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 3.2rem auto 0;
  }
}
.pagination a.next.page-numbers {
  color: inherit;
}
.pagination a.prev.page-numbers {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
}

.pagination__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.pagination__list .pagination__item {
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: var(--border);
  border-radius: 1.2rem;
  background-color: var(--color-panel);
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .pagination__list .pagination__item {
    width: 4rem;
    height: 4rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.pagination__list .pagination__item.pagination__item--current {
  border-color: var(--color-white);
}
.pagination__list a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.pagination__arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.pagination__icon {
  display: block;
  width: 1rem;
  height: 1.6rem;
  color: inherit;
}
@media (max-width: 768px) {
  .pagination__icon {
    width: 0.8rem;
    height: 1.2rem;
  }
}

.pagination__arrow--next .pagination__icon {
  transform: scaleX(-1);
}

.pagination__arrow-wrap--disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}

.pagination__arrow-wrap.pagination__arrow-wrap--prev,
.pagination__arrow-wrap.pagination__arrow-wrap--next {
  position: relative;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: var(--border);
  border-radius: 1.2rem;
  background-color: var(--color-panel);
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .pagination__arrow-wrap.pagination__arrow-wrap--prev,
  .pagination__arrow-wrap.pagination__arrow-wrap--next {
    width: 4rem;
    height: 4rem;
  }
}

.post-sort-select {
  position: relative;
  flex-shrink: 0;
}

.post-sort-select__form {
  margin: 0;
}

.post-sort-select__trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  border: var(--border);
  border-radius: 1.6rem;
  background-color: var(--color-black);
  padding: 2rem 0 2rem 2rem;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  width: 28rem;
}
@media (max-width: 768px) {
  .post-sort-select__trigger {
    width: 21rem;
    height: 5rem;
    border-radius: 1.2rem;
    padding: 0 1.6rem;
  }
}
.post-sort-select__trigger:hover, .post-sort-select__trigger:focus-visible {
  border-color: var(--color-border-light);
}
.post-sort-select__trigger:focus-visible {
  outline: 2px solid var(--color-border-light);
  outline-offset: 2px;
}

.post-sort-select__trigger-icon {
  display: inline-flex;
  line-height: 0;
  color: var(--color-white);
}

.post-sort-select__svg {
  display: block;
}

.post-sort-select__trigger-label {
  text-align: initial;
  white-space: normal;
}

.post-sort-select__dropdown {
  position: absolute;
  top: calc(100% + 0.4rem);
  right: 0;
  z-index: 20;
  box-sizing: border-box;
  width: 28rem;
  max-width: calc(100vw - 3.2rem);
  padding: 0.4rem 0;
  background: var(--color-black);
  border: var(--border);
  border-radius: 1.2rem;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.35);
}
@media (max-width: 768px) {
  .post-sort-select__dropdown {
    width: 21rem;
  }
}

.post-sort-select__option {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 1rem 1.2rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
  position: relative;
}

.post-sort-select__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
.post-sort-select__input:checked + .post-sort-select__option-label {
  color: var(--color-white);
  font-weight: 600;
}
.post-sort-select__input:checked + .post-sort-select__option-label::after {
  opacity: 1;
}

.post-sort-select__option-label {
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--color-white-40);
}
.post-sort-select__option-label::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 4px;
  right: 2rem;
  width: 1.1rem;
  height: 0.5rem;
  border-left: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  rotate: -45deg;
  opacity: 0;
}

.post-sort-select--open .post-sort-select__trigger {
  border-color: var(--color-border-light);
}

.posts-discussion {
  margin-top: 12rem;
}

.posts-discussion__content {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .posts-discussion__content {
    flex-direction: column;
  }
  .posts-discussion__content .posts-discussion__item {
    width: 100%;
  }
}

.posts-discussion__item {
  width: 50%;
}
.posts-discussion__item .post-card {
  padding: 6rem 1.6rem;
  width: 100%;
  height: 58.6rem;
}
@media (max-width: 768px) {
  .posts-discussion__item .post-card {
    height: 39rem;
  }
}
.posts-discussion__item .post-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.posts-discussion__item .post-card-image img {
  opacity: 0.2;
}
.posts-discussion__item .post-card-content {
  position: relative;
}

.single__container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}

.single__main {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.single__read-list {
  display: flex;
  flex-direction: row;
  grid-gap: 0.8rem;
  flex-wrap: wrap;
}
.single__read-list .post-card {
  width: calc(50% - 0.4rem);
}
@media (max-width: 768px) {
  .single__read-list .post-card {
    width: 100%;
  }
}

.single__read-also-list {
  display: flex;
  flex-direction: row;
  grid-gap: 0.8rem;
  flex-wrap: wrap;
}
.single__read-also-list .post-card {
  padding: 6rem 1.6rem;
}
.single__read-also-list .post-card.post-card--horizontal .post-card__wrapper {
  flex-direction: row;
  max-width: 770px;
}
@media (max-width: 768px) {
  .single__read-also-list .post-card.post-card--horizontal .post-card__wrapper {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.single__read-also-list .post-card.post-card--horizontal .post-card-image {
  min-width: 32rem;
  width: 32rem;
  height: 18rem;
}
@media (max-width: 768px) {
  .single__read-also-list .post-card.post-card--horizontal .post-card-image {
    min-width: 100%;
    width: 100%;
    border-radius: 1.6rem;
  }
}
.single__read-also-list .post-card.post-card--horizontal .post-card-title__link {
  -webkit-line-clamp: 4;
}
@media (max-width: 768px) {
  .single__read-also-list .post-card.post-card--horizontal .post-card-title__link {
    margin-top: 1.4rem;
  }
}

.category__page {
  position: relative;
  padding-top: 3.2rem;
}
.category__page .breadcrumbs {
  position: absolute;
  top: 0;
}
.category__page .post-card {
  padding: 6rem 1.6rem;
}
.category__page .post-card .post-categories {
  order: 3;
}
.category__page .post-card .post-card-image {
  order: 1;
}
.category__page .post-card .post-card-content {
  order: 0;
}
.category__page .post-card .post-card-under-image-text {
  order: 2;
}
@media (max-width: 768px) {
  .category__page .post-card .post-card-under-image-text {
    display: none;
  }
}
.category__page .post-card .post-card-under-image-text .post-card-text {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .category__page .post-card .post-data {
    gap: 1.2rem;
  }
}
.category__page .post-card .post-card-title__link {
  margin-top: 0.4rem;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media (max-width: 768px) {
  .category__page .post-card .post-card-title__link {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.category__page .post-card .post-card-image {
  height: 100%;
  max-height: 47.2rem;
  border-radius: 1.6rem;
}
@media (max-width: 768px) {
  .category__page .post-card .post-card-image {
    height: auto;
  }
}
.category__page .post-card__wrapper {
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .category__page .post-card__wrapper {
    flex-direction: column-reverse;
  }
}
.category__page .category-item__text {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: 1;
  color: var(--color-white-40);
}
@media (max-width: 768px) {
  .category__page .category-item__text {
    display: none;
  }
}

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

.category__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.6rem;
}
@media (max-width: 768px) {
  .category__list {
    margin-top: 2.4rem;
  }
}

/**
 * Шапка профиля автора на странице архива автора.
 */
.author-profile {
  width: 100%;
}

.author-profile__card {
  border: var(--border);
  border-radius: 1.6rem;
  width: 100%;
  padding: 4rem;
  background: radial-gradient(112.44% 122.14% at 50% 40.98%, rgba(38, 23, 107, 0.25) 0, transparent 100%);
}
@media (max-width: 768px) {
  .author-profile__card {
    padding: 2rem 1.6rem;
  }
}

.author-profile__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4rem;
  max-width: 84rem;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .author-profile__layout {
    align-items: stretch;
    flex-direction: column;
    justify-items: center;
    gap: 0.8rem;
  }
}

.author-profile__avatar {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .author-profile__avatar {
    width: 8rem;
    height: 8rem;
    align-self: center;
    position: absolute;
    left: 1.6rem;
    top: 2rem;
  }
}

.author-profile__avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.author-profile__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .author-profile__main {
    width: 100%;
  }
}

.author-profile__title-block {
  display: flex;
  flex-direction: column;
  word-break: break-word;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .author-profile__title-block {
    gap: 0.4rem;
    margin-left: 9.6rem;
    height: 8rem;
  }
}

.author-profile__title {
  word-break: break-word;
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.142em;
  color: var(--color-white);
  word-break: break-word;
}
@media (max-width: 768px) {
  .author-profile__title {
    font-size: 2.4rem;
  }
}

.author-profile__identity {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
}

.author-profile__username {
  text-align: initial;
  text-overflow: clip;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  color: var(--color-white);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.author-profile__role {
  margin: 0;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: var(--color-white-40);
}

.author-profile__details {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .author-profile__details {
    order: 1;
  }
}

.author-profile__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2.4rem;
}

.author-profile__labeled-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.author-profile__labeled-text-label {
  color: var(--color-white-40);
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.author-profile__labeled-text-value {
  color: var(--color-white);
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.author-profile__about-heading {
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 2.6rem;
  word-break: break-word;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .author-profile__about-heading {
    font-size: 1.8rem;
  }
}

.author-profile__about-body {
  margin-top: 1.6rem;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--color-white-70);
  text-align: initial;
}
.author-profile__about-body p {
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  color: hsla(0, 0%, 100%, 0.4);
  word-break: break-word;
  max-width: 60rem;
}

.author-profile__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .author-profile__actions {
    gap: 0.4rem;
    width: 100%;
    order: 0;
  }
}

.author-profile__subscribe {
  min-height: 3.8rem;
  padding-inline: 1.6rem 2rem;
  margin: 0;
}
@media (max-width: 768px) {
  .author-profile__subscribe {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

.author-page-nav {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
  width: 100%;
}

.author-page-nav__list {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 0.8rem;
}
@media (max-width: 768px) {
  .author-page-nav__list {
    flex-wrap: wrap;
  }
}

.author-page-nav__item {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.6rem 1.2rem;
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  box-sizing: border-box;
  border-radius: 0.8rem;
  border: var(--border);
  width: 100%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .author-page-nav__item {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.author-page-nav__item.author-page-nav__item--current {
  background-color: var(--color-secondary);
}

.author-page-nav__link {
  display: inline-block;
  padding: 0.8rem 0;
  font-family: ProximaNovaWebRegular, proximanovawebregular-normal-400-fallback;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--color-white-70);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}
.author-page-nav__link:hover {
  color: var(--color-white);
}

.author-page-nav__item--current .author-page-nav__link {
  color: var(--color-white);
  font-weight: 600;
  border-bottom-color: var(--color-white);
}

.author-page-posts {
  margin-top: 2.4rem;
  width: 100%;
}

.author-page-posts__heading-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.author-page-posts__title {
  margin: 0;
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.176em;
  color: var(--color-white-70);
}
@media (max-width: 768px) {
  .author-page-posts__title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

.author-page-posts__count {
  font-family: RF Dewi Expanded, rf-dewi-expanded-normal-400-fallback;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1.176em;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .author-page-posts__count {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

.author-page-posts__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.author-page-posts__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.author-page-posts__list .post-card {
  padding: 6rem 1.6rem 4rem 1.6rem;
}
.author-page-posts__list .post-card .post-card-content {
  order: 0;
}
@media (max-width: 768px) {
  .author-page-posts__list .post-card .post-card-content {
    order: 1;
  }
}
.author-page-posts__list .post-card .post-card-image {
  order: 1;
}
@media (max-width: 768px) {
  .author-page-posts__list .post-card .post-card-image {
    order: 0;
  }
}
.author-page-posts__list .post-card .post-card-under-image-text {
  order: 2;
}
@media (max-width: 768px) {
  .author-page-posts__list .post-card .post-card-under-image-text {
    display: none;
  }
}
@media (max-width: 768px) {
  .author-page-posts__list .post-card .post-card-image {
    height: 26rem;
  }
}

.author-page-posts__pagination {
  margin-top: 0.8rem;
}

.index-page__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 4rem;
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */