@charset "UTF-8";
.muessle-world-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5.625rem;
}
@media screen and (max-width: 960px) {
  .muessle-world-wrapper {
    gap: 24px;
  }
}
.muessle-world-wrapper > * {
  width: calc( 100%/4 - 5rem );
}
@media screen and (max-width: 1280px) {
  .muessle-world-wrapper > * {
    width: calc( 100%/2 - 5rem );
  }
}
@media screen and (max-width: 960px) {
  .muessle-world-wrapper > * {
    width: 100%;
  }
}
.muessle-world-wrapper .single-elem-block {
  cursor: pointer;
}
.muessle-world-wrapper h3 {
  width: 90%;
  font-size: 1.563rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #1F1F1F;
  padding-bottom: 1.513rem;
  padding-left: 1.581rem;
  border-bottom: 1px solid #1F1F1F;
  margin-bottom: 1.581rem;
  position: relative;
  white-space: nowrap;
}
.muessle-world-wrapper h3::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
}
.muessle-world-wrapper p {
  width: 90%;
}
.muessle-world-wrapper .btn {
  margin-top: 1.419rem;
}
.muessle-world-wrapper.slider-style {
  display: none;
}
.muessle-world-wrapper.slider-style .elem-opacity {
  opacity: 0.2;
  cursor: pointer;
}
.muessle-world-wrapper.slider-style img {
  display: block !important;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  margin-bottom: 1.9375rem;
}
.muessle-world-wrapper.slider-style .rich-text {
  display: block !important;
}
.muessle-world-wrapper.slider-style .switch-box-style {
  position: absolute;
  position: absolute;
  top: -12.5%;
  right: -5.5%;
  max-width: 3.375rem;
}
@media screen and (max-width: 960px) {
  .muessle-world-wrapper.slider-style .switch-box-style {
    max-width: 36px;
  }
}
.muessle-world-wrapper.slider-style .arrows-carousel-wrapper > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.muessle-world-wrapper.slider-style .arrows-carousel-wrapper > *.swiper-button-disabled {
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .muessle-world-wrapper.slider-style .arrows-carousel-wrapper > * {
    transform: unset;
    bottom: 0;
    max-width: 36px;
  }
}
.muessle-world-wrapper.slider-style .arrows-carousel-wrapper > * > img {
  max-width: 3.375rem;
}
.muessle-world-wrapper.slider-style .arrows-carousel-wrapper .custom-button-prev {
  left: -5.5%;
}
.muessle-world-wrapper.slider-style .arrows-carousel-wrapper .custom-button-prev > img {
  transform: rotate(180deg);
}
.muessle-world-wrapper.slider-style .arrows-carousel-wrapper .custom-button-next {
  right: -5.5%;
}