.uu-bento-cards-wrapper {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  width: 100%;
  padding: 30px;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .uu-bento-cards-wrapper {
    flex-flow: column nowrap;
  }
}


/* BENTO CAROUSEL */
.uu-bento-cards-carousel {
  position: relative;
  flex: 1 0 67%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(84, 117, 145, 0.1);
  transition: all 0.3s;
}
.uu-bento-cards-carousel:hover {
  box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
  transform: translateY(-2px);
}

.uu-bento-cards-carousel .uu-bento-carousel {
  position: relative;
  height: 100%;
}

.uu-bento-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
}
.uu-bento-cards-carousel .owl-theme .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 15px;
}
.uu-bento-cards-carousel .owl-theme .owl-dots .owl-dot span {
  width: 100px !important;
  height: 7px !important;
  margin: 5px 12px !important;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.uu-bento-cards-carousel .owl-theme .owl-dots .owl-dot.active span,
.uu-bento-cards-carousel .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #be0000 !important;
}
.uu-bento-carousel .owl-theme .owl-dots button.owl-dot:focus {
  outline: none;
}

@media screen and (max-width: 900px) {
  .uu-bento-cards-carousel .owl-theme .owl-dots .owl-dot span {
    width: 50px !important;
    height: 4px !important;
    margin: 5px 8px !important;
  }
}
@media screen and (max-width: 1100px) {
  .uu-bento-carousel .owl-stage-outer .owl-stage .owl-item {
    height: 425px;
  }
}
.uu-bento-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #000;
  color: #ffffff;
  padding: 50px;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}
.uu-bento-card::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  content: "";
  z-index: 2;
}
.uu-bento-card:hover {
  box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
  transform: translateY(-2px);
}

/* U BELONG FEATURED CARDS */
.uu-bento-right-col-cards-container {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 calc(23.333% - 30px);
  gap: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .uu-bento-right-col-cards-container {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 900px) {
  .uu-bento-right-col-cards-container {
    flex-flow: column wrap;
  }
}

.entry-content .uu-bento-right-col-cards-container a {
  flex: 1 1 auto;
  text-decoration: none !important;
}
.uu-bento-right-col-card {
  display: flex;
  align-items: flex-end;
  background-color: #000;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 5%);
  line-height: 1.2;
  height: 225px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: 1;
}

.black-text .uu-bento-right-col-card {
  justify-content: flex-end;
}

.uu-bento-right-col-card:hover {
  box-shadow: 0px 20px 30px 0px rgba(84, 117, 145, 0.2);
  transform: translateY(-2px);
}

.uu-bento-right-col-card .uu-bento-right-col-card-title {
  width: 100%;
  color: #ffffff;
  font-family: "Industry", "Forza", sans-serif;
  font-size: 23px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
}

.black-text .uu-bento-right-col-card .uu-bento-right-col-card-title{
  margin-bottom: 0;
  color: #000;
  text-align: right;
  width: auto;
  border-radius: 8px 0 0 0;
  /* trying to fill in corner with white */
  /* box-shadow: 20px 18px 0px 20px rgb(255, 255, 255);   */
}
.uu-bento-right-col-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: 1;
}
.uu-bento-right-col-card-title {
  position: relative;
  z-index: 2;
  text-shadow: #000000 1px 0 10px;
}

.black-text .uu-bento-right-col-card-title {
  text-shadow: none;
  background-color: #fff;
  color: #000;
}


.uu-bento-right-col-card a:hover .uu-bento-right-col-card-img {
  transform: scale(1.1);
}

.uu-bento-card.sign-up-banner {
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
}
/* .uu-bento-card.sign-up-banner .uu-bento-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  z-index: 3;
  margin: 0px auto;
  text-align: center;
} */
.uu-bento-card.sign-up-banner .uu-bento-card-img::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  content: "";
  z-index: 2;
}

.section-title {
  flex: 1 1 100%;
}
.section-title h3 {
  font-family: "Industry", "Forza", sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.uu-bento-card.large {
  padding: 150px 50px;
}

.uu-bento-card.main-marquee-card {
  padding: 200px 50px;
}

.uu-bento-card-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s;
  z-index: 1;
}

.uu-bento-card:hover .uu-bento-card-img img {
  transform: scale(1.1);
}

.uu-bento-card.video .uu-bento-card-img .embed-responsive {
  max-width: 100%;
}

.uu-bento-card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 3;
}

.black-text .uu-bento-card-content {
  color: #000;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.uu-bento-card-content a.btn{
  margin: 0;
}

.uu-bento-card-title {
  font-family: "Industry", "Forza", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.black-text .uu-bento-card-title {
  color: #000 !important;
}

.uu-bento-card-description {
  font-family: "Industry", "Forza", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 30px;
}
