.bg-cream {
  background: #fcf8ee;
  color: #000;
}
.bg-cream .button.btn-white {
  background: #000;
  color: #fff;
}
.bg-cream .button.btn-white::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg);
}

.bg-mint {
  background: rgba(216, 235, 235, 0.4);
  color: #000;
}

.bg-green,
.bg-dark {
  background: rgb(14, 39, 40);
  color: #fff;
}

.bg-blue {
  background: #181e28;
  color: #fff;
}

.bg-brown {
  background: #eae2cf;
  color: #000;
}

.bg-pink {
  background: #ffe1d7;
  color: #000;
}

.bg-white {
  background: #fff;
  color: #000;
}

.bg-green .button,
.bg-dark .button,
.bg-brown .button,
.bg-light-text .button {
  border: 1px solid #fff;
}
.bg-green .button::after,
.bg-dark .button::after,
.bg-brown .button::after,
.bg-light-text .button::after {
  content: url(/wp-content/themes/twoten-blocks/assets/icons/button-arrow.svg) !important;
}
.bg-green .button.btn-black,
.bg-dark .button.btn-black,
.bg-brown .button.btn-black,
.bg-light-text .button.btn-black {
  background: #fff !important;
  color: #000 !important;
}
.bg-green .button.btn-black::after,
.bg-dark .button.btn-black::after,
.bg-brown .button.btn-black::after,
.bg-light-text .button.btn-black::after {
  content: url("/wp-content/themes/twoten-blocks/assets/icons/button-arrow-white.svg") !important;
}

.bg-light-text {
  color: #fff !important;
}
.bg-light-text .button {
  color: #fff !important;
}

.wp-block-acf-logo-carousel {
  position: relative;
  z-index: 9;
}
.wp-block-acf-logo-carousel h2 {
  margin: 0;
}
.wp-block-acf-logo-carousel h3 {
  max-width: 700px;
  margin: 0px;
}
.wp-block-acf-logo-carousel .js-ticker-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 126px;
  margin-bottom: 25px;
}
@media (max-width: 620px) {
  .wp-block-acf-logo-carousel .js-ticker-container {
    height: 90px;
  }
}
.wp-block-acf-logo-carousel .js-ticker-track {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  gap: 25px;
  will-change: transform;
}
.wp-block-acf-logo-carousel .logo-box {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f1f6ff;
  width: 196px;
  height: 126px;
  border-radius: 15px;
}
@media (max-width: 620px) {
  .wp-block-acf-logo-carousel .logo-box {
    width: 140px;
    height: 90px;
  }
}
.wp-block-acf-logo-carousel .logo-box img {
  max-height: 90px;
  width: auto;
  display: block;
}
@media (max-width: 620px) {
  .wp-block-acf-logo-carousel .logo-box img {
    max-height: 60px;
  }
}
.wp-block-acf-logo-carousel.bg-brown, .wp-block-acf-logo-carousel.bg-pink, .wp-block-acf-logo-carousel.bg-green {
  padding-top: 6rem;
}
@media (max-width: 620px) {
  .wp-block-acf-logo-carousel.bg-brown, .wp-block-acf-logo-carousel.bg-pink, .wp-block-acf-logo-carousel.bg-green {
    padding-top: 3rem;
  }
}
.wp-block-acf-logo-carousel.bg-brown .logo-box, .wp-block-acf-logo-carousel.bg-pink .logo-box, .wp-block-acf-logo-carousel.bg-green .logo-box {
  background-color: #fff;
}/*# sourceMappingURL=logo-carousel.css.map */