.bento-wrapper {
  border-radius: 1rem;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.bento-wrapper:hover {
  filter: none;
}

.bento-heading {
  color: #1e1e1e;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .5rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.bento-heading.is-white {
  color: #fff;
  font-weight: 700;
}

.bento-countdown-text {
  padding: .5rem 1rem 1rem;
}

.bento-countdown {
  background-color: #f35a65;
  border-radius: 0;
  flex: 0 auto;
  display: block;
}

.image-8 {
  max-width: 80%;
  overflow: visible;
}

.bento-button1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d9d9d9;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 1.5rem;
  display: flex;
  overflow: hidden;
}

.button1-image {
  width: 60%;
  max-width: none;
  height: auto;
}

.bento-button-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.bento-button2 {
  background-color: #fff;
  flex-flow: column;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.button2-image {
  width: auto;
  max-width: none;
  height: auto;
}

.bento-button2-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 1.5rem 1rem;
  display: block;
}

.bento-button2-image-wrapper {
  margin-top: 1rem;
}

.bento-survey {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.bento-survey-text {
  width: 100%;
  padding: 1rem 1rem 1.5rem;
}

.survey-image {
  object-fit: cover;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100%;
  max-width: none;
  height: 100%;
}

.spot-image-wrapper {
  flex: 1;
  width: 100%;
  position: relative;
}

.bento-spot {
  background-color: #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.bento-spot-text {
  background-color: #8f8a9b;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 1.3rem 2rem 1.5rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bento-slider {
  background-color: #f9955a;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
  overflow: visible;
}

.sider-image {
  padding-left: .5rem;
  padding-right: .5rem;
}

.bento-slider-text {
  width: auto;
  padding: 1rem 1.5rem 0;
}

.bento-pick-choose {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #c5c3c3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
  overflow: visible;
}

.pick-choose-image {
  object-fit: cover;
  width: 126%;
  max-width: none;
  height: 100%;
  position: static;
}

.bento-pick-choose-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.pick-choose-image-copy {
  width: auto;
  max-width: none;
  position: absolute;
  inset: 0 auto 0% 16%;
}

.pick-choose-image-wrapper {
  position: static;
}

.spot-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.archon-image2 {
  max-width: 74%;
}

.archon-image-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  display: flex;
}

.archon-image1 {
  max-width: 27%;
}

.bento-button-gif {
  width: 100%;
  margin-top: 1rem;
}

.accordion-bento {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.accordion-bento-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #000;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.accordion-bento-button {
  background-color: #000;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: -1.4rem;
  padding: 1rem;
  transition: all .2s;
  display: block;
}

.image-9 {
  width: 2rem;
}