/* Generated by vite-plugin-svg-spritemap */
.options-gallery__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.3125rem;
}
.options-gallery__item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}
.options-gallery__item:nth-child(1) {
  width: 49.75%;
}
.options-gallery__item:nth-child(2) {
  width: 49.75%;
}
.options-gallery__item:nth-child(3) {
  width: 33%;
}
.options-gallery__item:nth-child(4) {
  width: 33%;
}
.options-gallery__item:nth-child(5) {
  width: 33%;
}
.options-gallery__img-bg img {
  width: 100%;
  height: auto;
}
.options-gallery__img-mask {
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  transition: all 0.7s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dark-theme .options-gallery__img-mask {
  background: rgba(0, 0, 0, 0);
}
.options-gallery__name {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  position: absolute;
  bottom: 5%;
  transition: all 0.7s;
}
.options-gallery__name-text {
  font-size: 1.375rem;
  font-weight: 700;
}
.dark-theme .options-gallery__name-text {
  color: #fff;
}
.options-gallery__text {
  width: 100%;
  height: 80%;
  font-size: 0.875rem;
  line-height: 1.4;
  position: absolute;
  left: 120%;
  bottom: 0;
  transition: all 0.7s;
  overflow-y: auto;
}
.dark-theme .options-gallery__text {
  color: #fff;
}
.options-gallery__text p {
  margin-bottom: 1.25rem;
}
.options-gallery__text ul li {
  padding-left: 1.25rem;
  position: relative;
}
.options-gallery__text ul li:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.options-gallery__text ul li::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: 0.3125rem;
  border-radius: 50%;
  background-color: #11023B;
  left: 0;
  top: 0.4375rem;
}
.dark-theme .options-gallery__text ul li::after {
  background-color: #fff;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */@media (max-width: 61.99875em) {
  .options-gallery__img-mask {
    background: rgb(255, 255, 255);
    backdrop-filter: blur(1.3rem);
    position: relative;
  }
  .dark-theme .options-gallery__img-mask {
    background: #000;
  }
  .options-gallery__img-mask .options-gallery__name {
    bottom: 80%;
  }
  .options-gallery__img-mask .options-gallery__text {
    left: 0;
  }
  .options-gallery__name {
    position: relative;
    top: 0;
  }
  .options-gallery__text {
    position: relative;
    left: 0;
    top: 0;
    padding-bottom: 1.25rem;
  }
}@media (max-width: 47.99875em) {
  .options-gallery__item:nth-child(1) {
    width: 100% !important;
  }
  .options-gallery__item:nth-child(2) {
    width: 100% !important;
  }
  .options-gallery__item:nth-child(3) {
    width: 100% !important;
  }
  .options-gallery__item:nth-child(4) {
    width: 100% !important;
  }
  .options-gallery__item:nth-child(5) {
    width: 100% !important;
  }
  .options-gallery__item {
    width: 100% !important;
  }
}@media (max-width: 22.5em) {
  .options-gallery {
    margin-top: 3.125rem;
  }
  .options-gallery__name {
    left: 0.625rem;
  }
  .options-gallery__text {
    padding: 0.625rem;
  }
}@media (min-width: 22.5em) and (max-width: 71.375em) {
  .options-gallery {
    margin-top: clamp( 3.125rem , 2.54955242966875rem  +  2.557544757vw , 4.375rem );
  }
  .options-gallery__name {
    left: clamp( 0.625rem , 0.48113810741875rem  +  0.6393861893vw , 0.9375rem );
  }
  .options-gallery__text {
    padding: clamp( 0.625rem , 0.48113810741875rem  +  0.6393861893vw , 0.9375rem );
  }
}@media (min-width: 71.375em) {
  .options-gallery {
    margin-top: 4.375rem;
  }
  .options-gallery__name {
    left: 0.9375rem;
  }
  .options-gallery__text {
    padding: 0.9375rem;
  }
}@media (any-hover: hover) {
  .options-gallery__img-mask:hover {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(1.3rem);
  }
  .dark-theme .options-gallery__img-mask:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .options-gallery__img-mask:hover .options-gallery__name {
    bottom: 80%;
  }
  .options-gallery__img-mask:hover .options-gallery__text {
    left: 0;
  }
}