.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-single {
  width: 100%;
  min-height: 650px;
  height: 70vh;
  position: relative;
  z-index: 1;
  color: white;
}

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

#header-blog-single-breadcrumbs {
  padding-top: 130px;
  z-index: 1;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 880px) {
  #header-blog-single-breadcrumbs {
    order: 1;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#header-blog-single-breadcrumbs a {
  color: white;
  font-weight: 600;
}

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

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

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

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

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

#header-blog-single-right .mask-blog {
  border-top-left-radius: 70% 50%;
  border-top-right-radius: 40% 80%;
  border-bottom-right-radius: 40% 40%;
  border-bottom-left-radius: 70% 50%;
  width: 500px;
  height: 400px;
  background-size: cover;
  background-position: center;
}

#header-blog-single-right .misc {
  position: absolute;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 40%;
  transform: translateX(-50%);
}

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

@media (max-width: 880px) {
  #header-blog-single::after {
    top: calc(100% + 106px);
  }
}

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

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

#blog-single-body {
  background-color: #E8E3D9;
  padding-top: 106px;
  padding-bottom: 180px;
  position: relative;
}

@media (max-width: 880px) {
  #blog-single-body {
    padding-top: 180px;
  }
}

#blog-single-body::after {
  content: '';
  width: 100%;
  height: 111px;
  z-index: 2;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/blog-single-body-bottom.svg);
  background-size: cover;
  background-position: center;
}

#blog-single-body .content {
  max-width: 820px;
  padding: 0 16px;
  margin: auto;
  color: #2F1042;
}

#blog-single-body .content p {
  width: 100%;
  white-space: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  margin: 30px 0;
}

#blog-single-body .content h5, #blog-single-body .content h4, #blog-single-body .content h1, #blog-single-body .content h2, #blog-single-body .content h3, #blog-single-body .content h6 {
  margin: 30px 0;
  font-size: 20px;
  line-height: 24px;
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
}

#blog-single-body .content h1, #blog-single-body .content h2, #blog-single-body .content h3 {
  font-size: 26px;
}

#blog-single-body-header {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 60px;
  position: relative;
  z-index: 5;
}

#blog-single-body-header hr {
  border-top: 1px solid black;
  margin: 16px 0;
}

#blog-single-body-header .author {
  display: flex;
  align-items: center;
}

#blog-single-body-header .author-picture {
  max-width: 34px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

#blog-single-body-header .author-picture img {
  width: 100%;
  aspect-ratio: 4/4;
  object-fit: cover;
  object-position: center;
  display: block;
}

#blog-single-body-header .author-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}

#blog-single-body .title-h5 {
  margin: 30px 0;
}

#blog-single-body .title-h5:nth-of-type(2) {
  margin-top: 100px;
}

#blog-single-body .paragraph {
  color: inherit;
  margin: 30px 0;
}

#blog-single-body .picture {
  margin: 70px 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}

#blog-single-body .picture img {
  width: 100%;
}

#blog-single-body .picture small {
  color: white;
  position: absolute;
  left: 20px;
  top: 20px;
  font-weight: 700;
  font-size: 14px;
}

#blog-single-body .picture iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

#blog-single-body .signature {
  margin-top: 42px;
}

#related {
  padding-top: 120px;
}

#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;
}

