.main-header {
  background-size: contain;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 232px;
  padding-bottom: 260px;
}

@media (max-width: 880px) {
  .main-header {
    padding-bottom: 80px;
    padding-top: 190px;
  }
}

.main-header .main-header-bg {
  width: 100%;
  height: calc(100% - 140px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.main-header .main-header-bg svg {
  width: 100%;
  height: 100%;
  fill: #FFE8AD;
}

@media (max-width: 880px) {
  .main-header .main-header-bg svg {
    width: 240%;
    height: 160%;
    left: -50%;
    position: relative;
  }
}

.main-header .follow-hero {
  top: auto;
  bottom: 260px;
}

.main-header .small-container {
  z-index: 1;
}

.main-header .main-header-circle {
  width: 100px;
  position: absolute;
  right: 200px;
  bottom: 200px;
  fill: #FCC200;
}

.main-header .main-header-circle-blue {
  fill: #BCE4FF;
}

.main-header .main-header-circle:nth-child(2) {
  right: -50px;
  bottom: 170px;
}

.main-header h5 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FCC200;
  margin-bottom: 16px;
}

.main-header.main-header-blue .main-header-bg svg {
  fill: #BCE4FF;
}

.main-header.main-header-blue h5 {
  color: #2EB5BD;
}

.main-header.main-header-blue .main-header-circle-blue {
  fill: #2EB5BD;
}

@media (max-width: 580px) {
  .main-header .follow-hero {
    display: none;
  }
  .main-header .main-header-circle {
    width: 70px;
    position: absolute;
    right: -40px;
    bottom: 40px;
  }
  .main-header .main-header-circle:nth-child(2) {
    display: none;
  }
}

.filters {
  width: 100%;
  max-width: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 60px;
}

.filters > * {
  width: calc(100% / 3 - 10px);
}

.filters > *:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 880px) {
  .filters {
    flex-direction: column;
  }
  .filters > * {
    width: 100%;
  }
  .filters > *:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.cards-grid {
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
}

.cards-grid .card.card-news[data-size="big"], .cards-grid .card.card-news[data-size="full"], .cards-grid .card.card-publication[data-size="big"], .cards-grid .card.card-publication[data-size="full"], .cards-grid .card.card-press[data-size="big"], .cards-grid .card.card-press[data-size="full"] {
  display: flex;
}

.cards-grid .card.card-news[data-size="big"] figure::before, .cards-grid .card.card-news[data-size="full"] figure::before, .cards-grid .card.card-publication[data-size="big"] figure::before, .cards-grid .card.card-publication[data-size="full"] figure::before, .cards-grid .card.card-press[data-size="big"] figure::before, .cards-grid .card.card-press[data-size="full"] figure::before {
  min-height: 470px;
}

.cards-grid .card.card-campaign, .cards-grid .card.card-multimedia {
  min-height: 470px;
}

.video-component {
  width: 100%;
  position: relative;
}

.video-component .video-container {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  pointer-events: all;
}

.video-component .video-container::before {
  content: '';
  display: block;
  padding-bottom: 50%;
}

.video-component .video-container.small .video-button {
  width: 130px;
  height: 130px;
  top: calc(50% - 130px / 2);
  left: calc(50% - 130px / 2);
}

.video-component .video-container.playing iframe, .video-component .video-container.playing video {
  opacity: 1 !important;
}

.video-component .video-container.playing .video-cover, .video-component .video-container.playing .video-button {
  pointer-events: none !important;
}

.video-component .video-container.playing .video-cover {
  opacity: 0;
}

.video-component .video-container.playing .video-button {
  transform: scale(0.2);
  opacity: 0 !important;
}

.video-component .video-caption {
  max-width: 430px;
  display: block;
  margin-top: 23px;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: rgba(0, 0, 0, 0.7);
}

.video-component .video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component .video-button {
  width: 128px;
  height: 128px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 128px / 2);
  left: calc(50% - 128px / 2);
  z-index: 3;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component .video-button .play-button-shape {
  width: 100%;
  height: 100%;
}

.video-component video, .video-component iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.video-component video {
  height: auto;
}

.video-component iframe {
  height: 100%;
}

.video-component.small .video-button {
  width: 110px;
  height: 110px;
  top: calc(50% - 110px / 2);
  left: calc(50% - 110px / 2);
}

.video-component.no-ratio .video-container {
  height: 100%;
}

.video-component.no-ratio .video-container::before {
  content: none;
  display: none;
}

@media (max-width: 880px) {
  .video-component .video-button {
    width: 110px;
    height: 110px;
    top: calc(50% - 110px / 2);
    left: calc(50% - 110px / 2);
  }
  .video-component .video-caption {
    font-size: 11px;
    line-height: 14px;
    margin-top: 16px;
  }
}

.pagination {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 80px auto;
  margin-bottom: 170px;
  border-top: 1px solid rgba(101, 129, 149, 0.5);
}

.pagination .pagination-dots {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.4;
  margin: 0 27px;
}

.pagination a {
  padding: 7px 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.4;
  position: relative;
  text-align: center;
}

.pagination a:hover {
  opacity: 1;
}

.pagination a.active {
  font-weight: 600;
  opacity: 1;
}

.pagination a.active::before {
  content: '';
  width: 100%;
  height: 3px;
  background: currentColor;
  border-radius: 3px;
  position: absolute;
  top: -2px;
  left: 0;
}

#header-blog {
  width: 100%;
  min-height: 650px;
  height: 70vh;
  position: relative;
  z-index: 1;
}

#header-blog::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #E8E3D9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#header-blog-left, #header-blog-right {
  z-index: 1;
}

#header-blog-left {
  width: calc(100% - 550px);
  padding-top: 250px;
  position: relative;
  z-index: 2;
}

#header-blog-left #header-title {
  max-width: 580px;
}

#header-blog-left .paragraph {
  max-width: 480px;
}

#header-blog-right {
  width: 650px;
  height: auto;
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
}

#header-blog.publications::after {
  content: '';
  width: 100%;
  height: 213px;
  top: 100%;
  transform: translateY(-50%);
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/misc-pillar-3-sect.svg);
  background-size: cover;
  background-position: center;
  z-index: 2;
}

@media (max-width: 880px) {
  #header-blog {
    min-height: 680px;
    height: auto;
    margin-bottom: 90px;
  }
  #header-blog #header-shape {
    display: none;
  }
  #header-blog .half-container {
    width: 100% !important;
    display: flex;
    flex-direction: column-reverse;
  }
  #header-blog .half-container > div {
    width: 100%;
  }
  #header-blog .half-container #header-right {
    position: relative;
    top: 0;
  }
  #header-blog .half-container #header-left {
    padding: 60px 20px;
  }
  #header-blog .half-container #header-scroll {
    margin-top: 50px;
  }
  #header-blog .half-container #header-logos {
    margin-top: 50px;
    justify-content: center;
  }
  #header-blog .half-container #header-logos .logo {
    margin: 16px;
  }
  #header-blog-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 880px) {
  #header-blog {
    margin-bottom: 0;
  }
  #header-blog #header-blog-right {
    position: static;
    transform: translate(0);
    padding-top: 120px;
  }
  #header-blog #header-blog-right img {
    max-width: 100%;
  }
  #header-blog #header-blog-left {
    padding-top: 40px;
    margin-bottom: 80px;
  }
}

#related::after {
  content: '';
  width: 100%;
  height: 57px;
  z-index: 2;
  top: calc(100% - 15px);
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/misc-footer-pillar.svg);
  background-size: cover;
  background-position: center;
}


#members-pillars {
  padding: 100px 0;
  background-color: #FCC200;
  position: relative;
}

#members-pillars p.paragraph {
  max-width: 780px;
  margin-bottom: 1em;
}

#members-pillars .grid-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 60px;
}

@media (max-width: 880px) {
  #members-pillars .grid-members {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    margin-top: 40px;
  }
}

#members-pillars::after {
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 1;
  background-image: url(../assets/img/home-news-bottom-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
}


#members-pillars .news-item {
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}

@media (max-width: 880px) {
  #members-pillars .news-item {
    width: 100%;
  }
}

#members-pillars .news-item:hover {
  transform: scale(1.04);
}

#members-pillars .news-item-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}

#members-pillars .news-item-content {
  background-color: white;
  padding: 30px;
  height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
}

@media (max-width: 880px) {
  #members-pillars .news-item-content {
    height:auto;
  }
}

#members-pillars .news-item-content .header {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

#members-pillars .news-item-content .title {
  margin-top: 16px;
  margin-bottom: 8px;
}

#members-pillars .news-item-content .simple-button {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: auto;
}

#members-pillars .news-item-content .simple-button svg {
  margin-left: 16px;
}
#members-pillars .news-item:hover{
  box-shadow: 0px 16px 32px 0px #0000001A;
}
