:root {
  --whiteChocolate: #ebe3d6;
  --vivid: #FFA191;
  --russianViolet: #220047;
}

.bannerSection.whiteChocolate {  
  background-color: var(--whiteChocolate);
  padding: 99px 0 150px;
}
.bannerSection.whiteChocolate h3 {
  font-size: 96px;
  line-height: 72px;
  margin-bottom: 120px;
  margin-bottom: 30px;
  color: var(--russianViolet);
}
.bannerSection.whiteChocolate label,
.bannerSection.whiteChocolate .featuredDescription p,
.bannerSection.whiteChocolate .featuredDescription h6 {
  color: var(--russianViolet);
}
.bannerSection.whiteChocolate .featuredDescription p {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  color: var(--russianViolet);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  text-align: left;
  -webkit-box-orient: vertical;
}
.bannerSection.whiteChocolate p {
  color: var(--russianViolet);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  max-width: 843px;
  text-align: center;
  margin: 0 auto 47px;
}
.bannerSection .featuredDescription:before,
.bannerSection .featuredDescription::after,
.bannerSection .borderBeforeAfter::after,
.bannerSection .borderBeforeAfter::before {
  border-color: var(--russianViolet);
}
.newsroomBlogSection .customRow .customTh:nth-child(1),
.newsroomBlogSection .customRow .customTd:nth-child(1) { 
  width: 19% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsroomBlogSection .customRow .customTd:nth-child(2) {
  padding-top: 20px !important;
}
.newsroomBlogSection .customRow .customTh:nth-child(2),
.newsroomBlogSection .customRow .customTd:nth-child(2) {
  width: 19% !important;
  margin: auto;
}
.newsroomBlogSection .customRow .customTd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsroomBlogSection .customRow .customTh:nth-child(2) h6,
.newsroomBlogSection .customRow .customTd:nth-child(2) h6 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsroomBlogSection .customRow .customTh:nth-child(3), 
.newsroomBlogSection .customRow .customTd:nth-child(3) {
  width: 42% !important;
}
.newsroomBlogSection .customRow .customTh:nth-child(4), 
.newsroomBlogSection .customRow .customTd:nth-child(4) {
  width: 10% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsroomBlogSection .customRow .customTh:nth-child(5), 
.newsroomBlogSection .customRow .customTd:nth-child(5) {
  width: 10% !important;
}
.speakSection.videoSection {
  background-color: var(--vivid);
  padding-top: 120px;
  padding-bottom: 110px;
}
.speakSection.videoSection h2 {
  font-size: 96px;
  line-height: 108px;
  margin-bottom: 50px;
  font-weight: 400;
  color: var(--russianViolet);
  font-family: "Graphik Compact Web", sans-serif;
  font-weight: 300;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  text-align: center;
}
.speakSection.videoSection .videoWrapper.genAiVideoWrap {
  padding-top: 0;
  height: 764px;
}
.typefilter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid #E0E0E0;
  border-width: 1px 0 1px 0;
  padding: 10px 0 0 25px;
  width: 100%;
}
.typefilter li {
  background-color: transparent !important;
  display: flex;
}
.typefilter li a {
  display: inline-block;
  font-family: "Graphik Web", sans-serif;
  font-size: 14px;
  color: #220047;
  background-color: #C9DEF4;
  margin: 0 25px 10px;
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 4px;
}
.typefilter li a.active,
.typefilter li a:hover {
  background-color: #FFC5CF;
}
.featuredAwardsSlider {
  padding-bottom: 0;
}
.featuredAwardsSlider .slick-prev {
  right: 56px;
  background-color: #F95B66;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.featuredAwardsSlider .slick-next {
  right: 0;
  left: auto !important;
  background-color: #F95B66;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.featuredAwardsSlider .slick-prev, 
.featuredAwardsSlider .slick-next {
  bottom: -19.3%;
}
.awardsVideoWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 0;
  border-radius: 10px;
}
.tableContentSection {
    padding: 75px 0 120px;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.bannerSection .featuredImg {
  height: 100%;
}
.bannerSection .featured {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-right: 2px;
}
.featuredWrapper .featuredDescription {
  min-height: auto;
  flex: 1;
}
  
.typeWrap {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #220047;
  padding: 4px 8px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 4px;
  font-family: "Graphik Compact Web", sans-serif;
  min-width: 52px;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .newsroomBlogSection .customRow .customTh:nth-child(2) h6, .newsroomBlogSection .customRow .customTd:nth-child(2) h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .newsroomBlogSection .customTableStructure .customRow {
    justify-content: center;
  }
  .bannerSection.whiteChocolate {  
    min-height: calc(80vh - 60px);
  }
}

@media (max-width: 767px) {
  .typefilter {
    padding: 10px 0 0;
  }
  .typefilter li a {
    margin: 0 20px 10px 0;
  }
  .bannerSection.whiteChocolate h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  .bannerSection.whiteChocolate p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
  .bannerSection .featuredImg {
    min-height: auto;
    height: 100%;
  }
  .featuredWrapper .featuredDescription {
    min-height: auto;
  }
  .bannerSection .featured {
    height: 100%;
  }
  .tableContentSection {
      padding: 56px 0 100px;
  }

  .bannerSection .featuredImg::after {
    border-right: 1px solid var(--russianViolet);
  }
  .bannerSection .featuredImg::before {
    border-bottom: 0;
  }
  .bannerSection.whiteChocolate {  
    background-color: var(--whiteChocolate);
    padding: 99px 0 150px;
  }
  .newsroomBlogSection .customRow .customTh:nth-child(2),
  .newsroomBlogSection .customRow .customTd:nth-child(2) {
    position: relative;
  } 
  .newsroomBlogSection .customRow .customTd:first-child {
    order: 1;
    text-align: left;
  }
  .newsroomBlogSection .customRow .customTd:nth-child(2) {
    order: 2;
    width: 100% !important;
  }
  .newsroomBlogSection .customRow .customTd:nth-child(2) h6 {
    margin-top: 16px;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .speakSection.videoSection {
    background-color: var(--vivid);
    padding-top: 62px;
    padding-bottom: 102px;
  }
  .speakSection.videoSection h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 48px;
  }
  .speakSection.videoSection .videoWrapper.genAiVideoWrap {
    height: 197px;
  }
  .newsroomBlogSection .customRow .customTd:first-child {
    width: 100% !important;
  }
  .customTableStructure .customRow:nth-child(3) {
    border-top: 0;
  }
  .newsroomBlogSection .filtersWrap {
    margin-bottom: 56px;
  }
  .typefilter li:last-child a {
    margin-right: 0;
  }
  .newsroomBlogSection .customRow .customTd:nth-child(5) {
    order: 5;
    width: 100%;
    justify-content: flex-start;
    padding: 0;
  }
  .newsroomBlogSection .customRow .customTd:nth-child(3) {
    width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 515px) {
  .tableContentSection .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .typefilter li a {
      margin: 0 10px 10px 0;
  }
}