<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  color: #000;
}

.page_conference p {
  /*
    font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.2;
  
    */
}

.page_conference h1 {
  /*
  font-size: 2.8125rem;
*/
  /*
  font-weight: 900;
*/
  line-height: 1;
}

.page_conference h2 {
  font-size: 1.5625rem;
  /*
  font-weight: 700;
  */
  line-height: 1.2;
}

.page_conference .font_20 {
  font-size: 0.8rem;
}

.page_conference .font_30 {
  font-size: 1.5625rem;
  font-size: 1rem;
}

.page_conference .font_40 {
  font-size: 2.08rem;
}

/* h2.font_40 {
		font-size: 3rem;
		color: #ff6600;
	} */

.page_conference .font_50 {
  font-size: 2.6rem;
}

.page_conference .font_60 {
  font-size: 3.125rem;
}

.page_conference .unit {
  text-align: center;
}

.page_conference {
  width: 100%;
}

.page_conference button {
  /*
    font-weight: 700;
*/
}

.page_conference .top_content {
  position: relative;
  background-color: var(--bs-black);
  overflow: hidden;
}

.page_conference .top_content .img_box .img {
  width: 100vw;
  /* height: 53.85vw; */
  height: auto;
  object-fit: contain;
}

.page_conference .top_content .text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_conference .top_content .text_box &gt; .container {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 75%;
  color: var(--bs-white);
  padding-top: 8vw;
  padding-bottom: 4vw;
}

.page_conference .top_content .text_box .container .title {
  margin-bottom: 5vw;
}

.page_conference .top_content .text_box .container .description {
  color: var(--bs-danger);
  max-width: 80%;
  line-height: 1.2;
  margin-bottom: 3vw;
}

.page_conference .top_content .text_box .container .text_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
  position: relative;
}

.page_conference .top_content .text_box .container .text_img::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 300%;
  left: auto;
  right: -12%;
  background-color: var(--y0);
}

.page_conference .top_content .text_box .container .text_img .left_text {
  width: 52%;
}

.page_conference .top_content .text_box .container .text_img .img {
  width: 40%;
  height: auto;
  object-fit: contain;
  object-position: top;
  display: block;
  margin-right: -6vw;
}

.page_conference .top_content .section-ft,
.page_conference .update_box .section-ft {
  margin-top: 0 !important;
}

.page_conference .top_content .section-ft .container {
  text-align: left !important;
}

.page_conference .top_content .section-ft .container .btn,
.page_conference .update_box .section-ft .container .btn {
  padding: 0.5em 1em;
  box-sizing: border-box;
  background-color: var(--bs-danger);
  border: none;
  /*
  font-size: 1.5625rem;
  font-weight: 700;
  */
  color: var(--bs-black);
  line-height: 1.2;
}

.page_conference .top_content .section-ft .container .btn:hover,
.page_conference .update_box .section-ft .container .btn:hover {
  background-color: var(--bs-black);
  color: var(--bs-white);
}

.page_conference .attend_box {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.page_conference .attend_box .container {
  display: flex;
}

.page_conference .attend_box .container .left {
  width: 30%;
  margin-right: 5vw;
}

.page_conference .attend_box .container .left .title {
  color: var(--bs-danger);
  position: relative;
}

.page_conference
  .attend_box
  .container
  .left
  .page_conference
  .attend_box
  .container
  .left
  .title::before {
  position: absolute;
  top: 0;
  left: -0.5em;
  content: "";
  display: inline-block;
  width: 2px;
  background-color: var(--bs-black);
  height: 100%;
}

.page_conference .attend_box .container .right {
  flex: 1;
  color: var(--bs-black);
  line-height: 1.2;
}

.page_conference .attend_box .container .right .item {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--bs-black);
  padding: 1em 0;
  box-sizing: border-box;
}

.page_conference .attend_box .container .right .item:last-child {
  border-bottom: none;
}

.page_conference .attend_box .container .right .item.no_des .title {
  margin-bottom: 0;
}

.page_conference .attend_box .container .right .item .img_box {
  width: 3.5vw;
  height: 6.5625vw;
  margin-right: 1vw;
  display: flex;
  align-items: center;
}

.page_conference .attend_box .container .right .item.include_des .img_box {
  align-items: unset;
}

.page_conference .attend_box .container .right .item .img {
  width: 77%;
  height: 74.7%;
  background-image: url(https://www.newenergynexus.com/wp-content/uploads/2023/07/Mask-Group-1-1@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}

.page_conference .attend_box .container .right .item:hover .img {
  /*
    width: 100%;
  height: 100%;
*/

  transform: scale(1.2);
}

.page_conference .attend_box .container .right .item .text_box {
  flex: 1;
}

.page_conference .attend_box .container .right .item .text_box .des {
  /*
  font-size: 1rem;
  */
}

.page_conference .join_box {
  background-color: var(--bs-black);
  padding: 2vw 0;
  box-sizing: border-box;
  padding-bottom: 3vw;
}

.page_conference .join_box .container &gt; .title {
  position: relative;
  color: var(--bs-danger);
  margin-bottom: 2vw;
}

.page_conference .join_box .container &gt; .title::before {
  position: absolute;
  top: 0;
  left: -0.5em;
  content: "";
  display: inline-block;
  width: 2px;
  background-color: var(--bs-danger);
  height: 100%;
}

.page_conference .join_box .container .box {
  display: flex;
  justify-content: space-around;
  line-height: 1.2;
}

.page_conference .join_box .container .item {
  width: 16.5vw;
}

.page_conference .join_box .container .item .img_box {
  position: relative;
}

.page_conference .join_box .container .item .img_box .back {
  position: absolute;
  background-color: #ff6600;
  width: 80%;
  height: 0;
  border-radius: 50%;
  padding-top: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.page_conference .join_box .container .item .img_box:hover .back {
  top: 47%;
  left: 45%;
  padding-top: 87%;
  width: 87%;
  opacity: 1;
}

.page_conference .join_box .container .item .text_box {
  text-align: center;
}

.page_conference .join_box .container .item .img {
  width: 80%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.page_conference .join_box .container .item .title {
  color: var(--y0);
}

.page_conference .join_box .container .item .des {
  color: var(--bs-white);
}

.page_conference .speakers_box {
  padding: 3vw 0;
}

.page_conference .speakers_box .container &gt; .title {
  position: relative;
  color: var(--bs-danger);
  margin-bottom: 2vw;
}

.page_conference .speakers_box .container &gt; .title::before {
  position: absolute;
  top: 0;
  left: -0.5em;
  content: "";
  display: inline-block;
  width: 2px;
  background-color: var(--bs-black);
  height: 100%;
}

.page_conference .speakers_box .container .box {
  display: flex;
  width: calc(100% + 1em);
  margin-left: -0.5em;
}

.page_conference .speakers_box .container .item {
  flex: 1;
  margin-right: 18px;
  background-color: var(--y0);
  padding: 1vw;
  padding-bottom: 2.5vw;
  box-sizing: border-box;
}

.page_conference .speakers_box .container .item .img_box {
  position: relative;
}

.page_conference .speakers_box .container .item .img {
  width: 80%;
  height: 0;
  padding-top: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page_conference .speakers_box .container .item .icon-linkedin {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page_conference .speakers_box .container .item:hover .icon-linkedin {
  opacity: 1;
}

.page_conference .speakers_box .container .item .text_box .name {
  margin-bottom: 1vw;
  color: var(--bs-black);
}

.page_conference .speakers_box .container .item .text_box .title {
  color: var(--bs-danger);
}

.page_conference .speakers_box .container .item .text_box .des {
  color: #4a4a4a;
}

.page_conference .speakers_box .container .item .text_box &gt; * {
  text-align: center;
}

.page_conference .update_box {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.page_conference .update_box .top_box {
  position: relative;
  background-color: var(--bs-black);
  padding: 5vw;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page_conference .update_box .top_box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.page_conference .update_box .top_box .img {
  width: 100%;
  height: 24.375vw;
  object-fit: cover;
  opacity: 0.4;
}

.page_conference .update_box .top_box .box {
  position: relative;
  z-index: 10;
  margin: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_conference .update_box .top_box .box .title {
  color: var(--y0);
  text-align: center;
  margin-bottom: 2vw;
}

.page_conference .update_box .top_box .box .date {
  color: var(--bs-white);
  margin-bottom: 2vw;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.page_conference .update_box .top_box .box .date .item .num {
  text-align: center;
  color: var(--bs-white);
  font-size: 3.75rem;
}

.page_conference .update_box .top_box .box button {
  padding: 0.5em 1em;
  box-sizing: border-box;
  background-color: var(--bs-danger);
  border: none;
}

.page_conference .update_box .bottom_box {
  width: 100%;
}

.page_conference .update_box .bottom_box .postion {
  width: 72.7vw;
  margin: 0 auto;
  padding-top: 3vw;
  box-sizing: border-box;
}

.page_conference .update_box .bottom_box .postion &gt; .title {
  text-align: center;
}

.page_conference .update_box .bottom_box .postion .divider {
  margin-bottom: 1vw;
}

.page_conference .update_box .bottom_box .postion .item {
  display: flex;
  padding: 2vw 1vw;
  box-sizing: border-box;
}

.page_conference .update_box .bottom_box .postion .item.item.full_title {
  padding: 1vw 1vw 0;
}

.page_conference .update_box .bottom_box .postion .item .right {
  padding: 0 2vw;
  box-sizing: border-box;
  flex: 1;
}

.page_conference .update_box .bottom_box .postion .item .left {
  margin-right: 3vw;
  width: 10em;
}

.page_conference .update_box .bottom_box .postion .item.full_title .left {
  opacity: 0;
}

.page_conference
  .update_box
  .bottom_box
  .postion
  .item.left_time_right_column_text {
  display: flex;
  padding: 2vw 1vw;
  box-sizing: border-box;
  padding-bottom: 0;
}

.page_conference
  .update_box
  .bottom_box
  .postion
  .item.left_time_right_column_text
  .left {
  margin-right: 3vw;
  width: 10em;
}

.page_conference
  .update_box
  .bottom_box
  .postion
  .item.left_time_right_column_text
  .right {
  flex: 1;
  display: flex;
  padding: 0;
}

.page_conference
  .update_box
  .bottom_box
  .postion
  .item.left_time_right_column_text
  .right
  .next_item {
  margin-right: 5vw;
  flex: 1;
}

.page_conference
  .update_box
  .bottom_box
  .postion
  .item.left_time_right_column_text
  .right
  .next_item:last-child {
  margin-right: 0;
}

.page_conference
  .update_box
  .bottom_box
  .postion
  .item.left_time_right_column_text
  .right
  .next_item
  .title {
  font-weight: bold;
  height: 4em;
  padding: 0 2vw;
  box-sizing: border-box;
}

.page_conference
  .update_box
  .bottom_box
  .postion
  .item.left_time_right_column_text
  .right
  .next_item
  .small_item {
  padding: 2vw;
  box-sizing: border-box;
}

.page_conference
  .update_box
  .bottom_box
  .postion
  .item.left_time_right_column_text
  .right
  .next_item
  .small_item:last-child {
  margin-bottom: 0;
}

.page_conference .update_box .bottom_box .postion .text {
  font-weight: 500;
}

.page_conference .update_box .bottom_box .postion h2.text {
  color: var(--y0);
}

.page_conference .update_box .bottom_box .postion .des {
  font-weight: 300;
}

.page_conference .update_box .bottom_box .postion .text,
.page_conference .update_box .bottom_box .postion .des {
  line-height: 1.2;
}

.page_conference .update_box .bottom_box .postion .des * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.page_conference .speakers_box .tip_text {
  text-align: center;
  margin-top: 3vw;
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
}

.page_conference .company_box {
  padding-top: 3vw;
  box-sizing: border-box;
}

.page_conference .company_box.last .logo_box {
  border: none;
}

.page_conference .company_box .title {
  color: var(--bs-danger);
  margin-bottom: 3rem;
  text-align: center;
}

.page_conference .company_box .logo_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 3vw;
  border-bottom: 2px solid var(--bs-black);
}

.page_conference .company_box .logo_box .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_conference .company_box .logo_box .img_box .img {
  width: 100%;
  object-fit: contain;
  height: 5vw;
}

.page_conference .contact_box {
  background-color: var(--bs-black);
  display: flex;
  justify-content: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  box-sizing: border-box;
}

.page_conference .contact_box .left {
  color: var(--bs-danger);
  margin-right: 20vw;
}

.page_conference .contact_box .right {
  color: var(--bs-white);
  position: relative;
}

.page_conference .contact_box .right::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  content: "";
  display: inline-block;
  width: 2px;
  background-color: var(--bs-danger);
  height: 100%;
}

.page_conference .filing_box {
  padding: 1vw 0;
  box-sizing: border-box;
  background-color: #4a4a4a;
}

.page_conference .filing_box .text {
  text-align: center;
  color: var(--bs-white);
}

.btn-toggle-search {
  display: none;
}

.page_conference .contact_box p {
  line-height: 1;
  margin-bottom: 0;
}

.page_conference .contact_box p:first-child {
  margin-bottom: 1em;
}

header.global-header nav.global-nav &gt; ul &gt; .menu-item:last-of-type a {
  color: var(--bs-danger);
}

section.block-hero-carousel &gt; .section-bd .slider-slide .slide-bd {
  position: relative;
}

section.block-hero-carousel &gt; .section-bd .slider-slide .slide-bd .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.block-world-map .section-bd &gt; div:last-child {
  padding-bottom: 0 !important;
}

section.block-world-map &gt; .section-bd .box &gt; .box-bd {
  position: relative !important;
}

section.block-world-map &gt; .section-bd .box &gt; .box-bd &gt; .map-marker {
  width: 1px;
  height: 1px;
  display: block !important;
}

section.block-world-map &gt; .section-bd .box &gt; .box-bd &gt; .map-marker svg {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: 3vw;
  height: 3vw;
}

@media (min-width: 2000px) {
  .page_conference .top_content .text_box .container .text_img .img {
    margin-right: 0;
  }

  .page_conference .top_content .text_box .container {
    background-size: cover;
  }
}

@media (max-width: 1600px) {
  .page_conference .top_content .text_box .container .text_img .img {
    margin-right: 0;
  }

  .page_conference .top_content .text_box .container .text_img::after {
    right: -5%;
  }
}

@media (max-width: 1400px) {
  .page_conference .top_content .text_box .container .text_img::after {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .page_conference .top_content .text_box .container .text_img .img {
    margin-right: 0;
  }

  .page_conference .top_content .text_box .container .text_img::after {
    right: -2%;
  }

  .page_conference .update_box .top_box .box {
    width: 80%;
  }

  .page_conference .update_box .top_box .img {
    height: 100vw;
  }

  .page_conference
    .update_box
    .bottom_box
    .postion
    .item.left_time_right_column_text
    .right {
    flex-direction: column;
  }

  .page_conference .contact_box .left {
    margin-right: 8vw;
  }

  .page_conference .company_box .logo_box .img_box .img {
    height: 8vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 3vw;
  }

  .page_conference
    .update_box
    .bottom_box
    .postion
    .box2
    .item.style2
    .right
    .next_item
    .title {
    height: 4em;
  }

  .page_conference .update_box {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .page_conference .attend_box .container,
  .page_conference .join_box .container .box,
  .page_conference .speakers_box .container .box,
  .page_conference .contact_box,
  .page_conference .top_content .text_box .container .text_img,
  .page_conference .update_box .bottom_box .postion .item {
    flex-direction: column;
  }

  .page_conference .join_box .container .item {
    width: 100%;
  }

  .page_conference .join_box .container .item .img,
  .page_conference .speakers_box .container .item .img {
    width: 50%;
    padding-top: 70%;
  }

  .page_conference .speakers_box .container .box {
    width: 100%;
    margin-left: 0;
  }

  .page_conference .speakers_box .container .item {
    margin-right: 0;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }

  .page_conference .update_box .top_box .img {
    height: 100vw;
  }

  .page_conference .update_box .top_box .box {
    width: 100%;
    padding: 0 5vw;
  }

  .page_conference .update_box .top_box .box .title,
  .page_conference .update_box .top_box .box .date,
  .page_conference .update_box .bottom_box .postion .box2 .item,
  .page_conference .update_box .tip_text,
  .page_conference .top_content .text_box .container .text_img {
    margin-bottom: 5vw;
  }

  .page_conference .update_box .bottom_box .postion .item {
    padding-bottom: 5vw;
  }

  .page_conference .update_box .bottom_box .postion .item.item.full_title {
    padding: 5vw;
  }

  .page_conference .update_box .bottom_box .postion .item.full_title .left {
    display: none;
  }

  .page_conference
    .update_box
    .bottom_box
    .postion
    .item.full_title
    .right
    .text {
    text-align: center;
  }

  .page_conference .update_box .bottom_box .postion,
  .page_conference .company_box {
    width: 90vw;
  }

  .page_conference .update_box .bottom_box .postion .box2 .content,
  .page_conference .update_box .bottom_box .postion .box3 .content,
  .page_conference .filing_box {
    padding: 5vw 0;
  }

  .page_conference
    .update_box
    .bottom_box
    .postion
    .item.left_time_right_column_text
    .next_item {
    margin-right: 0;
    margin-bottom: 5vw;
  }

  .page_conference .company_box .logo_box .img {
    height: 15vw;
    object-fit: contain;
    margin-bottom: 5vw;
  }

  .page_conference .company_box .logo_box.style1 .img {
    height: 5vw;
    object-fit: contain;
  }

  .page_conference .contact_box,
  .page_conference .join_box {
    padding: 5vw;
  }

  .page_conference .contact_box .right::before,
  .page_conference .speakers_box .container &gt; .title::before,
  .page_conference .join_box .container &gt; .title::before,
  .page_conference .attend_box .container .left .title::before {
    left: -2vw;
  }

  .page_conference .attend_box .container .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }

  .page_conference .attend_box .container .right .item .img {
    width: 5vw;
    height: 10vw;
  }

  .page_conference .attend_box,
  .page_conference .speakers_box {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .page_conference .top_content .text_box .container .description {
    max-width: 100%;
    margin-bottom: 5vw;
  }

  .page_conference .top_content .text_box .container .text_img .left_text {
    width: 100%;
    margin-bottom: 5vw;
  }

  .page_conference .top_content .text_box .container .text_img .img {
    width: 50%;
  }

  .page_conference .update_box .bottom_box .postion .item .left,
  .page_conference
    .update_box
    .bottom_box
    .postion
    .item.left_time_right_column_text
    .left {
    padding: 0 2vw;
    width: 100%;
  }

  .page_conference .company_box .logo_box .img_box .img {
    height: 19vw;
  }
}

.bs-tooltip-top {
  margin-bottom: 50px !important;
}

footer.global-footer {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

footer .social-links a[href*="linkedin.com"]::before {
  display: inline-block;
  content: "\f08c";

  width: 1em;
  height: 1em;
  font-size: 1em;
  font-family: var(--fa-style-family-brands);
}

footer .social-links a[href*="twitter.com"]::before {
  display: inline-block;
  content: "\e61b";

  width: 1em;
  height: 1em;
  font-size: 1em;
  font-family: var(--fa-style-family-brands);
}

footer .social-links a[href*="facebook.com"]::before {
  display: inline-block;
  content: "\f09a";

  width: 1em;
  height: 1em;
  font-size: 1em;
  font-family: var(--fa-style-family-brands);
}

footer .social-links a[href*="youtube.com"]::before {
  display: inline-block;
  content: "\f167";

  width: 1em;
  height: 1em;
  font-size: 1em;
  font-family: var(--fa-style-family-brands);
}

footer .social-links a[href*="bit.ly"]::before {
  display: inline-block;
  content: "\f198";

  width: 1em;
  height: 1em;
  font-size: 1em;
  font-family: var(--fa-style-family-brands);
}

.block-news-blog .box-bd {
  padding: 2em;
}

.block-news-blog .d-block {
  color: #fff;
  background-color: #000;
}

.block-news-blog .col {
  margin-bottom: 1em;
  display: flex;
}

.block-news-blog .news_date {
  margin-bottom: 1em;
}

section.block-news-blog &gt; .section-bd .box:hover &gt; .box-bd,
section.block-news-blog &gt; .section-bd .box:active &gt; .box-bd {
  -webkit-transform: translate(0, -2rem);
  -ms-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
}

section.block-news-blog &gt; .section-bd .box &gt; .box-bd {
  padding: 2rem 1.75rem 0rem;
  font-size: 1.25rem;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section.block-news-blog &gt; .section-bd .box .read-more,
section.block-news-blog &gt; .section-bd .box .read-more {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
}

section.block-news-blog &gt; .section-bd .box:hover .read-more,
section.block-news-blog &gt; .section-bd .box:hover .read-more {
  opacity: 1;
}

footer.global-footer .social-links li a {
  font-size: 1.4em;
}

.block-testimonials .swiper_list .title &gt; *:last-child,
.block-testimonials .swiper_list .description &gt; *:last-child {
  margin: 0;
}

.block-testimonials .swiper_list .title {
  margin-bottom: 2vw;
}

.block-testimonials .swiper_list .description {
  margin-bottom: 3vw;
}

.block-testimonials .swiper_list .description {
  min-height: 10vw;
}

.block-testimonials .swiper_list .slide_container {
  display: flex;
  align-items: center;
}

.block-testimonials .swiper_list .left {
  margin-right: 2em;
}

.block-testimonials .swiper_list .left .back_img {
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background-color: #d8d8d8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-testimonials .swiper_list .right .text &gt; *:first-child {
  margin-bottom: 0;
}

.block-testimonials .swiper_list .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 3vw;
}

.block-testimonials .swiper_list .swiper-pagination .swiper-pagination-bullet {
  background: #d8d8d8;
  border: 2px solid transparent;
  box-sizing: border-box;
  margin: 0 5px;
  opacity: 1;
  width: 6px;
  height: 6px;
  opacity: 0.5;
}

.block-testimonials
  .swiper_list
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: var(--bs-danger);
  opacity: 1;
}

.block-testimonials .swiper_list .right .name a {
  text-decoration: underline;
  font-weight: bold;
}

.block-testimonials .swiper_list .right .name &gt; *:last-child {
  margin-bottom: 0.5em;
}

.block-timeline .list_title &gt; *:last-child,
.block-timeline .time_box .time &gt; *:last-child,
.block-timeline .text_box .small_box .title &gt; *:last-child,
.block-timeline .text_box .small_box .description &gt; *:last-child {
  margin-bottom: 0;
}

.block-timeline .time_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.block-timeline .time_box .time {
  width: calc(100% / 6);
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 3px solid var(--bs-black);
  border-bottom: 3px solid var(--bs-black);
  box-sizing: border-box;
  cursor: pointer;
}

.block-timeline .text_box {
  position: relative;
  height: auto;
  transition: height 0.5s ease-in-out;
}

.block-timeline .text_box .small_box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.block-timeline .text_box .small_box.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out 0.5s, visibility 0.5s ease-in-out 0.5s;
}

.block-timeline .text_box .small_box .title {
  padding-bottom: 2vw;
  box-sizing: border-box;
}

.block-timeline .time_box .time:nth-child(6n) {
  border-right: none;
}

.block-timeline .time_box .time.bottom_none {
  border-bottom: none;
}

header.global-header nav.global-nav {
  display: flex;
  align-items: center;
}

header.global-header nav.global-nav .language_group {
  margin-left: 1rem;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}

header.global-header nav.global-nav .language_group .title {
  position: relative;
  font-weight: bold;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

header.global-header nav.global-nav .language_group .title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid #d8d8d8;
  margin-left: 0.5em;
}

header.global-header nav.global-nav .language_group .dropdown_content {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 1rem;
  box-sizing: border-box;
  background-color: var(--bs-white);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

header.global-header
  nav.global-nav
  .language_group
  .title.show
  + .dropdown_content {
  opacity: 1;
  visibility: visible;
}

header.global-header .logo {
  margin-bottom: 10px;
}

.has_border {
  padding-left: 1em;
  padding-right: 1em;
  border: 2px solid #000;
  border-radius: 0px;
  text-transform: uppercase;
}

.has_border a::after {
  border-bottom-width: 0 !important;
}

.has_border a {
  color: var(--bs-danger) !important;
}

.block-image-text-cards .col {
  margin-bottom: 1.5em;
}

.block-testimonials a {
  text-decoration: underline;
}

.mt-9 {
  padding-top: 3vh;
}
.block-impact-report video {
  width: 100%;
  height: auto;
}

.section-hd {
  position: relative;
  z-index: 10;
}

blockquote {
  border-left: 4px solid #ff6600;
  padding-left: 1.5em;
  margin-top: 4em;
}

blockquote p {
  font-weight: 500;
}

blockquote p:last-of-type {
  font-weight: 300;
}

.wp-caption-text,
article .wp-caption-text {
  color: #808080;
  opacity: 1;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 1em;
  padding-top: 1em;
  font-size: 1rem;
}

.addtoany_shortcode {
  margin-top: 1em;
}

footer.global-footer .social_links .icon_box .back_img:hover {
  filter: invert(50%) sepia(62%) saturate(4932%) hue-rotate(5deg)
    brightness(104%) contrast(111%);
}
</pre></body></html>