.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #000;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
  position: absolute;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.image {
  z-index: 21;
  max-width: 350px;
  position: absolute;
}

.marquee-css {
  color: #efeeec;
  background-color: #000;
  width: 100%;
  max-width: 42em;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
  overflow: hidden;
}

.marquee-css__list {
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.marquee-css__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: 0;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
}

.marquee-css__item-p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}

.marquee-css__item-svg {
  width: 1em;
}

.div-block {
  opacity: .38;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.draggable-marquee {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 100px;
  overflow: hidden;
}

.draggable-marquee__collection {
  will-change: transform;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.draggable-marquee__list {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.draggable-marquee__item {
  aspect-ratio: 1;
  border-radius: 1.25em;
  flex: none;
  width: 15em;
  margin-right: 1em;
  overflow: hidden;
}

.draggable-marquee__item.is--round {
  border-radius: 100em;
}

.draggable-marquee__item-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-left: 21px;
  padding-right: 21px;
  display: block;
  overflow: visible;
}

.draggable-marquee__item-img.rg-logo, .draggable-marquee__item-img.visa-logo {
  padding-left: 43px;
  padding-right: 43px;
}


