/* Multipurpose Bento section */
.multipurpose-bento-shell {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--font-inter-tight);
  vertical-align: baseline;
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.multipurpose-bento-shell .bento-outer {
  position: relative;
  display: block;
  min-height: auto;
  padding: 0;
  overflow: hidden;
  background: transparent;
}
@media only screen and (max-width: 1259px) {
  .multipurpose-bento-shell .bento-outer {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .multipurpose-bento-shell .bento-outer {
    padding: 0;
  }
}
.multipurpose-bento-shell .bento-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}
@media only screen and (max-width: 1279px) {
  .multipurpose-bento-shell .bento-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1023px) {
  .multipurpose-bento-shell .bento-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .multipurpose-bento-shell .bento-list {
    grid-template-columns: 1fr;
  }
}
.multipurpose-bento-shell .bento-list__bento {
  position: relative;
  min-width: 0;
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 520px;
}
@media only screen and (max-width: 767px) {
  .multipurpose-bento-shell .bento-outer {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    padding-inline: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-y pinch-zoom;
  }
  .multipurpose-bento-shell .bento-outer::-webkit-scrollbar {
    display: none;
  }
  .multipurpose-bento-shell .bento-outer.is-dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .multipurpose-bento-shell .bento-list {
    display: flex;
    width: 100%;
    min-width: 0;
    gap: 20px;
    padding-inline: 0;
  }
  .multipurpose-bento-shell .bento-list__bento {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .features-mobile-track {
    position: relative;
    width: 100%;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: rgba(248, 248, 248, 0.16);
    overflow: hidden;
  }
  .features-mobile-track__thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 999px;
    background: rgba(248, 248, 248, 0.96);
    box-shadow: 0 0 8px rgba(248, 248, 248, 0.2);
    transform: translate3d(0, 0, 0);
    transition: transform 0.18s ease;
  }
}

.multipurpose-bento-shell .bento {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  contain: paint;
  isolation: isolate;
}
@media only screen and (max-width: 767px) {
  .multipurpose-bento-shell .bento {
    width: 100%;
  }
}
.multipurpose-bento-shell .bento *, .multipurpose-bento-shell .bento *:before, .multipurpose-bento-shell .bento *:after {
  box-sizing: inherit;
}
.multipurpose-bento-shell .bento img {
  display: block;
}
.multipurpose-bento-shell .bento-6__image img,
.multipurpose-bento-shell .bento-13__image img,
.multipurpose-bento-shell .bento-25__grid img,
.multipurpose-bento-shell .bento-22__globe img,
.multipurpose-bento-shell .bento-27__grid img,
.multipurpose-bento-shell .bento-27__cursor img {
  width: auto;
  max-width: none;
}
.multipurpose-bento-shell .bento__inner {
  position: relative;
  z-index: 4;
  padding: 16px 16px 32px;
}
.multipurpose-bento-shell .bento__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(40, 40, 40, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  box-shadow: inset 2px 4px 16px rgba(248, 248, 248, 0.06);
  border-radius: 32px;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.multipurpose-bento-shell .bento__overlay:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 75%);
          mask-image: linear-gradient(to bottom, black, transparent 75%);
  pointer-events: none;
}
.multipurpose-bento-shell .bento__preview {
  position: relative;
  height: 336px;
  margin-bottom: 16px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  contain: paint;
  isolation: isolate;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .multipurpose-bento-shell .bento__preview {
    margin-bottom: 8px;
  }
}
.multipurpose-bento-shell .bento__preview_border:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 16px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 100%);
          mask-image: linear-gradient(to bottom, black, transparent 100%);
  pointer-events: none;
}
.multipurpose-bento-shell .bento__preview_center-image {
  position: relative;
  max-width: 336px;
  margin-left: auto;
  margin-right: auto;
}
.multipurpose-bento-shell .bento__preview_center-image img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 336px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.multipurpose-bento-shell .bento__details {
  padding: 0 16px;
}
@media only screen and (max-width: 767px) {
  .multipurpose-bento-shell .bento__details {
    padding: 0 8px;
  }
}
.multipurpose-bento-shell .bento__title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento__content {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.multipurpose-bento-shell .bento-1 {
  position: relative;
}
.multipurpose-bento-shell .bento-1:after {
  content: "";
  position: absolute;
  top: 112px;
  left: calc(50% - 56px);
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-1__grid {
  position: relative;
  max-width: 336px;
  height: 336px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 16px;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
          mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
}
.multipurpose-bento-shell .bento-1__grid img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 336px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.multipurpose-bento-shell .bento-1__cursor {
  position: absolute;
  top: 154px;
  left: calc(50% - 18px);
  z-index: 2;
}

.multipurpose-bento-shell .bento-2 {
  position: relative;
  padding: 24px 16px 0;
}
.multipurpose-bento-shell .bento-2__range {
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  display: flex;
  opacity: 0.1;
}
.multipurpose-bento-shell .bento-2__range span {
  width: 1.5px;
  height: 9px;
  margin-left: auto;
  background: #f8f8f8;
}
.multipurpose-bento-shell .bento-2__range span:last-child {
  margin-right: 0;
  opacity: 0;
}
.multipurpose-bento-shell .bento-2__top {
  display: flex;
  padding-bottom: 32px;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 100%);
          mask-image: linear-gradient(180deg, black, transparent 100%);
}
.multipurpose-bento-shell .bento-2__wrap {
  flex-shrink: 0;
  margin-right: 24px;
}
.multipurpose-bento-shell .bento-2__title {
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-2__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-2__circle {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-2__circle:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.25);
  border-radius: 50%;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-2__boxes {
  display: flex;
  width: 100%;
  max-width: 168px;
  margin-left: auto;
  gap: 16px;
}
.multipurpose-bento-shell .bento-2__box {
  position: relative;
  flex: 1;
  height: 28px;
  border-radius: 8px;
}
.multipurpose-bento-shell .bento-2__box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-2__box:nth-child(2) {
  background: rgba(248, 248, 248, 0.05);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-2__box:nth-child(2):before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-2__box:nth-child(2):after {
  background: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-2__chart {
  height: 219px;
  margin: -10px -16px 0;
}
.multipurpose-bento-shell .bento-2__chart img {
  width: 100%;
  height: 100%;
}
.multipurpose-bento-shell .bento-2__details {
  position: absolute;
  top: 0;
  left: 39.9%;
  bottom: 10%;
  width: 1px;
  background-image: linear-gradient(to top, rgba(248, 248, 248, 0.1) 0, rgba(248, 248, 248, 0.1) 6px, transparent 6px, transparent 12px);
  background-repeat: repeat-y;
  background-size: 1px 12px;
}
.multipurpose-bento-shell .bento-2__pin {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.multipurpose-bento-shell .bento-2__pin img {
  width: 100%;
}
.multipurpose-bento-shell .bento-2__coordinate {
  position: absolute;
  top: 50.2%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.multipurpose-bento-shell .bento-2__dot {
  width: 20px;
  height: 20px;
  background-color: rgba(18, 18, 18, 0.3);
  border-radius: 50%;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.multipurpose-bento-shell .bento-2__dot:before, .multipurpose-bento-shell .bento-2__dot:after {
  content: "";
  position: absolute;
}
.multipurpose-bento-shell .bento-2__dot:before {
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.25);
  border-radius: 50%;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-2__dot:after {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f8f8f8;
}
.multipurpose-bento-shell .bento-2__cursor {
  position: absolute;
  top: 27px;
  left: 9px;
  width: 20px;
}
.multipurpose-bento-shell .bento-2__tooltip {
  position: absolute;
  top: 50%;
  left: 36px;
  display: flex;
  align-items: center;
  height: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 8px 0 16px;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  border-radius: 20px;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 1.43;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-2__tooltip:before, .multipurpose-bento-shell .bento-2__tooltip:after {
  content: "";
  position: absolute;
  inset: 2.5px;
  border-radius: 16px;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-2__tooltip:before {
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.5), rgba(18, 18, 18, 0.5)), rgba(248, 248, 248, 0.01);
}
.multipurpose-bento-shell .bento-2__tooltip:after {
  border: 1px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 90%);
          mask-image: linear-gradient(170deg, black, transparent 90%);
}
.multipurpose-bento-shell .bento-2__plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-2__plus img {
  width: 8px;
}
.multipurpose-bento-shell .bento-2__tooltip span, .multipurpose-bento-shell .bento-2__plus {
  position: relative;
  z-index: 2;
}

.multipurpose-bento-shell .bento-3 {
  position: relative;
}
.multipurpose-bento-shell .bento-3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 64px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 16px;
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-3__grid {
  position: relative;
  max-width: 336px;
  height: 336px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 16px;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
          mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
}
.multipurpose-bento-shell .bento-3__grid img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 336px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.multipurpose-bento-shell .bento-4 {
  position: relative;
  width: 100%;
  max-width: 336px;
  height: 336px;
  margin-left: auto;
  margin-right: auto;
}
.multipurpose-bento-shell .bento-4__circles, .multipurpose-bento-shell .bento-4__toggles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 336px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.multipurpose-bento-shell .bento-4__circles img, .multipurpose-bento-shell .bento-4__toggles img {
  width: 100%;
}
.multipurpose-bento-shell .bento-4__circles {
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 120%);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 120%);
}
.multipurpose-bento-shell .bento-4__toggles {
  z-index: 2;
  opacity: 0.6;
}

.multipurpose-bento-shell .bento-5 {
  position: relative;
  width: 100%;
  max-width: 336px;
  height: 336px;
  margin-left: auto;
  margin-right: auto;
}
.multipurpose-bento-shell .bento-5__image {
  position: absolute;
  top: calc(50% - 8px);
  left: 52%;
  width: 346px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
          mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
}
.multipurpose-bento-shell .bento-5__image > img {
  width: 100%;
}
.multipurpose-bento-shell .bento-5__tooltip {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 8px 0 16px;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  border-radius: 20px;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-5__tooltip:before, .multipurpose-bento-shell .bento-5__tooltip:after {
  content: "";
  position: absolute;
  inset: 2.5px;
  border-radius: 16px;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-5__tooltip:before {
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.5), rgba(18, 18, 18, 0.5)), rgba(248, 248, 248, 0.01);
}
.multipurpose-bento-shell .bento-5__tooltip:after {
  border: 1px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 90%);
          mask-image: linear-gradient(170deg, black, transparent 90%);
}
.multipurpose-bento-shell .bento-5__cursor {
  position: absolute;
  top: 103px;
  right: calc(50% - 106px);
}
.multipurpose-bento-shell .bento-5__plus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-5__plus img {
  width: 8px;
}
.multipurpose-bento-shell .bento-5__tooltip span, .multipurpose-bento-shell .bento-5__plus {
  position: relative;
  z-index: 2;
}
.multipurpose-bento-shell .bento-5__boxes {
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 16px;
  display: flex;
  gap: 20px;
}
.multipurpose-bento-shell .bento-5__box {
  position: relative;
  flex: 1;
  height: 28px;
  border-radius: 8px;
}
.multipurpose-bento-shell .bento-5__box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-5__box:nth-child(1) {
  background: rgba(248, 248, 248, 0.05);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-5__box:nth-child(1):before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-5__box:nth-child(1):after {
  background: rgba(248, 248, 248, 0.95);
}

.multipurpose-bento-shell .bento-6 {
  position: relative;
  width: 100%;
  max-width: 336px;
  height: 336px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-6__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 25%, black 75%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, black 25%, black 75%, transparent 100%);
}

.multipurpose-bento-shell .bento-7 {
  padding: 12px 16px 0;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 100%);
          mask-image: linear-gradient(to bottom, black, transparent 100%);
}
.multipurpose-bento-shell .bento-7__dots {
  display: flex;
  margin-bottom: 28px;
}
.multipurpose-bento-shell .bento-7__dots span {
  width: 8px;
  height: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-7__dots span:not(:last-child) {
  margin-right: 6px;
}
.multipurpose-bento-shell .bento-7__boxes {
  display: flex;
  width: 100%;
  max-width: 168px;
  margin-bottom: 16px;
  gap: 16px;
}
.multipurpose-bento-shell .bento-7__box {
  position: relative;
  flex: 1;
  height: 28px;
  border-radius: 32px;
}
.multipurpose-bento-shell .bento-7__box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-7__box:nth-child(1) {
  background: rgba(248, 248, 248, 0.05);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-7__box:nth-child(1):before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 32px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-7__box:nth-child(1):after {
  background: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-7__block {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  height: 40px;
  padding: 0 2.5px 0 14.5px;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  border-radius: 20px;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-7__line {
  height: 4px;
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-7__block .bento-7__line {
  width: 42%;
}
.multipurpose-bento-shell .bento-7__in {
  position: relative;
  width: 84px;
  height: 32px;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3), rgba(18, 18, 18, 0.3)), rgba(248, 248, 248, 0.01);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-7__in:after, .multipurpose-bento-shell .bento-7__in:before {
  content: "";
  position: absolute;
}
.multipurpose-bento-shell .bento-7__in:after {
  top: 50%;
  left: 50%;
  width: 52%;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-7__in:before {
  z-index: 1;
  inset: 0;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  border-radius: 16px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-7__item {
  display: flex;
  align-items: center;
  height: 32px;
}
.multipurpose-bento-shell .bento-7__item:not(:last-child) {
  margin-bottom: 12px;
}
.multipurpose-bento-shell .bento-7__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-7__lines {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.multipurpose-bento-shell .bento-7__lines .bento-7__line:nth-child(1) {
  width: 19%;
  margin-bottom: 3px;
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-7__item > .bento-7__line {
  width: 15%;
  background: rgba(248, 248, 248, 0.2);
}

.multipurpose-bento-shell .bento-8 {
  padding: 12px 16px 0;
}
.multipurpose-bento-shell .bento-8__dots {
  display: flex;
  margin-bottom: 28px;
}
.multipurpose-bento-shell .bento-8__dots span {
  width: 8px;
  height: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-8__dots span:not(:last-child) {
  margin-right: 6px;
}
.multipurpose-bento-shell .bento-8__list {
  margin-bottom: 16px;
}
.multipurpose-bento-shell .bento-8__item {
  display: flex;
  align-items: center;
}
.multipurpose-bento-shell .bento-8__item:not(:last-child) {
  margin-bottom: 12px;
}
.multipurpose-bento-shell .bento-8__item .bento-8__folder {
  width: 48px;
  margin-right: 16px;
}
.multipurpose-bento-shell .bento-8__wrap {
  flex-grow: 1;
}
.multipurpose-bento-shell .bento-8__line {
  width: 44px;
  height: 4px;
  margin-bottom: 10px;
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.25);
}
.multipurpose-bento-shell .bento-8__progress {
  display: flex;
  align-items: center;
  height: 12px;
  border-radius: 6px;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-8__box {
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 14.51%, rgba(255, 255, 255, 0.4) 145.14%);
}
.multipurpose-bento-shell .bento-8__foot {
  position: relative;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 100%);
          mask-image: linear-gradient(to bottom, black, transparent 100%);
}
.multipurpose-bento-shell .bento-8__in {
  height: 124px;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3), rgba(18, 18, 18, 0.3)), rgba(248, 248, 248, 0.01);
  background: rgba(40, 40, 40, 0.7);
  box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06);
}
.multipurpose-bento-shell .bento-8__in:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  border-radius: 16px;
  -webkit-mask-image: linear-gradient(175deg, black, transparent 50%);
          mask-image: linear-gradient(175deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-8__foot .bento-8__folder {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.multipurpose-bento-shell .bento-8__cursor {
  position: absolute;
  top: 30px;
  right: -7px;
}

.multipurpose-bento-shell .bento-9 {
  padding: 12px 16px 0;
}
.multipurpose-bento-shell .bento-9__dots {
  display: flex;
  margin-bottom: 28px;
}
.multipurpose-bento-shell .bento-9__dots span {
  width: 8px;
  height: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-9__dots span:not(:last-child) {
  margin-right: 6px;
}
.multipurpose-bento-shell .bento-9__cells {
  position: relative;
  aspect-ratio: 5/3;
  max-width: 336px;
  margin: 0 auto 24px;
}
.multipurpose-bento-shell .bento-9__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  padding-top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 105%);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 105%);
}
.multipurpose-bento-shell .bento-9__row {
  display: flex;
  margin: -2px;
}
.multipurpose-bento-shell .bento-9__col {
  flex: 2;
}
.multipurpose-bento-shell .bento-9__col:nth-child(1) ul {
  display: flex;
  flex-wrap: wrap;
}
.multipurpose-bento-shell .bento-9__col:nth-child(1) li {
  flex: 1;
}
.multipurpose-bento-shell .bento-9__col:nth-child(1) li:nth-child(1) {
  flex: 0 0 100%;
}
.multipurpose-bento-shell .bento-9__col:nth-child(2) {
  position: relative;
  z-index: 2;
}
.multipurpose-bento-shell .bento-9__col:nth-child(2) ul {
  display: flex;
  flex-wrap: wrap;
}
.multipurpose-bento-shell .bento-9__col:nth-child(2) li {
  flex: 0 0 50%;
}
.multipurpose-bento-shell .bento-9__col:nth-child(2) li:before {
  border-color: rgba(248, 248, 248, 0.6);
}
.multipurpose-bento-shell .bento-9__col:nth-child(2) li:nth-child(3) {
  flex: 0 0 100%;
  opacity: 0;
}
.multipurpose-bento-shell .bento-9__col:nth-child(2) li:nth-child(3):before {
  aspect-ratio: 2.08;
}
.multipurpose-bento-shell .bento-9__col:nth-child(3) {
  flex: 1;
}
.multipurpose-bento-shell .bento-9__col:nth-child(3) ul {
  display: flex;
  flex-direction: column;
}
.multipurpose-bento-shell .bento-9__col li {
  position: relative;
  padding: 2px;
}
.multipurpose-bento-shell .bento-9__col li:before {
  content: "";
  display: block;
  aspect-ratio: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 16px;
}
.multipurpose-bento-shell .bento-9__mask {
  position: absolute;
  top: 0;
  left: -25%;
  width: 150%;
  aspect-ratio: 1;
  padding: 0 25%;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0.1));
          mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0.1));
}
.multipurpose-bento-shell .bento-9__center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.multipurpose-bento-shell .bento-9__icon {
  position: relative;
  aspect-ratio: 2.08;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(248, 248, 248, 0.8);
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  border-radius: 16px;
}
.multipurpose-bento-shell .bento-9__icon:before, .multipurpose-bento-shell .bento-9__icon:after {
  content: "";
  position: absolute;
}
.multipurpose-bento-shell .bento-9__icon:before {
  inset: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3), rgba(18, 18, 18, 0.3)), rgba(248, 248, 248, 0.01);
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4), inset 0px 0px 8px rgba(248, 248, 248, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-9__icon:after {
  inset: 3px;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 12px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 90%);
          mask-image: linear-gradient(to bottom, black, transparent 90%);
  pointer-events: none;
}
.bento-9__icon img,
.multipurpose-bento-shell .bento-9__icon svg {
  position: relative;
  z-index: 2;
  fill: #f8f8f8;
}
.multipurpose-bento-shell .bento-9__bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 12px 32px;
  gap: 10px;
  max-width: 272px;
  height: 56px;
}
.multipurpose-bento-shell .bento-9__bar:before {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4), inset 0px 0px 8px rgba(248, 248, 248, 0.25);
  border-radius: 32px;
}
.multipurpose-bento-shell .bento-9__bar li {
  position: relative;
}
.multipurpose-bento-shell .bento-9__bar li:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-9__bar li:nth-child(3) img:nth-child(2) {
  position: absolute;
  top: 24px;
  left: 50%;
}

.multipurpose-bento-shell .bento-10 {
  position: relative;
  width: 100%;
  max-width: 336px;
  height: 336px;
  margin-left: auto;
  margin-right: auto;
}
.multipurpose-bento-shell .bento-10__grid {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 336px;
  padding: 42px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
          mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
}
.multipurpose-bento-shell .bento-10__cells {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.multipurpose-bento-shell .bento-10__cell, .multipurpose-bento-shell .bento-10__avatar, .multipurpose-bento-shell .bento-10__plus {
  width: 60px;
  height: 60px;
  border-radius: 16px;
}
.multipurpose-bento-shell .bento-10__cell {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-10__cell:nth-child(1) {
  width: 124px;
}
.multipurpose-bento-shell .bento-10__cell:nth-child(4), .multipurpose-bento-shell .bento-10__cell:nth-child(5), .multipurpose-bento-shell .bento-10__cell:nth-child(6) {
  height: 124px;
}
.multipurpose-bento-shell .bento-10__cell:nth-child(5) {
  width: 124px;
  opacity: 0;
}
.multipurpose-bento-shell .bento-10__cell:nth-child(9) {
  width: 124px;
}
.multipurpose-bento-shell .bento-10__avatars {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 124px;
  gap: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.multipurpose-bento-shell .bento-10__avatar {
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  overflow: hidden;
}
.multipurpose-bento-shell .bento-10__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.multipurpose-bento-shell .bento-10__plus {
  position: relative;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-10__plus:before, .multipurpose-bento-shell .bento-10__plus:after {
  content: "";
  position: absolute;
}
.multipurpose-bento-shell .bento-10__plus:before {
  inset: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(170deg, rgba(18, 18, 18, 0.3), rgba(18, 18, 18, 0.3)), rgba(248, 248, 248, 0.01);
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4), inset 0px 0px 8px rgba(248, 248, 248, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-10__plus:after {
  inset: 3px;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 12px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 90%);
          mask-image: linear-gradient(to bottom, black, transparent 90%);
  pointer-events: none;
}
.multipurpose-bento-shell .bento-10__plus img {
  position: relative;
  z-index: 2;
}
.multipurpose-bento-shell .bento-10__cursor {
  position: absolute;
  z-index: 3;
}
.multipurpose-bento-shell .bento-10__cursor:nth-child(1) {
  top: 80px;
  left: 64px;
}
.multipurpose-bento-shell .bento-10__cursor:nth-child(2) {
  top: 215px;
  left: 200px;
}
.multipurpose-bento-shell .bento-10__tooltip {
  position: absolute;
  top: 16px;
  left: 16px;
  min-width: 60px;
  padding: 4px 8px 2px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(248, 248, 248, 0.05);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-10__tooltip:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 90%);
          mask-image: linear-gradient(170deg, black, transparent 90%);
  pointer-events: none;
}

.multipurpose-bento-shell .bento-11 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 336px;
  max-width: 336px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-11__socials {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 270px;
  margin-top: -18px;
}
.multipurpose-bento-shell .bento-11__social, .multipurpose-bento-shell .bento-11__plus {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 18px 15px 0;
}
.multipurpose-bento-shell .bento-11__social:nth-child(1), .multipurpose-bento-shell .bento-11__plus:nth-child(1) {
  margin-left: 30px;
}
.multipurpose-bento-shell .bento-11__social:nth-child(2), .multipurpose-bento-shell .bento-11__plus:nth-child(2) {
  margin-right: 30px;
}
.multipurpose-bento-shell .bento-11__social img, .multipurpose-bento-shell .bento-11__plus img {
  position: relative;
  z-index: 3;
}
.multipurpose-bento-shell .bento-11__social:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.01);
  box-shadow: 2px 4px 16px 0px rgba(248, 248, 248, 0.06) inset;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.multipurpose-bento-shell .bento-11__plus {
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-11__inner {
  position: absolute;
  inset: 3px;
}
.multipurpose-bento-shell .bento-11__inner:before, .multipurpose-bento-shell .bento-11__inner:after {
  content: "";
  position: absolute;
  inset: 0;
}
.multipurpose-bento-shell .bento-11__inner:before {
  background: linear-gradient(170deg, rgba(18, 18, 18, 0.3), rgba(18, 18, 18, 0.3)), rgba(248, 248, 248, 0.01);
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4), inset 0px 0px 8px rgba(248, 248, 248, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-11__inner:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 50%;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 90%);
          mask-image: linear-gradient(to bottom, black, transparent 90%);
  pointer-events: none;
}
.multipurpose-bento-shell .bento-11__circles {
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
          mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0));
}
.multipurpose-bento-shell .bento-11__circle {
  position: absolute;
  left: 50%;
  z-index: -2;
  width: 336px;
  height: 336px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-11__circle:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 180deg at 50% 50%, rgba(255, 255, 255, 0) 0deg, rgba(255, 255, 255, 0.05) 360deg);
}
.multipurpose-bento-shell .bento-11__circle:nth-child(1) {
  bottom: 50%;
}
.multipurpose-bento-shell .bento-11__circle:nth-child(1):before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.multipurpose-bento-shell .bento-11__circle:nth-child(2) {
  top: 50%;
}
.multipurpose-bento-shell .bento-11__circle:nth-child(2):before {
  opacity: 0.3;
}

.multipurpose-bento-shell .bento-12 {
  position: relative;
  width: 100%;
  max-width: 336px;
  height: 336px;
  margin-left: auto;
  margin-right: auto;
}
.multipurpose-bento-shell .bento-12__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 336px;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 100%);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 100%);
}
.multipurpose-bento-shell .bento-12__item {
  display: flex;
  align-items: center;
  width: 224px;
  padding: 6.5px;
  border: 1.5px solid rgba(248, 248, 248, 0.05);
  border-radius: 16px;
}
.multipurpose-bento-shell .bento-12__item:not(:last-child) {
  margin-bottom: 80px;
}
.multipurpose-bento-shell .bento-12 > .bento-12__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-color: rgba(248, 248, 248, 0.01);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-12 > .bento-12__item:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 16px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 60%);
          mask-image: linear-gradient(170deg, black, transparent 60%);
  pointer-events: none;
}
.multipurpose-bento-shell .bento-12__box {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.01) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 1.197px 2.395px 9.579px 0px rgba(248, 248, 248, 0.06) inset;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.multipurpose-bento-shell .bento-12__lines {
  display: flex;
  flex-direction: column;
}
.multipurpose-bento-shell .bento-12__lines:before, .multipurpose-bento-shell .bento-12__lines:after {
  content: "";
  height: 4px;
  border-radius: 1px;
}
.multipurpose-bento-shell .bento-12__lines:before {
  width: 56px;
  margin-bottom: 4px;
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-12__lines:after {
  width: 104px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-12__square {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 336px;
  height: 336px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0) 90%);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, rgba(0, 0, 0, 0) 90%);
}
.multipurpose-bento-shell .bento-12__square:before {
  content: "";
  position: absolute;
  inset: 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}

.multipurpose-bento-shell .bento-13 {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 336px;
  margin: 0 auto;
}
.multipurpose-bento-shell .bento-13:after {
  content: "";
  position: absolute;
  top: 92px;
  left: calc(50% - 62px);
  width: 60px;
  height: 60px;
  border-radius: 16px;
  box-shadow: 0px 24px 24px 0 rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-13__inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 97%);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 97%);
}
.multipurpose-bento-shell .bento-13__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.multipurpose-bento-shell .bento-14 {
  padding: 12px 16px;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-14__dots {
  display: flex;
  margin-bottom: 28px;
}
.multipurpose-bento-shell .bento-14__dots span {
  width: 8px;
  height: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-14__dots span:not(:last-child) {
  margin-right: 6px;
}
.multipurpose-bento-shell .bento-14__lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 37px;
}
.multipurpose-bento-shell .bento-14__lines:before, .multipurpose-bento-shell .bento-14__lines:after {
  content: "";
  height: 4px;
  border-radius: 1px;
}
.multipurpose-bento-shell .bento-14__lines:before {
  width: 44px;
  margin-bottom: 4px;
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-14__lines:after {
  width: 112px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-14__wrap {
  position: relative;
  height: 128px;
  margin-top: 32px;
}
.multipurpose-bento-shell .bento-14__list {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: center;
  height: 128px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 50%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, black 50%, transparent 100%);
  opacity: 0.9;
}
.multipurpose-bento-shell .bento-14__box, .multipurpose-bento-shell .bento-14__avatar {
  border-radius: 16px;
}
.multipurpose-bento-shell .bento-14__box {
  position: relative;
  width: 78px;
  height: 104px;
  background: rgba(248, 248, 248, 0.03);
  border: 1.5px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-14__box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(248, 248, 248, 0.1);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.9) 0%, rgba(248, 248, 248, 0.3) 100%);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
  opacity: 0.1;
}
.multipurpose-bento-shell .bento-14__box:not(:last-child) {
  margin-right: 4px;
}
.multipurpose-bento-shell .bento-14__box:nth-child(2) {
  margin-right: 120px;
}
.multipurpose-bento-shell .bento-14__avatar {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 108px;
  height: 128px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  box-shadow: 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-14__avatar img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.multipurpose-bento-shell .bento-14__avatar:before, .multipurpose-bento-shell .bento-14__avatar:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
}
.multipurpose-bento-shell .bento-14__avatar:before {
  background-color: rgba(40, 40, 40, 0.1);
  background-image: linear-gradient(rgba(18, 18, 18, 0.2) 0%, rgba(18, 18, 18, 0.2) 100%);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-14__avatar:after {
  z-index: 2;
  border: 1.5px solid rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-14__pagination {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 12px;
}
.multipurpose-bento-shell .bento-14__pagination span {
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.25);
}
.multipurpose-bento-shell .bento-14__pagination span:nth-child(2) {
  background: #f8f8f8;
}

.multipurpose-bento-shell .bento-15 {
  position: relative;
  width: 100%;
  height: 336px;
}
.multipurpose-bento-shell .bento-15:before, .multipurpose-bento-shell .bento-15:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  box-shadow: 0px 24px 24px -8px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-15:before {
  top: 74px;
  left: calc(50% - 126px);
}
.multipurpose-bento-shell .bento-15:after {
  top: 202px;
  left: calc(50% - 62px);
}
.multipurpose-bento-shell .bento-15__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 336px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 100%);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 100%);
  opacity: 0.9;
}

.multipurpose-bento-shell .bento-16 {
  position: relative;
}
.multipurpose-bento-shell .bento-16__row {
  display: flex;
  height: 336px;
  margin: 0 -4px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 100%);
          mask-image: linear-gradient(to bottom, black, transparent 100%);
}
.multipurpose-bento-shell .bento-16__col {
  width: calc(50% - 8px);
  margin: 0 4px;
  padding: 8px 8px 0;
  border-width: 1.5px;
  border-style: solid;
  border-color: rgba(248, 248, 248, 0.1);
  border-radius: 16px;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-16__boxes {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -2px 0;
}
.multipurpose-bento-shell .bento-16__box {
  height: 72px;
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-16__box span {
  width: 100%;
  max-width: 44px;
  height: 4px;
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-16__box span:not(:last-child) {
  margin-bottom: 4px;
}
.multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box {
  margin: 4px 2px 0;
  background: rgba(248, 248, 248, 0.05);
  border: 1px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(1), .multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(5) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 4px);
  padding: 16px;
}
.multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(1) span:nth-child(2) {
  max-width: 72px;
}
.multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(1) span:nth-child(3) {
  max-width: 96px;
}
.multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(5) span:nth-child(2) {
  max-width: 100%;
}
.multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(2) {
  position: relative;
  width: calc(100% - 4px);
  border-color: rgba(255, 255, 255, 0.8);
  background: transparent;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25);
}
.multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(3), .multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(4), .multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(6), .multipurpose-bento-shell .bento-16__col:nth-child(2) .bento-16__box:nth-child(7) {
  width: calc(50% - 4px);
}
.multipurpose-bento-shell .bento-16__plus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1.5px solid #f8f8f8;
  border-radius: 50%;
  opacity: 0.7;
}
.multipurpose-bento-shell .bento-16__plus:before, .multipurpose-bento-shell .bento-16__plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f8f8f8;
}
.multipurpose-bento-shell .bento-16__plus:before {
  width: 11.5px;
  height: 1.5px;
}
.multipurpose-bento-shell .bento-16__plus:after {
  width: 1.5px;
  height: 11.5px;
}
.multipurpose-bento-shell .bento-16 > .bento-16__box {
  position: absolute;
  top: 84px;
  left: 10px;
  z-index: 2;
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
.multipurpose-bento-shell .bento-16 > .bento-16__box:before, .multipurpose-bento-shell .bento-16 > .bento-16__box:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-16 > .bento-16__box:before {
  background: rgba(248, 248, 248, 0.05);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-16 > .bento-16__box:after {
  z-index: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 12px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 70%);
          mask-image: linear-gradient(170deg, black, transparent 70%);
}
.multipurpose-bento-shell .bento-16 > .bento-16__box span {
  position: relative;
  z-index: 3;
}
.multipurpose-bento-shell .bento-16 > .bento-16__box span:nth-child(1) {
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-16 > .bento-16__box span:nth-child(2) {
  max-width: 72px;
}
.multipurpose-bento-shell .bento-16 > .bento-16__box span:nth-child(3) {
  max-width: 96px;
}
.multipurpose-bento-shell .bento-16__cursor {
  position: absolute;
  top: 108px;
  left: calc(50% - 46px);
  z-index: 3;
}

.multipurpose-bento-shell .bento-17 {
  padding: 16px 16px 0;
}
.multipurpose-bento-shell .bento-17__top {
  display: flex;
  margin-bottom: 44px;
}
.multipurpose-bento-shell .bento-17__title {
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-17__info {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.33;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-17__circle {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-17__circle:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.25);
  border-radius: 50%;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-17__box {
  position: relative;
  width: 76px;
  height: 28px;
  margin-left: auto;
  border-radius: 8px;
  background: rgba(248, 248, 248, 0.05);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-17__box:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-17__box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-17__body {
  position: relative;
}
.multipurpose-bento-shell .bento-17__row {
  display: flex;
  height: 200px;
  margin: 0 -4px;
}
.multipurpose-bento-shell .bento-17__col {
  position: relative;
  width: calc(25% - 8px);
  margin: 0 4px;
  border-radius: 12px;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  background: rgba(40, 40, 40, 0.7);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.07);
}
.multipurpose-bento-shell .bento-17__col:before {
  content: "";
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  right: -1.5px;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 12px 12px 0 0;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-17__col:nth-child(1):before {
  height: 60%;
}
.multipurpose-bento-shell .bento-17__col:nth-child(2):before {
  height: 85%;
}
.multipurpose-bento-shell .bento-17__col:nth-child(2) .bento-17__balls {
  bottom: 0;
}
.multipurpose-bento-shell .bento-17__col:nth-child(3):before {
  height: 32%;
  border-color: rgba(248, 248, 248, 0.4);
}
.multipurpose-bento-shell .bento-17__col:nth-child(3):after {
  content: "";
  position: absolute;
  top: calc(32% - 1.5px);
  left: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  background: rgba(248, 248, 248, 0.02);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.05);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 0 0 12px 12px;
}
.multipurpose-bento-shell .bento-17__col:nth-child(3) .bento-17__percent {
  opacity: 1;
}
.multipurpose-bento-shell .bento-17__col:nth-child(4):before {
  height: 76%;
}
.multipurpose-bento-shell .bento-17__percent {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.7);
  opacity: 0.3;
}
.multipurpose-bento-shell .bento-17__line {
  position: absolute;
  top: calc(32% - 2.5px);
  left: -16px;
  right: -16px;
}
.multipurpose-bento-shell .bento-17__line img {
  width: 100%;
  height: 1.5px;
}
.multipurpose-bento-shell .bento-17__marker {
  position: absolute;
  top: calc(32% - 9px);
  left: -16px;
}
.multipurpose-bento-shell .bento-17__balls {
  position: absolute;
  left: 50%;
  bottom: 6px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.multipurpose-bento-shell .bento-18 {
  position: relative;
  width: 100%;
  height: 336px;
}
.multipurpose-bento-shell .bento-18__grid, .multipurpose-bento-shell .bento-18__lines {
  position: absolute;
  inset: 0;
}
.multipurpose-bento-shell .bento-18__grid {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 16px;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 120%);
          mask-image: linear-gradient(180deg, black, transparent 120%);
}
.multipurpose-bento-shell .bento-18__lines {
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, transparent 50%, black 130%);
          mask-image: radial-gradient(50% 50% at 50% 50%, transparent 50%, black 130%);
}
.multipurpose-bento-shell .bento-18__horizontal, .multipurpose-bento-shell .bento-18__vertical {
  position: absolute;
  inset: 0;
}
.multipurpose-bento-shell .bento-18__horizontal span, .multipurpose-bento-shell .bento-18__vertical span {
  display: block;
  position: absolute;
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-18__horizontal span:before, .multipurpose-bento-shell .bento-18__horizontal span:after, .multipurpose-bento-shell .bento-18__vertical span:before, .multipurpose-bento-shell .bento-18__vertical span:after {
  content: "";
  position: absolute;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-18__horizontal span {
  left: 0;
  right: 0;
  height: 1.5px;
}
.multipurpose-bento-shell .bento-18__horizontal span:before, .multipurpose-bento-shell .bento-18__horizontal span:after {
  top: 0;
  bottom: 0;
  width: 32px;
}
.multipurpose-bento-shell .bento-18__horizontal span:before {
  left: 0;
}
.multipurpose-bento-shell .bento-18__horizontal span:after {
  right: 0;
}
.multipurpose-bento-shell .bento-18__horizontal span:nth-child(1) {
  top: calc(50% - 64px);
}
.multipurpose-bento-shell .bento-18__horizontal span:nth-child(2) {
  top: calc(50% + 64px);
}
.multipurpose-bento-shell .bento-18__vertical span {
  top: 0;
  bottom: 0;
  width: 1.5px;
}
.multipurpose-bento-shell .bento-18__vertical span:before, .multipurpose-bento-shell .bento-18__vertical span:after {
  left: 0;
  right: 0;
  height: 32px;
}
.multipurpose-bento-shell .bento-18__vertical span:before {
  top: 0;
}
.multipurpose-bento-shell .bento-18__vertical span:after {
  bottom: 0;
}
.multipurpose-bento-shell .bento-18__vertical span:nth-child(1) {
  left: calc(50% - 64px);
}
.multipurpose-bento-shell .bento-18__vertical span:nth-child(2) {
  left: calc(50% + 64px);
}
.multipurpose-bento-shell .bento-18__folder {
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 14px;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-18__cursor {
  position: absolute;
  z-index: 3;
  top: 216px;
  right: calc(50% - 94px);
}
.multipurpose-bento-shell .bento-18__tooltip {
  position: absolute;
  top: 16px;
  left: 16px;
  min-width: 60px;
  padding: 4px 8px 2px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(248, 248, 248, 0.05);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-18__tooltip:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 90%);
          mask-image: linear-gradient(170deg, black, transparent 90%);
  pointer-events: none;
}

.multipurpose-bento-shell .bento-19 {
  padding: 16px 16px 0;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 120%);
          mask-image: linear-gradient(180deg, black, transparent 120%);
}
.multipurpose-bento-shell .bento-19__list {
  margin-bottom: 8px;
}
.multipurpose-bento-shell .bento-19__item {
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 14.5px 0 18.5px;
  border-width: 1.5px;
  border-style: solid;
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-19__item:nth-child(1) {
  border-color: transparent;
  background: rgba(248, 248, 248, 0.01);
}
.multipurpose-bento-shell .bento-19__item:nth-child(1) .bento-19__circle {
  background-image: linear-gradient(0deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.3) 100%);
  border: 1px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-19__item:nth-child(1) .bento-19__line {
  width: 118px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-19__item:nth-child(2) {
  border-color: rgba(248, 248, 248, 0.4);
}
.multipurpose-bento-shell .bento-19__item:nth-child(2) .bento-19__circle {
  position: relative;
}
.multipurpose-bento-shell .bento-19__item:nth-child(2) .bento-19__circle:before, .multipurpose-bento-shell .bento-19__item:nth-child(2) .bento-19__circle:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-19__item:nth-child(2) .bento-19__circle:before {
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.5), rgba(18, 18, 18, 0.5)), rgba(248, 248, 248, 0.01);
}
.multipurpose-bento-shell .bento-19__item:nth-child(2) .bento-19__circle:after {
  border: 1px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 70%);
          mask-image: linear-gradient(170deg, black, transparent 70%);
}
.multipurpose-bento-shell .bento-19__item:nth-child(2) .bento-19__circle span {
  position: absolute;
  inset: 4.5px;
  background: #f8f8f8;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-19__item:nth-child(2) .bento-19__line {
  width: 68px;
  background: #f8f8f8;
}
.multipurpose-bento-shell .bento-19__item:not(:last-child) {
  margin-bottom: 8px;
}
.multipurpose-bento-shell .bento-19__circle {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 16px;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-19__line {
  height: 4px;
  border-radius: 1px;
}
.multipurpose-bento-shell .bento-19__price {
  margin-left: auto;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-19__boxes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  padding: 0 4px 16px;
}
.multipurpose-bento-shell .bento-19__box {
  display: flex;
  align-items: center;
  width: calc(50% - 24px);
  margin: 16px 12px 0;
}
.multipurpose-bento-shell .bento-19__check {
  flex-shrink: 0;
  margin-right: 12px;
}
.multipurpose-bento-shell .bento-19__lines {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.multipurpose-bento-shell .bento-19__lines:before, .multipurpose-bento-shell .bento-19__lines:after {
  content: "";
  height: 4px;
  border-radius: 1px;
}
.multipurpose-bento-shell .bento-19__lines:before {
  width: 44px;
  margin-bottom: 6px;
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-19__lines:after {
  width: 100%;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-19__block {
  position: relative;
  width: 168px;
  height: 48px;
  margin: 0 auto;
  border-radius: 8px;
  background: rgba(248, 248, 248, 0.05);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-19__block:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-19__block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.95);
}

.multipurpose-bento-shell .bento-20__dots {
  display: flex;
  margin-bottom: 28px;
}
.multipurpose-bento-shell .bento-20__dots span {
  width: 8px;
  height: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-20__dots span:not(:last-child) {
  margin-right: 6px;
}
.multipurpose-bento-shell .bento-20__group {
  border-radius: 16px;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-20__group:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 32.5px;
}
.multipurpose-bento-shell .bento-20__group:nth-child(2) {
  padding: 18.5px;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 100%);
          mask-image: linear-gradient(180deg, black, transparent 100%);
}
.multipurpose-bento-shell .bento-20__folder {
  position: relative;
}
.multipurpose-bento-shell .bento-20__format {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 2;
  min-width: 52px;
  padding: 2px 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-20__format:before, .multipurpose-bento-shell .bento-20__format:after, .multipurpose-bento-shell .bento-20__icon:before, .multipurpose-bento-shell .bento-20__icon:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-20__format:before, .multipurpose-bento-shell .bento-20__icon:before {
  background-image: linear-gradient(170deg, rgba(18, 18, 18, 0.3), rgba(18, 18, 18, 0.3));
  box-shadow: inset 0px 0px 8px rgba(248, 248, 248, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-20__format:after, .multipurpose-bento-shell .bento-20__icon:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 90%);
          mask-image: linear-gradient(170deg, black, transparent 90%);
}
.bento-20__format span,
.bento-20__format img, .bento-20__icon span,
.multipurpose-bento-shell .bento-20__icon img {
  position: relative;
  z-index: 3;
}
.multipurpose-bento-shell .bento-20__arrow {
  position: relative;
  margin: 0 44px;
  padding: 2.5px;
  border-radius: 16px;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-20__arrow:before, .multipurpose-bento-shell .bento-20__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-20__arrow:before {
  right: calc(100% + 4px);
}
.multipurpose-bento-shell .bento-20__arrow:after {
  left: calc(100% + 4px);
}
.multipurpose-bento-shell .bento-20__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.multipurpose-bento-shell .bento-20__signal {
  position: relative;
  height: 112px;
  margin-bottom: 12px;
  overflow: hidden;
  text-align: center;
}
.multipurpose-bento-shell .bento-20__signal img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
.multipurpose-bento-shell .bento-20__block {
  position: relative;
  width: 128px;
  height: 36px;
  margin: 0 auto;
  border-radius: 8px;
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-20__block:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-20__block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.95);
}

.multipurpose-bento-shell .bento-21 {
  position: relative;
  height: 336px;
}
.multipurpose-bento-shell .bento-21__dots {
  display: flex;
  padding: 12px 16px;
}
.multipurpose-bento-shell .bento-21__dots span {
  width: 8px;
  height: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-21__dots span:not(:last-child) {
  margin-right: 6px;
}
.multipurpose-bento-shell .bento-21__avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 124px;
  height: 124px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 24px 32px -16px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-21__avatar:before, .multipurpose-bento-shell .bento-21__avatar:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-21__avatar:before {
  background: rgba(248, 248, 248, 0.05);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-21__avatar:after {
  z-index: 2;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-21__avatar img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.multipurpose-bento-shell .bento-21__grid {
  position: absolute;
  top: 0;
  left: 50%;
  width: 336px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent);
}

.multipurpose-bento-shell .bento-22 {
  position: relative;
  height: 360px;
  margin: 0 -16px;
}
.multipurpose-bento-shell .bento-22__globe {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.multipurpose-bento-shell .bento-22__tooltip {
  position: absolute;
}
.multipurpose-bento-shell .bento-22__tooltip:nth-child(1) {
  top: 201px;
  left: calc(50% - 76px);
}
.multipurpose-bento-shell .bento-22__tooltip:nth-child(2) {
  top: 120px;
  right: calc(50% - 24px);
}
.multipurpose-bento-shell .bento-22__tooltip:nth-child(3) {
  top: 220px;
  right: calc(50% - 98px);
}
.multipurpose-bento-shell .bento-22__dot {
  position: relative;
  width: 16px;
  height: 16px;
}
.multipurpose-bento-shell .bento-22__dot:before, .multipurpose-bento-shell .bento-22__dot:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-22__dot:before {
  background-image: linear-gradient(0deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.3) 100%);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-22__dot:after {
  border: 1px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-22__dot span {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #f8f8f8;
}
.multipurpose-bento-shell .bento-22__title {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  padding: 3px 8px 2px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-22__title:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 10px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 90%);
          mask-image: linear-gradient(170deg, black, transparent 90%);
  pointer-events: none;
}

.multipurpose-bento-shell .bento-23 {
  padding: 24px 16px 0;
}
.multipurpose-bento-shell .bento-23__top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.multipurpose-bento-shell .bento-23__legend {
  display: flex;
}
.multipurpose-bento-shell .bento-23__item {
  display: flex;
}
.multipurpose-bento-shell .bento-23__item:nth-child(1) .bento-23__circle {
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-23__item:nth-child(1) .bento-23__circle:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-23__item:nth-child(1) .bento-23__circle span {
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-23__item:nth-child(2) .bento-23__circle {
  background: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-23__item:nth-child(2) .bento-23__circle span {
  background: rgba(40, 40, 40, 0.7);
}
.multipurpose-bento-shell .bento-23__item:not(:last-child) {
  margin-right: 32px;
}
.multipurpose-bento-shell .bento-23__circle {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 6px 8px 0 0;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-23__circle span {
  position: absolute;
  inset: 3px;
  z-index: 2;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-23__circle span:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-23__price {
  font-size: 14px;
  line-height: 1.43;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-23__title {
  font-size: 12px;
  line-height: 1.33;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-23__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border-radius: 50%;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-23__icon:before, .multipurpose-bento-shell .bento-23__icon:after {
  content: "";
  position: absolute;
  inset: 2.5px;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-23__icon:before {
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-23__icon:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-23__icon img {
  position: relative;
  z-index: 2;
}
.multipurpose-bento-shell .bento-23__chart {
  position: relative;
  display: flex;
  height: 177.5px;
  gap: 4.5%;
  padding-bottom: 9.5px;
}
.multipurpose-bento-shell .bento-23__chart:before {
  content: "";
  position: absolute;
  left: -16px;
  right: -16px;
  bottom: 0;
  height: 1.5px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-23__box {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex: 1;
  gap: 2px;
}
.multipurpose-bento-shell .bento-23__box:before, .multipurpose-bento-shell .bento-23__box:after {
  content: "";
  position: absolute;
  top: calc(100% + 7px);
  width: 1.5px;
  height: 6px;
  border-radius: 0.75px;
  background: #4C4C4C;
}
.multipurpose-bento-shell .bento-23__box:before {
  left: -0.75px;
}
.multipurpose-bento-shell .bento-23__box:after {
  right: -0.75px;
}
.multipurpose-bento-shell .bento-23__box:nth-child(1) .bento-23__area:nth-child(1) {
  height: 48%;
}
.multipurpose-bento-shell .bento-23__box:nth-child(1) .bento-23__area:nth-child(2) {
  height: 71%;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-23__box:nth-child(2) .bento-23__area:nth-child(1) {
  height: 29%;
}
.multipurpose-bento-shell .bento-23__box:nth-child(2) .bento-23__area:nth-child(2) {
  position: relative;
  height: 58%;
  background: transparent;
}
.multipurpose-bento-shell .bento-23__box:nth-child(2) .bento-23__area:nth-child(2):before, .multipurpose-bento-shell .bento-23__box:nth-child(2) .bento-23__area:nth-child(2):after {
  content: "";
  position: absolute;
}
.multipurpose-bento-shell .bento-23__box:nth-child(2) .bento-23__area:nth-child(2):before {
  inset: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-23__box:nth-child(2) .bento-23__area:nth-child(2):after {
  left: 0;
  right: 0;
  bottom: calc(100% + 2px);
  height: 2px;
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-23__box:nth-child(3) .bento-23__area:nth-child(1) {
  height: 48%;
}
.multipurpose-bento-shell .bento-23__box:nth-child(3) .bento-23__area:nth-child(2) {
  height: 100%;
}
.multipurpose-bento-shell .bento-23__box:nth-child(4) .bento-23__area:nth-child(1) {
  height: 19%;
}
.multipurpose-bento-shell .bento-23__box:nth-child(4) .bento-23__area:nth-child(2) {
  height: 12%;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-23__area {
  flex: 1;
  border-radius: 2px;
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-23__lines {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  padding: 0 8px;
  gap: 6px;
  -webkit-mask-image: linear-gradient(to bottom, black -80%, transparent 150%);
          mask-image: linear-gradient(to bottom, black -80%, transparent 150%);
}
.multipurpose-bento-shell .bento-23__lines span {
  height: 4px;
  border-radius: 1px;
}
.multipurpose-bento-shell .bento-23__lines span:nth-child(1) {
  position: relative;
}
.multipurpose-bento-shell .bento-23__lines span:nth-child(1):before, .multipurpose-bento-shell .bento-23__lines span:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-23__lines span:nth-child(1):before {
  left: 0;
}
.multipurpose-bento-shell .bento-23__lines span:nth-child(1):after {
  right: 0;
}
.multipurpose-bento-shell .bento-23__lines span:nth-child(2) {
  background: rgba(248, 248, 248, 0.1);
}

.multipurpose-bento-shell .bento-24 {
  padding: 24px 16px 0;
}
.multipurpose-bento-shell .bento-24__top {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}
.multipurpose-bento-shell .bento-24__legend {
  display: flex;
}
.multipurpose-bento-shell .bento-24__item {
  display: flex;
}
.multipurpose-bento-shell .bento-24__item:nth-child(1) .bento-24__circle {
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-24__item:nth-child(1) .bento-24__circle:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-24__item:nth-child(2) .bento-24__circle {
  background: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-24__item:not(:last-child) {
  margin-right: 32px;
}
.multipurpose-bento-shell .bento-24__circle {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 6px 8px 0 0;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-24__price {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-24__title {
  font-size: 12px;
  line-height: 1.33;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-24__icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-left: auto;
  border-radius: 50%;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-24__icon:before, .multipurpose-bento-shell .bento-24__icon:after {
  content: "";
  position: absolute;
  inset: 2.5px;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-24__icon:before {
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-24__icon:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-24__icon img {
  position: relative;
  z-index: 2;
}
.multipurpose-bento-shell .bento-24__wrap {
  position: relative;
}
.multipurpose-bento-shell .bento-24__chart {
  margin: 0 -16px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 110%);
          mask-image: linear-gradient(to bottom, black, transparent 110%);
}
.multipurpose-bento-shell .bento-24__chart img {
  width: 100%;
  height: 189px;
}
.multipurpose-bento-shell .bento-24__coordinate {
  position: absolute;
  top: 41px;
  left: 19%;
  z-index: 2;
}
.multipurpose-bento-shell .bento-24__dot {
  width: 20px;
  height: 20px;
  background-color: rgba(18, 18, 18, 0.3);
  border-radius: 50%;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.multipurpose-bento-shell .bento-24__dot:before, .multipurpose-bento-shell .bento-24__dot:after {
  content: "";
  position: absolute;
}
.multipurpose-bento-shell .bento-24__dot:before {
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.25);
  border-radius: 50%;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-24__dot:after {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #f8f8f8;
}
.multipurpose-bento-shell .bento-24__cursor {
  position: absolute;
  top: 10px;
  left: 10px;
}
.multipurpose-bento-shell .bento-24__tooltip {
  position: absolute;
  top: 26px;
  left: 26px;
  padding: 3.5px 9px 2.5px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-24__tooltip:before, .multipurpose-bento-shell .bento-24__tooltip:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
}
.multipurpose-bento-shell .bento-24__tooltip:before {
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-24__tooltip:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-24__tooltip span {
  position: relative;
  z-index: 2;
}

.multipurpose-bento-shell .bento-25 {
  position: relative;
  width: 100%;
  height: 336px;
}
.multipurpose-bento-shell .bento-25__dots {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 12px 16px;
}
.multipurpose-bento-shell .bento-25__dots span {
  width: 8px;
  height: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-25__dots span:not(:last-child) {
  margin-right: 6px;
}
.multipurpose-bento-shell .bento-25__grid {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 95%);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 95%);
}
.multipurpose-bento-shell .bento-25__box {
  position: absolute;
  top: 106px;
  left: 50%;
  width: 176px;
  height: 124px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 10px;
}
.multipurpose-bento-shell .bento-25__box:before, .multipurpose-bento-shell .bento-25__box:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
}
.multipurpose-bento-shell .bento-25__box:before {
  background: rgba(248, 248, 248, 0.03);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-25__box:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(to right, black, transparent 100%);
          mask-image: linear-gradient(to right, black, transparent 100%);
}
.multipurpose-bento-shell .bento-25__format {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  padding: 3.5px 8px 2.5px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-25__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.4);
}
.multipurpose-bento-shell .bento-25__play:before, .multipurpose-bento-shell .bento-25__play:after {
  content: "";
  position: absolute;
  inset: 2.5px;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-25__play:before {
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-25__play:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-25__play img {
  position: relative;
  z-index: 2;
}

.multipurpose-bento-shell .bento-26 {
  padding: 16px;
}
.multipurpose-bento-shell .bento-26__top {
  display: flex;
}
.multipurpose-bento-shell .bento-26__title {
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-26__info {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.33;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-26__circle {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-26__circle:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.25);
  border-radius: 50%;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-26__box {
  position: relative;
  width: 76px;
  height: 28px;
  margin-left: auto;
  border-radius: 8px;
  background: rgba(248, 248, 248, 0.05);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-26__box:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-26__box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-26__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -24px;
  padding: 24px 0;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 100%);
          mask-image: linear-gradient(to bottom, black, transparent 100%);
}
.multipurpose-bento-shell .bento-26__item {
  position: relative;
  width: calc(50% - 8px);
  height: 102px;
  margin: 8px 4px 0;
  border: 1px solid rgba(248, 248, 248, 0.15);
  border-radius: 12px;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.05);
}
.multipurpose-bento-shell .bento-26__item:nth-child(1) {
  border-color: rgba(248, 248, 248, 0.4);
}
.multipurpose-bento-shell .bento-26__item:nth-child(1) .bento-26__block {
  width: 60%;
  border-color: rgba(248, 248, 248, 0.3);
}
.multipurpose-bento-shell .bento-26__item:nth-child(1) .bento-26__time {
  color: rgba(248, 248, 248, 0.95);
  opacity: 1;
}
.multipurpose-bento-shell .bento-26__item:nth-child(1) .bento-26__circles {
  top: 26px;
  left: 15px;
}
.multipurpose-bento-shell .bento-26__item:nth-child(2) .bento-26__block {
  width: 43%;
}
.multipurpose-bento-shell .bento-26__item:nth-child(2) .bento-26__circles {
  top: 32px;
  left: 6px;
}
.multipurpose-bento-shell .bento-26__item:nth-child(3) .bento-26__block {
  width: 80%;
}
.multipurpose-bento-shell .bento-26__item:nth-child(3) .bento-26__circles {
  top: 32px;
  left: 0;
  width: 18%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.multipurpose-bento-shell .bento-26__item:nth-child(4) .bento-26__block {
  width: 70%;
}
.multipurpose-bento-shell .bento-26__item:nth-child(4) .bento-26__circles {
  top: 40px;
  left: 0;
  width: 28%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.multipurpose-bento-shell .bento-26__block {
  position: absolute;
  top: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  z-index: 3;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  border-radius: 0 12px 12px 0;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.08);
}
.multipurpose-bento-shell .bento-26__time {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 16px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.7);
  opacity: 0.3;
}
.multipurpose-bento-shell .bento-26__pin {
  position: absolute;
  top: -15px;
  left: -7.5px;
  z-index: 5;
}
.multipurpose-bento-shell .bento-26__pin img {
  width: 14px;
}
.multipurpose-bento-shell .bento-26__cursor {
  position: absolute;
  top: 33px;
  left: -2px;
  z-index: 5;
}
.multipurpose-bento-shell .bento-26__cursor img {
  width: 20px;
}
.multipurpose-bento-shell .bento-26__tooltip {
  position: absolute;
  top: 16px;
  left: 16px;
  min-width: 58px;
  padding: 3.5px 8px 2px;
  text-align: center;
  border-radius: 8px;
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-26__tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.25);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(180deg, black, transparent 40%);
          mask-image: linear-gradient(180deg, black, transparent 40%);
  pointer-events: none;
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-26__tooltip span {
  position: relative;
  z-index: 3;
}
.multipurpose-bento-shell .bento-26__circles {
  position: absolute;
  z-index: 1;
  width: 44px;
  height: 36px;
}
.multipurpose-bento-shell .bento-26__circles span {
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 2px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: linear-gradient(205deg, rgba(255, 255, 255, 0.3) -17.42%, rgba(255, 255, 255, 0) 68.38%);
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(1) {
  top: 3px;
  left: 0;
  width: 1px;
  -webkit-transform: rotate(-53deg);
          transform: rotate(-53deg);
  background: linear-gradient(205deg, rgba(255, 255, 255, 0) 0.56%, rgba(255, 255, 255, 0.3) 86.36%);
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(2) {
  top: 50%;
  left: 25%;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  background: linear-gradient(205deg, rgba(255, 255, 255, 0) 0.56%, rgba(255, 255, 255, 0.3) 86.36%);
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(3) {
  top: 54%;
  left: 53%;
  opacity: 0.7;
  background: linear-gradient(205deg, rgba(255, 255, 255, 0) 0.56%, rgba(255, 255, 255, 0.3) 86.36%);
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(4) {
  left: 57%;
  bottom: 22%;
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(5) {
  top: 15%;
  left: 60%;
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(6) {
  right: 18%;
  bottom: 0%;
  -webkit-transform: rotate(-53deg);
          transform: rotate(-53deg);
  width: 1px;
  background: linear-gradient(205deg, rgba(255, 255, 255, 0) 0.56%, rgba(255, 255, 255, 0.3) 86.36%);
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(7) {
  right: 10%;
  bottom: 21%;
  width: 4px;
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(8) {
  top: 0;
  right: 0;
  width: 5px;
}
.multipurpose-bento-shell .bento-26__circles span:nth-child(9) {
  top: 50%;
  right: 0;
  width: 1px;
  background: linear-gradient(205deg, rgba(255, 255, 255, 0) 0.56%, rgba(255, 255, 255, 0.3) 86.36%);
}

.multipurpose-bento-shell .bento-27 {
  position: relative;
  height: 336px;
  margin: 0 auto;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-27__dots {
  position: relative;
  z-index: 3;
  display: flex;
  padding: 12px 16px;
}
.multipurpose-bento-shell .bento-27__dots span {
  width: 8px;
  height: 8px;
  background: rgba(248, 248, 248, 0.1);
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-27__dots span:not(:last-child) {
  margin-right: 6px;
}
.multipurpose-bento-shell .bento-27__grid {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 100%);
          mask-image: radial-gradient(50% 50% at 50% 50%, black, transparent 100%);
}
.multipurpose-bento-shell .bento-27__cursor {
  position: absolute;
  top: 164px;
  right: calc(50% - 48px);
}

.multipurpose-bento-shell .bento-28__head {
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-28__lines {
  display: flex;
  flex-direction: column;
  margin-right: auto;
}
.multipurpose-bento-shell .bento-28__lines:before, .multipurpose-bento-shell .bento-28__lines:after {
  content: "";
  height: 4px;
  border-radius: 1px;
}
.multipurpose-bento-shell .bento-28__lines:before {
  width: 44px;
  margin-bottom: 6px;
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-28__lines:after {
  width: 80px;
  background: rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-28__block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98px;
  height: 36px;
  background: rgba(248, 248, 248, 0.05);
  border-radius: 18px;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-28__block:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.15);
  border-radius: 18px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
}
.multipurpose-bento-shell .bento-28__block .bento-28__line {
  width: 40px;
  height: 4px;
  margin-right: 10px;
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-28__block .bento-28__circle {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-28__block .bento-28__circle:before, .multipurpose-bento-shell .bento-28__block .bento-28__circle:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-28__block .bento-28__circle:before {
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.3) 100%);
  box-shadow: 0px 0px 8px 0px rgba(248, 248, 248, 0.25) inset, 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-28__block .bento-28__circle:after {
  border: 1px solid rgba(248, 248, 248, 0.15);
  -webkit-mask-image: linear-gradient(150deg, black, transparent 50%);
          mask-image: linear-gradient(150deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-28__body {
  padding: 16px 16px 0;
}
.multipurpose-bento-shell .bento-28__wrap {
  position: relative;
}
.multipurpose-bento-shell .bento-28__boxes {
  position: relative;
  display: flex;
  height: 120px;
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-28__boxes:before, .multipurpose-bento-shell .bento-28__boxes:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
}
.multipurpose-bento-shell .bento-28__boxes:before {
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25);
}
.multipurpose-bento-shell .bento-28__boxes:after {
  z-index: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.15);
  background: rgba(40, 40, 40, 0.7);
}
.multipurpose-bento-shell .bento-28__box {
  position: absolute;
  top: 0;
  bottom: 0;
}
.multipurpose-bento-shell .bento-28__box:nth-child(1) {
  left: 0;
  width: 152px;
  border-radius: 12px 0 0 12px;
  background: rgba(248, 248, 248, 0.05);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-28__box:nth-child(2) {
  left: 152px;
  width: 80px;
}
.multipurpose-bento-shell .bento-28__box:nth-child(2):before, .multipurpose-bento-shell .bento-28__box:nth-child(2):after {
  content: "";
  position: absolute;
  inset: 0;
}
.multipurpose-bento-shell .bento-28__box:nth-child(2):before {
  box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.multipurpose-bento-shell .bento-28__box:nth-child(2):after {
  z-index: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.3) 100%);
}
.multipurpose-bento-shell .bento-28__balls {
  position: absolute;
  top: 19px;
  left: 31px;
  z-index: 2;
}
.multipurpose-bento-shell .bento-28__tooltip {
  position: absolute;
  top: 44px;
  left: 37px;
  z-index: 3;
  padding: 5.5px 14.5px 3.5px;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  border-radius: 16px;
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-28__tooltip:before, .multipurpose-bento-shell .bento-28__tooltip:after {
  content: "";
  position: absolute;
  inset: 2.5px;
  border-radius: 16px;
}
.multipurpose-bento-shell .bento-28__tooltip:before {
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.3) 100%);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-28__tooltip:after {
  z-index: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(150deg, black, transparent 100%);
          mask-image: linear-gradient(150deg, black, transparent 100%);
}
.multipurpose-bento-shell .bento-28__title {
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-28__title span {
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-28__cursor {
  position: absolute;
  top: 16px;
  right: 1px;
  z-index: 4;
}
.multipurpose-bento-shell .bento-28__list {
  padding-top: 24px;
  -webkit-mask-image: linear-gradient(to bottom, black -20%, transparent 100%);
          mask-image: linear-gradient(to bottom, black -20%, transparent 100%);
}
.multipurpose-bento-shell .bento-28__item {
  display: flex;
  align-items: center;
}
.multipurpose-bento-shell .bento-28__item:nth-child(1) .bento-28__square:before, .multipurpose-bento-shell .bento-28__item:nth-child(1) .bento-28__square:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
}
.multipurpose-bento-shell .bento-28__item:nth-child(1) .bento-28__square:before {
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.3) 100%);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-28__item:nth-child(1) .bento-28__square:after {
  z-index: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(150deg, black, transparent 100%);
          mask-image: linear-gradient(150deg, black, transparent 100%);
}
.multipurpose-bento-shell .bento-28__item:nth-child(1) .bento-28__content {
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-28__item:nth-child(1) .bento-28__line {
  background: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-28__item:nth-child(2) .bento-28__square, .multipurpose-bento-shell .bento-28__item:nth-child(3) .bento-28__square {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.3) 100%);
  box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.multipurpose-bento-shell .bento-28__item:nth-child(2) .bento-28__line {
  width: 66px;
}
.multipurpose-bento-shell .bento-28__item:nth-child(3) .bento-28__square {
  opacity: 0.5;
}
.multipurpose-bento-shell .bento-28__item:not(:last-child) {
  margin-bottom: 16px;
}
.multipurpose-bento-shell .bento-28__details {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.multipurpose-bento-shell .bento-28__square {
  position: relative;
  width: 12px;
  height: 12px;
  margin: -1px 8px 0 0;
  border-radius: 4px;
}
.multipurpose-bento-shell .bento-28__content {
  font-size: 12px;
  line-height: 1.33;
  color: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-28__line {
  width: 44px;
  height: 4px;
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.1);
}

.multipurpose-bento-shell .bento-29 {
  position: relative;
  width: 100%;
  max-width: 336px;
  height: 336px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, black 50%, rgba(0, 0, 0, 0.05) 100%);
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, black 50%, rgba(0, 0, 0, 0.05) 100%);
}
.multipurpose-bento-shell .bento-29__grid {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 90%);
          mask-image: linear-gradient(to bottom, black 50%, transparent 90%);
}
.multipurpose-bento-shell .bento-29__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-29__circle:nth-child(1) {
  z-index: -3;
  width: 316px;
  background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 0deg, rgba(255, 255, 255, 0.07) 360deg);
  -webkit-mask-image: linear-gradient(to top, black 0, transparent 40%);
          mask-image: linear-gradient(to top, black 0, transparent 40%);
}
.multipurpose-bento-shell .bento-29__circle:nth-child(2) {
  z-index: -2;
  width: 248px;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(to bottom, black -20%, transparent 40%);
          mask-image: linear-gradient(to bottom, black -20%, transparent 40%);
}
.multipurpose-bento-shell .bento-29__circle:nth-child(3) {
  z-index: -1;
  width: 176px;
  border: 1.5px solid rgba(248, 248, 248, 0.07);
  background: conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 0deg, rgba(255, 255, 255, 0.07) 360deg);
  -webkit-mask-image: linear-gradient(to top, black 0, transparent 30%);
          mask-image: linear-gradient(to top, black 0, transparent 30%);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.multipurpose-bento-shell .bento-29__socials {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.multipurpose-bento-shell .bento-29__social, .multipurpose-bento-shell .bento-29__plus {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  margin: 0 8px;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-29__social img, .multipurpose-bento-shell .bento-29__plus img {
  position: relative;
  z-index: 2;
}
.multipurpose-bento-shell .bento-29__social {
  width: 48px;
}
.multipurpose-bento-shell .bento-29__social:before, .multipurpose-bento-shell .bento-29__social:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-29__social:before {
  box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(248, 248, 248, 0.01);
}
.multipurpose-bento-shell .bento-29__social:after {
  z-index: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
}
.multipurpose-bento-shell .bento-29__social:nth-child(2), .multipurpose-bento-shell .bento-29__social:nth-child(4) {
  width: 60px;
  height: 60px;
}
.multipurpose-bento-shell .bento-29__plus {
  width: 80px;
  height: 80px;
  border: 1.5px solid rgba(248, 248, 248, 0.4);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-29__plus:before, .multipurpose-bento-shell .bento-29__plus:after {
  content: "";
  position: absolute;
  inset: 6.5px;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-29__plus:before {
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.3) 100%);
  box-shadow: inset 0px 0px 8px 0px rgba(248, 248, 248, 0.25), 0px 32px 24px -16px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.multipurpose-bento-shell .bento-29__plus:after {
  z-index: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(150deg, black, transparent 100%);
          mask-image: linear-gradient(150deg, black, transparent 100%);
}
.multipurpose-bento-shell .bento-29__dot {
  position: absolute;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.multipurpose-bento-shell .bento-29__dot:before, .multipurpose-bento-shell .bento-29__dot:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-29__dot:before {
  background: linear-gradient(0deg, rgba(18, 18, 18, 0.5) 0%, rgba(18, 18, 18, 0.5) 100%);
  box-shadow: inset 0px 0px 5.333px 0px rgba(248, 248, 248, 0.25);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.multipurpose-bento-shell .bento-29__dot:after {
  z-index: 1;
  border: 1.5px solid rgba(248, 248, 248, 0.05);
  -webkit-mask-image: linear-gradient(150deg, black, transparent 100%);
          mask-image: linear-gradient(150deg, black, transparent 100%);
}
.multipurpose-bento-shell .bento-29__dot span {
  position: absolute;
  inset: 3px;
  background: #f8f8f8;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-29__dot:nth-child(1) {
  top: -6.5px;
}
.multipurpose-bento-shell .bento-29__dot:nth-child(2) {
  bottom: -6.5px;
}
.multipurpose-bento-shell .bento-29__block {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 4;
  width: 76px;
  height: 28px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
  background: rgba(248, 248, 248, 0.05);
  box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.3);
}
.multipurpose-bento-shell .bento-29__block:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 8px;
  -webkit-mask-image: linear-gradient(170deg, black, transparent 50%);
          mask-image: linear-gradient(170deg, black, transparent 50%);
  pointer-events: none;
  opacity: 0.25;
}
.multipurpose-bento-shell .bento-29__block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 4px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background: rgba(248, 248, 248, 0.95);
}

.multipurpose-bento-shell .bento-30 {
  padding: 24px 16px 0;
}
.multipurpose-bento-shell .bento-30__months {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.multipurpose-bento-shell .bento-30__month {
  font-size: 12px;
  line-height: 1.33;
  color: rgba(248, 248, 248, 0.7);
}
.multipurpose-bento-shell .bento-30__grid {
  position: relative;
  height: 280px;
}
.multipurpose-bento-shell .bento-30__lines {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
}
.multipurpose-bento-shell .bento-30__line {
  position: relative;
  width: 8px;
  background-image: linear-gradient(to top, rgba(248, 248, 248, 0.01) 0, rgba(248, 248, 248, 0.04) 50%, rgba(248, 248, 248, 0.01) 100%);
  background-repeat: no-repeat;
  background-position: 50% 20px;
  background-size: 1.5px 100%;
}
.multipurpose-bento-shell .bento-30__line:before, .multipurpose-bento-shell .bento-30__line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.multipurpose-bento-shell .bento-30__line:before {
  background: rgba(248, 248, 248, 0.05);
  box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.02);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.multipurpose-bento-shell .bento-30__line:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(150deg, black, transparent 50%);
          mask-image: linear-gradient(150deg, black, transparent 50%);
}
.multipurpose-bento-shell .bento-30__boxes {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 -16px;
  padding: 42px 16px 0;
  overflow: hidden;
}
.multipurpose-bento-shell .bento-30__box {
  position: relative;
  display: flex;
  padding: 4px;
}
.multipurpose-bento-shell .bento-30__box:before, .multipurpose-bento-shell .bento-30__box:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
}
.multipurpose-bento-shell .bento-30__box:before {
  fill: rgba(248, 248, 248, 0.01);
  box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.multipurpose-bento-shell .bento-30__box:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 60%);
          mask-image: linear-gradient(to bottom, black, transparent 60%);
}
.multipurpose-bento-shell .bento-30__box:nth-child(1) {
  width: calc(50% + 40px);
  margin: 0 -40px 0 auto;
}
.multipurpose-bento-shell .bento-30__box:nth-child(2), .multipurpose-bento-shell .bento-30__box:nth-child(3), .multipurpose-bento-shell .bento-30__box:nth-child(4) {
  width: 65%;
  min-width: 65%;
}
.multipurpose-bento-shell .bento-30__box:nth-child(2) {
  margin-left: 4px;
}
.multipurpose-bento-shell .bento-30__box:nth-child(2):after {
  -webkit-mask-image: none;
          mask-image: none;
  border-color: rgba(248, 248, 248, 0.4);
}
.multipurpose-bento-shell .bento-30__box:nth-child(2) .bento-30__title {
  color: rgba(248, 248, 248, 0.95);
}
.multipurpose-bento-shell .bento-30__box:nth-child(3) {
  margin: 0 4px 0 auto;
}
.multipurpose-bento-shell .bento-30__box:nth-child(4) {
  margin-left: 50%;
}
.multipurpose-bento-shell .bento-30__title {
  position: relative;
  z-index: 2;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 600;
  color: rgba(248, 248, 248, 0.5);
}
.multipurpose-bento-shell .bento-30__title:before, .multipurpose-bento-shell .bento-30__title:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
}
.multipurpose-bento-shell .bento-30__title:before {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 2px 4px 16px 0px rgba(248, 248, 248, 0.06);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.multipurpose-bento-shell .bento-30__title:after {
  border: 1.5px solid rgba(248, 248, 248, 0.1);
  -webkit-mask-image: linear-gradient(170deg, black, transparent 60%);
          mask-image: linear-gradient(170deg, black, transparent 60%);
}
.multipurpose-bento-shell .bento-30__title span {
  position: relative;
  z-index: 2;
}
.multipurpose-bento-shell .bento-30__cursor {
  position: absolute;
  top: 118px;
  left: 50%;
  z-index: 3;
}

/* Multipurpose Bento overrides */
.multipurpose-bento-wrap {
  width: auto;
}

@media only screen and (max-width: 1279px) {
  .multipurpose-bento-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media only screen and (min-width: 1280px) {
  .multipurpose-bento-wrap {
    margin-left: -104px;
    margin-right: -104px;
  }
}

@media only screen and (min-width: 1536px) {
  .multipurpose-bento-wrap {
    margin-left: -128px;
    margin-right: -128px;
  }
}

@media only screen and (max-width: 1023px) {
  .multipurpose-bento-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  /* Let the features section bleed edge-to-edge on phones while keeping text padding */
  #features {
    padding-inline: 0 !important;
  }

  #features > div {
    max-width: none;
    border-radius: 0 !important;
  }

  #features .multipurpose-bento-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  #features > div > .main-container {
    margin-bottom: 0 !important;
  }

  main > section:first-child {
    padding-top: 118px !important;
  }
}

.multipurpose-bento-shell {
  --bento-text-highlight: linear-gradient(135deg, rgba(255, 243, 214, 0.98) 0%, rgba(255, 186, 110, 0.96) 34%, rgba(223, 147, 255, 0.94) 68%, rgba(137, 192, 255, 0.96) 100%);
  --bento-text-highlight-soft: linear-gradient(135deg, rgba(255, 240, 208, 0.92) 0%, rgba(255, 179, 95, 0.9) 38%, rgba(209, 154, 255, 0.88) 72%, rgba(144, 200, 255, 0.9) 100%);
}

.multipurpose-bento-shell .bento-5__tooltip span,
.multipurpose-bento-shell .bento-10__tooltip,
.multipurpose-bento-shell .bento-19__price,
.multipurpose-bento-shell .bento-22__title,
.multipurpose-bento-shell .bento-23__price,
.multipurpose-bento-shell .bento-23__title,
.multipurpose-bento-shell .bento-25__format,
.multipurpose-bento-shell .bento-26__title,
.multipurpose-bento-shell .bento-26__info,
.multipurpose-bento-shell .bento-26__tooltip span,
.multipurpose-bento-shell .bento-28__title,
.multipurpose-bento-shell .bento-28__content,
.multipurpose-bento-shell .bento-30__month,
.multipurpose-bento-shell .bento-30__title span {
  background-image: var(--bento-text-highlight);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(255, 166, 89, 0.08);
}

.multipurpose-bento-shell .bento-26__info {
  background-image: var(--bento-text-highlight-soft);
}

.multipurpose-bento-shell .bento-28__title span {
  background-image: var(--bento-text-highlight-soft);
}

.multipurpose-bento-shell .bento-22__title:after,
.multipurpose-bento-shell .bento-25__format:after,
.multipurpose-bento-shell .bento-30__box:nth-child(2) .bento-30__title:after {
  border-color: rgba(255, 201, 145, 0.22);
}

/* Mobile typography overrides */
@media (max-width: 767.98px) {
  .text-heading-2 {
    font-size: 22px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .text-heading-5 {
    font-size: 18px;
  }
  .text-heading-6 {
    font-size: 16px;
  }
  .text-tagline-1 {
    font-size: 14px;
  }
  .bento__content,
  .multipurpose-bento-shell .bento__content {
    font-size: 14px;
  }
}  
@media (max-width: 639.98px) {
  .text-heading-2 {
    font-size: 22px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .text-heading-5 {
    font-size: 18px;
  }
  .text-heading-6 {
    font-size: 16px;
  }
  .text-tagline-1 {
    font-size: 14px;
  }

  .bento__content,
  .multipurpose-bento-shell .bento__content {
    font-size: 14px;
  }
}

/* Homepage language switcher */
/* v1 features section performance overrides */
#features .multipurpose-bento-shell .bento-list__bento {
  contain: layout paint style;
  content-visibility: auto;
  contain-intrinsic-size: 520px;
}

#features .multipurpose-bento-shell .bento-list__bento:nth-child(-n+4) {
  content-visibility: visible;
}

#features .multipurpose-bento-shell .bento__overlay,
#features .multipurpose-bento-shell [class*="__tooltip"],
#features .multipurpose-bento-shell [class*="__price"],
#features .multipurpose-bento-shell [class*="__plus"],
#features .multipurpose-bento-shell [class*="__format"],
#features .multipurpose-bento-shell [class*="__month"],
#features .multipurpose-bento-shell [class*="__title"]:after {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

#features .multipurpose-bento-shell .bento__overlay {
  background:
    linear-gradient(180deg, rgba(54, 54, 54, 0.92) 0%, rgba(32, 32, 32, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 40px rgba(0, 0, 0, 0.18);
}

#features .multipurpose-bento-shell .bento,
#features .multipurpose-bento-shell .bento__preview,
#features .multipurpose-bento-shell .bento__overlay {
  backface-visibility: hidden;
  will-change: auto;
}

#features .multipurpose-bento-shell {
  transform: translateZ(0);
}

@media (max-width: 1023.98px) {
  #features .multipurpose-bento-shell .bento__overlay:after,
  #features .multipurpose-bento-shell .bento__preview_border:after,
  #features .multipurpose-bento-shell [class*="__tooltip"]:before,
  #features .multipurpose-bento-shell [class*="__tooltip"]:after,
  #features .multipurpose-bento-shell [class*="__plus"]:before,
  #features .multipurpose-bento-shell [class*="__plus"]:after {
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }

  #features .multipurpose-bento-shell [class*="__tooltip"],
  #features .multipurpose-bento-shell [class*="__plus"],
  #features .multipurpose-bento-shell [class*="__box"],
  #features .multipurpose-bento-shell [class*="__block"],
  #features .multipurpose-bento-shell [class*="__social"],
  #features .multipurpose-bento-shell [class*="__dot"],
  #features .multipurpose-bento-shell [class*="__icon"],
  #features .multipurpose-bento-shell [class*="__title"]:before,
  #features .multipurpose-bento-shell [class*="__title"]:after {
    box-shadow: none !important;
  }

}

@media (max-width: 767.98px) {
  #templates .logos-marquee-container {
    box-sizing: border-box;
    padding-inline: 20px;
  }

  #templates .logos-marquee-container.horizontal-marquee.smooth {
    -webkit-mask: none;
    mask: none;
  }

  #templates .logos-marquee-container .horizontal-marquee-inner > div {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }

  #templates .logos-marquee-container [role="listitem"] {
    width: calc((100vw - 52px) / 2);
    max-width: none;
    min-width: 0;
    flex: 0 0 calc((100vw - 52px) / 2);
    margin-left: 0 !important;
  }

  #templates .logos-marquee-container [role="listitem"] > * + * {
    margin-top: 12px !important;
  }

  #templates .logos-marquee-container [role="listitem"] figure {
    max-width: none;
  }
}
