@charset "UTF-8";
/**
 * @param {Direction} $direction - `top`, `right`, `bottom` or `left`
 * When class added, fadeIn with slide from direction
 */
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-Black.woff2") format("woff2"), url("../webfonts/Inter18pt-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-ExtraBold.woff2") format("woff2"), url("../webfonts/Inter18pt-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-Bold.woff2") format("woff2"), url("../webfonts/Inter18pt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-SemiBold.woff2") format("woff2"), url("../webfonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-Medium.woff2") format("woff2"), url("../webfonts/Inter18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-Regular.woff2") format("woff2"), url("../webfonts/Inter18pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-Light.woff2") format("woff2"), url("../webfonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-ExtraLight.woff2") format("woff2"), url("../webfonts/Inter18pt-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter 18pt";
  src: url("../webfonts/Inter18pt-Thin.woff2") format("woff2"), url("../webfonts/Inter18pt-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* COLORS */
/* TRANSITIONS */
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #135EE2;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.container-site {
  max-width: 1116px;
}

.container-wide {
  max-width: 1296px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-wider {
  max-width: 1422px;
  padding-left: 16px;
  padding-right: 16px;
}

.skip-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.skip-links a {
  display: inline;
  position: absolute;
  left: -9000em;
  z-index: 100;
  font-size: 0;
}
.skip-links a:hover, .skip-links a:focus, .skip-links a:active {
  background: #666;
  border: 2px solid #000;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

.modal-video {
  z-index: 9999;
}

.mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  background-color: #135EE2 !important;
}

.tooltip_templates {
  display: none;
}

.tooltip-aria {
  position: absolute;
  visibility: hidden;
}

.tooltipstered.dictionary-word {
  border-bottom: 2px dashed #135EE2;
}

.tooltipster-base .tooltipster-box {
  background-color: #135EE2;
  border: 0;
  border-radius: 0;
}
.tooltipster-base .tooltipster-box .tooltipster-content {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 16px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  top: auto;
  bottom: 1px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #135ee2;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #135EE2;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  bottom: auto;
  top: -1px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #135ee2 !important;
  top: 1px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #135EE2 !important;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #135ee2 !important;
  top: 1px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #135EE2 !important;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #135ee2 !important;
  top: 1px;
}
.tooltipster-base.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #135EE2 !important;
}

.btn {
  background: none;
  border: 0;
  cursor: pointer;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.btn-link:link, .btn-link:visited, .btn-link:hover, .btn-link:active {
  text-decoration: none;
}
.btn-default {
  box-shadow: 0px 1px 6px 0px rgba(163, 163, 163, 0.4);
  background-color: #135EE2;
  border-radius: 100px;
  color: #ffffff !important;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
}
.btn-default:hover {
  background-color: #135EE2;
  color: #ffffff;
  text-decoration: underline;
}
.btn-default-invert {
  box-shadow: 0px 1px 6px 0px rgba(163, 163, 163, 0.4);
  background-color: #ffffff;
  border-radius: 100px;
  color: #135EE2 !important;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 40px;
  transition: all 0.25s ease-in-out;
}
.btn-default-invert:hover {
  background-color: #ffffff;
  color: #135EE2;
  text-decoration: underline;
}
.btn-square {
  padding: 13px 25px;
  background-color: #135EE2;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-block;
  margin-top: 32px;
  font-size: 1.6rem;
}
.btn-brand {
  background-color: #135EE2;
  color: #ffffff;
}
.btn-brand:link, .btn-brand:visited, .btn-brand:active {
  color: #ffffff;
}
.btn-brand:hover {
  background-color: rgba(19, 94, 226, 0.5);
  color: #ffffff;
}
.btn-white {
  background-color: #ffffff;
  color: #135EE2;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.41);
  padding: 8px 20px;
  min-width: 95px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-white:hover {
  background-color: #135EE2;
  color: #ffffff;
}

.cookies-area .btn {
  padding: 15px 30px;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  color: #135EE2;
  border: 0;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  line-height: 1;
  vertical-align: middle;
  transition: all 250ms ease-in-out;
  user-select: none;
}
.cookies-area .btn-red {
  background-color: #135EE2;
  color: white;
}
.cookies-area .btn + .btn {
  margin-left: 10px;
}
.cookies-area .btn-pseudo {
  background: none;
  color: #135EE2;
  border: none;
  cursor: pointer;
}
.cookies-area .btn-pseudo img {
  margin-top: -2px;
  margin-right: 10px;
}

.cookies-area.modal .modal-content {
  border-radius: 5px;
  border: none;
  padding: 15px 25px;
}
.cookies-area.modal .modal-content .modal-header {
  border-bottom: none;
}
.cookies-area.modal .modal-content .modal-header .modal-title {
  display: flex;
  align-items: center;
}
.cookies-area.modal .modal-content .modal-header .modal-title img {
  margin-right: 10px;
  height: 3rem;
}
.cookies-area.modal .modal-content .modal-header .modal-title {
  font-size: 2.4rem;
}
.cookies-area.modal .modal-content .modal-body p {
  margin: 20px 0;
}
.cookies-area.modal .modal-content .modal-body p:first-child {
  margin-top: 0;
}
.cookies-area.modal .modal-content .modal-body .form-fields {
  display: flex;
  align-items: center;
}
.cookies-area.modal .modal-content .modal-body .form-fields input {
  margin-right: 10px;
}
.cookies-area.modal .modal-content .modal-body .form-fields input + label {
  margin-right: 20px;
}
.cookies-area.modal .modal-content .modal-body .form-fields label {
  margin-bottom: 0;
}
.cookies-area.modal .modal-content .modal-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 15px;
}

.uc-cookies-policy {
  display: none;
  position: fixed;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 98;
  pointer-events: none;
}
.uc-cookies-policy .uc-cookies-policy__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 auto 15px auto;
  background-color: #deedf2;
  border: 1px solid #c3dee7;
  padding: 25px 25px 25px 30px;
  border-radius: 5px;
  box-shadow: 1px 17px 56px -5px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
}
@media (max-width: 1024px) {
  .uc-cookies-policy .uc-cookies-policy__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
    margin-right: 15px;
    padding: 15px;
  }
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__image-text {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__image-text {
    width: 100%;
  }
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__image {
  width: 50px;
  flex: 0 0 50px;
  max-width: 50px;
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__image img {
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__image {
    display: none;
  }
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__title {
  padding-bottom: 0;
  font-weight: 400;
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__description--short {
  max-width: 300px;
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__description + .uc-cookies-policy__description {
  padding-top: 3px;
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__description:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__description {
    padding: 0 25px;
  }
}
.uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__button {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__button {
    margin-top: 10px;
    width: 100%;
    padding: 15px 0 0 50px;
  }
}
@media (max-width: 767px) {
  .uc-cookies-policy .uc-cookies-policy__inner .uc-cookies-policy__button .button {
    padding-left: 39px;
    padding-right: 39px;
  }
}
.uc-cookies-policy.is--active {
  display: flex;
}
.uc-cookies-policy.is--confirmed, .uc-cookies-policy.is--accepted, .uc-cookies-policy.is--notaccepted {
  display: none;
}

.homepage.homepage-report {
  overflow-y: hidden;
}
.homepage.homepage-report .hero {
  margin-bottom: 30px;
}
.homepage.homepage-report .hero .container-site {
  max-width: 1330px;
}
.homepage.homepage-report .hero .hero-main .swiper-slide {
  position: relative;
}
.homepage.homepage-report .hero .hero-main .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  font-family: "object-fit: cover;";
}
.homepage.homepage-report .hero .hero-main .swiper-slide .content {
  padding: 60px 100px 60px 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .homepage.homepage-report .hero .hero-main .swiper-slide .content {
    padding: 40px 100px 40px 100px;
  }
}
@media (max-width: 991px) {
  .homepage.homepage-report .hero .hero-main .swiper-slide .content {
    padding: 100px;
  }
}
@media (max-width: 767px) {
  .homepage.homepage-report .hero .hero-main .swiper-slide .content {
    padding: 100px 50px;
  }
}
@media (max-width: 575px) {
  .homepage.homepage-report .hero .hero-main .swiper-slide .content {
    padding: 50px 15px;
  }
}
.homepage.homepage-report .hero .hero-main .swiper-slide .content .content-text {
  background-color: #ffffff;
  border-radius: 5px;
  max-width: 465px;
  padding: 45px;
}
.homepage.homepage-report .hero .hero-main .swiper-slide .content .title {
  font-size: 3.6rem;
  line-height: 1.25;
  color: #135EE2;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 1600px) {
  .homepage.homepage-report .hero .hero-main .swiper-slide .content .title {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .homepage.homepage-report .hero .hero-main .swiper-slide .content .title {
    font-size: 3rem;
  }
}
.homepage.homepage-report .hero .hero-main .swiper-slide .content .text {
  color: #000000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}
.homepage.homepage-report .hero .hero-main .swiper-slide .content a {
  padding: 13px 25px;
  background-color: #135EE2;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  border-radius: 0.5rem;
  color: #ffffff;
  display: inline-block;
  margin-top: 15px;
  font-size: 1.3rem;
}
.homepage.homepage-report .hero .hero-main .swiper-button-prev,
.homepage.homepage-report .hero .hero-main .swiper-button-next {
  background: none;
  width: 18px;
  height: 18px;
  margin: 0 20px;
}
.homepage.homepage-report .hero .hero-main .swiper-button-prev svg,
.homepage.homepage-report .hero .hero-main .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.homepage.homepage-report .hero .hero-main .swiper-button-prev svg path,
.homepage.homepage-report .hero .hero-main .swiper-button-next svg path {
  stroke: #000000;
}
.homepage.homepage-report .hero .hero-main .swiper-button-prev {
  transform: rotate(180deg);
}
.homepage.homepage-report .hashtags {
  margin-bottom: 35px;
}
.homepage.homepage-report .hashtags .hashtags-main {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .homepage.homepage-report .hashtags .hashtags-main {
    flex-direction: column;
    align-items: flex-start;
  }
}
.homepage.homepage-report .hashtags .hashtags-main h2 {
  color: #000000;
  font-size: 3rem;
  line-height: 1.3;
  margin-right: 25px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .homepage.homepage-report .hashtags .hashtags-main h2 {
    margin-bottom: 15px;
  }
}
.homepage.homepage-report .hashtags .hashtags-main .hashtags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.homepage.homepage-report .hashtags .hashtags-main .hashtags-list li a {
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  color: #8c8c8c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 300;
  height: 40px;
  margin: 3px;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
}
.homepage.homepage-report .hashtags .hashtags-main .hashtags-list li a:hover, .homepage.homepage-report .hashtags .hashtags-main .hashtags-list li a.active {
  color: #135EE2;
}
.homepage.homepage-report .hashtags-articles .col-card {
  margin-bottom: 30px;
}
.homepage.homepage-report .hashtags-articles .card {
  border: 0;
  border-radius: 5px;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  min-height: 310px;
  height: 100%;
}
@media (max-width: 991px) {
  .homepage.homepage-report .hashtags-articles .card {
    min-height: 1px;
  }
}
.homepage.homepage-report .hashtags-articles .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.5rem;
  font-family: "object-fit: cover;";
}
.homepage.homepage-report .hashtags-articles .card .label {
  position: relative;
  z-index: 2;
  margin: 20px;
  border-radius: 0.5rem;
  background-color: #ffffff;
  width: 50%;
}
.homepage.homepage-report .hashtags-articles .card .label .info {
  padding: 15px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.homepage.homepage-report .hashtags-articles .card .label .info .tag {
  color: #000000;
  font-size: 1.3rem;
  display: block;
}
.homepage.homepage-report .hashtags-articles .card .label .info .title {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin: 5px 0;
}
.homepage.homepage-report .hashtags-articles .card .label .info .text {
  color: #000000;
}
.homepage.homepage-report .hashtags-articles .card .label .button {
  padding: 20px;
}
.homepage.homepage-report .hashtags-articles .card .label .button a {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  padding: 10px 30px;
  color: #135EE2;
  font-size: 1.3rem;
  border-radius: 0.4rem;
}
.homepage.homepage-report .hashtags-articles .ajax-info .loading,
.homepage.homepage-report .hashtags-articles .ajax-info .loading-error {
  display: none;
}
.homepage.homepage-report .hashtags-articles .hashtags-posts-load-more {
  background-color: #135EE2;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1.3rem;
  margin-bottom: 30px;
  padding: 13px 25px;
}
.homepage.homepage-report .hashtags-articles .hashtags-posts-load-more:focus {
  outline: none;
}
.homepage.homepage-report .news-slider {
  margin-bottom: 30px;
}
.homepage.homepage-report .news-slider h2 {
  color: #000000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.homepage.homepage-report .news-slider .news-slider-main .news-bg {
  position: relative;
  height: 400px;
  margin-bottom: -110px;
}
.homepage.homepage-report .news-slider .news-slider-main .news-bg .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  z-index: 1;
  border-radius: 0.5rem;
  font-family: "object-fit: cover;";
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles {
  padding: 0 60px;
  position: relative;
}
@media (max-width: 575px) {
  .homepage.homepage-report .news-slider .news-slider-main .news-tiles {
    padding: 0 30px;
  }
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide {
  flex: 1 0 auto;
  height: auto;
  min-height: 100%;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card {
  border: 0;
  border-radius: 5px;
  height: 100%;
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 0.5rem;
  font-family: "object-fit: cover;";
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card .label {
  position: relative;
  z-index: 2;
  margin: 60px 20px 20px;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card .label .info {
  padding: 15px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card .label .info .date {
  color: #4d4d4d;
  font-size: 1.3rem;
  display: block;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card .label .info .title {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  margin: 5px 0;
  max-height: 132px;
  overflow: hidden;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card .label .info .tag {
  color: #000000;
  font-size: 1.3rem;
  display: block;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card .label .button {
  padding: 20px;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-news .swiper-slide .card .label .button a {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  padding: 10px 30px;
  color: #135EE2;
  font-size: 1.3rem;
  border-radius: 0.4rem;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-button-prev,
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-button-next {
  background: none;
  width: 18px;
  height: 18px;
  margin: 0;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-button-prev svg,
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-button-prev svg path,
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-button-next svg path {
  stroke: #000000;
}
.homepage.homepage-report .news-slider .news-slider-main .news-tiles .swiper-button-prev {
  transform: rotate(180deg);
}
.homepage.homepage-report .esg-results {
  margin-bottom: 30px;
}
.homepage.homepage-report .esg-results .esg-main {
  position: relative;
}
.homepage.homepage-report .esg-results .esg-main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  border-radius: 0.5rem;
  font-family: "object-fit: cover;";
}
.homepage.homepage-report .esg-results .esg-main .content {
  padding: 90px 60px 70px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .homepage.homepage-report .esg-results .esg-main .content {
    text-shadow: 0 0 10px #000;
  }
}
@media (max-width: 575px) {
  .homepage.homepage-report .esg-results .esg-main .content {
    padding: 70px 15px 50px;
  }
}
.homepage.homepage-report .esg-results .esg-main .content .left-side {
  color: #ffffff;
}
.homepage.homepage-report .esg-results .esg-main .content .left-side .title {
  font-size: 3.2rem;
  line-height: 1.15;
}
.homepage.homepage-report .esg-results .esg-main .content .left-side .text {
  display: block;
  font-size: 1.6rem;
  margin: 20px 0 30px;
  max-width: 320px;
}
.homepage.homepage-report .esg-results .esg-main .content .left-side a {
  padding: 13px 30px;
  background-color: #ffffff;
  color: #135EE2;
  border-radius: 0.4rem;
  font-size: 1.3rem;
}
@media (max-width: 991px) {
  .homepage.homepage-report .esg-results .esg-main .content .right-side {
    margin-top: 50px;
  }
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .nav {
  display: flex;
  border-bottom: 1px solid rgba(241, 241, 241, 0.5);
  width: fit-content;
}
@media (max-width: 575px) {
  .homepage.homepage-report .esg-results .esg-main .content .right-side .nav {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 380px) {
  .homepage.homepage-report .esg-results .esg-main .content .right-side .nav {
    flex-direction: column;
    border-bottom: 0;
  }
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .nav li {
  padding-bottom: 4px;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .nav li a {
  color: #ffffff;
  font-size: 2rem;
  padding-bottom: 5px;
  text-shadow: 0 0 10px #000;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .nav li a.active {
  border-bottom: 3px solid #ffffff;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .nav li + li {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .homepage.homepage-report .esg-results .esg-main .content .right-side .nav li + li {
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .homepage.homepage-report .esg-results .esg-main .content .right-side .nav li + li {
    margin-top: 10px;
  }
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content {
  margin-top: 40px;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper {
  height: 300px;
  width: 540px;
}
@media (max-width: 767px) {
  .homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper {
    width: 100%;
  }
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container {
  width: 100%;
  height: 100%;
  position: static;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container:not(.swiper-esg) .swiper-slide {
  max-height: 150px;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  max-width: 250px;
}
@media (max-width: 767px) {
  .homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    max-width: 100%;
  }
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content {
  border: 1px solid #ffffff;
  padding: 15px 10px 15px 25px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  height: inherit;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .big-number {
  display: flex;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .big-number .value {
  font-size: 3.2rem;
  display: block;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .big-number .units {
  display: block;
  align-self: center;
  margin-left: 5px;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .big-number .units .unit {
  font-size: 1.6rem;
  line-height: 0.9;
  display: block;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .big-number img {
  width: 30px;
  height: auto;
  margin-left: auto;
  align-self: flex-start;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-wrapper .swiper-slide .slide-content .caption {
  display: block;
  font-size: 1.5rem;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-pagination {
  background-color: #f1f1f1;
  left: -20px;
  top: 120px;
  width: 1px;
}
@media (max-width: 767px) {
  .homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-pagination {
    display: none;
  }
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 35px;
  margin: 0;
  position: relative;
  left: -21px;
  padding-right: 20px;
  padding-top: 10px;
  border-right: 3px solid #000000;
  background: none;
  border-radius: 0;
  font-size: 1rem;
  color: #ffffff;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet button {
  background: transparent;
  color: white;
  border: none;
}
.homepage.homepage-report .esg-results .esg-main .content .right-side .tab-content .content-wrapper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border-right: 3px solid #ffffff;
}
.homepage.homepage-report .letter {
  margin-bottom: 30px;
  position: relative;
}
.homepage.homepage-report .letter::after {
  background-color: #f8f8f8;
  content: "";
  position: absolute;
  top: -255px;
  left: 0;
  width: 100%;
  height: 1000vh;
  z-index: -1;
}
.homepage.homepage-report .letter h2 {
  color: #000000;
  font-size: 3.2rem;
  line-height: 1.15;
  margin-bottom: 25px;
}
.homepage.homepage-report .letter .letter-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  align-items: center;
  min-height: 570px;
  padding: 30px 60px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homepage.homepage-report .letter .letter-main::after {
    content: "";
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .homepage.homepage-report .letter .letter-main {
    background-image: none !important;
    background-position: center right;
    min-height: 1px;
    padding: 0;
  }
}
.homepage.homepage-report .letter .letter-main > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .homepage.homepage-report .letter .letter-main > div {
    display: block;
  }
}
.homepage.homepage-report .letter .letter-main .letter-image-mobile {
  display: none;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .homepage.homepage-report .letter .letter-main .letter-image-mobile {
    display: block;
  }
}
.homepage.homepage-report .letter .letter-main .quote {
  padding-left: 60px;
  position: relative;
  width: 100%;
  max-width: 435px;
}
@media (max-width: 767px) {
  .homepage.homepage-report .letter .letter-main .quote {
    padding-left: 40px;
  }
}
.homepage.homepage-report .letter .letter-main .quote svg {
  position: absolute;
  top: 2px;
  left: 0;
}
@media (max-width: 767px) {
  .homepage.homepage-report .letter .letter-main .quote svg {
    width: 24px;
  }
}
.homepage.homepage-report .letter .letter-main .quote p {
  color: #000000;
  font-size: 1.6rem;
}
.homepage.homepage-report .letter .letter-main a.link-more {
  background-color: #ffffff;
  border-radius: 0.4rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  color: #135EE2;
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 25px;
  padding: 10px 30px;
}
.homepage.homepage-report .news {
  margin-bottom: 10px;
}
.homepage.homepage-report .news .news-main .big-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.homepage.homepage-report .news .news-main .big-cards .card {
  justify-content: flex-end;
  position: relative;
  flex: 0 49%;
  margin-bottom: 20px;
  border: 0;
}
@media (max-width: 991px) {
  .homepage.homepage-report .news .news-main .big-cards .card {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .homepage.homepage-report .news .news-main .big-cards .card {
    flex: 0 100%;
    margin-bottom: 0;
  }
}
.homepage.homepage-report .news .news-main .big-cards .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  z-index: 1;
  border-radius: 0.5rem;
  font-family: "object-fit: cover;";
}
.homepage.homepage-report .news .news-main .big-cards .card .label {
  position: relative;
  z-index: 2;
  margin: 125px 20px 20px;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.homepage.homepage-report .news .news-main .big-cards .card .label .info {
  padding: 15px 30px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.homepage.homepage-report .news .news-main .big-cards .card .label .info .title {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.15;
  display: inline-block;
  margin: 20px 0 15px;
}
@media (max-width: 575px) {
  .homepage.homepage-report .news .news-main .big-cards .card .label .info .title {
    font-size: 2.5rem;
  }
}
.homepage.homepage-report .news .news-main .big-cards .card .label .info .text {
  color: #000000;
  display: inline-block;
}
.homepage.homepage-report .news .news-main .big-cards .card .label .button {
  padding: 25px 30px 30px;
}
.homepage.homepage-report .news .news-main .big-cards .card .label .button a {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  padding: 10px 30px;
  color: #135EE2;
  font-size: 1.3rem;
  border-radius: 0.4rem;
}
.homepage.homepage-report .sdgs {
  margin-bottom: 60px;
}
.homepage.homepage-report .sdgs h2 {
  color: #000000;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 25px;
}
.homepage.homepage-report .sdgs .sdgs-main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  align-items: center;
  min-height: 535px;
  padding: 30px 45px;
  text-shadow: 0 0 10px #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .homepage.homepage-report .sdgs .sdgs-main::after {
    content: "";
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .homepage.homepage-report .sdgs .sdgs-main {
    padding: 30px;
  }
}
.homepage.homepage-report .sdgs .sdgs-main > div {
  width: 100%;
}
@media (max-width: 767px) {
  .homepage.homepage-report .sdgs .sdgs-main .text {
    background: white;
    padding: 10px;
    border-radius: 5px;
  }
}
.homepage.homepage-report .sdgs .sdgs-main .text p {
  color: #000000;
  width: 100%;
  max-width: 220px;
}
.homepage.homepage-report .sdgs .sdgs-main a.link-more {
  background-color: #ffffff;
  border-radius: 0.4rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  color: #135EE2;
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 25px;
  padding: 10px 30px;
}
.homepage.homepage-report .sdgs .sdgs-main .sdgs-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .homepage.homepage-report .sdgs .sdgs-main .sdgs-list {
    margin-top: 15px;
  }
}
.homepage.homepage-report .sdgs .sdgs-main .sdgs-list li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px;
}
.homepage.homepage-report .sdgs .sdgs-main .sdgs-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage.homepage-report .sdgs .sdgs-main .sdgs-list li a img {
  width: 100%;
  height: auto;
}

.homepage.homepage-esg .section-title {
  color: #0A285C;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.homepage.homepage-esg .hero {
  margin-bottom: 64px;
  position: relative;
}
.homepage.homepage-esg .hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.homepage.homepage-esg .hero .hero-container {
  display: flex;
  align-items: flex-end;
  min-height: 640px;
  position: relative;
  z-index: 1;
}
.homepage.homepage-esg .hero .hero-container .hero-content {
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 32px;
  width: 100%;
  max-width: 515px;
}
.homepage.homepage-esg .hero .hero-container .hero-content .hero-title {
  color: #0A285C;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 8px;
}
.homepage.homepage-esg .hero .hero-container .hero-content .hero-text {
  color: #0A285C;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 32px;
}
.homepage.homepage-esg .news {
  margin-bottom: 64px;
}
.homepage.homepage-esg .news .news-section-title {
  margin-bottom: 40px;
}
.homepage.homepage-esg .news .news-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .homepage.homepage-esg .news .news-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .homepage.homepage-esg .news .news-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.homepage.homepage-esg .news .news-list li {
  grid-column: span 1;
}
.homepage.homepage-esg .news .news-list .news-item {
  border-radius: 12px;
  box-shadow: 0px 1px 6px 0px rgba(163, 163, 163, 0.4);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.homepage.homepage-esg .news .news-list .news-item:hover .news-image img {
  transform: scale(1.25);
}
.homepage.homepage-esg .news .news-list .news-item .news-image {
  overflow: hidden;
}
.homepage.homepage-esg .news .news-list .news-item .news-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.homepage.homepage-esg .news .news-list .news-item .news-texts {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px;
}
.homepage.homepage-esg .news .news-list .news-item .news-texts .news-date {
  color: #BABABA;
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.homepage.homepage-esg .news .news-list .news-item .news-texts .news-title {
  color: #0B1F42;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: auto;
}
.homepage.homepage-esg .news .news-link {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.homepage.homepage-esg .rows-tiles {
  margin-bottom: 64px;
}
.homepage.homepage-esg .rows-tiles .rows-tiles-content {
  background-color: #EEF4FE;
  padding: 56px;
  position: relative;
}
.homepage.homepage-esg .rows-tiles .rows-tiles-content .rows-tiles-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.homepage.homepage-esg .rows-tiles .rows-tiles-content .rows-tiles-texts {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  position: relative;
  width: 100%;
  max-width: 470px;
  z-index: 1;
}
.homepage.homepage-esg .rows-tiles .rows-tiles-content .rows-tiles-texts .rows-tiles-title {
  color: #0A285C;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 32px;
}
.homepage.homepage-esg .rows-tiles .rows-tiles-content .rows-tiles-texts .rows-tiles-text {
  color: #0A285C;
  margin-bottom: 16px;
}
.homepage.homepage-esg .policies .policies-container .rows-tiles-content {
  display: flex;
  justify-content: flex-end;
}
.homepage.homepage-esg .info {
  background-color: #EEF4FE;
  margin-bottom: 96px;
  padding: 64px 0;
  position: relative;
}
@media (max-width: 767px) {
  .homepage.homepage-esg .info {
    margin-bottom: 64px;
  }
}
.homepage.homepage-esg .info .info-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.homepage.homepage-esg .info .info-title {
  color: #ffffff;
  margin-bottom: 72px;
  position: relative;
  z-index: 2;
}
.homepage.homepage-esg .info .info-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 594px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .homepage.homepage-esg .info .info-tiles {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.homepage.homepage-esg .info .info-tiles li {
  grid-column: span 1;
}
.homepage.homepage-esg .info .info-tiles .info-tile {
  background-color: #2870ED;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  padding: 32px;
}
.homepage.homepage-esg .info .info-tiles .info-tile .info-tile-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.homepage.homepage-esg .info .info-tiles .info-tile .info-tile-number {
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 16px;
}
.homepage.homepage-esg .info .info-tiles .info-tile .info-tile-label {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: auto;
  margin-bottom: 24px;
}
.homepage.homepage-esg .prizes {
  padding-bottom: 64px;
}
.homepage.homepage-esg .prizes .prizes-title {
  margin-bottom: 40px;
}
.homepage.homepage-esg .prizes .swiper-prizes {
  max-width: 1086px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.homepage.homepage-esg .prizes .swiper-prizes .swiper-button-prev,
.homepage.homepage-esg .prizes .swiper-prizes .swiper-button-next {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 10px;
  height: 18px;
  top: 162px;
}
.homepage.homepage-esg .prizes .swiper-prizes .swiper-button-prev svg,
.homepage.homepage-esg .prizes .swiper-prizes .swiper-button-next svg {
  width: 10px;
  height: auto;
}
.homepage.homepage-esg .prizes .swiper-prizes .swiper-button-prev svg path,
.homepage.homepage-esg .prizes .swiper-prizes .swiper-button-next svg path {
  stroke: #757575;
}
.homepage.homepage-esg .prizes .swiper-prizes .swiper-button-prev svg {
  transform: rotate(180deg);
}
.homepage.homepage-esg .prizes .swiper-prizes .swiper-slide {
  height: auto;
}
.homepage.homepage-esg .prizes .swiper-prizes .prize {
  border: 1px solid #BABABA;
  border-radius: 12px;
  display: block;
  height: 100%;
  padding: 32px;
}
.homepage.homepage-esg .prizes .swiper-prizes .prize .prize-image {
  border-radius: 12px;
  width: 100%;
  height: 96px;
  object-fit: contain;
  margin-bottom: 24px;
}
.homepage.homepage-esg .prizes .swiper-prizes .prize .prize-title {
  color: #0B1F42;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.homepage.homepage-esg .prizes .swiper-prizes .prize .prize-text {
  color: #0B1F42;
  font-size: 1.4rem;
}
.homepage.homepage-esg .prizes .swiper-prizes .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 64px;
  position: static;
}
.homepage.homepage-esg .prizes .swiper-prizes .swiper-pagination .swiper-pagination-bullet {
  background-color: #A3B5C9;
  border-radius: 5px;
  margin: 0;
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.homepage.homepage-esg .prizes .swiper-prizes .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #135EE2;
  width: 20px;
  height: 10px;
}
.homepage.homepage-esg .tabs {
  background-color: #EEF4FE;
  padding: 132px 0;
}
@media (max-width: 767px) {
  .homepage.homepage-esg .tabs {
    padding: 64px 0;
  }
}
.homepage.homepage-esg .tabs .tabs-wrapper {
  max-width: 1086px;
  margin: 0 auto;
}
.homepage.homepage-esg .tabs .tabs-wrapper .nav {
  background-color: #2870ED;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  width: fit-content;
  margin-bottom: -50px;
}
.homepage.homepage-esg .tabs .tabs-wrapper .nav li {
  display: flex;
}
.homepage.homepage-esg .tabs .tabs-wrapper .nav li a {
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 4px 12px;
}
.homepage.homepage-esg .tabs .tabs-wrapper .nav li a.active, .homepage.homepage-esg .tabs .tabs-wrapper .nav li a:hover {
  background-color: #2565d6;
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 86px;
}
@media (max-width: 991px) {
  .homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-texts {
  flex: 0 0 470px;
  max-width: 470px;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-texts {
    flex: auto;
    max-width: 100%;
  }
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-texts .tab-name {
  color: #0B1F42;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 32px;
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-texts .tab-text {
  color: #0B1F42;
  font-size: 1.6rem;
  margin-bottom: 32px;
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  flex: 1;
}
@media (max-width: 991px) {
  .homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-numbers {
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-numbers {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-numbers .number-tile {
  border-radius: 12px;
  color: #ffffff;
  padding: 32px;
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-numbers .number-tile .number {
  margin-bottom: 24px;
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-numbers .number-tile .number .value {
  font-size: 3rem;
  font-weight: 600;
}
.homepage.homepage-esg .tabs .tabs-wrapper .content-wrapper .tab-numbers .number-tile .number .unit {
  font-size: 1.8rem;
  font-weight: 700;
}

.subpage .margin-bottom {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .subpage .margin-bottom {
    margin-bottom: 30px;
  }
}
.subpage .page-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
@media (max-width: 767px) {
  .subpage .page-tools {
    right: 15px;
    top: auto;
    transform: none;
    bottom: 15px;
  }
}
.subpage h1 {
  font-size: 6rem;
}
.subpage h1.smaller {
  font-size: 3rem;
}
.subpage h2, .subpage h3, .subpage h4, .subpage h5, .subpage h6 {
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.subpage .introduction {
  color: #000000;
  font-size: 1.9rem;
  letter-spacing: -0.2px;
  line-height: 1.75;
}
.subpage div > ul:not([class]), .subpage table td ul {
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
}
.subpage div > ul:not([class]) p, .subpage table td ul p {
  margin-bottom: 0 !important;
}
.subpage div > ul:not([class]) li, .subpage table td ul li {
  line-height: 1.5;
}
.subpage div > ul:not([class]) > li, .subpage table td ul > li {
  padding-left: 32px;
  margin: 12px 0;
  position: relative;
}
.subpage div > ul:not([class]) > li::before, .subpage table td ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #135EE2;
}
.subpage div > ul:not([class]) > li > ul, .subpage table td ul > li > ul {
  list-style-type: none !important;
  padding-left: 0;
}
.subpage div > ul:not([class]) > li > ul > li, .subpage table td ul > li > ul > li {
  position: relative;
  counter-increment: list;
  padding-left: 32px;
  margin: 12px 0;
}
.subpage div > ul:not([class]) > li > ul > li::before, .subpage table td ul > li > ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #135EE2;
}
.subpage ol {
  counter-reset: list;
  list-style-type: none !important;
  padding-left: 0;
  margin: 0;
}
.subpage ol > li {
  counter-increment: list;
  padding-left: 32px;
  margin: 12px 0;
  position: relative;
}
.subpage ol > li::before {
  content: counter(list) ". ";
  color: #135EE2;
  position: absolute;
  left: 0;
}
.subpage ol > li > ol > li::before {
  content: counter(list, lower-alpha) ". ";
}
.subpage ol > li > ol > li > ol > li::before {
  content: counter(list, lower-roman) ". ";
}
.subpage ol > li ul {
  list-style-type: none !important;
  padding-left: 0;
  margin: 0;
}
.subpage ol > li ul > li {
  padding-left: 32px;
  margin: 12px 0;
  position: relative;
}
.subpage ol > li ul > li::before {
  content: "";
  background: #135EE2;
  height: 4px;
  width: 4px;
  top: calc(1.2rem - 2px);
  position: absolute;
  left: 0;
  font-size: 3rem;
}
.subpage .sdg-intro {
  padding-bottom: 20px;
  border-bottom: 2px dashed #252525;
}
.subpage .sdg-intro-image {
  display: flex;
  align-items: flex-start;
}
.subpage .sdg-intro-image p {
  font-size: 1.6rem;
}
.subpage .sdg-intro-image p:first-child {
  font-weight: 700;
}
.subpage .sdg-intro-image img {
  width: 100px !important;
  min-width: 100px !important;
  height: 100px !important;
  min-height: 100px !important;
  margin-right: 20px;
}
.subpage .sdg-intro-heading {
  color: #135EE2;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 12px;
}
.subpage .sdg-content a {
  color: #000000;
  position: relative;
  display: block;
  padding-left: 24px;
  transition: all 0.25s ease-in-out;
}
.subpage .sdg-content a:before {
  content: "";
  background-color: #135EE2;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: calc(1.2rem - 3px);
  left: 0;
}
.subpage .sdg-content a:hover {
  color: #135EE2;
}
.subpage.news-list .news.margin-bottom {
  margin-bottom: 30px;
}
.subpage.news-list .news .news-main .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.subpage.news-list .news .news-main .content .card {
  position: relative;
  flex: 0 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  border: 0;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .subpage.news-list .news .news-main .content .card {
    flex: 0 48%;
  }
}
@media (max-width: 767px) {
  .subpage.news-list .news .news-main .content .card {
    flex: 0 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.subpage.news-list .news .news-main .content .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  z-index: 1;
  border-radius: 0.5rem;
}
.subpage.news-list .news .news-main .content .card .label {
  position: relative;
  z-index: 2;
  margin: 220px 20px 20px;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.subpage.news-list .news .news-main .content .card .label .info {
  padding: 15px 20px 10px;
  border-bottom: 1px solid #f1f1f1;
}
.subpage.news-list .news .news-main .content .card .label .info .date {
  color: #4d4d4d;
  font-size: 1.3rem;
  display: block;
}
.subpage.news-list .news .news-main .content .card .label .info .title {
  color: #000000;
  font-size: 1.8rem;
  display: block;
  margin: 5px 0;
}
.subpage.news-list .news .news-main .content .card .label .info .tag {
  color: #000000;
  font-size: 1.3rem;
  display: block;
}
.subpage.news-list .news .news-main .content .card .label .button {
  padding: 20px;
}
.subpage.news-list .news .news-main .content .card .label .button a {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.41);
  padding: 10px 30px;
  color: #135EE2;
  font-size: 1.3rem;
  border-radius: 0.4rem;
}
.subpage.news-list .pagination .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.subpage.news-list .pagination .pager span, .subpage.news-list .pagination .pager a {
  border-radius: 5px;
  color: #303030;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.subpage.news-list .pagination .pager span.current, .subpage.news-list .pagination .pager a.current {
  background-color: #135EE2;
  color: #ffffff;
}

.header-container {
  color: #ffffff;
  border-bottom: none;
  position: fixed;
  width: 100%;
  z-index: 998;
  top: 0;
  transition: 0.3s linear;
}
.header-container .container-wide {
  max-width: 1424px;
}
.header-container header.header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  left: 0;
  right: 0;
}
.header-container header.header .header-top .header-top-container {
  transition: height 250ms linear;
  height: 66px;
  padding: 10px 28px 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 8px;
  background: #1042AC;
}
.header-container header.header .header-top a {
  color: inherit;
}
.header-container header.header .header-top .report-name {
  display: flex;
  position: relative;
}
.header-container header.header .header-top .report-name li {
  position: relative;
}
.header-container header.header .header-top .report-name li:first-child {
  margin-right: 25px;
}
.header-container header.header .header-top .report-name .report-title {
  top: 0;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  border-bottom: 2px solid transparent;
}
.header-container header.header .header-top .report-name .report-title.active {
  border-color: currentColor;
}
.header-container header.header .header-main-container {
  padding: 16px 28px;
  background: #2870ED;
  border-radius: 8px;
  transform: translateY(-16px);
  transition: 250ms ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.header-container header.header .header-main {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .header-container header.header .header-main {
    padding-right: 0;
  }
}
.header-container header.header .header-main .report {
  display: flex;
  align-items: center;
}
.header-container header.header .header-main .report .report-logo {
  width: 126px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s linear;
  border-radius: 5px;
  --ring-width: 4px;
}
@media (max-width: 767px) {
  .header-container header.header .header-main .report .report-logo {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 500px) {
  .header-container header.header .header-main .report .report-logo {
    width: 110px;
    padding: 5px 0;
    height: auto;
  }
}
.header-container header.header .header-main .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  transition: color 250ms ease;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-toggle {
    display: flex;
  }
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-toggle {
    padding-right: 10px;
  }
}
.header-container header.header .header-main .menu-toggle:focus {
  outline: none;
}
.header-container header.header .header-main .menu-toggle:not(.open):hover .bar:nth-child(1), .header-container header.header .header-main .menu-toggle:not(.open):hover .bar:nth-child(2), .header-container header.header .header-main .menu-toggle:not(.open):hover .bar:nth-child(3) {
  width: 30px;
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-toggle:not(.open):hover .bar:nth-child(1), .header-container header.header .header-main .menu-toggle:not(.open):hover .bar:nth-child(2), .header-container header.header .header-main .menu-toggle:not(.open):hover .bar:nth-child(3) {
    width: 17px;
  }
}
.header-container header.header .header-main .menu-toggle > span {
  font-size: 2.3rem;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-toggle > span {
    font-size: 1.5rem;
    margin-right: 5px;
    padding-bottom: 2px;
  }
}
.header-container header.header .header-main .menu-toggle .icon {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 30px;
  height: 20px;
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-toggle .icon {
    width: 17px;
    height: 12px;
  }
}
.header-container header.header .header-main .menu-toggle .bar {
  background: currentColor;
  display: block;
  height: 2px;
  transition: all 0.25s ease-in-out;
  transition-property: transform, opacity;
}
.header-container header.header .header-main .menu-toggle .bar:nth-child(1) {
  width: 30px;
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-toggle .bar:nth-child(1) {
    width: 17px;
    margin-bottom: 2px;
  }
}
.header-container header.header .header-main .menu-toggle .bar:nth-child(2) {
  width: 30px;
  margin-bottom: 5px;
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-toggle .bar:nth-child(2) {
    width: 17px;
    margin-bottom: 2px;
  }
}
.header-container header.header .header-main .menu-toggle .bar:nth-child(3) {
  width: 30px;
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-toggle .bar:nth-child(3) {
    width: 17px;
  }
}
.header-container header.header .header-main .menu-toggle.open .bar:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-toggle.open .bar:nth-child(1) {
    transform: translateY(4px) rotate(-45deg);
  }
}
.header-container header.header .header-main .menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}
.header-container header.header .header-main .menu-toggle.open .bar:nth-child(3) {
  transform: translateY(-4px) rotate(45deg);
}
.header-container header.header .header-main .menu-overlay {
  display: flex;
  min-height: 6rem;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay {
    display: none;
    width: 100%;
    background: #2870ED;
    min-height: calc(100vh - 100% + 4px);
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    overflow: auto;
  }
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .search-container {
    display: flex;
    margin-inline: 16px;
  }
}
.header-container header.header .header-main .menu-overlay:is(html[data-font-size=max] *) {
  min-height: 6rem;
  height: auto;
  max-height: 100vh;
}
.header-container header.header .header-main .menu-overlay .report-name {
  display: none;
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-overlay .report-name {
    display: flex;
  }
  .header-container header.header .header-main .menu-overlay .report-name .report-title {
    text-align: center;
    padding: 20px 0 5px;
    width: 50%;
    color: #303030;
    font-size: 1.6rem;
    border-top: 2px solid white;
  }
  .header-container header.header .header-main .menu-overlay .report-name .report-title.active {
    font-weight: bold;
  }
}
.header-container header.header .header-main .menu-overlay .menu {
  padding-block: 16px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 22.5px;
  }
}
@media (max-width: 500px) {
  .header-container header.header .header-main .menu-overlay .menu {
    padding: 10px 10px 20px;
  }
}
@media (min-width: 1051px) {
  .header-container header.header .header-main .menu-overlay .menu.menu_esg {
    justify-content: flex-start;
  }
}
.header-container header.header .header-main .menu-overlay .menu > li > .dropdown-menu {
  display: none;
  float: none;
  min-width: 0;
  font-size: inherit;
  color: inherit;
  text-align: initial;
  list-style: none;
  border-radius: 0;
  background: white;
}
.header-container header.header .header-main .menu-overlay .menu > li > .dropdown-menu li.current-menu-ancestor > a,
.header-container header.header .header-main .menu-overlay .menu > li > .dropdown-menu li.current-menu-parent > a,
.header-container header.header .header-main .menu-overlay .menu > li > .dropdown-menu li.current-menu-item > a {
  color: #135EE2;
  text-decoration: underline;
}
.header-container header.header .header-main .menu-overlay .menu > li > .dropdown-menu > li > a[href="#"],
.header-container header.header .header-main .menu-overlay .menu > li > .dropdown-menu > li.current-menu-ancestor > a[href="#"],
.header-container header.header .header-main .menu-overlay .menu > li > .dropdown-menu > li.current-menu-parent > a[href="#"],
.header-container header.header .header-main .menu-overlay .menu > li > .dropdown-menu > li.current-menu-item > a[href="#"] {
  text-decoration: none;
}
.header-container header.header .header-main .menu-overlay .menu li a {
  cursor: pointer;
  height: auto;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu li a br {
    display: none;
  }
}
.header-container header.header .header-main .menu-overlay .menu li a:hover {
  border-color: currentColor;
}
.header-container header.header .header-main .menu-overlay .menu > li {
  display: flex;
  align-items: center;
  position: static;
  border-bottom: 2px solid transparent;
}
html[data-font-size=max] .header-container header.header .header-main .menu-overlay .menu > li {
  padding: 5px 0;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu > li {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 10px;
  }
}
.header-container header.header .header-main .menu-overlay .menu > li.open {
  border-bottom: 2px solid #135EE2;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu > li.open {
    border: none;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
  }
}
.header-container header.header .header-main .menu-overlay .menu > li.open > a {
  color: #135EE2;
}
.header-container header.header .header-main .menu-overlay .menu > li > a {
  color: currentColor;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  position: relative;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu > li > a {
    font-size: 18px;
    padding: 0;
    width: 100%;
  }
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu {
  float: none;
  width: 100%;
  padding: 30px calc(15px + (100vw - 1380px) / 2);
  display: none;
  border: 0;
  background: white;
  border-radius: 0;
  border: none;
  margin: 0;
  transition: none;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 30px;
}
html[data-font-size=max] .header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu {
    position: relative;
    padding: 15px 0;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
  }
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li {
  width: calc(25% - 30px);
  position: relative;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li {
    width: 100%;
    text-align: right;
  }
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li.current-menu-parent > a {
  text-decoration: underline;
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li.menu-item-has-children.active > a:after {
  transform: rotate(-180deg);
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li.menu-item-has-children > a {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li.menu-item-has-children > a {
    justify-content: flex-end;
  }
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li.menu-item-has-children > a:after {
  content: "";
  background: url("../images/caret.svg") center center no-repeat;
  width: 15px;
  height: 5px;
  transition: all 0.25s ease-in-out;
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li.menu-item-has-children.current-menu-parent > a:after {
  background: url("../images/caret-red.svg") center center no-repeat;
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li a {
  font-size: 1.4rem;
  line-height: 16px;
  color: #000000;
  display: inline-block;
  font-weight: 400;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu > li a {
    height: auto;
  }
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu ul.dropdown-menu {
  display: none;
  position: relative;
  border: none;
  padding-left: 8px;
  margin-top: 10px;
}
.header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu ul.dropdown-menu li {
  margin-bottom: 10px;
}
@media (max-width: 1050px) {
  .header-container header.header .header-main .menu-overlay .menu > li > ul.dropdown-menu ul.dropdown-menu li {
    text-align: right;
  }
}
.header-container header.header .toolbar {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .header-container header.header .toolbar {
    margin-right: 5px;
  }
}
.header-container header.header .toolbar .contrast,
.header-container header.header .toolbar .lang,
.header-container header.header .toolbar .font-size {
  display: flex;
  align-items: center;
}
.header-container header.header .toolbar .contrast:has(~ .search-container-li.open),
.header-container header.header .toolbar .lang:has(~ .search-container-li.open),
.header-container header.header .toolbar .font-size:has(~ .search-container-li.open) {
  display: none;
}
.header-container header.header .toolbar .contrast a,
.header-container header.header .toolbar .lang a,
.header-container header.header .toolbar .font-size a {
  color: inherit;
}
.header-container header.header .toolbar .contrast a {
  display: flex;
}
.header-container header.header .toolbar .contrast a path {
  fill: currentColor;
}
.header-container header.header .toolbar .lang-switch {
  color: inherit;
  font-size: 1.4rem;
  font-weight: 700;
}
.header-container header.header .toolbar .lang-switch > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-container header.header .toolbar .lang-switch.inactive {
  display: none;
}
.header-container header.header .toolbar .lang-switch:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 4px;
}
.header-container header.header .toolbar .font-size .font-trigger {
  color: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  position: relative;
  padding: 0 8px;
  margin-right: 10px;
}
.header-container header.header .toolbar .font-size .font-trigger:before, .header-container header.header .toolbar .font-size .font-trigger:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-container header.header .toolbar .font-size .font-trigger:before {
  right: 0;
  border-top: 3px solid currentColor;
}
.header-container header.header .toolbar .font-size .font-trigger:after {
  left: 0;
  border-bottom: 3px solid currentColor;
}
.header-container header.header .toolbar .search-container-li {
  display: flex;
  align-items: center;
}
@media (max-width: 1050px) {
  .header-container header.header .toolbar .search-container-li {
    display: none;
  }
}
.header-container header.header .toolbar .search-trigger {
  color: inherit;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-container header.header .toolbar .search-trigger svg path {
  fill: currentColor;
}
.header-container header.header .toolbar .search-trigger svg:is(.search-container-li.open *) {
  display: none;
}
.header-container header.header .toolbar .search-trigger span[data-for=closed] {
  display: block;
}
.header-container header.header .toolbar .search-trigger span[data-for=open] {
  display: none;
}
.header-container header.header .toolbar .search-trigger span:is(.search-container-li.open *)[data-for=closed] {
  display: none;
}
.header-container header.header .toolbar .search-trigger span:is(.search-container-li.open *)[data-for=open] {
  display: block;
}
.header-container header.header .toolbar .search-trigger:is(.search-container-li.open *) {
  padding-left: 0;
  border: none;
}
.header-container header.header .search-container {
  display: none;
  position: relative;
  font-size: 1.45rem;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.header-container header.header .search-container form {
  width: 100%;
}
.header-container header.header .search-container input {
  background: none;
  border: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding-block: 1px;
  padding-inline: 14px 52px;
  height: 40px;
}
.header-container header.header .search-container input:focus {
  outline-color: #000000;
}
.header-container header.header .search-container button {
  background: transparent;
  border: none;
  position: absolute;
  width: 38px;
  padding: 0;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  display: grid;
  place-items: center;
  color: #2870ED;
}
.header-container header.header .search-container:is(.search-container-li.open *) {
  display: block;
}
.header-container:where(.scrolled, .clicked, .submenu-open, .menu-open) header.header .header-top .header-top-container {
  height: 0;
  overflow: hidden;
}
.header-container:where(.scrolled, .clicked, .submenu-open, .menu-open) header.header .header-main-container {
  transform: translateY(0);
}

footer.footer section.top-part {
  background-color: #0B1F42;
  padding: 40px 0 60px;
}
footer.footer section.top-part .footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
footer.footer section.top-part .footer-nav .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 32px;
}
footer.footer section.top-part .footer-nav .footer-menu li {
  color: #ffffff;
}
@media (max-width: 767px) {
  footer.footer section.top-part .footer-nav .footer-menu li {
    min-width: 25%;
  }
}
footer.footer section.top-part .footer-nav .footer-menu li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
footer.footer section.top-part .footer-nav .footer-menu li a:hover {
  text-decoration: underline;
}
footer.footer section.top-part .footer-nav .footer-menu li a img {
  margin-right: 8px;
}
footer.footer section.top-part .footer-nav .footer-menu li span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
footer.footer section.top-part .footer-nav .scroll-to-top {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  height: 40px;
  padding: 0 18px;
  transition: all 0.25s ease-in-out;
}
footer.footer section.top-part .footer-nav .scroll-to-top:hover {
  text-decoration: underline;
}
footer.footer section.top-part .content nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
footer.footer section.top-part .content nav .socials-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
footer.footer section.top-part .content nav .social-media-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
footer.footer section.middle-part {
  background-color: #0B1F42;
  padding: 0 16px;
}
footer.footer section.middle-part .content {
  background-color: #2870ED;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
footer.footer section.bottom-part {
  background-color: #0B1F42;
  padding: 20px 0 40px;
}
footer.footer section.bottom-part .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer.footer section.bottom-part .content ul.footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 32px;
}
footer.footer section.bottom-part .content ul.footer-menu li {
  color: #ffffff;
}
@media (max-width: 767px) {
  footer.footer section.bottom-part .content ul.footer-menu li {
    min-width: 25%;
  }
}
footer.footer section.bottom-part .content ul.footer-menu li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
}
footer.footer section.bottom-part .content ul.footer-menu li a:hover {
  text-decoration: underline;
}
footer.footer section.bottom-part .content ul.footer-menu li a img {
  margin-right: 8px;
}
footer.footer section.bottom-part .content ul.footer-menu li span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
footer.footer section.bottom-part .content .footer-text {
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}

aside.aside-tools {
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
}
aside.aside-tools::before, aside.aside-tools::after {
  background-color: #dadada;
  content: "";
  position: absolute;
  right: 0;
  width: 76px;
  height: 1px;
}
aside.aside-tools::before {
  top: 0;
}
aside.aside-tools::after {
  bottom: 0;
}
aside.aside-tools .trigger-container {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
aside.aside-tools .trigger-container #tools-toggle {
  background: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: 76px;
}
aside.aside-tools .trigger-container #tools-toggle:focus {
  outline: none;
}
aside.aside-tools .trigger-container #tools-toggle:hover svg {
  transform: rotate(90deg);
}
aside.aside-tools .trigger-container #tools-toggle svg {
  transition: all 0.5s ease-in-out;
}
aside.aside-tools .trigger-container #tools-toggle svg:nth-child(2) {
  display: none;
}
aside.aside-tools .trigger-container #tools-toggle.opened svg:nth-child(1) {
  display: none;
}
aside.aside-tools .trigger-container #tools-toggle.opened svg:nth-child(2) {
  display: block;
}
aside.aside-tools .trigger-container .tools-label span {
  margin-right: 15px;
}
@media (max-width: 767px) {
  aside.aside-tools .trigger-container .tools-label span {
    display: none;
  }
}
aside.aside-tools .tools-list {
  display: none;
}
aside.aside-tools .tools-list li:last-child {
  margin-bottom: 20px;
}
aside.aside-tools .tools-list li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
aside.aside-tools .tools-list li a:hover .tool-description {
  color: #135EE2;
}
aside.aside-tools .tools-list li a .tool-description {
  background: none !important;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 10px;
  text-align: right;
  transition: all 0.25s ease-in-out;
}

aside.side-menu {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 15px;
  position: relative;
}
aside.side-menu::before, aside.side-menu::after {
  background-color: #dadada;
  content: "";
  position: absolute;
  right: 0;
  width: 76px;
  height: 1px;
}
aside.side-menu::before {
  top: 0;
}
aside.side-menu::after {
  bottom: 0;
}
aside.side-menu .trigger-container {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
aside.side-menu .trigger-container #side-toggle {
  background: none;
  border: none;
  border-radius: 5px;
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  min-width: 76px;
}
aside.side-menu .trigger-container #side-toggle:focus {
  outline: none;
}
aside.side-menu .trigger-container #side-toggle:hover svg {
  transform: rotate(90deg);
}
aside.side-menu .trigger-container #side-toggle span {
  white-space: nowrap;
}
aside.side-menu .trigger-container #side-toggle svg {
  transition: all 0.5s ease-in-out;
}
aside.side-menu .trigger-container #side-toggle svg:nth-child(2) {
  margin-left: 15px;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  aside.side-menu .trigger-container #side-toggle svg:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  aside.side-menu .trigger-container #side-toggle svg:nth-child(2) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  aside.side-menu .trigger-container #side-toggle.opened svg:nth-child(2) {
    display: block;
  }
}
aside.side-menu .trigger-container .side-label {
  font-size: 2rem;
}
@media (max-width: 767px) {
  aside.side-menu .trigger-container .side-label span {
    display: none;
  }
}
aside.side-menu .side-list {
  display: none;
  max-width: 200px;
}
aside.side-menu .side-list li:last-child {
  margin-bottom: 20px;
}
aside.side-menu .side-list li + li a {
  border-top: 1px solid #f0f0f0;
}
aside.side-menu .side-list li a {
  display: block;
  padding: 15px 0 15px 14px;
  position: relative;
  text-decoration: none;
}
aside.side-menu .side-list li a:hover .side-description {
  color: #135EE2;
}
aside.side-menu .side-list li a .side-description {
  background: none !important;
  color: #000000;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 0 10px;
  text-align: right;
  transition: all 0.25s ease-in-out;
}

.top {
  margin-bottom: 35px;
  color: #0A285C;
  border-bottom: 1px solid #DCE4EA;
  position: relative;
  min-height: 640px;
  padding-top: 184px;
  display: flex;
  flex-direction: column;
}
.top .top-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top .top-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .container-site {
  position: relative;
  --columns: 12;
  display: grid;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  gap: 15px;
  margin-top: auto;
}
@media (max-width: 500px) {
  .top .container-site {
    --columns: 1;
  }
}
.top .top-items {
  grid-column: span 6/span 6;
  background: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 32px;
}
@media (max-width: 1050px) {
  .top .top-items {
    grid-column: 1/-1;
  }
}
.top h1 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .top h1 {
    font-size: 2.8rem;
  }
}
.top .introduction {
  margin-top: 8px;
  color: inherit;
  font-size: 18px;
  line-height: 1.375;
}
.top .top-indexes {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.top .top-indexes .sdg {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.top .top-indexes .sdg span {
  display: flex;
}
.top .top-indexes .sdg span + span {
  margin-left: 5px;
}
.top .top-indexes .sdg img {
  width: 88px;
  height: 88px;
}
@media (max-width: 991px) {
  .top .top-indexes .sdg img {
    width: 56px;
    height: 56px;
  }
}

body.contrast {
  background: #000000 !important;
  color: #ffff00 !important;
}
body.contrast *:not(.image-column):not(.image):not(.swiper-slide):not(.bar):not(.dropdown):not(.no-contrast):not(li) {
  background: #000000 !important;
  color: #ffff00 !important;
  border-color: #ffff00 !important;
}
body.contrast *:not(.image-column):not(.image):not(.swiper-slide):not(.bar):not(.dropdown):not(.no-contrast):not(li)::before, body.contrast *:not(.image-column):not(.image):not(.swiper-slide):not(.bar):not(.dropdown):not(.no-contrast):not(li)::after {
  background: #000000 !important;
  border-color: #ffff00 !important;
  color: #ffff00 !important;
}
body.contrast ul li:before {
  background-color: #ffff00 !important;
}
body.contrast nav#menu-block, body.contrast nav#menu-block .dropdown-menu, body.contrast .report-name a, body.contrast .homepage a {
  border-width: 1px;
  border-style: solid;
  border-color: #ffff00 !important;
}
body.contrast .amcharts svg:not(.no-contrast) path:not(.circle-pie):not(.circle-logo), body.contrast .amcharts svg:not(.no-contrast) rect:not(.circle-pie):not(.circle-logo), body.contrast .amcharts svg:not(.no-contrast) polygon:not(.circle-pie):not(.circle-logo), body.contrast .amcharts svg:not(.no-contrast) circle:not(.circle-pie):not(.circle-logo) {
  fill: #ffff00 !important;
  stroke: #000 !important;
  stroke-opacity: 1;
  stroke-width: 4;
}
body.contrast .breadcrumb-container .bcrumb li {
  color: #ffff00;
}
body.contrast .hide-on-contrast {
  display: none;
}
body.contrast .show-on-contrast {
  display: block;
}
body.contrast .svg-contrast-fill {
  fill: #ffff00 !important;
}
body.contrast .svg-contrast-stroke {
  stroke: #ffff00 !important;
}
body.contrast .bar {
  background: #ffff00 !important;
}
body.contrast .bar::before, body.contrast .bar::after {
  background: #ffff00 !important;
}
body.contrast .active .bar:nth-child(2) {
  background: transparent !important;
}
body.contrast .collapsible-row-parent td:first-child::before {
  filter: invert(1) sepia(100%) saturate(100000%);
}
body.contrast svg:not(.no-contrast) path:not(.circle-pie):not(.circle-logo),
body.contrast svg:not(.no-contrast) rect,
body.contrast svg:not(.no-contrast) polygon,
body.contrast svg:not(.no-contrast) circle {
  fill: #ffff00 !important;
  stroke: #ffff00 !important;
}
body.contrast svg:not(.no-contrast) line,
body.contrast svg:not(.no-contrast) polyline {
  stroke: #ffff00 !important;
}
body.contrast svg:not(.no-contrast) text {
  fill: #ffff00 !important;
}
body.contrast svg:not(.no-contrast) .circle-pie {
  fill: #000 !important;
  stroke: #ffff00 !important;
}
body.contrast svg:not(.no-contrast) .circle-logo {
  fill: #000 !important;
}
body.contrast .amcharts svg path,
body.contrast .amcharts svg rect,
body.contrast .amcharts svg polygon,
body.contrast .amcharts svg circle {
  fill: #ffff00 !important;
  stroke: #000 !important;
  stroke-opacity: 1;
  stroke-width: 4;
}
body.contrast .amcharts svg line,
body.contrast .amcharts svg polyline {
  stroke: #ffff00 !important;
}
body.contrast table {
  border-collapse: inherit;
}
body.contrast table td, body.contrast table th {
  border: 1px solid #ffff00 !important;
}
body.print-version {
  height: 297mm;
  width: 210mm;
  margin-left: 0;
}
body.print-version .col-md-10 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.print-version .offset-md-1 {
  margin-left: 0;
}
body.print-version header, body.print-version .pages, body.print-version .table-tools, body.print-version .currency-bar, body.print-version aside, body.print-version footer, body.print-version .top .breadcrumb-container, body.print-version .sharing {
  display: none;
}
body.print-version #hide-print-version, body.print-version .currency-elements > .element {
  display: block !important;
}
body.print-version .container {
  max-width: 100%;
}
body.print-version .top .gri {
  height: auto;
}
body.print-version .top .top-indexes {
  flex-direction: column;
  align-items: flex-start;
}
body.print-version .top .top-indexes .sdg {
  margin-top: 15px;
  margin-left: 0;
}
body.print-version .subpage .info-icons {
  padding: 48px 0;
}
body.print-version .subpage .info-icons .col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
body.print-version .subpage .info-icons .icon-container {
  padding: 24px 0;
}
body.print-version .subpage .documents-to-download-2 ul > li .title {
  width: 85%;
}
body.print-version .subpage .good-practice .icon img {
  width: 40px !important;
  min-width: 40px !important;
}
body.print-version .subpage .good-practice .value {
  font-size: 4.5rem !important;
}
body.print-version .subpage .good-practice .unit {
  font-size: 1.5rem !important;
}
body.print-version .subpage .big-numbers .nav-pills {
  display: none !important;
}
body.print-version .subpage .big-numbers .tab-pane {
  display: block;
  opacity: 1;
}
body.print-version .subpage .big-numbers .tab-pane + .tab-pane {
  margin-top: 30px;
}
body.print-version .subpage .big-numbers .value {
  font-size: 4.5rem;
}
body.print-version .subpage .accordion .collapse {
  display: block;
}
body.print-version .subpage .tabs .nav-pills {
  display: none !important;
}
body.print-version .subpage .tabs .tab-pane {
  display: block;
  opacity: 1;
}
body.print-version .subpage .tabs .tab-pane + .tab-pane {
  margin-top: 30px;
}
body.print-version .subpage .tabs .content-wrapper {
  flex-direction: column;
}
body.print-version .subpage .tabs .content-wrapper .tab-image + .content,
body.print-version .subpage .tabs .content-wrapper .content + .tab-image {
  margin-top: 30px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.print-version .subpage .tabs .content-wrapper .content {
    flex: 1 0 auto !important;
  }
}
body.print-version .subpage .tabs .content-wrapper .tab-image {
  max-width: none;
}
body.print-version .subpage .tabs-content .nav-pills {
  display: none !important;
}
body.print-version .subpage .tabs-content .tab-pane {
  display: block;
  opacity: 1;
}
body.print-version .subpage .tabs-content .tab-pane + .tab-pane {
  margin-top: 30px;
}
body.print-version .subpage .vertical-tabs .nav-pills {
  display: none !important;
}
body.print-version .subpage .vertical-tabs .tab-pane {
  display: block;
  opacity: 1;
}
body.print-version .subpage .table-container .collapsible-row-child .row-content {
  display: block;
}
body.print-version .subpage .table-container .buttons {
  display: none;
}
body.print-version .subpage .column-with-photo > div {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
body .subpage.with-highlighter * {
  cursor: url("../images/cr_marker.cur"), auto;
}
body .subpage.with-highlighter * .highlighted {
  cursor: url("../images/cr_eraser.cur"), auto;
}
body .subpage .highlighted {
  background-color: #fff4d1 !important;
}
body .currency-modal,
body .table-modal,
body .search-results-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.7);
}
body .currency-modal .box,
body .table-modal .box,
body .search-results-modal .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 550px;
  background-color: #fff;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  padding: 32px;
}
@media (max-width: 767px) {
  body .currency-modal .box,
  body .table-modal .box,
  body .search-results-modal .box {
    width: 100%;
    padding: 32px 15px;
  }
}
body .currency-modal .box .close-icon,
body .table-modal .box .close-icon,
body .search-results-modal .box .close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
body .currency-modal .box .close-icon svg,
body .table-modal .box .close-icon svg,
body .search-results-modal .box .close-icon svg {
  width: 16px;
  height: 16px;
}
body .currency-modal .box .m-body,
body .table-modal .box .m-body,
body .search-results-modal .box .m-body {
  position: relative;
  float: left;
  width: 100%;
}
body .currency-modal .box .m-body .table-container,
body .table-modal .box .m-body .table-container,
body .search-results-modal .box .m-body .table-container {
  padding-top: 35px;
}
body .currency-modal .box .m-body .table-container .table-tools,
body .table-modal .box .m-body .table-container .table-tools,
body .search-results-modal .box .m-body .table-container .table-tools {
  top: 0;
}
body .currency-modal .box .m-body .left,
body .currency-modal .box .m-body .right,
body .table-modal .box .m-body .left,
body .table-modal .box .m-body .right,
body .search-results-modal .box .m-body .left,
body .search-results-modal .box .m-body .right {
  position: relative;
  float: left;
  width: 50%;
}
body .currency-modal .box .m-body .left,
body .table-modal .box .m-body .left,
body .search-results-modal .box .m-body .left {
  border-right: 1px solid #4d4d4d;
}
body .currency-modal .box .m-body .right,
body .table-modal .box .m-body .right,
body .search-results-modal .box .m-body .right {
  padding-left: 32px;
}
body .currency-modal .box .m-body h3,
body .table-modal .box .m-body h3,
body .search-results-modal .box .m-body h3 {
  margin: 0 0 20px;
}
body .currency-modal .box .m-body .radio-container,
body .table-modal .box .m-body .radio-container,
body .search-results-modal .box .m-body .radio-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin: 0;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
body .currency-modal .box .m-body .radio-container .checkmark,
body .table-modal .box .m-body .radio-container .checkmark,
body .search-results-modal .box .m-body .radio-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: solid 1px #4d4d4d;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
body .currency-modal .box .m-body .radio-container .checkmark::after,
body .table-modal .box .m-body .radio-container .checkmark::after,
body .search-results-modal .box .m-body .radio-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #135EE2;
}
body .currency-modal .box .m-body .radio-container input,
body .table-modal .box .m-body .radio-container input,
body .search-results-modal .box .m-body .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body .currency-modal .box .m-body .radio-container input:checked ~ .checkmark::after,
body .table-modal .box .m-body .radio-container input:checked ~ .checkmark::after,
body .search-results-modal .box .m-body .radio-container input:checked ~ .checkmark::after {
  display: block;
}
body .currency-modal .box .m-body .radio-container + .radio-container,
body .table-modal .box .m-body .radio-container + .radio-container,
body .search-results-modal .box .m-body .radio-container + .radio-container {
  margin-top: 20px;
}
body .currency-modal .box .buttons,
body .table-modal .box .buttons,
body .search-results-modal .box .buttons {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  body .currency-modal .box .buttons,
  body .table-modal .box .buttons,
  body .search-results-modal .box .buttons {
    padding-top: 32px;
  }
}
body .currency-modal .box .buttons button + button,
body .table-modal .box .buttons button + button,
body .search-results-modal .box .buttons button + button {
  margin-left: 20px;
}
body .table-modal .box {
  width: inherit;
  max-height: 80vh;
  padding: 50px 32px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
body .table-modal .box .m-body {
  height: 100%;
}
body .search-results-modal .box {
  width: 750px;
  max-width: 80%;
}
body .search-results-modal .box .close-icon svg path {
  fill: #135EE2;
}
body .search-results-modal h2 {
  margin-bottom: 20px;
}
body .search-results-modal h2 i {
  color: #135EE2;
}
body .search-results-modal .results-container {
  max-height: 70vh;
}
body .search-results-modal .results-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .search-results-modal .results-container ul > li {
  position: relative;
  padding-left: 24px;
  margin: 12px 0;
}
body .search-results-modal .results-container ul > li::before {
  content: "•";
  font-family: Verdana, sans-serif;
  position: absolute;
  left: 0;
  color: #135EE2;
  font-size: 1.4rem;
  line-height: 2rem;
}
body .search-results-modal .results-container ul > li > ul li::before {
  content: "–";
}
body .search-results-modal .results-container ul > li a {
  color: #135EE2;
}
body #hide-print-version {
  display: none;
}
@media print {
  body #hide-print-version {
    display: none !important;
  }
}
body .tools-fields {
  display: none;
}
body .subpage .print-list,
body .subpage .notes-list {
  margin-bottom: 35px;
}
body .subpage .print-list .empty,
body .subpage .notes-list .empty {
  padding: 0;
}
body .subpage .print-list .results .row + .row,
body .subpage .notes-list .results .row + .row {
  margin-top: 20px;
}
body .subpage .print-list .results .title a,
body .subpage .notes-list .results .title a {
  color: #135EE2;
  font-weight: bold;
  font-size: 2.5rem;
  display: block;
}
body .subpage .print-list .results .delete,
body .subpage .notes-list .results .delete {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body .subpage .print-list .results .delete span,
body .subpage .notes-list .results .delete span {
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
body .subpage .print-list .results .delete i,
body .subpage .notes-list .results .delete i {
  vertical-align: middle;
  color: #135EE2;
}
body .subpage .print-list .buttons,
body .subpage .notes-list .buttons {
  margin-top: 25px;
}
body .subpage .print-content {
  display: none;
}
body .subpage .notes-tool {
  display: none;
  margin-top: 35px;
  margin-bottom: 20px;
}
body .subpage .notes-tool textarea {
  display: block;
  color: #000;
  resize: none;
  border-color: #4d4d4d;
  border-radius: 4px;
  min-height: 120px;
  padding: 10px 20px;
  margin-bottom: 35px;
  outline: none;
  width: 100%;
}
body .subpage .notes-tool textarea + div {
  margin-bottom: 15px;
}
body .subpage .notes-tool div {
  text-align: center;
  width: 100%;
}

.gri-container {
  display: flex;
  color: #c7c7c7;
  font-size: 1.5rem;
}
.gri-container .gri-label {
  color: #494949;
  margin-right: 5px;
}
.gri-container a {
  white-space: nowrap;
  color: #c7c7c7;
  text-decoration: underline;
}
.gri-container .gri-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gri-container .gri-list li {
  display: inline-block;
}
.gri-container .gri-list li:not(:last-child):after {
  content: ", ";
}

.gri-text.margin-bottom {
  margin-bottom: 15px;
}
.gri-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  color: #135EE2;
}
.gri-text ul li {
  padding: 0;
}
.gri-text ul li:first-child {
  margin-right: 5px;
}
.gri-text ul li:not(:first-child):not(:nth-child(2)):before {
  content: ", ";
}
.gri-text ul li div {
  display: inline;
  text-decoration: underline;
}
.gri-text ul > div {
  position: relative;
}
.gri-text ul .content:hover + .tooltip {
  opacity: 1;
}

.tcfd-container {
  display: flex;
  color: #c7c7c7;
  font-size: 1.5rem;
}
.tcfd-container .tcfd-label {
  color: #494949;
  margin-right: 5px;
}
.tcfd-container a {
  white-space: nowrap;
  color: #c7c7c7;
  text-decoration: underline;
}
.tcfd-container .tcfd-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tcfd-container .tcfd-list li {
  display: inline-block;
}
.tcfd-container .tcfd-list li:not(:last-child):after {
  content: ", ";
}

.tcfd-text.margin-bottom {
  margin-bottom: 15px;
}
.tcfd-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  color: #135EE2;
}
.tcfd-text ul li {
  padding: 0;
}
.tcfd-text ul li:not(:first-child):before {
  content: ", ";
}
.tcfd-text ul li div {
  display: inline;
  text-decoration: underline;
}
.tcfd-text ul > div {
  position: relative;
}
.tcfd-text ul .content:hover + .tooltip {
  opacity: 1;
}

.esg-container {
  display: flex;
  color: #c7c7c7;
  font-size: 1.5rem;
}
.esg-container .esg-label {
  color: #494949;
  margin-right: 5px;
}
.esg-container a {
  white-space: nowrap;
  color: #c7c7c7;
  text-decoration: underline;
}
.esg-container .esg-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.esg-container .esg-list li {
  display: inline-block;
}
.esg-container .esg-list li:not(:last-child):after {
  content: ", ";
}

.esg-text.margin-bottom {
  margin-bottom: 15px;
}
.esg-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  color: #135EE2;
}
.esg-text ul li {
  padding: 0;
}
.esg-text ul li:not(:first-child):before {
  content: ", ";
}
.esg-text ul li div {
  display: inline;
  text-decoration: underline;
}
.esg-text ul > div {
  position: relative;
}
.esg-text ul .content:hover + .tooltip {
  opacity: 1;
}

.prb-container {
  display: flex;
  color: #c7c7c7;
  font-size: 1.5rem;
}
.prb-container .prb-label {
  color: #494949;
  margin-right: 5px;
}
.prb-container a {
  white-space: nowrap;
  color: #c7c7c7;
  text-decoration: underline;
}
.prb-container .prb-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.prb-container .prb-list li {
  display: inline-block;
}
.prb-container .prb-list li:not(:last-child):after {
  content: ", ";
}

.prb-text.margin-bottom {
  margin-bottom: 15px;
}
.prb-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  color: #135EE2;
}
.prb-text ul li {
  padding: 0;
}
.prb-text ul li:not(:first-child):before {
  content: ", ";
}
.prb-text ul li div {
  display: inline;
  text-decoration: underline;
}
.prb-text ul > div {
  position: relative;
}
.prb-text ul .content:hover + .tooltip {
  opacity: 1;
}

.pages {
  padding: 30px 0;
}
.pages .page {
  display: flex;
  align-items: center;
}
.pages .page:last-child {
  border-left: 1px solid #404245;
}
@media (max-width: 767px) {
  .pages .page:last-child {
    border: 0;
  }
}
@media (max-width: 767px) {
  .pages .page + .page {
    margin-top: 15px;
  }
}
.pages .page a {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .pages .page a {
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.pages .page a .title {
  font-size: 1.8rem;
  color: #404245;
  line-height: 1.22;
}
.pages .page a svg {
  height: 15px;
  width: 9px;
  margin: 0 25px;
}
.pages .page a svg path {
  stroke: #404245;
  stroke-width: 1.5px;
}
.pages .left {
  justify-content: flex-end;
}
.pages .left svg {
  transform: rotate(180deg);
}
.subpage .sharing {
  padding-top: 50px;
  padding-bottom: 30px;
}
.subpage .sharing .col-socials {
  display: flex;
  justify-content: center;
}
.subpage .sharing #share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.subpage .sharing #share:before {
  color: #000000;
  content: attr(data-pre);
  font-size: 1.6rem;
  font-weight: 700;
}
.subpage .sharing #share .jssocials-share {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.subpage .sharing #share .jssocials-share .jssocials-share-logo {
  width: auto;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subpage .sharing #share .jssocials-share .jssocials-share-logo {
    max-width: 30px;
    max-height: 30px;
  }
}
.subpage .sharing #share .jssocials-shares {
  margin: 0;
  display: flex;
  align-items: center;
}
.subpage .sharing #share .jssocials-share {
  margin: 0 0 0 40px;
}

main.subpage .clarifying-notes .clarifying-notes {
  margin-left: 30px;
}
main.subpage .clarifying-notes h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
main.subpage .clarifying-notes a {
  color: #135EE2;
}
main.subpage .clarifying-notes a:hover {
  color: #A60000;
}
main.subpage .clarifying-notes .note-category-name {
  margin-bottom: 10px;
}
main.subpage .clarifying-notes .note-category-name:not(:first-child) {
  margin-top: 30px;
}
main.subpage .clarifying-notes .note-parent p {
  margin-bottom: 10px;
}

.break {
  position: relative;
}
.break.with-line .col::before {
  content: "";
  left: 15px;
  right: 15px;
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  top: 50%;
}

.headline h2, .headline h3 {
  font-size: 3.6rem;
}
.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6 {
  color: #0B1F42;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}

.columns a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .columns div[class*=col-] ul {
    margin-bottom: 0;
  }
  .columns div[class*=col-] ul li:first-child {
    margin-top: 0;
  }
  .columns div[class*=col-] ul li:last-child {
    margin-bottom: 0;
  }
  .columns div[class*=col-]:not(:last-child) {
    margin-bottom: 15px;
  }
}
.columns img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.columns img.round-image {
  border-radius: 5px;
}
.columns p {
  line-height: 1.8;
}
.columns p:not(:last-child) {
  margin-bottom: 30px;
}
.columns iframe {
  max-width: 100% !important;
}

.accordion {
  border: 0;
}
.accordion a {
  text-decoration: underline;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .accordion .collapse.show {
    height: 100%;
  }
}
.accordion .card {
  overflow: initial;
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}
.accordion .card-header {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.accordion .card-header button {
  border: none;
  border-radius: 0;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 24px;
  text-align: left;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  white-space: normal;
  width: 100%;
}
.accordion .card-header button svg {
  width: 17px;
  height: 9px;
  min-width: 17px;
  min-height: 9px;
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
}
.accordion .card-header button:not(.collapsed) {
  color: #135EE2;
}
.accordion .card-header button:not(.collapsed) svg {
  transform: rotate(180deg);
}
.accordion .card-header button:not(.collapsed) svg path {
  fill: #135EE2;
}
.accordion .card-body {
  background-color: #ffffff;
  padding: 0 24px 24px;
}
.accordion .card-body p {
  color: #000000;
  font-size: 1.5rem;
}
.accordion .card-body p:not(:last-child) {
  margin-bottom: 15px;
}
.accordion .card-body .col-first .content {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .accordion .card-body .col-first .content {
    margin-bottom: 30px;
  }
}
.accordion .card-body .col-second .content {
  padding-left: 16px;
}
.accordion .card-body .col-text .content {
  padding-right: 16px;
}
.accordion .card-body .col-image .content {
  padding-left: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .accordion .card-body .col-image .content {
    margin-top: 30px;
  }
}
.accordion .card-body .col-image .content img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.accordion .card-body .col-text-right .content {
  padding-right: 0;
  padding-left: 16px;
}
.accordion .card-body .col-image-left .content {
  padding-left: 0;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .accordion .card-body .col-image-left .content {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .accordion .card-body .col-first .content, .accordion .card-body .col-second .content, .accordion .card-body .col-text .content, .accordion .card-body .col-image .content, .accordion .card-body .col-image-left .content, .accordion .card-body .col-image-left .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.tabs a {
  text-decoration: underline;
}
.tabs .tabs-wrapper ul.nav li a {
  color: #606267;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.65rem;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.tabs .tabs-wrapper ul.nav li a:before {
  background: #135EE2;
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}
.tabs .tabs-wrapper ul.nav li a.active {
  color: #14171d;
}
.tabs .tabs-wrapper .content p {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2;
}
.tabs .tabs-wrapper .content p:not(:last-child) {
  margin-bottom: 15px;
}
.tabs .tabs-wrapper.horizontal ul.nav {
  border-bottom: 3px solid #f5f7f8;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.tabs .tabs-wrapper.horizontal ul.nav li a {
  line-height: 1.5;
  margin-bottom: -3px;
  padding: 0 15px 24px;
}
.tabs .tabs-wrapper.horizontal ul.nav li a:before {
  bottom: 0;
  width: 100%;
  height: 3px;
  transform-origin: bottom;
  transform: scaleY(0);
}
.tabs .tabs-wrapper.horizontal ul.nav li a.active:before {
  transform: scaleY(1);
}
.tabs .tabs-wrapper.horizontal .content-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .tabs .tabs-wrapper.horizontal .content-wrapper {
    flex-direction: column;
  }
}
.tabs .tabs-wrapper.horizontal .content-wrapper .content {
  flex: 1;
  max-width: 100%;
}
.tabs .tabs-wrapper.horizontal .content-wrapper .tab-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 500px;
  max-width: 500px;
  margin-right: 30px;
  height: 360px;
}
@media (max-width: 1024px) {
  .tabs .tabs-wrapper.horizontal .content-wrapper .tab-image {
    flex: 0 0 350px;
    max-width: 350px;
    height: 240px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tabs .tabs-wrapper.horizontal .content-wrapper .tab-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}
.tabs .tabs-wrapper.vertical {
  display: flex;
  align-items: flex-start;
}
.tabs .tabs-wrapper.vertical ul.nav {
  border-left: 3px solid #f5f7f8;
  display: flex;
  flex-direction: column;
  flex: 0 0 300px;
  max-width: 300px;
  margin-right: 30px;
}
.tabs .tabs-wrapper.vertical ul.nav li a {
  margin-left: -3px;
  padding: 24px;
}
.tabs .tabs-wrapper.vertical ul.nav li a:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  transform-origin: left;
  transform: scaleX(0);
}
.tabs .tabs-wrapper.vertical ul.nav li a.active:before {
  transform: scaleX(1);
}
.tabs .tabs-wrapper.vertical .tab-content {
  flex: 1;
  max-width: 100%;
}
.tabs .tabs-wrapper.vertical .tab-content .tab-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin-bottom: 30px;
}
.tabs .tabs-wrapper.vertical .tab-content .content img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .tabs .tabs-wrapper.vertical, .tabs .tabs-wrapper.horizontal {
    flex-direction: column;
  }
  .tabs .tabs-wrapper.vertical ul.nav, .tabs .tabs-wrapper.horizontal ul.nav {
    border-left: 3px solid #f5f7f8;
    border-right: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: none;
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    border-bottom: none;
  }
  .tabs .tabs-wrapper.vertical ul.nav li a, .tabs .tabs-wrapper.horizontal ul.nav li a {
    margin-left: -3px;
    padding: 15px 24px;
  }
  .tabs .tabs-wrapper.vertical ul.nav li a:before, .tabs .tabs-wrapper.horizontal ul.nav li a:before {
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    transform-origin: left;
    transform: scaleX(0);
  }
  .tabs .tabs-wrapper.vertical ul.nav li a.active:before, .tabs .tabs-wrapper.horizontal ul.nav li a.active:before {
    transform: scaleX(1);
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  .tabs .tabs-wrapper.vertical .tab-content, .tabs .tabs-wrapper.horizontal .tab-content {
    flex: 1 0 auto !important;
  }
}
@media (max-width: 767px) and (-ms-high-contrast: none), (max-width: 767px) and (-ms-high-contrast: active) {
  .tabs .tabs-wrapper.vertical .tab-content .content, .tabs .tabs-wrapper.horizontal .tab-content .content {
    flex: 1 0 auto !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tabs .tabs-wrapper.vertical .tab-image, .tabs .tabs-wrapper.horizontal .tab-image {
    margin-bottom: 30px;
  }
}

.subpage .responsive-image {
  text-align: center;
}
.subpage .responsive-image.rounded-corners img {
  border-radius: 5px;
}
.subpage .responsive-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .subpage .responsive-image .desktop:nth-child(2) {
    display: none;
  }
}
@media (min-width: 768px) {
  .subpage .responsive-image .mobile {
    display: none;
  }
}
.subpage .responsive-image .popup-image-container {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(100, 100, 100, 0.5);
}
.subpage .responsive-image .popup-image-container .popup-image {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.table-container {
  position: relative;
}
.table-container a {
  text-decoration: underline;
}
.table-container.scrollable::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: calc(100% - 20px);
  width: 9px;
  box-shadow: inset -8px 0 9px -7px rgba(0, 0, 0, 0.5);
}
.table-container table {
  color: #252525;
  font-weight: 300;
  width: 100%;
}
.table-container table.freeze-header tr.table-row-head th, .table-container table.freeze-header tr.table-row-head td {
  font-size: 1.4rem;
}
.table-container table.freeze-header th, .table-container table.freeze-header td {
  padding: 15px 5px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .table-container table.freeze-header thead {
    display: inline-block;
  }
  .table-container table.freeze-header tbody {
    overflow: auto;
    height: 70vh;
    display: block;
    width: 100%;
  }
  .table-container table.freeze-header tr {
    min-width: 100%;
  }
}
.table-container table td, .table-container table th {
  padding: 20px 35px;
  position: relative;
}
.table-container table td::before, .table-container table th::before {
  border-left: 1px solid #9b9b9b;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
.table-container table td:last-child::after, .table-container table td[colspan]::after, .table-container table th:last-child::after, .table-container table th[colspan]::after {
  border-right: 1px solid #9b9b9b;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  right: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
.table-container table td:first-child::before, .table-container table th:first-child::before {
  display: none;
}
.table-container table tr {
  border-bottom: 1px solid #9b9b9b;
}
.table-container table tr.table-row-head {
  border-bottom: 5px solid #135EE2;
}
.table-container table tr.table-row-head td, .table-container table tr.table-row-head th {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
}
.table-container table tr.table-row-head td::before, .table-container table tr.table-row-head td::after, .table-container table tr.table-row-head td:last-child::after, .table-container table tr.table-row-head td[colspan]::after, .table-container table tr.table-row-head th::before, .table-container table tr.table-row-head th::after, .table-container table tr.table-row-head th:last-child::after, .table-container table tr.table-row-head th[colspan]::after {
  display: none;
}
.table-container table tr.custom-row-underline {
  border-bottom: 1px solid #404245;
}
.table-container table tr.custom-row-underline td::before, .table-container table tr.custom-row-underline th::before {
  border-left: 1px solid #404245;
}
.table-container table tr.custom-row-underline td:last-child::after, .table-container table tr.custom-row-underline th:last-child::after {
  border-right: 1px solid #404245;
}
.table-container table tr.custom-row-underline td[colspan]::after, .table-container table tr.custom-row-underline th[colspan]::after {
  border-right: 1px solid #404245;
}
.table-container table tr.custom-row-underline-color {
  border-bottom: 1px solid #135EE2;
}
.table-container table tr.custom-row-underline-color td::before, .table-container table tr.custom-row-underline-color th::before {
  border-left: 1px solid #135EE2;
}
.table-container table tr.custom-row-underline-color td:last-child::after, .table-container table tr.custom-row-underline-color th:last-child::after {
  border-right: 1px solid #135EE2;
}
.table-container table tr.custom-row-underline-color td[colspan]::after, .table-container table tr.custom-row-underline-color th[colspan]::after {
  border-right: 1px solid #135EE2;
}
.table-container table tr.custom-row-grey-bg {
  background: #f8f8f8;
}
.table-container table td.custom-cell-underline {
  border-bottom: 1px solid #404245;
}
.table-container table td.custom-cell-grey-bg {
  background: #f8f8f8;
}
.table-container table td.custom-cell-blue-bg {
  background: #ddecf1;
}
.table-container table td.custom-cell-violet-bg {
  background: #9e3667;
}
.table-container table td.custom-cell-green-bg {
  background: #62ba67;
}
.table-container table td.custom-cell-indent {
  padding-left: 20px;
}
.table-container .title {
  margin-bottom: 0;
}
.table-container .caption {
  color: #303030;
  font-size: 1.4rem;
  font-style: italic;
  margin-top: 20px;
}

.table-tools {
  margin-bottom: 20px;
  text-align: right;
}
.table-tools a, .table-tools span, .table-tools svg {
  display: inline-block;
  vertical-align: middle;
}
.table-tools a:link,
.table-tools a:visited,
.table-tools a:hover,
.table-tools a:active {
  color: #135EE2;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.table-tools svg {
  margin-left: 10px;
}
.table-tools .download-table {
  margin-right: 20px;
}
.table-tools .download-table svg {
  margin-left: 10px;
  transform: rotate(180deg);
}

.table-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.table-popup .table-container {
  height: 84vh;
  margin: 8vh 0;
  padding: 25px;
  overflow: auto;
  background-color: #ffffff;
}
.table-popup .close-popup {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url("../images/table-close.svg") center no-repeat;
}

.subpage .quotation a {
  text-decoration: underline;
}
.subpage .quotation .col-12 + .col-12 {
  margin-top: 15px;
}
.subpage .quotation.hide-mark .quote svg {
  display: none;
}
.subpage .quotation.text-bigger .quote p {
  font-size: 2rem;
}
.subpage .quotation.add-bg {
  color: #ffffff;
  padding-left: 16px;
  padding-right: 16px;
}
.subpage .quotation.add-bg .container-wide {
  background-color: #0B1F42;
  border-radius: 12px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .subpage .quotation.add-bg .container-wide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.subpage .quotation.add-bg-light {
  padding-left: 16px;
  padding-right: 16px;
}
.subpage .quotation.add-bg-light .container-wide {
  background-color: #EEF4FE;
  border-radius: 12px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .subpage .quotation.add-bg-light .container-wide {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.subpage .quotation .quote svg {
  display: block;
  margin: 0 auto 24px;
}
.subpage .quotation .quote blockquote {
  margin: 0;
}
.subpage .quotation .author-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.subpage .quotation .author-info .avatar {
  margin-right: 25px;
}
.subpage .quotation .author-info .avatar img {
  border-radius: 35px;
  width: 70px;
  height: 70px;
}
.subpage .quotation .author-info .author {
  text-align: center;
}
.subpage .quotation .author-info .author .name {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.subpage .quotation .author-info .author .caption {
  font-size: 2rem;
  text-align: center;
}

.subpage .text-numbers a {
  text-decoration: underline;
}
.subpage .text-numbers .text p {
  color: #000000;
  font-size: 1.5rem;
  line-height: 2;
}
.subpage .text-numbers .icon {
  margin-right: 15px;
  width: 60px;
}
.subpage .text-numbers .icon img {
  max-width: 100%;
  height: auto;
}
.subpage .text-numbers .numbers {
  margin-top: 30px;
  justify-content: center;
}
.subpage .text-numbers .numbers li {
  margin-bottom: 30px;
}
.subpage .text-numbers .numbers .text {
  flex: 1;
}
.subpage .text-numbers .numbers .number {
  background-color: #ecf7fb;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
}
.subpage .text-numbers .numbers .number .value {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
.subpage .text-numbers .numbers .number .value .unit {
  font-size: 2.5rem;
  margin-left: 5px;
}
.subpage .text-numbers .numbers .number .caption {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.25;
}

.subpage .good-practice {
  background-color: #f8f8f8;
  padding-bottom: 40px;
}
.subpage .good-practice a {
  text-decoration: underline;
}
.subpage .good-practice .col-text {
  margin-top: 40px;
}
.subpage .good-practice h2 {
  font-size: 1.75rem;
  font-weight: 400;
}
.subpage .good-practice p {
  color: #000000;
  font-size: 1.7rem;
  line-height: 1.8;
}
.subpage .good-practice p + p {
  margin-top: 15px;
}
.subpage .good-practice .lead p {
  font-weight: 700;
}
.subpage .good-practice .lead + .text {
  margin-top: 15px;
}
.subpage .good-practice img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .subpage .good-practice img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.subpage .good-practice .numbers {
  margin-top: 40px;
}
.subpage .good-practice .numbers li {
  margin-bottom: 30px;
}
.subpage .good-practice .numbers li:nth-last-child(1), .subpage .good-practice .numbers li:nth-last-child(2) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .subpage .good-practice .numbers li:not(:last-child) {
    margin-bottom: 30px;
  }
}
.subpage .good-practice .numbers .number {
  display: flex;
}
.subpage .good-practice .numbers .number .icon {
  margin-right: 15px;
}
.subpage .good-practice .numbers .number .icon img {
  margin-top: 0;
  width: 40px;
  min-width: 40px;
}
.subpage .good-practice .numbers .number .value {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .subpage .good-practice .numbers .number .value {
    font-size: 4.5rem;
  }
}
.subpage .good-practice .numbers .number .value .unit {
  font-size: 2.5rem;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .subpage .good-practice .numbers .number .value .unit {
    font-size: 1.5rem;
  }
}
.subpage .good-practice .numbers .number .caption {
  color: #000000;
  font-size: 1.7rem;
  line-height: 1.25;
}

.subpage .text-image a {
  text-decoration: underline;
}
.subpage .text-image.image-right .col-image {
  order: 1;
}
.subpage .text-image.image-right .text {
  padding: 55px 0 55px 30px;
}
.subpage .text-image.image-right .text.no-spacing {
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .subpage .text-image.image-right .text {
    padding: 30px;
  }
}
.subpage .text-image h2 {
  font-size: 1.75rem;
  font-weight: 400;
}
.subpage .text-image .bg {
  border-radius: 5px;
  overflow: hidden;
}
.subpage .text-image .image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
@media (max-width: 991px) {
  .subpage .text-image .image-bg {
    height: 300px;
  }
}
.subpage .text-image .image {
  max-width: 100%;
  height: auto;
}
.subpage .text-image .text {
  padding: 55px 30px 55px 0;
}
.subpage .text-image .text.no-spacing {
  padding: 0 30px 0 0;
}
@media (max-width: 991px) {
  .subpage .text-image .text {
    padding: 30px;
  }
}
.subpage .text-image .text.text-light h2, .subpage .text-image .text.text-light p, .subpage .text-image .text.text-light ul li {
  color: #ffffff;
}
.subpage .text-image .text.text-light ul li:before {
  background-color: #ffffff;
}
.subpage .text-image .text.text-dark h2, .subpage .text-image .text.text-dark p, .subpage .text-image .text.text-dark ul li {
  color: #000000;
}
.subpage .text-image .text.text-dark ul li:before {
  background-color: #000000;
}
.subpage .text-image .text p {
  font-size: 1.5rem;
  line-height: 2;
}

.subpage .text-bg a {
  text-decoration: underline;
}
.subpage .text-bg .bg {
  border-radius: 5px;
  padding: 30px 95px;
  position: relative;
}
.subpage .text-bg .bg .icon {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 0;
  width: 95px;
}
.subpage .text-bg .bg .icon img {
  max-width: 65px;
  height: auto;
}
.subpage .text-bg .bg p {
  font-size: 1.5rem;
  line-height: 2;
}
.subpage .text-bg .bg p + p {
  margin-top: 15px;
}
.subpage .text-bg .bg .icon + p {
  min-height: 50px;
}
.subpage .text-bg .bg.text-dark h2, .subpage .text-bg .bg.text-dark p {
  color: #000000;
}
.subpage .text-bg .bg.text-light h2, .subpage .text-bg .bg.text-light p {
  color: #ffffff;
}
.subpage .text-bg .bg.text-light ul li, .subpage .text-bg .bg.text-light ol li {
  color: #ffffff;
}
.subpage .text-bg .bg.text-light ul li:before, .subpage .text-bg .bg.text-light ol li:before {
  background-color: #ffffff;
}

.subpage .related-news a {
  text-decoration: underline;
}
.subpage .related-news .related-news-title {
  background-color: #135EE2;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 56px;
  min-width: 200px;
  padding: 0 15px;
}
.subpage .related-news .related-news-title svg {
  margin-right: 15px;
}
.subpage .related-news .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.subpage .related-news .news-title {
  margin-bottom: 30px;
}
.subpage .related-news .news-list {
  display: flex;
  align-items: flex-end;
  min-height: 714px;
  padding: 0 60px 60px;
}
@media (max-width: 767px) {
  .subpage .related-news .news-list {
    padding: 0 15px 30px;
  }
}
.subpage .related-news .news-list > div {
  width: 100%;
}
@media (max-width: 991px) {
  .subpage .related-news ul li + li {
    margin-top: 30px;
  }
}
.subpage .related-news ul li a {
  background-color: #ddecf1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 170px;
  padding: 35px 30px 30px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.subpage .related-news ul li a:hover {
  background-color: #135EE2;
}
.subpage .related-news ul li a:hover::after {
  transform: scaleX(1);
}
.subpage .related-news ul li a:hover h3 {
  color: #ffffff;
}
.subpage .related-news ul li a:hover .tags span {
  color: #ffffff;
}
.subpage .related-news ul li a::after {
  content: "";
  background-color: #ffffff;
  height: 5px;
  width: 33.333333%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.25s ease-in-out;
}
.subpage .related-news ul li a h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
}
.subpage .related-news ul li a .tags {
  font-size: 1.3rem;
}
.subpage .related-news ul li a .tags span {
  color: #000000;
  transition: all 0.25s ease-in-out;
}

.subpage .tabs-content a {
  text-decoration: underline;
}
.subpage .tabs-content .nav-pills li a {
  color: #000000;
  display: block;
  font-size: 2rem;
  padding: 0 12px 12px;
  position: relative;
}
.subpage .tabs-content .nav-pills li a::after {
  background-color: #f5f7f8;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: all 0.25s ease-in-out;
}
.subpage .tabs-content .nav-pills li a.active::after {
  background-color: #135EE2;
}
.subpage .tabs-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.subpage .big-numbers a {
  text-decoration: underline;
}
.subpage .big-numbers.image-bg .bg {
  min-height: 480px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subpage .big-numbers.image-bg .bg::before {
    content: "";
    min-height: 345px;
  }
}
.subpage .big-numbers.text-dark .number .value, .subpage .big-numbers.text-dark .number .caption {
  color: #000000;
}
.subpage .big-numbers .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 90px;
  position: relative;
}
.subpage .big-numbers .bg .row {
  width: 100%;
}
.subpage .big-numbers .nav-pills {
  margin-top: 45px;
}
.subpage .big-numbers .nav-pills li a {
  color: #ffffff;
  display: block;
  font-size: 2rem;
  padding: 0 12px 12px;
  position: relative;
}
.subpage .big-numbers .nav-pills li a::after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  transition: all 0.25s ease-in-out;
}
.subpage .big-numbers .nav-pills li a.active::after {
  background-color: white;
}
@media (max-width: 991px) {
  .subpage .big-numbers .numbers li + li {
    margin-top: 30px;
  }
}
.subpage .big-numbers .number {
  display: flex;
  height: 100%;
  margin-top: 45px;
}
.subpage .big-numbers .number .icon {
  margin-right: 15px;
}
.subpage .big-numbers .number .value {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 10px;
}
.subpage .big-numbers .number .value .unit {
  font-size: 2.5rem;
  margin-left: 5px;
}
.subpage .big-numbers .number .caption {
  color: #ffffff;
  font-size: 1.7rem;
  min-height: 75px;
}

.subpage .stakeholders-map {
  min-height: 800px;
  position: relative;
}
.subpage .stakeholders-map .title {
  font-size: 4.2rem;
  color: #135EE2;
  font-weight: bold;
}
.subpage .stakeholders-map .links {
  position: relative;
}
.subpage .stakeholders-map .links .nav-tabs {
  position: absolute;
  width: 912px;
  height: 714px;
  right: 0;
  top: 0;
  border: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .subpage .stakeholders-map .links .nav-tabs {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1080px) {
  .subpage .stakeholders-map .links .nav-tabs {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 991px) {
  .subpage .stakeholders-map .links .nav-tabs {
    transform-origin: top left;
    position: relative;
    transform: scale(0.74);
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .subpage .stakeholders-map .links .nav-tabs {
    transform: scale(1);
    position: static;
    display: flex;
    flex-direction: column;
    height: auto;
    width: auto;
  }
}
.subpage .stakeholders-map .links .nav-tabs img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  border: none;
  font-weight: bold;
  color: #9b9b9b;
  border-radius: 0;
  padding: 1rem;
  position: relative;
  transition: 0.4s ease-in-out;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  bottom: 9px;
  left: -40px;
  background: #9b9b9b;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item .nav-link.active {
  background: #135EE2;
  color: #fff;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item .nav-link.active:after {
  background: #135EE2;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(1) {
  top: 4.8%;
  left: 51.53%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(1) .nav-link:after {
  bottom: 0;
  left: -40px;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(2) {
  top: 13%;
  left: 70.17%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(2) .nav-link:after {
  bottom: 9px;
  left: -40px;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(3) {
  top: 24.4%;
  left: 79.5%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(3) .nav-link:after {
  bottom: 0px;
  left: -40px;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(4) {
  top: 36.4%;
  left: 84.43%;
  width: 200px;
}
@media (max-width: 767px) {
  .subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(4) {
    width: auto;
  }
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(4) .nav-link:after {
  bottom: 9px;
  left: -40px;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(5) {
  top: 56%;
  left: 83.33%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(5) .nav-link:after {
  bottom: 9px;
  left: -40px;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(6) {
  top: 70%;
  left: 77.85%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(6) .nav-link:after {
  bottom: 9px;
  left: -44px;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(7) {
  top: 88.23%;
  left: 66.88%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(7) .nav-link:after {
  top: -30px;
  bottom: auto;
  left: -30px;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(8) {
  top: 93.83%;
  left: 35.85%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(8) a {
  text-align: center;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(8) .nav-link:after {
  top: -34px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(9) {
  top: 88.93%;
  left: 12.73%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(9) a {
  text-align: right;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(9) .nav-link:after {
  top: -34px;
  right: -30px;
  bottom: auto;
  left: auto;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(10) {
  top: 77.03%;
  left: 7.67%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(10) a {
  text-align: right;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(10) .nav-link:after {
  top: -20px;
  right: -35px;
  bottom: auto;
  left: auto;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(11) {
  top: 60.22%;
  left: -0.42%;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(11) a {
  text-align: right;
}
.subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(11) .nav-link:after {
  top: -25px;
  right: -25px;
  bottom: auto;
  left: auto;
}
@media (max-width: 767px) {
  .subpage .stakeholders-map .links .nav-tabs .nav-item {
    position: static;
    width: 100%;
    margin-left: 0;
  }
  .subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(n) .nav-link {
    padding: 2rem 1rem;
    text-align: left;
  }
  .subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(n) .nav-link br {
    display: none;
  }
  .subpage .stakeholders-map .links .nav-tabs .nav-item:nth-child(n) .nav-link:after {
    display: none;
  }
}
.subpage .stakeholders-map .links .tab-content {
  width: 25%;
}
@media (max-width: 767px) {
  .subpage .stakeholders-map .links .tab-content {
    padding-top: 4rem;
    width: 100%;
  }
}
.subpage .stakeholders-map .links .tab-content h2 {
  color: #9E3667;
  font-size: 2.4rem;
  font-weight: bold;
}
.subpage .stakeholders-map .links .tab-content h2 br {
  display: none;
}
@media (max-width: 767px) {
  .subpage .stakeholders-map .links .tab-content h2 {
    font-size: 3.6rem;
  }
}
.subpage .stakeholders-map .links .tab-content p {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.subpage .stakeholders-map .links .tab-content b {
  font-weight: bold;
}
.subpage .stakeholders-map .links .tab-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
}
.subpage .stakeholders-map .links .tab-content ul li {
  padding-left: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .subpage .stakeholders-map .links .tab-content ul li {
    font-size: 2rem;
  }
}
.subpage .stakeholders-map .links .tab-content ul li:before {
  content: "";
  background-image: url("../images/ul-arrow.svg");
  height: 12px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 6px;
}
.subpage .stakeholders-map .links .tab-content .character {
  position: absolute;
  top: 150px;
  left: 40%;
  width: 350px;
  height: 350px;
  transform-origin: top left;
}
@media screen and (max-width: 1199px) {
  .subpage .stakeholders-map .links .tab-content .character {
    transform: scale(0.8);
    bottom: 23.3%;
  }
}
@media screen and (max-width: 1080px) {
  .subpage .stakeholders-map .links .tab-content .character {
    transform: scale(0.7);
    bottom: 20%;
  }
}
@media screen and (max-width: 991px) {
  .subpage .stakeholders-map .links .tab-content .character {
    transform: scale(0.74);
    bottom: auto;
    top: 15.5%;
    left: 27%;
  }
}
@media (max-width: 767px) {
  .subpage .stakeholders-map .links .tab-content .character {
    transform: scale(1);
    position: static;
    padding-top: 4rem;
    width: auto;
  }
}
.subpage .stakeholders-map .links .tab-content .character img {
  width: 100%;
  height: 100%;
}

.subpage .tiles .tiles-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 768px) {
  .subpage .tiles .tiles-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .subpage .tiles .tiles-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.subpage .tiles .tiles-list .tile {
  border: 1px solid #DEEDF2;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}
.subpage .tiles .tiles-list .tile .label {
  color: #757575;
  font-weight: 300;
  font-size: 16px;
}
.subpage .tiles .tiles-list .tile .title {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.subpage .tiles .tiles-list .tile .btn {
  margin: 0;
}

.subpage .accordion-files .accordion-file .card {
  border: none;
  border-bottom: 1px solid #DEEDF2;
}
.subpage .accordion-files .accordion-file .card .card-header {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.subpage .accordion-files .accordion-file .card .card-header button {
  background: none;
  border: none;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  text-align: left;
  width: 100%;
}
@media (max-width: 576px) {
  .subpage .accordion-files .accordion-file .card .card-header button {
    flex-wrap: wrap;
  }
}
.subpage .accordion-files .accordion-file .card .card-header button:not(.collapsed) .toggle::before {
  opacity: 0;
}
.subpage .accordion-files .accordion-file .card .card-header button .icon {
  max-width: 52px;
  height: auto;
}
@media (max-width: 576px) {
  .subpage .accordion-files .accordion-file .card .card-header button .icon {
    order: 1;
  }
}
.subpage .accordion-files .accordion-file .card .card-header button .title {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .subpage .accordion-files .accordion-file .card .card-header button .title {
    flex: 1;
    font-size: 20px;
    order: 3;
  }
}
.subpage .accordion-files .accordion-file .card .card-header button .meta {
  font-size: 14px;
}
@media (max-width: 576px) {
  .subpage .accordion-files .accordion-file .card .card-header button .meta {
    order: 2;
  }
}
.subpage .accordion-files .accordion-file .card .card-header button .toggle {
  background-color: #DEEDF2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  min-width: 40px;
  min-height: 40px;
  position: relative;
}
@media (max-width: 576px) {
  .subpage .accordion-files .accordion-file .card .card-header button .toggle {
    flex: 0 0 40px;
    max-width: 40px;
    margin-left: 0;
    order: 4;
  }
}
.subpage .accordion-files .accordion-file .card .card-header button .toggle::after, .subpage .accordion-files .accordion-file .card .card-header button .toggle::before {
  background-color: #000000;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
  z-index: 10;
}
.subpage .accordion-files .accordion-file .card .card-header button .toggle::after {
  width: 17px;
  height: 1px;
}
.subpage .accordion-files .accordion-file .card .card-header button .toggle::before {
  width: 1px;
  height: 17px;
}
.subpage .accordion-files .accordion-file .card .card-body {
  padding-left: 72px;
}
@media (max-width: 576px) {
  .subpage .accordion-files .accordion-file .card .card-body {
    padding-left: 0;
  }
}
.subpage .accordion-files .files-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 32px;
}
@media (max-width: 576px) {
  .subpage .accordion-files .files-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.subpage .accordion-files .files-list .file {
  padding: 10px 10px 10px 16px;
}
.subpage .accordion-files .files-list .file .file-data {
  font-size: 16px;
  font-weight: 300;
}
.subpage .accordion-files .files-list .file .file-data .file-name {
  color: #000000;
  position: relative;
  text-decoration: underline;
}
.subpage .accordion-files .files-list .file .file-data .file-name::before {
  background-color: #135EE2;
  border-radius: 4px;
  content: "";
  display: block;
  position: relative;
  top: 16px;
  left: -16px;
  width: 8px;
  height: 8px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
}
@media (max-width: 1600px) and (min-width: 1025px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 45%;
  }
}
html[data-whatintent=keyboard] *:focus {
  outline: 2px dashed red !important;
}
html[data-whatintent=keyboard] footer *:focus {
  outline: 2px dashed white !important;
}

body {
  background-color: #ffffff;
  color: #303030;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}
body .show-on-contrast {
  display: none;
}
/*# sourceMappingURL=app.min.css.map */
