@charset "UTF-8";body pre[class*=language-]::-moz-selection, body pre[class*=language-] ::-moz-selection,
body code[class*=language-]::-moz-selection, body code[class*=language-] ::-moz-selection {
  background: revert;
}
body pre[class*=language-]::selection, body pre[class*=language-] ::selection,
body code[class*=language-]::selection, body code[class*=language-] ::selection {
  background: revert;
}
body pre, body pre[class*=language-] {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #f6f6f7;
  padding: 1em;
  font-size: 0.9em;
  overflow: auto;}
body pre::-webkit-scrollbar, body pre[class*=language-]::-webkit-scrollbar {  height: 6px;
}
body pre::-webkit-scrollbar-track, body pre[class*=language-]::-webkit-scrollbar-track {  background: transparent;
  border-radius: 4px;
}
body pre::-webkit-scrollbar-thumb, body pre[class*=language-]::-webkit-scrollbar-thumb {  background: #a7a7a7;
  border-radius: 4px;
}
body pre::-webkit-scrollbar-thumb:hover, body pre[class*=language-]::-webkit-scrollbar-thumb:hover {
  background: #8b8b8b;
}
body pre, body pre code, body pre[class*=language-], body pre[class*=language-] code {
  color: #24292e;
  line-height: 1.4;
}
body pre .line-highlight, body pre[class*=language-] .line-highlight {
  background: rgba(36, 41, 46, 0.05);
}
body pre .line-highlight:before, body pre .line-highlight[data-end]:after, body pre[class*=language-] .line-highlight:before, body pre[class*=language-] .line-highlight[data-end]:after {
  background-color: rgba(108, 116, 141, 0.4);
  color: rgb(240, 241, 245);
  font: bold 65%/1.5 sans-serif;
  box-shadow: unset;
}
body .line-numbers .line-numbers-rows {
  border-right: 1px solid #ececec;
}
body .code-toolbar:hover > .toolbar {
  transform: translateX(0);
  opacity: 1;
}
body .code-toolbar > .toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  top: 0.55em;
  right: 0.75em;
  z-index: 2;
  transform: translateX(10px);
  opacity: 0;
  will-change: transform, opacity;
  transition: all 0.2s ease-out;
}
body .code-toolbar > .toolbar > .toolbar-item a, body .code-toolbar > .toolbar > .toolbar-item button, body .code-toolbar > .toolbar > .toolbar-item span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #5f5e4e;
  background: #f6f6f7;
  font-size: 0.8125em;
  height: 32px;
  padding: 0 0.8em;
  box-shadow: 2px 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-sizing: border-box;  border-radius: 4px;
}
body .code-toolbar > .toolbar > .toolbar-item button:hover {
  background: #fff;
}.swiper {
  width: 100%;
  height: 100%;  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.swiper.swiper-initialized .swiper-wrapper .swiper-slide {
  opacity: 1;
}
.swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;  opacity: 0;
  will-change: opacity;
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: 200px;
}
.swiper .swiper-wrapper .swiper-slide img, .swiper .swiper-wrapper .swiper-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: block;
  object-fit: cover; 
}
.swiper {}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper:hover .swiper-button-prev, .swiper:hover .swiper-button-next {
  opacity: 1;
}
.swiper .swiper-button-prev, .swiper .swiper-button-prev:after,
.swiper .swiper-button-next,
.swiper .swiper-button-next:after {
  font-size: 18px;
}
.swiper .swiper-pagination {
  bottom: 1rem;
}
.swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  opacity: 0.8;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper .swiper-pagination-bullet-active {
  background: #fff;
}
@media (max-width: 768px) {
  .swiper {
    height: 200px;
  }
  .swiper .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }
}
