/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "AlteHaasGrotesk";
  src: url(fonts/AlteHaasGroteskBold.068168f5.woff2) format("woff2"), url(fonts/AlteHaasGroteskBold.115e35f7.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url(fonts/signifier-regular.0f4cd8a3.woff2) format("woff2"), url(fonts/signifier-regular.37c9eef5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier Italic";
  src: url(fonts/signifier-regular-italic.8e379493.woff2) format("woff2"), url(fonts/signifier-regular-italic.58ffd3fb.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AlteHaasGrotesk";
  src: url(fonts/AlteHaasGroteskBold.068168f5.woff2) format("woff2"), url(fonts/AlteHaasGroteskBold.115e35f7.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier";
  src: url(fonts/signifier-regular.0f4cd8a3.woff2) format("woff2"), url(fonts/signifier-regular.37c9eef5.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Signifier Italic";
  src: url(fonts/signifier-regular-italic.8e379493.woff2) format("woff2"), url(fonts/signifier-regular-italic.58ffd3fb.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
#header-navigation {
  background-color: #847BE4;
}
#header-navigation .header.not-front-page {
  background-color: white;
}

.header {
  text-align: center;
  color: #f1f1f1;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.artist-name {
  font-family: "AlteHaasGrotesk";
  font-size: 36px;
  transition: font-size 0.6s ease;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #010101;
  border-top: 1px solid #010101;
}
.artist-name.front-page {
  font-size: 72px;
  line-height: 70px;
}
.artist-name a {
  color: #010101 !important;
  text-decoration: none;
}
.artist-name a:hover {
  color: #B0AFE1 !important;
}

.subtitle {
  font-family: "AlteHaasGrotesk";
  font-size: 21px;
  text-align: center;
  text-transform: none !important;
}

nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 0.2rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: "AlteHaasGrotesk";
}
nav a {
  color: #010101 !important;
  text-decoration: none;
  font-size: 21px;
  transition: opacity 0.3s;
}
nav a:hover {
  opacity: 0.8;
  color: #B0AFE1 !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .header {
    padding: 2rem;
  }
  .hamburger {
    display: flex;
    z-index: 1000;
    background-color: #B0AFE1;
    border-radius: 25px;
  }
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }
  nav {
    position: fixed;
    top: 10;
    right: -100%;
    height: 75vh;
    width: 100%;
    background-color: #847BE4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: top 0.3s ease;
    z-index: 999;
  }
  nav.active {
    right: 0;
  }
  nav a {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-top: auto;
}
.site-footer .footer-left {
  color: #010101;
}
.site-footer .footer-right a {
  text-decoration: none;
  color: #010101;
}
.site-footer .footer-right a:hover {
  text-decoration: none;
  color: #B0AFE1;
}

.marquee-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #847BE4;
  color: #B0AFE1;
  overflow: hidden;
  z-index: 1000;
}
.marquee-container .marquee-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
}
.marquee-container .marquee-content {
  white-space: nowrap;
  padding: 10px 0;
  flex-shrink: 0;
}
.marquee-container .marquee-content p {
  margin: 0;
  display: inline-block;
  font-family: "AlteHaasGrotesk";
  font-size: 21px;
  color: #B0AFE1;
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
}

.presse-section {
  margin-top: 4rem;
  padding-top: 2rem;
}
.presse-section .press-posts {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
.presse-section .press-post {
  padding: 1.5rem;
  border-radius: 4px;
}
.presse-section .press-post:nth-child(odd) {
  background: #f1f1f1;
}
.presse-section .press-post:nth-child(even) {
  background: #B0AFE1;
  color: #010101;
}
.presse-section .press-post .post-date {
  font-family: "AlteHaasGrotesk";
  font-size: 32px;
}
.presse-section .press-post .title-date-wrapper {
  display: flex;
  align-items: center;
  gap: 5rem;
}
.presse-section .press-post h3 {
  font-family: "Signifier Italic";
  font-size: 32px;
  margin: 0;
  font-weight: normal !important;
}

.title-date-wrapper {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.post-content {
  /*   margin-left: calc(32px + 13rem); */
  margin-top: 0.7rem;
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
.post-content .post-excerpt {
  flex: 1;
}
.post-content .post-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post-content .post-links a {
  white-space: nowrap;
  color: #010101 !important;
  text-decoration: none !important;
}
.post-content .post-links a:link {
  color: #010101 !important;
}
.post-content .post-links a:hover {
  color: #847BE4 !important;
}

.title-links-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.title-links-wrapper h3 {
  margin: 0;
}
.title-links-wrapper .post-links {
  display: flex;
  gap: 1rem;
}
.title-links-wrapper .post-links a {
  font-family: "AlteHaasGrotesk";
  font-size: 20px;
  white-space: nowrap;
}

.title-links-wrapper .post-links a {
  color: #010101 !important;
  text-decoration: none !important;
}
.title-links-wrapper .post-links a:hover {
  color: #847BE4 !important;
}

.section-title {
  text-align: center;
  position: relative;
  margin: 4rem 0 2rem;
  width: 100%;
  border-bottom: 1px solid #010101;
  text-transform: uppercase;
  font-weight: normal !important;
  font-family: "AlteHaasGrotesk";
  font-size: 36px;
}

.press-post {
  padding: 1.5rem;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .press-post {
    margin-bottom: 1rem;
  }
}
.press-post:nth-child(odd) {
  background: #f1f1f1;
}
.press-post:nth-child(even) {
  background: #B0AFE1;
  color: #010101;
}
.press-post .post-date {
  font-family: "AlteHaasGrotesk";
  font-size: 32px;
}
.press-post .title-date-wrapper {
  display: flex;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .press-post .title-date-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.press-post h3 {
  font-family: "Signifier Italic";
  font-size: 32px;
  margin: 0;
  font-weight: normal !important;
}

.title-links-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .title-links-wrapper {
    width: 100%;
    gap: 1rem;
  }
}
.title-links-wrapper h3 {
  margin: 0;
}

.post-content {
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .post-content {
    width: 100%;
  }
}
.post-content .post-excerpt {
  display: inline;
}

.post-links {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .post-links {
    flex-direction: column;
    width: 100%;
  }
}
.post-links a {
  font-family: "AlteHaasGrotesk";
  font-size: 20px;
  white-space: nowrap;
}

.publications-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .publications-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .publications-grid {
    grid-template-columns: 1fr;
  }
}

.publication-card {
  position: relative;
  cursor: pointer;
}
.publication-card .publication-image {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  border: 2px solid purple;
}
.publication-card .publication-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(128, 0, 128);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.publication-card .publication-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.publication-card .publication-image img + .publication-title {
  opacity: 0;
}
.publication-card .publication-image .publication-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: purple;
  text-align: center;
  padding: 1rem;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all 0.3s ease;
  font-family: "Signifier Italic";
  font-size: 36px;
}
.publication-card:hover .publication-image::before {
  opacity: 1;
}
.publication-card:hover .publication-image img {
  transform: scale(1.05);
}
.publication-card:hover .publication-image img + .publication-title {
  opacity: 1;
  color: white;
}
.publication-card:hover .publication-image .publication-title {
  color: white;
}

.single-publication {
  margin: 0 auto;
}
.single-publication .page-header {
  width: 100%;
  background-color: transparent;
  margin-bottom: 2rem;
}
.single-publication .page-header .page-title {
  font-size: 32px;
}
.single-publication .page-header .page-title .main-title {
  cursor: pointer;
}
.single-publication .page-header .page-title .subtitle {
  text-transform: none !important;
  font-size: 32px !important;
  border-bottom: 0 !important;
}
.single-publication .publication-grid {
  padding: 0 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
}
.single-publication .page-title .main-title,
.single-publication .page-title .subtitle {
  text-decoration: none !important;
  /* Or if you prefer border-bottom style: */
  /* border-bottom: 1px solid currentColor; */
}
.single-publication .publication-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: start;
}
.single-publication .publication-featured-image {
  grid-column: 1/2;
}
.single-publication .publication-featured-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-publication .publication-content-wrapper {
  grid-column: 2/3;
}
.single-publication .publication-content {
  line-height: 1.6;
  padding: 30px;
}
.single-publication .publication-content p {
  margin-bottom: 1.5rem;
}
.single-publication .external-link-section {
  margin-top: 2rem;
  text-align: right;
  font-family: "AlteHaasGrotesk";
}
.single-publication .external-link-section hr {
  border: none;
  border-top: 1px solid #010101;
  margin-bottom: 1rem;
}
.single-publication .external-link-section a {
  text-decoration: none;
  color: inherit;
}
.single-publication .external-link-section a:hover {
  text-decoration: none !important;
  color: #B0AFE1 !important;
}

.publication-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
  text-align: center;
}
.publication-nav .back-button {
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  transition: color 0.3s ease;
}
.publication-nav .back-button:hover {
  color: purple;
}
.publication-nav .current-title {
  font-size: 2rem;
  font-weight: normal;
}

.back-to-publications {
  margin-top: 4rem;
  text-align: center;
  font-family: "AlteHaasGrotesk";
}
.back-to-publications hr {
  border: none;
  border-top: 1px solid #010101;
  margin: 1rem 0;
}
.back-to-publications a {
  text-decoration: none;
  color: #010101 !important;
}
.back-to-publications a:hover {
  text-decoration: none;
  color: #B0AFE1 !important;
}

.text-im-raum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .text-im-raum-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .text-im-raum-grid {
    grid-template-columns: 1fr;
  }
}

.text-card {
  position: relative;
  cursor: pointer;
}
.text-card .text-image {
  position: relative;
  aspect-ratio: 2/3;
  overflow: hidden;
  border: 2px solid purple;
}
.text-card .text-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 0, 128, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.text-card .text-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.text-card .text-image img + .text-title {
  opacity: 0;
}
.text-card .text-image .text-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: purple;
  text-align: center;
  padding: 1rem;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all 0.3s ease;
  font-family: "Signifier Italic";
  font-size: 36px;
}
.text-card:hover .text-image::before {
  opacity: 1;
}
.text-card:hover .text-image img {
  transform: scale(1.05);
}
.text-card:hover .text-image img + .text-title {
  opacity: 1;
  color: white;
}
.text-card:hover .text-image .text-title {
  color: white;
}

.subtitle {
  text-transform: none !important;
  font-size: 32px !important;
  border-bottom: 0 !important;
}

.has-primary-color {
  color: var(--wp--preset--color--primary);
}

.has-background-color {
  color: var(--wp--preset--color--background);
}

html, body {
  background-color: #f1f1f1;
}

body, p {
  color: #010101;
  font-family: "Signifier";
  font-size: 20px;
  margin: 0 !important;
}

em {
  font-family: "Signifier Italic";
}

h4 {
  font-family: "AlteHaasGrotesk";
  font-size: 21px;
  line-height: 20px;
}

h5 {
  font-family: "AlteHaasGrotesk";
  font-size: 21px;
  line-height: 20px;
}

a:link, a:visited {
  color: #B0AFE1;
  text-decoration: none !important;
}

a:hover {
  color: #847BE4;
  text-decoration: none !important;
}

.main-content {
  position: relative;
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  /*   margin-top: var(--header-height); // Add space for header
   */
  background: #f1f1f1;
}
.main-content.home {
  z-index: 1;
}
.main-content.page {
  z-index: 2;
}

:root {
  --header-height: 20px;
}

.front-header {
  background-color: #847BE4 !important;
}

.general-header {
  background-color: #f1f1f1 !important;
}

.page-title {
  text-align: center;
  position: relative;
  margin: 0;
  padding-top: 30px;
  font-family: "AlteHaasGrotesk";
  font-size: 36px;
  text-transform: uppercase;
  font-weight: normal !important;
  border-bottom: 1px solid #010101;
}

.image-offset {
  position: relative;
}
.image-offset img {
  position: relative;
  z-index: 2;
}
.image-offset::before {
  content: "";
  position: absolute;
  background-color: #847BE4;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.site-main {
  padding: 30px !important;
}

.custom-cover:hover .custom-image {
  opacity: 1;
}

.custom-cover {
  height: 100vh;
  width: auto;
}

.custom-image {
  margin: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .custom-image {
    display: none;
  }
}

@media (max-width: 768px) {
  .wp-block-cover {
    height: 60vh !important;
  }
  .wp-block-cover img {
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .wp-block-cover .wp-block-cover__inner-container {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Show content only on mobile devices */
.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block;
    background-color: #847BE4;
  }
}

/* Hide content on mobile devices */
.desktop-only {
  display: block;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}

.border-black {
  border: 2px solid #010101;
}

.wp-block-columns {
  display: flex;
  align-items: stretch;
}

.wp-block-column.border-purple {
  position: relative;
  display: flex;
  flex-direction: column;
}
.wp-block-column.border-purple > * {
  position: relative;
  background-color: #f1f1f1;
  border: 2px solid #010101;
  margin-bottom: -10px;
  margin-right: -10px;
  z-index: 1;
  flex: 1;
}
.wp-block-column.border-purple::after {
  content: "";
  position: absolute;
  border-right: 10px solid #B0AFE1;
  border-bottom: 10px solid #B0AFE1;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 0;
}

.wp-block-group.border-purple {
  position: relative;
  /*   padding: 0 10px 10px 0;  // Create space for the border offset
   */
}
.wp-block-group.border-purple > * {
  position: relative;
  background-color: #f1f1f1;
  /*   border: 2px solid black; */
  margin-bottom: -10px;
  margin-right: -10px;
  z-index: 1;
}
.wp-block-group.border-purple::after {
  content: "";
  position: absolute;
  border-right: 10px solid #B0AFE1;
  border-bottom: 10px solid #B0AFE1;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 0;
}

#custom-substack-embed {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #custom-substack-embed {
    padding: 15px; /* Slightly reduced padding for mobile */
  }
}
.custom-substack-widget + .success {
  color: #847BE4 !important;
  font-family: "AlteHaasGrotesk" !important;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/swiper.css ***!
  \************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
: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-3d .swiper-slide,
.swiper-3d .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 */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .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-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .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-lazy-preloader,
.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 */

/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/modules/navigation.css ***!
  \************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/modules/mousewheel.css ***!
  \************************************************************************************************************************************************************************************************/

/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/swiper/modules/keyboard.css ***!
  \**********************************************************************************************************************************************************************************************/


/*# sourceMappingURL=index.css.map*/