.cuu-weddings{
  padding: 50px 0;
}

.cuu-tabs{
  display: inline-flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  margin: 0 auto 50px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: var(--cream, #E2CEB3);
}

.cuu-tabs__link{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 9px;
  border-radius: 999px;
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cuu-tabs__link:not(:last-child) {
  margin-right: 15px;
}
.cuu-tabs__link:not(:last-child):after{
  content: '|';
  color: #FFF;
  padding-left: 18px;
  position: absolute;
  right: -10px;
}

.cuu-tabs__link.is-active {
  background: #fffcf7;
  color: #9b8971
}

.cuu-video {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.cuu-video .bnn,
.cuu-video .cuu-video__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
}
.cuu-video .bnn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cuu-video .cuu-video__play {
  font-size: 90px;
  color: #fff;
  opacity: 0.8;
}
.cuu-video .cuu-video__play:hover {
  opacity: 1;
}

.cuu-wed-hero{
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 65px;
}

.cuu-wed-hero__media{
  border-radius: 10px;
  overflow: hidden;
  background: #f2f2f2;
}

.cuu-wed-hero__media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cuu-wed-highlights{
  text-align: center;
  margin: 0 0 55px;
}

.cuu-wed-highlights h3{
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 600;
}

.cuu-highlights-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  max-width: 980px;
  margin: 50px auto 50px;
}

.cuu-highlight{
  display: grid;
  gap: 10px;
  justify-items: center;
}

.cuu-highlight__icon{
  font-size: 30px;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 73px;
  background: var(--cream, #E2CEB3);
}

.cuu-highlight__text{
}

.cuu-wed-highlights__note{
  color: var(--main, #395A69);
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
}

.cuu-video-block{
  max-width: 968px;
  margin: 0 auto 50px;
  text-align: center;
}

.cuu-video{
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background: #6a6a6a;
  position: relative;
  overflow: hidden;
}

.cuu-video__play{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 50px;
}

.cuu-video__playIcon{
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  position: relative;
}

.cuu-video__playIcon:before{
  content: "";
  position: absolute;
  left: 21px;
  top: 16px;
  width: 0;
  height: 0;
  border-left: 18px solid rgba(255,255,255,.9);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.cuu-video-meta{
  margin-top: 14px;
  display: grid;
  gap: 4px;
  justify-items: center;
}

.cuu-video-meta__title{
  font-weight: 700;
}

.cuu-video-meta__desc,
.cuu-video-meta__time{color: #7F7F7F;font-size: 16px;}

.cuu-wed-coordinator{
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 30px;
  align-items: start;
  margin: 50px 0;
}

.cuu-wed-coordinator__content h2{
  margin: 0 0 10px;
}

.cuu-wed-coordinator__content p{
  margin: 0;
}

.cuu-contact-card{
  background: #cfe1ef;
  border-radius: 12px;
  padding: 14px 16px;
}

.cuu-contact-card__name{
  font-weight: 600;
  margin-bottom: 8px;
}

.cuu-contact-card__row{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: center;
  color: var(--cnm-color-text);
  margin: 6px 0;
}

.cuu-wed-form{
  /* max-width: 802px; */
  margin: 0 auto 70px;
}

.cuu-form-wrap{
  margin-top: 12px;
}

.cuu-faq{
  max-width: 980px;
  margin: 0 auto;
}

.cuu-accordion{
  border-top: 1px solid rgba(0,0,0,.12);
  margin-top: 10px;
}

.cuu-acc__head{
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
  font-weight: 600;
  text-align: left;
}

.cuu-acc__panel{
  padding: 12px 0 18px;
}

@media (max-width: 980px){
  .cuu-wed-hero{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cuu-highlights-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .cuu-wed-coordinator{
    grid-template-columns: 1fr;
  }

  .cuu-gallery__thumbs{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
