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

.grid-cards-three {
  display: flex;
  flex-wrap: wrap;
}

.grid-cards-three .card {
  width: calc(33.33% - 16px);
  margin: 8px 16px 8px 0;
}

.grid-cards-three .card .image {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}

.grid-cards-three .card h6 {
  position: absolute;
  padding: 40px 32px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-family: "Source Serif Pro", serif;
}

.grid-cards-three .card h5 {
  position: absolute;
  padding: 40px 32px;
  left: 0;
  top: 0;
  font-size: 48px;
  font-family: "Source Serif Pro", serif;
  color: white;
}

.grid-cards-three .card a {
  position: absolute;
  padding: 40px 32px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  left: 0;
  bottom: 0;
  color: white;
}

.grid-cards-three .card a svg {
  margin-left: 10px;
}

@media (max-width: 880px) {
  .grid-cards-three .card {
    width: 100%;
    margin: 10px 0;
  }
}

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

#upcoming-activities {
  padding: 80px 0;
  background-color: #FCC200;
  position: relative;
}

#upcoming-activities::after {
  content: '';
  width: 100%;
  height: 121px;
  z-index: 2;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/partners-other-top.svg);
  background-size: cover;
  background-position: center;
}

#upcoming-activities .grid-cards-three {
  margin-top: 80px;
}

#upcoming-activities .grid-cards-three .card {
  background-color: #FCC200;
  color: white;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: initial;
  background-image: url(../assets/img/upcoming-activities.jpg);
  background-size: cover;
  background-position: center;
}

#upcoming-activities .grid-cards-three .card .card-header {
  padding: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 200px;
}

#upcoming-activities .grid-cards-three .card .card-body {
  padding: 0 30px;
  flex-grow: 1;
}

#upcoming-activities .grid-cards-three .card .card-body .primary-button {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 30px;
  cursor: initial !important;
}

#upcoming-activities .grid-cards-three .card .card-body .primary-button svg {
  margin-left: 0;
  margin-right: 10px;
  width: auto;
}

#upcoming-activities .grid-cards-three .card .card-body .primary-button span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: normal;
  text-transform: none;
}

#upcoming-activities .grid-cards-three .card .card-body .paragraph {
  position: initial;
  color: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

#upcoming-activities .grid-cards-three .card .card-action {
  position: initial;
  padding: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  display: flex;
  align-items: center;
}

#upcoming-activities .grid-cards-three .card .card-action .time, #upcoming-activities .grid-cards-three .card .card-action .place {
  display: flex;
  align-items: center;
}

#upcoming-activities .grid-cards-three .card .card-action .time svg, #upcoming-activities .grid-cards-three .card .card-action .place svg {
  margin-right: 8px;
}

#upcoming-activities .grid-cards-three .card .card-action .time {
  margin-right: 16px;
}

.quote {
  margin: 60px 0;
  max-width: 100%;
  border-radius: 16px;
  cursor: pointer;
}

@media (max-width: 880px) {
  .quote {
    margin-bottom: 60px;
  }
}

.quote img {
  width: 100%;
  border-radius: 16px;
  display: block;
  aspect-ratio: 16/8;
  object-fit: cover;
}

.quote .text {
  background-color: #2F1042;
  color: white;
  border-radius:0 0 16px 16px;
  padding: 40px;
  margin: auto;
  position: relative;
  top: 0px;
  width: 100%;
  max-width: 577px;
  font-size: 26px;
}
.quote .text::after{
  content: url('../assets/img/misc-quote-2.svg');
  position: absolute;
  left: 0;
  top:0;
  transform: translate(-50%,-50%);
}
.quote .text::before{
  content: url('../assets/img/misc-quote-1.svg');
  position: absolute;
  right: 0;
  bottom:0;
  transform: translate(50%,50%);
}

@media (max-width: 880px) {
  .quote img {
    padding-right: 0;
    width: 100%;
  }
  .quote .text {
    margin-left: 0;
    margin-top: 60px;
    top: 0;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  max-height: 345px;
  overflow: hidden;
}

.swiper-container {
  height: 80%;
  width: 100%;
}

.swiper-container-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
}

.swiper-container-thumbs .swiper-slide {
  width: 25%;
  opacity: 0.4;
  aspect-ratio: 16/10;
}

.swiper-container-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background-color: #402154;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 14px !important;
}

#header-latest {
  width: 100%;
  min-height: 650px;
  height: 70vh;
  position: relative;
  z-index: 1;
  color: white;
  background-image: url(../assets/img/latest-header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

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

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

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

#header-latest-left #header-title {
  max-width: 780px;
}

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

#header-latest-right {
  width: 650px;
  height: auto;
  position: absolute;
  text-align: right;
  right: 12%;
  top: 60%;
  z-index: 2;
}

@media (max-width: 880px) {
  #header-latest-right {
    max-width: 50% !important;
    right: 6%;
    top: 72%;
  }
}

#header-latest-right img {
  max-width: 100%;
}

#header-latest::before {
  content: '';
  width: 100%;
  height: 175px;
  z-index: 2;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/partners-header-bottom.svg);
  background-size: cover;
  background-position: center;
}

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

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

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

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

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

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

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

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

#related-single-body-header {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 60px;
}

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

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

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

#related-single-body-header .author-picture img {
  width: 100%;
}

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

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

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

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

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

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

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

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

#related {
  background-color: #E8E3D9;
  padding-bottom: 200px;
  position: relative;
}

#related::before {
  content: '';
  width: 100%;
  height: 120px;
  z-index: 2;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  background-image: url(../assets/img/partners-top.svg);
  background-size: cover;
  background-position: center;
}

#related .content {
  max-width: 780px;
  padding: 0 16px;
  margin: auto;
  color: #2F1042;
}

#related .title-h5 {
  margin: 30px 0;
}

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

#related .paragraph {
  color: inherit;
  margin: 30px 0;
}

#related .picture {
  margin: 70px 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}

#related .picture img {
  width: 100%;
}

#related .signature {
  margin-top: 42px;
}

#news-home {
  padding: 160px 0;
  background-color: #FCC200;
  position: relative;
  top: -30px;
  z-index: 1;
}

#news-home::before {
  content: '';
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  top: -124px;
  z-index: 0;
  background-image: url(../assets/img/home-news-top-shape.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

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

#news-home .news {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}

@media (max-width: 880px) {
  #news-home .news {
    flex-wrap: wrap;
  }
}

#news-home .news .news-item {
  width: calc(100% / 3 - 10px);
  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) {
  #news-home .news .news-item {
    width: 100%;
  }
}

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

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

#news-home .news .news-item-content {
  background-color: white;
  padding: 30px;
}

#news-home .news .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);
}

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

#news-home .news .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;
}

#news-home .news .news-item-content .simple-button svg {
  margin-left: 16px;
}

#news-home .text-center {
  margin-top: 70px;
}

